@charset "UTF-8";

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.btk-shortcode.mokuji {
    padding: 0.5em 1em;
    margin-top: 10px;
    background: #f7f7f7;
}

.btk-shortcode.mokuji .mokuji_title {
    text-align: left;
    font-size: 20px;
    color: #ff6b9f;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

#show_mokuji:checked + .btk_mokuji_contents {
    display: block;
}

.btk_mokuji_contents,
.btk-shortcode.mokuji input[type="checkbox"] {
    display: none;
}

.btk-shortcode.mokuji ul {
    margin: auto;
}

.btk-shortcode.mokuji ul li {
    line-height: 2em;
    border-bottom: solid 1px #e1e1e1;
    list-style-type: none !important;
    text-indent: 0;
    padding-left: 0;
}

.btk-shortcode.mokuji ul li:last-child {
    border-bottom: none;
}

.btk_mokuji_contents li a {
    color: #000;
    display: block;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10%;
}

.btk_mokuji_contents li a:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btk_mokuji_contents li a:not(:first-child) {
    padding-left: 10px;
}

.btk-shortcode.mokuji li p {
    padding: 5px 0;
    margin-top: 0;
    font-size: 12px;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
}

.btk-shortcode.mokuji li a:last-child p {
    padding-bottom: 10px;
}

.btk-shortcode.mokuji img {
    margin: 10px 0;
}

.btk-shortcode.mokuji .btk_mokuji_contents h3 {
    margin: 10px 30px;
    font-size: 13px;
}

#show_mokuji:checked + .btk-shortcode.mokuji ul {
    display: block;
}

.block_entry .btk-shortcode .btn_link_pink,
.block_entry .btk-shortcode.btn_link_pink {
    display: block;
    text-align: center;
    margin: 20px auto 5px;
    width: 100%;
    text-decoration: none;
    overflow-wrap: break-word;
}

.block_entry .btk-shortcode a.btn_link_pink::after,
.block_entry .btk-shortcode.btn_link_pink::after {
    content: " ▶︎";
    font-size: 10px;
    vertical-align: 0.2em;
}

.btk-shortcode.linkkiji {
    margin-top: 16px;
    margin-bottom: 16px;
    color: #999899;
}

.btk-shortcode.linkkiji a {
    color: #999899;
}

.btk-shortcode.linkkiji a:hover {
    text-decoration: underline;
}

.btk-shortcode.linkkiji p {
    margin-top: auto;
}

.btk-shortcode.teach {
    background: #f7f7f7;
    padding: 5px 20px 25px;
    border-radius: 5px;
    margin-top: 10px;
}

.btk-shortcode.teach img {
    border-radius: 50%;
}

.btk-shortcode.teach p {
    margin: 0;
}

.btk-shortcode.teach .text_1 {
    margin-top: 15px;
}

.btk-shortcode.teach .text_1 a {
    color: #000;
    overflow-wrap: break-word;
}

.btk-shortcode.teach .textbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}

.btk-shortcode.teach .img_1 {
    width: 30%;
}

.btk-shortcode.teach .text_2 {
    margin-left: 40px;
    width: 60%;
}

@media screen and (width <= 768px) {
    .btk-shortcode.teach .text_2 {
        margin-left: 30px;
    }
}

.btk-shortcode.teach .text_3 {
    padding-top: 15px;
}

.teach_comment_text {
    position: relative;
    overflow: hidden;
}

.is_hidden::after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 20%;
    background: #f7f7f7;
}

.teach_comment_text.open::after {
    z-index: -1;
    opacity: 0;
}

.btn_comment_text_more {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    position: relative;
    bottom: 2.5em;
    z-index: 1;
    border: 0;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    background: #f7f7f7;
}

.text_opened {
    bottom: -0.5em;
}

.btk-shortcode.item {
    margin-bottom: 30px;
}

.btk-shortcode li {
    text-indent: -1em;
    padding-left: 1em;
    list-style-type: none !important;
}

.btk-shortcode.tabletest table {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btk-shortcode.tabletest {
    overflow: auto;
    white-space: nowrap;
}

.btk-shortcode.tabletest::-webkit-scrollbar {
    -webkit-appearance: none;
    appearance: none;
    height: 5px;
}

.btk-shortcode.tabletest::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(0 0 0 / 30%);
    box-shadow: 0 0 1px rgb(255 255 255 / 50%);
}

.btk-shortcode.tabletest table th,
.btk-shortcode.tabletest td {
    vertical-align: inherit;
    width: 10%;
    font-size: 14px;
    border: 1px solid #d2d2d2;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
}

.btk-shortcode.tabletest table th {
    background: #fadee7;
}

.btk-shortcode.item .slider-nav .itemimg {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    margin-left: 2px;
}

@media screen and (width <= 782px) {
    .btk-shortcode.item .slider-nav .itemimg {
        width: 17vw;
        height: 17vw;
        margin-left: 1.5vw;
    }
}

.btk-shortcode.item .itemimg img {
    margin: auto;
}

.slick-num {
    text-align: center;
    color: #999899;
}

.slick-item-description {
    width: 100%;
}

.slick-item-description p {
    width: 640px;
    margin-top: 0;
}

@media screen and (width <= 782px) {
    .slick-item-description p {
        width: 92vw;
    }
}

.btk-shortcode.point {
    position: relative;
    margin: 3em 0;
    padding: 0.5em;
    border: solid 2px #f7f7f7;
    line-height: 1.5;
    overflow-wrap: break-word;
}

.btk-shortcode.point .point_title {
    position: absolute;
    display: inline-block;
    top: -25px;
    left: -2px;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #fadee6;
    color: #000;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.btk-shortcode.point p {
    margin: 0;
    padding: 0;
}

.btk-shortcode.kenjya {
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
}

.btk-shortcode.kenjya > .kenjya_box > .kenjya_text > p {
    margin-top: 0;
    line-height: 1.5;
}

.btk-shortcode.kenjya .kenjya_box {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.btk-shortcode.kenjya .kenjya_profile {
    margin-left: 30px;
}

.btk-shortcode.kenjya .kenjya_profile p {
    margin-top: 0;
    overflow-wrap: anywhere;
}

.btk-shortcode.kenjya .kenjya_img {
    width: 20%;
    min-width: 120px;
    margin-left: 5px;
}

.btk-shortcode.kenjya img {
    border-radius: 50%;
    margin: auto;
}

.btk-shortcode.kenjya .kenjya_title {
    color: #fff;
    width: 100px;
    margin-bottom: 5px;
    line-height: 1.5;
    background-color: #000;
    text-align: center;
    border-radius: 5px;
}

.btk-shortcode.kenjya .kenjya_text {
    line-height: 1.5;
    width: 100%;
    padding: 10px 35px;
    margin: 10px 0;
    border: 1px solid #000;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    text-align: justify;
    overflow-wrap: break-word;
}

.kenjya_text::after,
.kenjya_text::before {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    left: 18%;
}

.kenjya_text::after {
    border-color: rgb(255 255 255 / 0%);
    border-width: 6px;
    margin-left: -10px;
    border-bottom-color: #fff;
}

.kenjya_text::before {
    border-color: rgb(0 0 0 / 0%);
    border-width: 6px;
    margin-left: -10px;
    margin-bottom: 1px;
    border-bottom-color: #000;
}

.btk-shortcode.item .slick-track {
    display: inline-table;
    width: 640px;
}

.btk-shortcode.item .slick-slide img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.thumbs .itemimg.slick-slide {
    height: auto;
}

.btk-shortcode.item .slider-nav .itemimg.slick-current {
    border: #999899 2px solid;
}

.slick-main-img,
.slick-main-img .itemimg.slick-slide {
    width: 640px;
    height: 640px;
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (width <= 782px) {
    .slick-main-img,
    .slick-main-img .itemimg.slick-slide {
        width: 92vw;
        height: 92vw;
        max-width: 380px;
        max-height: 380px;
        margin-bottom: 10px;
        padding-right: 1px;
    }
}

.btk-shortcode.item .slick-slider .slick-next {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 100%;
    z-index: 10;
    border: none;
    text-indent: -9999px;
    background-color: transparent;
}

.btk-shortcode.item .slick-next::before,
.btk-shortcode.item .slick-next::after,
.btk-shortcode.item .slick-prev::before,
.btk-shortcode.item .slick-prev::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.btk-shortcode.item .slick-next::before {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #999;
    opacity: 0.8;
}

.btk-shortcode.item .slick-next::after {
    left: 20%;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}

.btk-shortcode.item .slick-slider .slick-prev {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 100%;
    z-index: 10;
    border: none;
    text-indent: -9999px;
    background-color: transparent;
}

.btk-shortcode.item .slick-prev::before {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #999;
    opacity: 0.8;
}

.btk-shortcode.item .slick-prev::after {
    left: 32%;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(225deg);
}

@media screen and (width <= 782px) {
    .btk-shortcode.item .slick-slider .slick-next,
    .btk-shortcode.item .slick-slider .slick-prev {
        width: 30px;
        top: 4%;
    }

    .btk-shortcode.item .slick-slider .slick-next {
        right: 1vw;
    }

    .btk-shortcode.item .slick-slider .slick-prev {
        left: 2vw;
    }

    .btk-shortcode.item .slick-next::before,
    .btk-shortcode.item .slick-next::after {
        right: 0;
    }

    .btk-shortcode.item .slick-next::before,
    .btk-shortcode.item .slick-prev::before {
        width: 26px;
        height: 26px;
    }

    .btk-shortcode.item .slick-next::after {
        left: -12%;
        width: 8px;
        height: 8px;
    }

    .btk-shortcode.item .slick-prev::after {
        left: 32%;
        width: 8px;
        height: 8px;
    }
}

.btk-shortcode.item .slick-slider .slick-next.slick-disabled,
.btk-shortcode.item .slick-slider .slick-prev.slick-disabled {
    opacity: 0.5;
}

.btk-shortcode.check > ul.jpg_list {
    margin: 16px auto;
}

.btk-shortcode.check ul.jpg_list > li {
    text-indent: initial;
    font-size: 13px;
    padding-left: 25px;
    background: url("images/0df0d688e8223d9a4f4cffc276c01f76.gif") left 0 top 6px no-repeat;
    background-size: 18px auto;
    border-bottom: dashed 1px silver;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.btk-shortcode.check > ul.jpg_list > li:last-child {
    border-bottom: none;
}

.btk-shortcode.list210 > ol {
    margin-top: 16px;
    margin-bottom: 16px;
    counter-reset: number;
}

.btk-shortcode.list210 ol > li {
    text-indent: initial;
    font-size: 13px;
    position: relative;
    padding: 0.5em 0 0.5em 1.6em;
    border-bottom: dashed 1px silver;
    padding-left: 28px;
    font-weight: bold;
}

.btk-shortcode.list210 ol > li:last-child {
    border-bottom: none;
}

.btk-shortcode.list210 ol > li::before {
    position: absolute;
    font-style: italic;
    font-family: "Noto Sans JP";
    content: counter(number) ".";
    counter-increment: number;
    left: 0;
    top: 0;
    font-weight: bold;
    font-size: 1.4em;
    color: #ff6b9f;
}

.block_entry .btn_link_diagnosis {
    width: 450px;
    max-width: 90%;
    margin: 20px auto;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 14pt;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    padding: 19px 20px;
    display: block;
    overflow-wrap: break-word;
}

.block_entry .btn_link_diagnosis-mark {
    font-size: 10pt;
    vertical-align: 0.1em;
    padding-left: 6px;
}

.block_entry .btn_link_diagnosis:hover {
    opacity: 0.6;
}

.block_entry .btn_link_select {
    width: 450px;
    max-width: 90%;
    margin: 20px auto;
    text-align: center;
    background-color: #ffdfdf;
    color: #867b78;
    font-size: 14pt;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    padding: 15px 20px;
    display: block;
    overflow-wrap: break-word;
}

.block_entry .btn_link_select:hover {
    opacity: 0.6;
}

.btk-shortcode.read_also {
    background: #f7f7f7;
    padding: 20px;
    margin: 20px 0;
}

.btk-shortcode.read_also p.read_also_title {
    margin-bottom: 20px;
    margin-top: 0;
}

.btk-shortcode.read_also .blog_card {
    margin-bottom: 15px;
}

.btk-shortcode.read_also .blog_card:last-child {
    margin-bottom: 0;
}

.btk-shortcode.read_also a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
}

.btk-shortcode.read_also a:hover {
    background-color: #fff;
}

.btk-shortcode.read_also .blog_card_thumbnail {
    width: 100px;
    position: relative;
    min-height: 100px;
}

.btk-shortcode.read_also p.blog_card_content {
    height: auto;
    min-height: 100px;
    width: 83%;
    text-align: left;
    padding: 10px 0 10px 20px;
    font-size: 14px;
    color: #000;
    margin: 0;
    display: flex;
    align-items: center;
    overflow-wrap: anywhere;
}

.btk-shortcode.read_also .blog_card_thumbnail img {
    width: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100px !important;
    box-sizing: border-box;
    max-width: 100%;
}

.yesno_q {
    text-align: center;
    display: block;
    padding: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    border: 1px #333 solid;
    border-radius: 10px;
    overflow-wrap: break-word;
}

.clear {
    clear: both;
}

@media screen and (width <= 768px) {
    .btk-shortcode.read_also {
        padding: 20px;
    }

    .btk-shortcode.read_also p.read_also_title {
        margin-bottom: 16px;
    }

    .btk-shortcode.read_also .blog_card {
        margin-bottom: 16px;
    }

    .btk-shortcode.read_also .blog_card_thumbnail {
        width: 100px;
        position: relative;
        min-height: 100px;
    }

    .btk-shortcode.read_also .blog_card_thumbnail img {
        margin: 0;
    }

    .btk-shortcode.read_also p.blog_card_content {
        width: 67%;
    }
}
