.under .sitemap {
    padding-top: 40px;
}

.under.page-contact h2,
.under.page-contact-confirm h2,
.under.page-contact-thanks h2 {
    margin-top: 220px;
    margin-bottom: 45px;
}

.under .sitemap>ul>li p {
    margin-bottom: 0;
    font-family: var(--f-en);
    font-weight: 500;
    font-size: 1.1em;
}

.under .sitemap>ul>li a,
.under .sitemap>ul>li p {
    display: block;
    width: 100%;
    padding: 15px 15px 15px 30px;
    border-bottom: dotted 1px #ccc;
    color: rgb(51, 51, 51);
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
}

.h3-profile {
    position: relative;
}

.h3-profile:before {
    content: "";
    position: absolute;
    right: calc(100% + 15px);
    width: 150px;
    height: 250px;
    background: url(../images/udr-profile-img01.jpg) no-repeat center;
    background-size: contain;
    top: 100%;
}

.tbl-profile {
    position: relative;
}

.tbl-profile:before {
    content: "";
    position: absolute;
    right: calc(100% + 15px);
    top: 40%;
    width: 150px;
    height: 250px;
    background: url(../images/udr-profile-img03.jpg) no-repeat center;
    background-size: contain;
}

.tbl-profile:after {
    content: "";
    position: absolute;
    left: calc(100% + 15px);
    top: 5%;
    width: 150px;
    height: 250px;
    background: url(../images/udr-profile-img02.jpg) no-repeat center;
    background-size: contain;
}

.h3-icon {
    position: relative;
}

.h3-icon:before {
    content: "";
    position: absolute;
    right: 114%;
    top: -160px;
    background: url(../images/iProfile_img04.jpg) no-repeat center;
    background-size: 100% auto;
    width: 220px;
    height: 150px;
}

.h3-icon.h3-icon02:before {
    content: "";
    position: absolute;
    right: 105%;
    background: url(../images/iProfile_img05.jpg) no-repeat center;
    background-size: 100% auto;
    width: 140px;
    height: 130px;
    top: 410%;
    transform: rotate(-15deg);
}

.under .sitemap>ul>li a:before,
.under .sitemap>ul>li p:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 3px;
    background: #ccc;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.under .sitemap>ul>li p:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 14px;
    background: #ccc;
    left: 6px;
    top: 50%;
    margin-top: -7px;
}

.under .sitemap>ul>li a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.05);
}

.under .sitemap>ul>li li a {
    padding-left: 70px;
}

.under .sitemap>ul>li li a:before {
    left: 40px;
}

.under #mainContent {
    position: relative;
    z-index: 2;
    padding-bottom: 170px;
}

.under .key {
    position: relative;
    z-index: 1;
    height: 380px;
}

.under .key::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 300px);
    max-height: 680px;
    background: url(../images/ud_key_bg.png) no-repeat center / cover;
}

.under .key .inner {
    padding: 10px 40px 63px;
    max-width: 100%;
    max-width: 1160px;
    height: 100%;
}

.under .key .key_text {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    height: 100%;
}

.under .key .key_text .title_page {
    width: 60%;
    font-size: min(6vw, 57px);
    font-weight: 800;
    font-family: var(--f-jp);
    letter-spacing: 0.1em;
    text-align: left;
    color: white;
    text-shadow: 0 0 5px #000;
}

.under .key .key_text .en {
    position: relative;
    margin-bottom: 0.6923077em;
    width: 100%;
    text-transform: capitalize;
    font-size: 26px;
    font-family: var(--f-en);
    letter-spacing: 0;
    text-align: center;
    line-height: 1;
    color: var(--main-color);
}

.under .key .key_text .en::after {
    content: "";
    display: block;
    margin: 6px auto 0;
    height: 1px;
    width: 5.769em;
    letter-spacing: 0;
    background-color: var(--main-color);
}

.under #toc_container {
    margin-top: 7px;
    padding: 43px 65px;
    width: 100%;
    border-radius: 70px 70px 10px 10px;
    background-color: white;
}

.under #toc_container .toc_list {
    --size-pd-top: 19px;
    --size-pd-bot: 12px;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.under #toc_container .toc_list li {
    width: calc(50% - 10px);
    background: url(../images/ud_toc_line.png) repeat-x left bottom/12px auto;
}

.under #toc_container .toc_list li:first-child a {
    padding-top: 0;
}

.under #toc_container .toc_list li:first-child a::after {
    top: 0;
}

@media only screen and (min-width: 769px) {
    .under #toc_container .toc_list li:nth-child(2) a {
        padding-top: 0;
    }
    .under #toc_container .toc_list li:nth-child(2) a::after {
        top: 0;
    }
}

.under #toc_container .toc_list a {
    position: relative;
    z-index: 1;
    display: block;
    padding: var(--size-pd-top) 35px var(--size-pd-bot) 11px;
    color: var(--main-color);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-decoration: none;
}

.under #toc_container .toc_list a::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    right: 17px;
    top: var(--size-pd-top);
    bottom: var(--size-pd-bot);
    margin: auto 0;
    width: 11px;
    height: 9px;
    background: url(../images/ud_toc_arr.png) no-repeat center/cover;
}

.under .title_page,
.under h2,
.under h3,
.under h4,
.under h5,
.under h6 {
    position: relative;
    z-index: 1;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-family: var(--f-jp);
    color: var(--main-color);
}

.under .title_page:last-child,
.under h2:last-child,
.under h3:last-child,
.under h4:last-child,
.under h5:last-child,
.under h6:last-child {
    margin-bottom: 0;
}

.under h2 {
    padding-top: 0.8em;
    margin-top: 57px;
    margin-bottom: 21px;
    font-size: calc(var(--ttl_size) + 15px);
    text-align: center;
    background: url(../images/ud_h2_ico.png) no-repeat center top/0.4444em auto;
}

.under h2::after {
    content: "";
    display: table;
    margin: 0.4889em auto 0;
    width: 2.7333em;
    height: 1px;
    background-color: var(--main-color);
}

.under h3 {
    padding-left: 1.1em;
    margin-top: calc(var(--ttl_size) + 23px);
    margin-bottom: 15px;
    display: table;
    font-size: var(--ttl_size);
    text-align: center;
    background: url(../images/ud_h3_ico.png) no-repeat left top 0.4em/0.6667em auto;
}

.under h4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: calc(var(--ttl_size) + 26px);
    margin-bottom: 14px;
    font-size: calc(var(--ttl_size) - 4px);
}

.under h4::after {
    content: "";
    display: block;
    flex-grow: 1;
    height: 1px;
    margin-left: 14px;
    background-color: var(--main-color);
    background: url(../images/ud_h4_line_pattern.png) repeat-x left center/auto 2px;
}

.under h4.long_txt::after {
    margin-top: 8px;
    margin-left: 0;
}

.under h5 {
    position: relative;
    padding-left: 1.6957em;
    margin-top: calc(var(--ttl_size) + 28px);
    margin-bottom: 16px;
    font-size: 23px;
    background: url(../images/ud_h5_ico.png) no-repeat left top 0.5em/1.1304em auto;
}

.under h6 {
    padding-left: 18px;
    margin-bottom: 16px;
    margin-top: 57px;
    font-size: 20px;
    font-weight: bold;
}

.under h6::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    left: 0;
    top: 0.55em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--main-color);
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
     :root {
        --ttl_size: 30px;
    }
}

.under .section {
    padding-top: 55px;
}

.under .section>p:last-child {
    margin-bottom: 0;
}

.under .imgBox.rowImg .image_l,
.under .imgBox.rowImg .image_r {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.under .imgBox.rowImg .image_l img,
.under .imgBox.rowImg .image_r img {
    max-width: 100%;
    max-height: 500px;
    margin-top: 7px;
    border-radius: 15px;
}

.under .imgBox.rowImg .image_l {
    float: left;
    margin-right: 25px;
}

.under .imgBox.rowImg .image_r {
    float: right;
    margin-left: 25px;
}

.under .imgBox.rowImg .image_l,
.under .imgBox.rowImg .image_r {
    max-width: 450px;
    margin-bottom: 30px;
}

.under .imgBox.rowImg .txt_l {
    float: left;
}

.under .imgBox.rowImg .txt_r {
    float: right;
}

.under .imgBox.rowImg .txt_l,
.under .imgBox.rowImg .txt_r {
    width: calc(100% - 510px);
}

.under .imgBox.rowImg.large .image_l,
.under .imgBox.rowImg.large .image_r {
    max-width: 440px;
}

.under .imgBox.rowImg.large .txt_l,
.under .imgBox.rowImg.large .txt_r {
    width: calc(100% - 475px);
}

.under .imgBox.rowImg.full .image_l,
.under .imgBox.rowImg.full .image_r {
    max-width: 60vw;
}

.under .imgBox.colImg .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.under .imgBox.colImg p {
    margin-bottom: 5px;
}

.under .imgBox.colImg p:last-child {
    margin-bottom: 0;
}

.under .imgBox.colImg picture {
    margin-bottom: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.under .imgBox.colImg .text .ttl {
    font-size: 1.375em;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    color: #a98c54;
    font-family: "Noto Serif JP", serif;
}

.under .imgBox.colImg3 picture,
.under .imgBox.colImg2 picture {
    overflow: hidden;
    height: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 11px;
    border-radius: 15px;
}

.under .imgBox.colImg3 img,
.under .imgBox.colImg2 img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 15px;
}

.under .imgBox.colImg3 .list {
    justify-content: space-between;
}

.under .imgBox.colImg3 .item {
    width: calc(55% - 10px);
    max-width: 343px;
}

@media only screen and (min-width: 769px) {
    .under .imgBox.colImg3 .item:nth-child(3n+3) {
        margin-right: 0;
    }
    .under .imgBox.colImg3 .item picture {
        background-color: #f2f2f2;
    }
}

.under .imgBox.colImg3 picture {
    height: auto;
}

.under .imgBox.colImg3 h5 {
    padding-left: 1.25em;
    margin-top: 26px;
    margin-bottom: 10px;
    font-size: 20px;
    background: url(../images/ud_imgBox_h5_ico.png) no-repeat left top 0.3em/0.775em auto;
}

@media only screen and (max-width: 768px) {
    .under .imgBox.colImg3 h5 {
        font-size: 18px;
    }
}

.under .imgBox.colImg2 .item {
    max-width: 527px;
    width: calc(50% - 10px);
}

.under .imgBox.colImg1 .item {
    width: 100%;
}

.under .imgBox.colImg1 .item img {
    max-height: 550px;
}

.under .imgBox.colImg1 .item picture {
    margin-bottom: 23px;
}

.under .imgBox.st02 h5 {
    padding-left: 22px;
    padding-bottom: 10px;
    margin-bottom: 21px;
    border-bottom: 1px solid var(--main-color);
    letter-spacing: 0.1em;
    font-size: 24px;
    background: url(../images/ud_imgBox_h5_ico.png) no-repeat left top 0.4em/15.5px auto;
}

@media only screen and (max-width: 768px) {
    .under .imgBox.st02 h5 {
        font-size: 22px;
    }
}

.under .faq_box {
    font-size: 10px;
}

.under .faq_box .box {
    --cl-mode: #0db9d7;
    border-bottom: 2px solid var(--main-color);
}

.under .faq_box .box:first-of-type {
    border-top: 2px solid var(--main-color);
}

@media only screen and (min-width: 769px) {
    .under .faq_box .title:hover {
        --cl-mode: #06768a;
    }
}

.under .faq_box .q {
    position: relative;
    top: 2px;
    align-self: flex-start;
    font-size: 2.7em;
    font-family: var(--f-en);
    letter-spacing: 0.03em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    color: var(--cl-mode);
}

.under .faq_box .faq_tl {
    flex-grow: 1;
    margin-left: 24px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: var(--cl-mode);
}

.under .faq_box .title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 27px;
    padding-left: 66px;
    padding-right: 80px;
}

.under .faq_box .title.rotate .plus::before {
    transform: rotate(90deg);
}

.under .faq_box .faq_content {
    position: relative;
    padding: 24px 69px 23px 112px;
    background-color: #f3fbfd;
}

.under .faq_box .faq_content::before {
    position: absolute;
    font-size: 2.7em;
    content: "A";
    color: var(--main-color);
    left: 67px;
    top: 0.93em;
    font-family: var(--f-en);
    font-weight: 700;
    line-height: 1;
}

.under .faq_box .faq_content p {
    font-size: 16px;
    line-height: 1.6;
}

.h2-icon {
    position: relative;
}

.h2-icon.h2-icon02:before {
    background: url(../images/iProfile_img03.png) no-repeat center;
    background-size: 100% auto;
    width: 450px;
    height: 400px;
    right: 0;
    top: -280px;
}

.h2-icon:before {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    background: url(../images/iProfile_img02.jpg) no-repeat center;
    background-size: 100% auto;
    width: 260px;
    height: 180px;
}

@media only screen and (max-width: 1080px) {
    .under .faq_box .faq_content p {
        font-size: 14px;
    }
}

.under .faq_box .plus {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background-color: #f3fbfd;
}

.under .faq_box .plus::before,
.under .faq_box .plus::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    background-color: var(--cl-mode);
    inset: 0;
    margin: auto;
    border-radius: 10px;
}

.under .faq_box .plus::before {
    width: 2px;
    height: 1.4em;
}

.under .faq_box .plus::after {
    width: 1.4em;
    height: 2px;
}

@media only screen and (min-width: 769px) and (max-width: 1170px) {
    .under .imgBox.rowImg .image_l,
    .under .imgBox.rowImg .image_r {
        display: table;
        float: none;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

.under .btn-group {
    justify-content: center;
}

.under .btn-group.flex.col {
    flex-direction: column;
    align-items: center;
}

.under .btn-group.flex.col .btn {
    width: 100%;
    margin-bottom: 40px;
}

.under .btn-group.flex.col .btn:last-child {
    margin-bottom: 0;
}

.under .btn-group.flex.col .btn a {
    letter-spacing: 0;
    font-family: var(--f-zen);
}

@media only screen and (min-width: 769px) {
    .under .btn-group.st2 {
        margin-top: 24px;
        margin-bottom: 9px;
    }
    .under .btn-group.col2,
    .under .btn-group.col3 {
        justify-content: space-between;
    }
    .under .btn-group.col2 {
        max-width: 710px;
        margin-left: auto;
        margin-right: auto;
    }
    .under .btn-group.col2 .btn.style01 {
        width: 49%;
    }
    .under .btn-group.col3 .btn.style01 {
        width: 32.5%;
    }
}

.under table.rollTable {
    width: 100%;
}

.under table.tbl_style01 th,
.under table.tbl_style01 td {
    padding: 0.8em 2em 1.07em;
    border: 1px solid #b6eaf3;
}

.under table.tbl_style01 th img,
.under table.tbl_style01 td img {
    max-width: 100%;
}

.under table.tbl_style01 th {
    background-color: #f3fbfd;
    color: var(--main-color);
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    letter-spacing: 0;
}

.under table.tbl_style01 td {
    color: #383838;
    font-weight: 500;
    letter-spacing: 0.05em;
}

@media only screen and (min-width: 769px) {
    .under table.tbl_style01 td {
        padding-left: 2em;
    }
}

.under table.tbl_style01.fix_table {
    table-layout: fixed;
}

.under table.tbl_style01.rowHead tr th:not(:last-child) {
    border-right: 1px solid var(--clr1);
}

.under table.tbl_style02 th,
.under table.tbl_style02 td {
    border: 2px solid #9dba38;
    border-left: none;
    border-right: none;
    padding: 0.625em;
}

.under table.tbl_style02 th img,
.under table.tbl_style02 td img {
    max-width: 100%;
}

.under table.tbl_style02 th {
    background: none;
    font-weight: normal;
    font-size: 1.125em;
    color: #9dba38;
}

.under table.tbl_style02 td {
    font-size: 1em;
}

.under .tbl_note {
    margin-top: 9px;
    display: none;
    font-size: 13px;
    color: #ccc;
    letter-spacing: 0;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
    .under table.tbl_style01 th {
        font-size: 16px;
    }
    .under table.tbl_style02 th {
        font-size: 16px;
    }
    .under table.tbl_style02 td {
        font-size: 0.9em;
    }
    .under table.clinic_tbl01 th {
        width: 280px;
    }
}

@media only screen and (min-width: 769px) {
    .under ul.mcol-2 {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 769px) and (min-width: 769px) {
    .under ul.mcol-2 {
        padding-bottom: 10px;
    }
    .under ul.mcol-2 li:last-child,
    .under ul.mcol-2 li:nth-child(2n+1) {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 769px) {
    .under ul.mcol-2 li {
        width: calc((100% - 25px) / 2);
    }
    .under ul.mcol-3 {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.under .box_list {
    position: relative;
    padding-left: 4.2em;
    padding-right: 4.2em;
    padding-top: 2.6em;
    padding-bottom: 2.65em;
    margin: 24px 0;
    z-index: 1;
    border-radius: 15px;
    background-color: #f3fbfd;
}

.under .box_list.st1 {
    background-color: #fdf4f6;
    padding: 40px 10px;
    border: none;
}

.under .box_list.st1 .list01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.under .box_list.st1 li {
    color: #dc414a;
    padding-bottom: 0;
    padding-left: 0 !important;
    font-weight: 700;
    letter-spacing: 0;
}

.under .box_list.st1 li::before {
    display: none;
}

.under .box_list .line_decor {
    position: absolute;
    height: 1px;
    width: 90px;
    background-color: var(--clr1);
    transform: rotate(135deg);
}

.under .box_list .line_decor::before,
.under .box_list .line_decor::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    top: -2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--clr1);
}

.under .box_list .line_decor::before {
    left: 0;
}

.under .box_list .line_decor::after {
    right: 0;
}

.under .box_list .line_decor.top {
    left: -25px;
    top: 20px;
}

.under .box_list .line_decor.bot {
    right: -25px;
    bottom: 20px;
}

.under .box_list01 {
    padding-left: 5.05em;
    padding-top: 4em;
    padding-bottom: 2.5em;
    padding-right: 3.4em;
}

.under .box_list.no-bg {
    background-color: unset;
    padding: 0;
    border: 0;
}

.under .box_list .list01.mcol-2 {
    padding-bottom: 0;
}

.under .box_list02 {
    position: relative;
    z-index: 1;
    padding-bottom: 2.2em;
}

.under .box_list02::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(3em 0, 100% 0, 100% calc(100% - 3em), calc(100% - 3em) 100%, 0 100%, 0 3em);
    background-color: white;
}

.under .box_list02 .stroke {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    top: 13px;
    bottom: 13px;
    left: 13px;
    right: 13px;
    background-color: var(--main-color);
    clip-path: polygon(2.5em 0, 100% 0, 100% calc(100% - 2.5em), calc(100% - 2.5em) 100%, 0 100%, 0 2.5em);
}

.under .box_list02 .stroke::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    background-color: white;
    clip-path: polygon(2.4em 0, 100% 0, 100% calc(100% - 2.4em), calc(100% - 2.4em) 100%, 0 100%, 0 2.4em);
}

.under .box_link {
    --size-pd-top: 19px;
    --size-pd-bot: 12px;
    border: 1px solid var(--main-color);
    background-color: white;
}

@media only screen and (min-width: 769px) {
    .under .box_link {
        padding-left: 4em;
        padding-top: 2.6em;
        padding-right: 4em;
        padding-bottom: 2.9em;
    }
    .under .box_link li {
        max-width: 480px;
    }
}

.under .box_link ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.under .box_link li {
    width: calc(50% - 10px);
    background: url(../images/ud_toc_line.png) repeat-x left bottom/12px auto;
}

.under .box_link li:first-child a {
    padding-top: 0;
}

.under .box_link li:first-child a::after {
    top: 0;
}

@media only screen and (min-width: 769px) {
    .under .box_link li:nth-child(2) a {
        padding-top: 0;
    }
    .under .box_link li:nth-child(2) a::after {
        top: 0;
    }
}

@media only screen and (min-width: 769px) {
    .under .box_link li {
        width: calc((100% - 25px) / 2);
    }
}

.under .box_link a {
    position: relative;
    z-index: 1;
    display: block;
    padding: var(--size-pd-top) 35px var(--size-pd-bot) 12px;
    color: var(--main-color);
    font-weight: 700;
    letter-spacing: 0.05em;
    text-decoration: none;
}

.under .box_link a::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    right: 17px;
    top: var(--size-pd-top);
    bottom: var(--size-pd-bot);
    margin: auto 0;
    width: 11px;
    height: 9px;
    background: url(../images/ud_toc_arr.png) no-repeat center/cover;
}

.under .box_list04 {
    padding-top: 33px;
    padding-bottom: 25px;
    background-color: white;
}

.under ul.list01 li {
    background-size: 10px auto;
    position: relative;
    padding-left: 18px;
    padding-bottom: 8px;
    letter-spacing: 0;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.under ul.list01 li:last-child {
    padding-bottom: 0;
}

.under ul.list01 li::before {
    content: "";
    background-color: var(--main-color);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.8em;
}

.under ul.list01 li.ttl {
    width: 100% !important;
    text-align: center;
    font-size: clamp(22px, 2.2vw, 26px);
    letter-spacing: 0.1em;
    line-height: 1.4;
    padding-left: 0 !important;
    margin-bottom: 17px;
    font-weight: 700;
    color: var(--main-color);
}

.under ul.list01 li.ttl::before {
    display: none;
}

.under ul.list01 li.ttl::after {
    display: block;
    content: "";
    margin-top: 0.82em;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 1px;
    background-color: var(--main-color);
}

.under .list_note {
    margin-top: 15px;
    padding-left: 20px;
}

.under .list_note.no_mt {
    margin-top: 0;
}

.under .topic_path {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.1em;
    padding: 17px 0 7px;
}

.under .topic_path ul {
    display: block;
    padding: 4px 10px 4px 0;
}

.under .topic_path ul::after {
    content: "";
    display: block;
    clear: both;
}

.under .topic_path ul li {
    float: left;
    text-transform: uppercase;
    color: white;
    letter-spacing: 0;
}

.under .topic_path a {
    text-decoration: none;
    letter-spacing: 0;
    position: relative;
    color: white;
}

.under .topic_path a:hover {
    opacity: 1;
    text-decoration: underline;
}

.under .topic_path span {
    display: inline-block;
    padding: 0 9px 0 7px;
    transform: scale(1.4);
    line-height: 1;
    position: relative;
    top: -2px;
}

.under .anchor-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0 0;
}

.under .anchor-links>div {
    background-color: var(--main-color);
    border-radius: 3px;
    position: relative;
    display: block;
    min-width: 135px;
    width: 19%;
    margin: 0% 0.5% 1%;
    text-align: center;
    color: #fff;
    font-size: 0.875em;
    line-height: 1.5;
    letter-spacing: 0.15em;
}

.under .anchor-links>div a {
    display: block;
    width: 100%;
    padding: 10px 5px 9px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
}

.under .anchor-links>div::after {
    content: "";
    border: 4px solid;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: auto;
    bottom: 2px;
    left: calc(50% - 4px);
    right: auto;
    line-height: 1;
}

.under .anchor-links>div:hover a {
    opacity: 1;
}

.under .anchor-links>div:hover::after {
    bottom: 0;
}

.under .anchor-links>div.ext::after {
    content: ">";
    border: 0;
    position: absolute;
    top: calc(50% - 0.5em);
    bottom: auto;
    left: auto;
    right: 7px;
    font-size: 0.857em;
    line-height: 1;
    letter-spacing: 0;
    transform: scaleX(0.5);
}

.under .anchor-links>div.ext:hover::after {
    right: 5px;
}

.under .flow_box {
    --size-w-point: 159px;
    --size-w-arr-ct: 12.5px;
}

.under .flow_box .box {
    position: relative;
    z-index: 1;
    counter-increment: numb;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.under .flow_box .box:last-child {
    margin-bottom: 0;
}

.under .flow_box .point {
    position: relative;
    display: flex;
    align-items: center;
    width: var(--size-w-point);
    margin-bottom: 0;
}

.under .flow_box .point::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    left: 0;
    right: 0;
    top: 7px;
    margin: 0 auto;
    width: 2px;
    height: calc(100% + 45px);
    background: url(../images/ud_flow_line.svg) repeat-x center top/100% auto;
}

.under .flow_box .point>span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    width: 100%;
    min-height: 41px;
    padding: 5px 0.5556em;
    border-radius: 20.5px;
    font-size: 27px;
    letter-spacing: 0.03em;
    font-weight: 700;
    line-height: 1;
    color: white;
    background-color: var(--main-color);
    font-family: var(--f-en);
}

.under .flow_box .point>span .num {
    margin-left: 9px;
}

.under .flow_box h4 {
    background-image: none;
    padding: 0;
    font-size: clamp(18px, 1.8vw, 22px);
    text-align: left;
    letter-spacing: 0;
    color: var(--main-color);
    margin: 0;
    margin-bottom: 7px;
}

.under .flow_box h4::after {
    display: none;
}

.under .flow_box .content {
    position: relative;
    width: calc(100% - var(--size-w-point) - 24px);
    padding: 34px 50px 35px;
    border-radius: 15px;
    background-color: #f3fbfd;
}

.under .flow_box .content::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    left: calc(var(--size-w-arr-ct) * -1);
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: var(--size-w-arr-ct);
    height: var(--size-w-arr-ct);
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    background-color: #f3fbfd;
}

.under .flow_box .content p {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.625;
}

@media only screen and (max-width: 1080px) {
    .under .flow_box .content p {
        font-size: 14px;
    }
}

.under .flow_box .box:nth-of-type(1) .point::before {
    top: 56%;
    height: calc(50% + 45px);
}

.under .flow_box .box:last-of-type .point::before {
    height: calc(50% + 10px);
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .under .flow_box .point::before {
        height: calc(100% + 28px);
    }
    .under .flow_box .box:nth-of-type(1) .point::before {
        height: calc(50% + 33px);
    }
    .under .flow_box .box:last-of-type .point::before {
        height: calc(50% + 28px);
        top: -40px;
    }
}


/* end flow_box  */

.under .under_full_img {
    padding: 30px 20px;
    margin: 40px 0;
    position: relative;
    min-height: 400px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .under .under_full_img {
        height: 350px;
    }
}

.under .under_full_img picture {
    height: 100%;
}

.under .under_full_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    min-width: 100%;
    height: 100%;
    z-index: -1;
}

.under .under_full_img p.ttl {
    position: relative;
    z-index: 2;
    font-size: 2.1875em;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #fff;
    font-family: var(--f-zen);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.08), 0 0 5px rgba(0, 0, 0, 0.08), 0 0 5px rgba(0, 0, 0, 0.08), 0 0 10px rgba(0, 0, 0, 0.08), 0 0 10px rgba(0, 0, 0, 0.08);
    line-height: 1.4;
    text-align: center;
}

.under .ud_map {
    height: 500px;
}

.under .ud_btn {
    text-align: center;
    margin-top: 40px;
}

.under .ud_btn.btn01 a::after {
    right: 0;
}

.under .ud_btn.btn01 a:hover::after {
    right: -5px;
}

.under .ud_btn a {
    margin-inline: auto;
    display: block;
    max-width: 132px;
    padding: 10px 20px 10px 10px;
    width: 100%;
    letter-spacing: 0;
    text-decoration: none;
    font-size: 16px;
    color: var(--clr1);
    position: relative;
}

.under .ud_btn a:hover {
    opacity: 1;
    color: var(--u1);
}

.under .ud_btn a:hover::after {
    right: 8px;
}

.under .exp li {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    display: flex;
    border-bottom: 1px solid #3b7ca3;
}

.under .exp li .year {
    width: 8em;
    color: var(--main-color);
    font-weight: 500;
}

.under .exp li .txt {
    width: calc(100% - 8em);
}

@media only screen and (min-width: 769px) {
    .under ul.list01.mcol-3 li {
        width: 33.3333%;
        max-width: 290px;
        padding-right: 5px;
    }
    .under ul.list01.mcol-3 li:not(:nth-of-type(3n + 3)) {
        padding-bottom: 0;
    }
}

.under .cl-bl {
    color: #00a0de;
}

.under .cl-pink {
    color: #e16996;
}

.under .cl-gr {
    color: #50b841;
}

.under .cl-or01 {
    color: #ffb600;
}

.under .cl-or02 {
    color: #ff8000;
}

.under .cl-bl02 {
    color: #8098ff;
}

.under .cl-pink02 {
    color: #ce828e;
}

.under .cl-violet01 {
    color: #8478a2;
}

.under .ud_ttl {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.4;
    color: #808080;
}

.under .box_decor {
    padding: 50px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.under .box_decor.blue {
    background-color: #f3fbfd;
}

.under .box_decor .box_list {
    margin: 0;
}

.under .flex_gr {
    --size-mg: 5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: calc(var(--size-mg) * -1);
    margin-right: calc(var(--size-mg) * -1);
}

.under .flex_gr .btn.style01 {
    min-width: unset;
}

.under .flex_gr .item {
    width: 100%;
    margin: var(--size-mg);
}

@media only screen and (min-width: 769px) {
    .under .flex_gr.col-2 .item {
        width: calc(50% - 2 * var(--size-mg));
    }
    .under .flex_gr.col-3 .item {
        width: calc(33.333333% - 2 * var(--size-mg));
    }
    .under .flex_gr.col-4 .item {
        width: calc(25% - 2 * var(--size-mg));
    }
    .under .flex_gr.col-5 .item {
        width: calc(20% - 2 * var(--size-mg));
    }
}

@media only screen and (max-width: 768px) {
    .under .flex_gr {
        --size-mg: 5px;
        justify-content: center;
    }
    .under .flex_gr.col-2 .item,
    .under .flex_gr.col-3 .item,
    .under .flex_gr.col-4 .item,
    .under .flex_gr.col-5 .item {
        margin: var(--size-mg);
        width: calc(50% - 2 * var(--size-mg));
    }
}

.under .ud_btn_01 {
    max-width: 344px;
}

.under .btn-group {
    font-size: 10px;
}

.under .btn-group .iBtn {
    padding: 1.6em 5.5em 1.7em 2.9em;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 6em;
    height: 100%;
    width: 100%;
    max-width: 344px;
    border: 1px solid var(--main-color);
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0px 3px 0px 0px rgb(13, 185, 215);
}

.under .btn-group .iBtn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 1.9em;
    width: 2.8em;
    height: 2.8em;
    border-radius: 50%;
    background: url(../images/ico_arr_w.svg) center/1em auto no-repeat, var(--main-color);
}

.under .btn-group .iBtn>span {
    font-size: 1.8em;
    letter-spacing: 0.05em;
    line-height: 1.25;
    font-weight: 700;
    color: var(--main-color);
}

@media only screen and (min-width: 769px) {
    .under .btn-group.flex_gr {
        --size-mg: 12px;
    }
    .under .btn-group.flex_gr .item {
        margin: 13.5px var(--size-mg);
    }
    .under .btn-group .iBtn:hover {
        background: var(--main-color);
        box-shadow: none;
    }
    .under .btn-group .iBtn:hover::after {
        background-color: var(--white-color);
        background-image: url(../images/ico_arr_b.svg);
        right: 19px;
    }
    .under .btn-group .iBtn:hover>span {
        color: var(--white-color);
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .under .btn-group.flex_gr {
        --size-mg: 7px;
    }
}

@media only screen and (max-width: 768px) {
    .under .btn-group {
        font-size: 9px;
    }
    .under .btn-group.flex_gr {
        --size-mg: 7px;
    }
    .under .btn-group.flex_gr .item {
        max-width: 300px;
    }
}

@media only screen and (max-width: 430px) {
    .under .btn-group .iBtn {
        padding-left: 1.5em;
        padding-right: 4.5em;
    }
    .under .btn-group .iBtn::after {
        right: 0.7em;
    }
}

.under .clinic_tbl01 th {
    width: 315px;
    text-align: right;
}

.under .clinic_tbl02 {
    text-align: center;
}

.under .clinic_tbl02 th:first-child {
    width: 350px;
}

.under .clinic_tbl02 th:not(:first-child) {
    width: calc((100% - 350px) / 7);
}

.under .teeth_box .secH4 {
    width: 48%;
}

.under .teeth_box .secH5 {
    padding-top: 20px !important;
}

.under .teeth_box img {
    max-height: 180px;
}

.under .teeth_box p {
    font-size: 14px;
}


/* START BLOG
------------------------------------------------------------------------*/

#pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0;
}

#pagination:empty {
    display: none;
}

#pagination a,
#pagination span {
    background-color: var(--main-color);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin: 10px 5px;
    width: 32px;
    height: 32px;
    color: #fff;
    line-height: 1;
    text-decoration: none;
}

#pagination a.prev,
#pagination a.next,
#pagination span.prev,
#pagination span.next {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px auto;
    color: transparent;
}

#pagination a.prev,
#pagination span.prev {
    background-image: url(../images/shared_blog_arrow_prev.svg);
}

#pagination a.next,
#pagination span.next {
    background-image: url(../images/shared_blog_arrow_next.svg);
}

#pagination a:hover {
    text-decoration: none;
    opacity: 0.7;
}

#pagination span {
    opacity: 0.5;
}

#pagination .active a,
#pagination a.active:hover {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
}

.blog-content .date {
    margin-bottom: 20px;
    text-align: center;
    color: var(--main-color);
}

.blog_list_style01 .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #bababa;
    padding-bottom: 30px;
    margin-bottom: 30px;
    align-items: flex-start;
}

.blog_list_style01 .item picture {
    background-color: rgb(255, 255, 255);
    position: relative;
    overflow: hidden;
    border: 3px solid var(--main-color);
    width: 220px;
    height: 220px;
}

.blog_list_style01 .item picture img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog_list_style01 .item .info {
    width: calc(100% - 250px);
    position: relative;
    padding-bottom: 40px;
}

.blog_list_style01 .item .info p {
    margin-bottom: 0;
    line-height: 1.5;
}

.blog_list_style01 .item .info .date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
    padding-top: 15px;
    font-size: 90%;
}

.blog_list_style01 .item .info .date .day {
    margin-top: 2em;
    margin-right: 1em;
}

.blog_list_style01 .item .info .date .tag {
    display: inline-block;
    color: transparent;
    font-size: 90%;
    margin-left: 10px;
    letter-spacing: -1em;
}

.blog_list_style01 .item .info .date .tag a {
    background-color: var(--main-color);
    display: inline-block;
    margin: 2px 2px 0px 0px;
    padding: 0 10px;
    color: #fff;
    letter-spacing: 0;
    text-decoration: none;
}

.blog_list_style01 .item .info .date .tag a.blog {
    background-color: #00A0DE;
}

.blog_list_style01 .item .info .ttl {
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: underline;
    font-size: 120%;
    font-weight: 600;
    color: #333333;
}

.blog_list_style01 .item .info .ttl a {
    color: inherit;
}

.blog_list_style01 .item .info .des {
    padding-bottom: 45px;
    color: var(--clr1);
    text-align: left;
}

.blog_list_style01 .item .info .button {
    background-color: #fff;
    border: 3px solid #ddd;
    position: absolute;
    bottom: 0px;
    right: 0;
}

.blog_list_style01 .item .info .button a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 5px 15px 5px 10px;
    font-size: 90%;
    color: #333;
    text-decoration: none;
}

.blog_list_style01 .item .info .button a span {
    display: block;
    position: absolute;
    right: 5px;
    line-height: 1em;
    top: calc(50% - 0.55em);
}

.blog_list_style01 .item .info .button a::before {
    opacity: 0;
}

.blog_list_style01 .item .info .button::after {
    content: "";
    background-color: var(--main-color);
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    transition: all 0.3s ease;
}

@media only screen and (min-width: 769px) {
    .blog_list_style01 .item .info .date .tag a:hover {
        background: var(--clr1);
        color: #fff;
    }
    .blog_list_style01 .item .info .button:hover a {
        opacity: 1;
        color: #fff;
    }
    .blog_list_style01 .item .info .button:hover::after {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .blog_list_style01 .item>a {
        width: calc(100% - 51vw - 20px);
    }
    .blog_list_style01 .item>a picture {
        width: 100%;
        height: calc(48vw - 20px);
    }
    .blog_list_style01 .item picture {
        margin: 0 auto;
    }
    .blog_list_style01 .item .info {
        width: 52%;
        max-width: 420px;
        margin: 0 auto;
        padding-bottom: 0;
    }
    .blog_list_style01 .item .info .ttl {
        white-space: normal;
    }
    .blog_list_style01 .item .info .date {
        padding-top: 0;
    }
    .blog_list_style01 .item .info .button {
        position: relative;
        display: table;
    }
}

.blog_list_style02.colImg .list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.blog_list_style02.colImg p {
    margin-bottom: 5px;
}

.blog_list_style02.colImg p:last-child {
    margin-bottom: 0;
}

.blog_list_style02.colImg picture {
    margin-bottom: 15px;
}

.blog_list_style02.colImg .text p {
    font-size: 1em;
}

.blog_list_style02.colImg .text .ttl {
    font-family: inherit;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    color: #0e7cad;
}

.blog_list_style02.colImg4_blog .item {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 15px;
    position: relative;
}

.blog_list_style02.colImg4_blog .item:nth-child(4) {
    margin-right: 0;
}

.blog_list_style02.colImg4_blog .item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.blog_list_style02.colImg4_blog .item .img {
    background: url(../images/shared_blog_logo.png) center no-repeat;
    background-size: contain;
    background-color: #fff;
    border: 1px solid #000;
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 15px;
}

.blog_list_style02.colImg4_blog .item .img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.blog_list_style02.colImg4_blog .item .img img {
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
}

.blog_list_style02.colImg4_blog .item:hover a {
    opacity: 1;
}

.blog_list_style02.colImg4_blog .item:hover .img img {
    filter: blur(5px) grayscale(50%);
    transform: translate(-50%, -50%) scale(1.15);
}

.blog_list_style02.colImg4_blog picture {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
    .blog_list_style02.colImg4_blog .item .img {
        height: 30vw;
    }
}

@media only screen and (max-width: 768px) {
    .blog_list_style01 .item .info .des {
        padding-bottom: 25px;
    }
    .blog_list_style02.colImg4_blog .item .img {
        height: 280px;
    }
    .blog_list_style02.colImg4_blog picture {
        height: 260px;
    }
}

@media only screen and (max-width: 640px) {
    .blog_list_style02.colImg .list {
        justify-content: space-around;
    }
    .blog_list_style02.colImg .item {
        margin-bottom: 15px;
    }
    .blog_list_style02.colImg picture {
        margin-bottom: 5px;
    }
    .blog_list_style02.colImg .text {
        font-size: 14px;
    }
    .blog_list_style02.colImg4_blog .item {
        width: 49%;
    }
    .blog_list_style02.colImg4_blog .item .img {
        height: 48vw;
    }
    .blog_list_style02.colImg4_blog picture {
        height: 48vw;
    }
}

.blog_detail_style02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 30px;
}

.blog_detail_style02 .box_gallery {
    width: 35%;
    max-width: 400px;
}

.blog_detail_style02 .box_gallery .main_img {
    background: #ededed;
    position: relative;
    height: 400px;
    margin-bottom: 11px;
}

.blog_detail_style02 .box_gallery .main_img .item {
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.blog_detail_style02 .box_gallery .main_img .item.active {
    opacity: 1;
}

.blog_detail_style02 .box_gallery .main_img .img {
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 100%;
}

.blog_detail_style02 .box_gallery .main_img .img img {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
}

.blog_detail_style02 .box_gallery .thumb {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.blog_detail_style02 .box_gallery .thumb li {
    background-color: #ededed;
    transition: all 0.2s ease;
    width: calc(12.5% - 4.4px);
    margin-right: 5px;
    margin-bottom: 5px;
    height: 20vw;
    max-height: 40px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.blog_detail_style02 .box_gallery .thumb li:nth-child(8n+0) {
    margin-right: 0;
}

.blog_detail_style02 .box_gallery .thumb li:hover {
    opacity: 0.7;
}

.blog_detail_style02 .box_gallery .thumb li img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog_detail_style02 .box_gallery .thumb.col_5 li {
    width: calc(20% - 4px);
    max-height: 77px;
}

.blog_detail_style02 .box_gallery .thumb.col_5 li:nth-child(5) {
    margin-right: 0;
}

.blog_detail_style02 .box_gallery.withSlick .main_img {
    height: auto;
}

.blog_detail_style02 .box_gallery.withSlick .main_img .item {
    height: 400px;
}

.blog_detail_style02 .box_gallery.withSlick .main_img .item:nth-child(n) {
    display: block;
}

.blog_detail_style02 .box_gallery.withSlick .thumb li {
    opacity: 0.5;
}

.blog_detail_style02 .box_gallery.withSlick .thumb li::after {
    content: "";
    transition: all 0.2s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid transparent;
    z-index: 1;
}

.blog_detail_style02 .box_gallery.withSlick .thumb li.active {
    opacity: 1;
}

.blog_detail_style02 .box_gallery.withSlick .thumb li.active::after {
    border-color: #ff9933;
}

.blog_detail_style02 .box_gallery.withSlick .thumb li:hover {
    opacity: 1;
}

.blog_detail_style02 .box_gallery.withSlick .controls p {
    display: table;
    cursor: pointer;
}

.blog_detail_style02 .box_gallery.withSlick .controls p:hover {
    text-decoration: underline;
}

.blog_detail_style02 .box_info {
    width: 62%;
    max-width: 710px;
}

.blog_detail_style02 .box_info .intro {
    margin-bottom: 20px;
}

.blog_detail_style02 .box_info table {
    /* &.tbl_style03{
  	th{
  		width: 38%;
  	}
  } */
}

.blog_detail_style02 .box_info table th {
    width: 30%;
    background: #f5f5f5;
    color: var(--main-color);
}

.blog_detail_style02.noGallery .box_info {
    max-width: 100%;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .blog_detail_style02 .box_gallery {
        width: 100%;
        margin: 0 auto 30px;
    }
    .blog_detail_style02 .box_gallery .main_img {
        max-height: 400px;
        height: 100vw;
    }
    .blog_detail_style02 .box_info {
        width: 100%;
        margin: 0 auto;
    }
    .blog_detail_style02 .box_info table th {
        width: 100%;
    }
    .blog_detail_style02 .box_info table.tbl_style03 {
        border-bottom: none;
    }
}

.main_blog_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main_blog_container .main_blog_content {
    max-width: 100%;
    width: calc(100% - 250px);
}

.main_blog_container .main_blog_content>div {
    padding-top: 0;
}

.main_blog_container .sidebar {
    width: 220px;
}

.main_blog_container .sidebar .widgettitle {
    margin-top: 0;
    background: transparent
}

.main_blog_container .sidebar .widgettitle:after {
    display: none;
}

.main_blog_container .sidebar .txt_head,
.main_blog_container .sidebar .widgettitle {
    background-color: var(--main-color);
    transform: none;
    position: static;
    display: block;
    margin-bottom: 0;
    padding: 15px 10px;
    width: 100%;
    writing-mode: horizontal-tb;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.main_blog_container .sidebar ul:not(.children) {
    background-color: #fff;
    border: 1px solid #ddebf2;
    border-top: 0;
    padding: 0 10px;
}

.main_blog_container .sidebar ul:not(.children)>li {
    border-bottom: 1px solid #959595;
    padding: 12px 10px;
    font-size: 80%;
}

.main_blog_container .sidebar ul:not(.children)>li:last-child {
    border-bottom: 0;
}

.main_blog_container .sidebar ul:not(.children)>li a {
    color: inherit;
    font-size: inherit;
    text-decoration: underline;
}

.main_blog_container .sidebar ul:not(.children)>li a:hover {
    text-decoration: none;
}

.main_blog_container .sidebar ul.children {
    padding: 7px 7px;
}

.main_blog_container .sidebar ul.children li {
    padding-bottom: 5px;
}

.main_blog_container .sidebar ul.children li:last-child {
    padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .main_blog_container .main_blog_content {
        width: 100%;
        margin: 0 auto;
    }
    .main_blog_container .sidebar {
        display: none;
    }
}

.blog_post_button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
    margin: 100px auto 0;
}

.blog_post_button>div {
    position: relative;
    width: 32%;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 0.9em;
    overflow: hidden;
    /* &.prev, &.next {
  	span {
  		display: block;
  		a {
  			&::after {
  				content: "";
  				background-repeat: no-repeat;
  				background-position: center;
  				background-size: auto 10px;
  				transform: translateY(-50%);
  				position: absolute;
  				top: 50%;
  				width: 15px;
  				height: 15px;
  				text-decoration: none !important;
  			}
  		}
  	}
  }
  &.prev {
  	a {
  		padding-left: 25px;
  		&::after {
  			background-image: url(../images/angle-double-left.svg);
  			left: 7px;
  		}
  	}
  }
  &.next {
  	a {
  		padding-right: 25px;
  		&::after {
  			background-image: url(../images/angle-double-right.svg);
  			right: 7px;
  		}
  	}
  }
  &:hover {
  	&.prev {
  		a {
  			&::after {
  			}
  		}
  	}
  	&.next {
  		a {
  			&::after {
  			}
  		}
  	}
  } */
}

.blog_post_button>div:empty::before,
.blog_post_button>div:empty::after {
    display: none;
}

.blog_post_button>div::before,
.blog_post_button>div::after {
    content: "";
    transition: all 0.2s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog_post_button>div::before {
    background-color: var(--main-color);
}

.blog_post_button>div::after {
    border: 1px solid var(--main-color);
}

.blog_post_button>div a {
    transition: all 0.3s;
    display: block;
    position: relative;
    z-index: 1;
    padding: 11px 10px 10px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    line-height: inherit;
    color: inherit;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .blog_post_button>div a:not(.tel_click):hover,
    .blog_post_button>div a:not(.tel_click):active {
        opacity: 1;
        color: #fff;
    }
}

@media only screen and (min-width: 769px) {
    .blog_post_button>div:hover::before {
        opacity: 0;
        transform: scale(0.8);
    }
    .blog_post_button>div:hover::after {
        opacity: 1;
        transform: scale(1);
    }
    .blog_post_button>div:hover a {
        color: #000;
    }
}


/* END BLOG
------------------------------------------------------------------------*/


/* START Mail
------------------------------------------------------------------------*/

.contact-form-style01 .contact-table {
    background-size: cover;
    width: 100%;
    margin: 0 auto 0px;
    overflow: hidden;
    position: relative;
}

.contact-form-style01 .contact-table textarea {
    min-width: 100%;
}

.contact-form-style01 .contact-table::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table select,
.contact-form-style01 .contact-table textarea {
    border: 1px solid;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 1rem;
}

.contact-form-style01 .contact-table input {
    width: 100%;
}

.contact-form-style01 .contact-table textarea {
    max-width: 100%;
    width: 100%;
    height: 7em;
}

.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table textarea {
    transition: all 0.2s ease-in-out;
}

.contact-form-style01 .contact-table input[type=radio],
.contact-form-style01 .contact-table input[type=checkbox] {
    margin: 5px 3px 5px 0px;
    width: auto;
}

.contact-form-style01 .contact-table [readonly*=readonly] {
    background: none;
    border: 0;
    font-weight: bold;
}

.contact-form-style01 .contact-table dl {
    position: relative;
    z-index: 1;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form-style01 .contact-table dl:last-child dt,
.contact-form-style01 .contact-table dl:last-child dd {
    border-bottom: 0px;
}

.contact-form-style01 .contact-table dt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 400px;
    padding: 15px 20px;
    font-size: 1.125em;
}

.contact-form-style01 .contact-table dt span {
    display: inline-block;
    border-radius: 7px;
    padding: 2px 7px;
    margin-left: 5px;
    font-size: 70%;
    line-height: 1;
}

.contact-form-style01 .contact-table dd {
    width: calc(100% - 400px);
    padding: 15px 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contact-form-style01 .contact-table .postal_code {
    display: flex;
    flex-wrap: wrap;
}

.contact-form-style01 .contact-table .inline span {
    max-width: 75px;
    margin: 0 5px;
    text-align: center;
}

.contact-form-style01 .contact-table .inline input {
    text-align: center;
}

.contact-form-style01 .contact-table .clockpicker input {
    width: 70px;
    text-align: center;
}

.contact-form-style01 .contact-table input:not([type=radio]):not([type=checkbox]):focus,
.contact-form-style01 .contact-table textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.contact-form-style01 .confirm-table textarea {
    resize: none;
    width: 100%;
}

.contact-form-style01 .confirm-table input:not([type=radio]):not([type=checkbox]):focus,
.contact-form-style01 .confirm-table textarea:focus {
    color: inherit;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.contact-form-style01 .input_btn,
.contact-form-style01 .button.thanks_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 520px;
    margin: 40px auto 0;
}

.contact-form-style01 .input_btn input,
.contact-form-style01 .input_btn a,
.contact-form-style01 .button.thanks_btn input,
.contact-form-style01 .button.thanks_btn a {
    color: inherit;
    text-decoration: none;
    line-height: 1;
}

.contact-form-style01 .input_btn a,
.contact-form-style01 .button.thanks_btn a {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-form-style01 .input_btn input[type=button],
.contact-form-style01 .input_btn input[type=submit],
.contact-form-style01 .button.thanks_btn a {
    width: 200px;
    height: 45px;
    border: none;
    padding: 10px;
    text-align: center;
    font-size: 100%;
    font-weight: normal;
    margin: 0px 10px 10px;
    text-decoration: none;
    cursor: pointer;
}

.contact-form-style01 .input_btn input[type=button]:hover,
.contact-form-style01 .input_btn input[type=submit]:hover,
.contact-form-style01 .button.thanks_btn a:hover {
    opacity: 1;
    background-color: #ccc;
}

.contact-form-style01 .input_btn input[type=button],
.contact-form-style01 .input_btn input[type=submit],
.contact-form-style01 .button.thanks_btn {
    background-color: var(--main-color);
    color: #fff;
}

.contact-form-style01 .contact-table {
    border: 1px solid #ddd;
}

.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table select,
.contact-form-style01 .contact-table textarea {
    border-color: #ddd;
}

.contact-form-style01 .contact-table dt {
    background-color: var(--main-color);
    border-bottom: 1px solid #ddd;
    color: #fff;
}

.contact-form-style01 .contact-table dt span {
    background-color: #ffffff;
    color: #ff3c7f;
}

@-moz-document url-prefix() {
    .contact-form-style01 .contact-table dt span {
        /* Fire Fox */
        padding-bottom: 3px;
    }
}

.contact-form-style01 .contact-table dd {
    border-bottom: 1px solid #ddd;
}

.contact-form-style01 .wpcf7-not-valid-tip {
    display: block;
    margin: 3px 7px 0;
}

.screen-reader-response {
    display: none;
}

.wpcf7-not-valid-tip {
    font-size: 80%;
    color: #ff3c7f;
}

.wpcf7-response-output {
    padding-top: 20px;
}

.wpcf7-list-item {
    margin-right: 15px;
}

.wpcf7-list-item-label {
    color: #000;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.captcha_box {
    display: table;
    margin: 50px auto 0;
}

@-moz-document url-prefix() {
    .captcha_box {
        /* Fire Fox */
        display: block;
        width: 304px;
        height: 78px;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
    .contact-form-style01 .contact-table dt {
        width: 40%;
    }
    .contact-form-style01 .contact-table dd {
        width: 60%;
    }
    .contact-form-style02 {
        padding: 50px 30px 50px;
    }
}

@media only screen and (max-width: 768px) {
    .contact-form-style01 .contact-table {
        border: none;
    }
    .contact-form-style01 .contact-table dl {
        display: block;
    }
    .contact-form-style01 .contact-table dl:last-child dd {
        border-bottom: 1px solid #ddd;
    }
    .contact-form-style01 .contact-table dt {
        border-left: 1px solid var(--main-color);
        border-right: 1px solid var(--main-color);
    }
    .contact-form-style01 .contact-table dt,
    .contact-form-style01 .contact-table dd {
        width: 100%;
    }
    .contact-form-style01 .contact-table dd {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
    .contact-form-style01 .contact-table input,
    .contact-form-style01 .contact-table textarea {
        width: 100%;
    }
    .contact-form-style01 .contact-table input[type=checkbox],
    .contact-form-style01 .contact-table input[type=radio] {
        width: auto;
    }
    .contact-form-style01 .wpcf7-list-item {
        display: block;
    }
    .contact-form-style02 {
        padding: 40px 30px 40px;
    }
    .contact-form-style02 .contact-table input,
    .contact-form-style02 .contact-table textarea {
        padding-bottom: 20px;
        text-align: center;
    }
    .contact-form-style02 .contact-table dl {
        width: 100%;
    }
    .contact-form-style02 .contact-table dl dt {
        width: 100%;
        text-align: center;
    }
    .contact-form-style02 .contact-table dl:not(.full) dt {
        bottom: 20px;
    }
    .contact-form-style02 .contact-table dl:not(.full).non-empty dt,
    .contact-form-style02 .contact-table dl:not(.full).focus dt {
        font-size: 0.9em;
    }
    .contact-form-style02 .wpcf7-not-valid-tip {
        text-align: center;
    }
}


/* END Mail*/

.idx_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    font-size: 14px;
    opacity: 0;
    display: none;
}

.idx_modal.active {
    opacity: 1;
}

.idx_modal .modal_bg {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    padding: 50px;
}

.idx_modal .modal_content {
    max-width: 64.1em;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    border: 1px solid var(--main-color);
}

.idx_modal .modal_inner {
    position: relative;
    max-height: calc(90vh - 50px);
    overflow-y: auto;
}

.idx_modal .modal_close {
    position: absolute;
    top: -1.2em;
    right: -1.2em;
    width: 3.5em;
    height: 3.5em;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.26 16.26'%3E%3Cline x1='14.76' y1='1.5' x2='1.5' y2='14.76' style='fill: none; stroke: %23fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3px;'/%3E%3Cline x1='14.76' y1='14.76' x2='1.5' y2='1.5' style='fill: none; stroke: %23fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3px;'/%3E%3C/svg%3E");
    background-color: var(--main-color);
    background-position: center;
    background-size: 1.4em auto;
    background-repeat: no-repeat;
    border-radius: 50%;
    z-index: 3;
    cursor: pointer;
    transition: 0.3s all;
    border: 2px solid #ffffff;
}

@media only screen and (min-width: 769px) {
    .idx_modal .modal_close:hover {
        background-color: var(--clr1);
    }
}

.idx_modal .content {
    padding: 2em;
}

.idx_modal .content h2 {
    margin-top: 0;
}

@media only screen and (max-width: 768px) {
    .idx_modal .modal_bg {
        padding: 35px 20px;
    }
    .idx_modal .content {
        padding: 2em 1em;
    }
    .idx_modal .modal_inner {
        max-height: calc(83vh - 50px);
    }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
    .under .key::before {
        height: calc(100% + 190px);
        max-height: 680px;
        background: url(../images/ud_key_bg.png) no-repeat bottom / cover;
    }
    .tbl-profile {
        position: relative;
        max-width: 80%;
        margin: 0 auto;
    }
    .h3-profile:before {
        right: 53%;
    }
    .h3-icon:before {
        right: 14%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .home_page .idx_modal {
        font-size: min(12px, 1.35vw);
    }
    .under .imgBox.colImg3 .item {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
    .h2-icon:before {
        width: 200px;
        height: 120px;
        top: 70%;
    }
    .h2-icon.h2-icon02:before {
        width: 350px;
        height: 300px;
        right: 0;
        top: -250px;
    }
    .tbl-profile {
        position: relative;
        max-width: 70%;
        margin: 0 auto;
    }
    .h3-profile:before {
        right: 49%;
        width: 120px;
        height: 210px;
    }
    .tbl-profile:before {
        width: 110px;
        height: 220px;
    }
    .h3-icon:before {
        right: -6%;
        width: 160px;
        height: 110px;
    }
    .under table.clinic_tbl01.tbl-profile th {
        width: 210px !important;
    }
}


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