@media only screen and (max-width: 768px) {
    .under .key {
        min-height: 280px;
    }
    .under .key:before {
        min-width: auto;
        max-width: calc(100% - 13.333vw);
    }
    .under .key .key_text {
        min-height: 100%;
    }
    .under .key .key_text .title_page {
        font-size: calc(var(--ttl_size));
        padding: 8px 15px 12px 30px;
        border-radius: 10px;
    }
    .under .udr-w-slider ul li .ttl {
        font-size: 11px;
        letter-spacing: 0;
    }
    .under .key .key_text .title_page:before {
        left: -51px;
        bottom: -76px;
        width: 127px;
        height: 176px;
    }
    .under #toc_container {
        padding-bottom: 3.15em;
    }
    .under .udr-w-slider ul li img {
        border-radius: 10px;
        width: 300px;
    }
    .under .udr-w-slider ul li {
        margin: 0 10px;
        max-width: 300px;
    }
    .under .udr-w-slider .slick-arrow {
        width: 36px;
        height: 36px;
        top: calc(50% - 38px);
        transform: translateY(-50%);
    }
    .under .udr-w-slider .slick-arrow.slick-prev {
        left: 20px;
        top: calc(50% - 58px);
    }
    .under .udr-w-slider .slick-arrow.slick-next {
        right: 20px;
    }
    .under #toc_container .toc_list li {
        width: 100%;
        margin-right: 0;
    }
    .under h2 {
        margin-top: 50px;
        font-size: calc(var(--ttl_size));
        padding-bottom: 20px;
        background: url(../images/udr-ico-h202.svg) no-repeat bottom center;
        background-size: 128px 5px;
    }
    .under h3 {
        margin-bottom: 15px;
        font-size: calc(var(--ttl_size) - 2px);
    }
    .under h3:before {
        left: 0;
        top: 11px;
        border: 4px solid #5f92ba;
        width: 16px;
        height: 16px;
    }
    .under h4 {
        margin-bottom: 10px;
        font-size: calc(var(--ttl_size) - 4px);
    }
    .under h4:after {
        bottom: 12px;
    }
    .under h5 {
        margin-bottom: 12px;
        font-size: calc(var(--ttl_size) - 6px);
    }
    .under h5:before {
        content: "";
        position: absolute;
        left: 0;
        top: 11px;
        width: 17px;
        height: 6px;
        border-radius: 3.5px;
        background: #5f92ba;
    }
    .under .flow_box .box {
        padding: 25px;
    }
    .under .flow_box .box .box_inner {
        flex-direction: column;
    }
    .under .flow_box .box .box_inner .content {
        flex-direction: column;
    }
    .under .flow_box .box .box_inner .content .cnt {
        padding: 15px;
        margin-top: 15px;
        border-top: 1px solid var(--clr2);
    }
    .under .flow_box .box .box_inner .content .cnt:before {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .under .imgBox.colImg2 .item h5 {
        font-size: 20px;
    }
    .under ul.list01 li::before {
        top: 11px;
    }
    .under .section {
        padding-top: 40px;
    }
    .under .box_decor {
        padding: 20px 0;
    }
    .under .box_list {
        padding: 3.5em 1.5em 3.6em;
    }
    .under .box_list02 {
        padding: 1.5em 1.5em 1.3em;
    }
    .under .box_list.box_list03 {
        padding: 1.5em;
    }
    .under .box_list.box_link {
        padding-top: 2em;
    }
    .under .box_list.box_link li {
        padding-left: 0;
    }
    .under .box_list.box_link li a {
        background: url(../images/udr-ico-hr.svg) repeat-x bottom left;
        background-size: auto auto;
    }
    .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: center;
    }
    .under .btn-group.col2 .btn.style01 {
        margin: 0 5px 15px;
        width: calc(50% - 10px);
    }
    .under .btn-group.col3,
    .under .btn-group.col2 {
        margin-left: -5px;
        margin-right: -5px;
    }
    .btn-group .btn.style01 a {
        padding-right: 2em;
    }
    .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 {
        max-width: 100%;
    }
    .under .imgBox.colImg .item:not(:last-of-type) {
        margin-bottom: 30px;
    }
    .under .imgBox.colImg .item picture {
        margin-bottom: 10px;
    }
    .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-left: 15px;
    }
    @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;
        border-bottom: 1px solid #e2e4e5;
    }
    .under table.resTable tbody,
    .under table.resTable tr,
    .under table.resTable th,
    .under table.resTable td {
        display: block;
        width: 100%;
        border-bottom: 0;
    }
    .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 .flow_box .box {
        padding: 25px;
        margin-bottom: 35px;
    }
    .under .flow_box .box .box_inner .point {
        margin-right: 0;
        font-size: 23px;
        margin-bottom: 10px;
    }
    .under .flow_box .box .box_inner .point span {
        font-size: 45px;
    }
    .under .flow_box .box .box_inner .content p {
        font-size: 14px;
    }
    .under .flow_box .box .box_inner .content .cnt {
        margin-left: 0;
    }
    .under .flow_box .box .img-hr {
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -46px;
    }
    .under .flow_box h4 {
        margin-bottom: 12px;
        font-size: calc(var(--ttl_size) - 4px);
    }
    .under .faq_box .faq_num {
        width: 40px;
        font-size: 24px !important;
    }
    .under .faq_box .title .faq_tl {
        line-height: 1.5em;
    }
    .under .faq_box .title {
        padding: 1.35em 3em 1.35em 1.8em;
    }
    .under .flow_box .box .box_inner .content h4 {
        text-align: center;
    }
    .under .faq_box .title:before,
    .under .faq_box .title:after {
        right: 10px;
    }
    .under .faq_box .title:after {
        right: 17px;
    }
    .under .faq_box .title .faq_tl {
        padding-left: 1.6em;
    }
    .under .faq_box .title .faq_tl::before {
        left: 1.3em;
    }
    .under .faq_box .faq_content {
        max-width: calc(100% - 2.5em);
    }
    .under .faq_box .faq_content::before {
        left: 0.4em;
    }
    .under .faq_box h4 {
        padding-right: 33px;
        width: calc(100% - 40px);
        font-size: 18px;
    }
    .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: 290px;
    }
    .under .topic_path {
        font-size: 14px;
    }
    .under .topic_path span {
        top: -1px;
    }
    .under .under_full_img {
        padding: 45px;
        min-height: 300px;
    }
    .under .under_full_img p.ttl {
        font-size: 1.8em;
    }
    .under .udr-fx-tbl-time .box-ttl {
        width: 25.625em;
        height: 5.75em;
        font-size: 11px;
        padding: 1.375em 0 0 0.875em;
        margin-right: 0.5em;
    }
}

@media only screen and (max-width: 425px) {
    .under .under .box_list02 .stroke {
        top: 9px;
        bottom: 9px;
        left: 9px;
        right: 9px;
    }
    .under .flow_box .box {
        padding: 40px 20px;
    }
    .under .flow_box .box::after {
        font-size: 120px;
        top: -7px;
        left: -7px;
    }
    .under .flow_box .box:not(:last-child)::before {
        width: 120px;
        height: 20px;
        bottom: -37px;
    }
}

@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 */