@media only screen and (max-width: 768px) {
    .under #mainContent {
        padding-bottom: 45px;
    }
    .udr-box-scroll {
        overflow-x: scroll;
    }
    .udr-box-scroll table {
        min-width: 800px;
    }
    .under .key {
        margin-top: 100px;
    }
    .under .key .key_text {
        top: 0;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .under .key .key_text .catch .en {
        font-size: max(2vw, 16px);
        margin-bottom: 0;
    }
    .under .key .key_text .catch .title_page {
        font-size: max(5vw, 30px);
        font-weight: 900;
        font-family: var(--f-zen);
        letter-spacing: 0.01em;
    }
    .under .key .img {
        height: 200px;
    }
    .under #toc_container {
        padding: 15px;
        margin-top: -30px;
    }
    .under #toc_container .toc_list li {
        width: 100% !important;
    }
    .under #toc_container .toc_list li a {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .under #toc_container .toc_list li:last-child a {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }
    .under h2 {
        margin-top: 40px;
        margin-bottom: 15px;
        padding: 0 20px 10px;
    }
    .under h3 {
        margin-top: 40px;
        font-size: min(7vw, 24px);
    }
    .under h4 {
        margin-top: 40px;
        font-size: min(6vw, 22px);
        padding-left: 40px;
    }
    .under h4:before {
        top: 17px;
        width: 30px;
    }
    .under h5 {
        margin-top: 40px;
        font-size: min(6vw, 20px);
    }
    .under h6 {
        margin-top: 40px;
        font-size: min(5vw, 18px);
    }
    .topic-path {
        top: 0;
        margin-top: 10px;
    }
    .under .under_full_img {
        min-height: 300px;
    }
    .under .under_full_img p.ttl {
        font-size: min(6vw, 20px);
    }
    .under .udr-ttl-box {
        font-size: min(6vw, 20px);
        line-height: 1.5em;
    }
    .under ul.list01 li::before {
        top: 12px;
    }
    .under .box_list.no-bg .list01.mcol-2 li:nth-child(even) {
        width: 100% !important;
    }
    .under .ud_ttl {
        margin-bottom: 10px !important;
    }
    .under .flow_box .box {
        padding: 55px 15px 15px;
    }
    .under .flow_box .box::before {
        font-size: 20px;
        width: 135px;
        height: 37px;
        padding: 5px 10px 3px 15px;
    }
    .under .flow_box h4 {
        font-size: min(6vw, 22px);
        margin-bottom: 15px;
        --cl: #FEEADB;
        --t: 70%;
        --b: 100%;
    }
    .under .flow_box .content p {
        font-size: 14px;
    }
    .under .faq_box .title {
        padding: 15px 40px 15px 15px;
    }
    .under .faq_box .title:before,
    .under .faq_box .title:after {
        right: 10px;
        width: 15px;
    }
    .under .faq_box .title .faq_tl {
        font-size: min(5vw, 17px);
        padding-left: 35px;
    }
    .under .faq_box .title .faq_tl:before {
        font-size: 23px;
        top: calc(50% + 3px);
        transform: translateY(-50%);
    }
    .under .faq_box .faq_content {
        padding: 0px 30px 15px 50px;
    }
    .under .faq_box .faq_content::before {
        font-size: 23px;
        left: 15px;
        top: 4px;
    }
    .under .ud_ttl {
        font-size: 18px;
    }
    .under .imgBox.colImg2 .item {
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .under .section {
        padding-top: 40px;
    }
    .under .box_decor {
        padding: 20px 0;
    }
    .under .box_list {
        padding: 1.5em;
    }
    .under .box_list02 {
        padding: 1.5em;
    }
    .under .box_list.box_list03 {
        padding: 1.5em;
    }
    .under .box_list.box_link li {
        padding-left: 0;
    }
    .under .box_list.st1 {
        padding: 30px 10px;
    }
    .under .btn-group {
        align-items: center;
    }
    .under .btn-group .btn.style01 {
        margin-bottom: 20px;
        width: 100%;
    }
    .under .btn-group.col2 {
        justify-content: space-between;
    }
    .under .btn-group.col2 .btn.style01 {
        width: calc(50% - 5px);
    }
    .under .btn-group.col3 {
        margin-left: -5px;
        margin-right: -5px;
    }
    .under .btn-group.col3 .btn.style01 {
        margin-left: 5px;
        margin-right: 5px;
        width: calc(50% - 10px);
    }
    .under .imgBox.rowImg .image_l,
    .under .imgBox.rowImg .image_r {
        float: none;
        width: auto;
        margin: 0 auto 20px;
        text-align: center;
        max-width: none;
        display: table;
    }
    .under .imgBox.rowImg .image_l:nth-child(n),
    .under .imgBox.rowImg .image_r:nth-child(n) {
        max-width: none;
    }
    .under .imgBox.rowImg .txt_l,
    .under .imgBox.rowImg .txt_r {
        float: none;
        width: auto;
    }
    .under .imgBox.rowImg.large .image_l,
    .under .imgBox.rowImg.large .image_r {
        max-width: none;
    }
    .under .imgBox.rowImg.large .txt_l,
    .under .imgBox.rowImg.large .txt_r {
        width: auto;
    }
    .under .imgBox.colImg .list {
        align-items: center;
        justify-content: center;
    }
    .under .imgBox.colImg .item:not(:last-of-type) {
        margin-bottom: 30px;
    }
    .under .imgBox.colImg .item picture {
        margin-bottom: 20px;
    }
    .under .imgBox.colImg .text {
        font-size: 14px;
    }
    .under .imgBox.colImg2 .list,
    .under .imgBox.colImg3 .list {
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
    .under .imgBox.colImg2 .item,
    .under .imgBox.colImg3 .item {
        width: 100%;
    }
    .under .imgBox.colImg2 picture,
    .under .imgBox.colImg3 picture {
        height: auto;
        margin-bottom: 10px;
    }
    .under .imgBox.colImg2 img,
    .under .imgBox.colImg3 img {
        max-height: 100%;
    }
    .under .acf_block h3 {
        margin-bottom: 0;
    }
    .under .acf_block .text_h3 {
        margin: 25px 0 0;
    }
    .under .acf_block .text_h4 {
        margin: 20px 0 0;
    }
    .under .acf_block .text_h5 {
        margin: 15px 0 0;
    }
    @supports (-webkit-touch-callout: none) {
        .under .clinic_tbl02 {
            /* Specific to iOS devices */
        }
        .under .clinic_tbl02 td {
            border-top-width: 0;
        }
    }
    @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) {
            .under .clinic_tbl02 {
                /* Safari */
            }
            .under .clinic_tbl02 td {
                border-top-width: 0;
            }
        }
    }
    .under .clinic_tbl02 th:first-child {
        width: 200px;
    }
    .under table.rollTable {
        width: 768px;
    }
    .under table.rollTable.sm {
        width: 1000px;
    }
    .under table.tbl_style01 th {
        font-size: 16px;
        min-width: 120px;
    }
    .under table.tbl_style01 td {
        padding: 15px !important;
    }
    @supports (-webkit-touch-callout: none) {
        .under table.tbl_style01 {
            /* Specific to iOS devices */
        }
        .under table.tbl_style01 tr:last-child td {
            border-bottom-width: 1.4px;
        }
    }
    @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) {
            .under table.tbl_style01 {
                /* Safari */
            }
            .under table.tbl_style01 tr:last-child td {
                border-bottom-width: 1.4px;
            }
        }
    }
    .under table.resTable {
        display: block;
    }
    .under table.resTable tbody,
    .under table.resTable tr,
    .under table.resTable th,
    .under table.resTable td {
        display: block;
    }
    .under table.resTable th,
    .under table.resTable td {
        border-bottom: 0;
    }
    .under table.resTable {
        border-bottom: 1px solid #e4e4e9
    }
    .under table.resTable td:not(:last-child) {
        border-bottom: 0;
    }
    .under table.resTable.tbl_style01.colHead tr th {
        border: 1px solid var(--main-color);
        border-bottom: none;
    }
    .under table.resTable.tbl_style01.colHead tr:not(:first-child) th {
        border-top: none;
    }
    .under table.resTable.tbl_style02.colHead th {
        border-bottom: none;
    }
    .under table.resTable.tbl_style02.colHead tr:not(:last-child) td {
        border-bottom: none;
    }
    .under .tbl_note {
        display: block;
    }
    .under ul.list01 li {
        font-size: 14px;
    }
    .under ul.list01.mcol-2 li {
        width: 100%;
        padding-bottom: 9px;
        padding-right: 0;
    }
    .under ul.list03 li,
    .under ul.list02 li {
        width: 100%;
    }
    .under ul.list02 li::before {
        top: 7px;
    }
    .under .fullWidth {
        min-height: 47vw;
    }
    .under .doctor_box {
        padding: 0vw;
    }
    .under .doctor_box .doctor_name {
        bottom: 5vw;
        right: 3.5vw;
        font-size: 4vw;
        padding: 3vw 2vw;
    }
    .under .ud_map {
        height: auto;
    }
    .under .ud_map iframe {
        height: 300px;
        min-height: auto;
    }
    .under .topic_path {
        font-size: 14px;
    }
    .under .topic_path span {
        top: -1px;
    }
    .btn a::after {
        right: 10px;
    }
    .tbl_note {
        color: green
    }
}

@media only screen and (max-width: 320px) {
    .under .btn-group.col2 {
        flex-direction: column;
    }
    .under .btn-group.col2 .btn,
    .under .btn-group.col3 .btn {
        width: 100% !important;
        margin: 0 auto 20px;
    }
}

@media only screen and (max-width: 425px) {
    .under .under .box_list02 .stroke {
        top: 9px;
        bottom: 9px;
        left: 9px;
        right: 9px;
    }
}

@media only screen and (max-width: 375px) {
    .under .imgBox.colImg2 .item,
    .under .imgBox.colImg3 .item {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .under .blog_post_button {
        margin-top: 50px;
    }
    .under .clinic_tbl01 th {
        width: 32%;
        text-align: left;
    }
}

@media only screen and (max-width: 425px) {
    .under .access_box_img01 .block:nth-child(even) .big,
    .under .access_box_img02 .block:nth-child(even) .big {
        order: 0;
    }
    .under .access_box_img01 .block .big,
    .under .access_box_img01 .block .small,
    .under .access_box_img02 .block .big,
    .under .access_box_img02 .block .small {
        width: 100%;
    }
}


/*# sourceMappingURL=under_sp.css.map */