.under .sitemap{padding-top:40px}.under .sitemap>ul>li li p{padding-left:65px;font-size:1.125em}.under .sitemap>ul>li li p::after{display:none}.under .sitemap>ul>li li p::before{left:42px;width:10px;height:10px;border-radius:50%;top:calc(50% - 3px)}.under .sitemap>ul>li li li a{padding-left:110px}.under .sitemap>ul>li li li a::before{left:80px}.under .sitemap>ul>li p{margin-bottom:0;font-weight:500;font-size:1.25em;color:var(--main-color);line-height:1.5}.under .sitemap>ul>li a,.under .sitemap>ul>li p{display:block;width:100%;padding:15px 15px 15px 30px;border-bottom:dotted 1px var(--main-color);position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;text-decoration:none}.under .sitemap>ul>li a:before,.under .sitemap>ul>li p:before{content:"";position:absolute;width:15px;height:3px;background:var(--main-color);left:0;top:50%;margin-top:-2px}.under .sitemap>ul>li a{color:var(--clr1)}.under .sitemap>ul>li p:after{content:"";position:absolute;width:3px;height:14px;background:var(--main-color);left:6px;top:50%;margin-top:-7px}.under .sitemap>ul>li a:hover{text-decoration:none;background:var(--main-color);opacity:1;color:#fff}.under .sitemap>ul>li a:hover::before{background-color:#fff}.under .sitemap>ul>li li a{padding-left:70px}.under .sitemap>ul>li li a:before{left:40px}.under #mainContent{padding-bottom:142px}.under #mainContent .inner{max-width:1024px}.under footer::after{display:none}.under .key{background-image:url(https://ryogaclinic.jp/wp-content/themes/grits_theme/images/ud_key_bg.jpg);background-size:cover;background-repeat:no-repeat;background-position:center;background-color:#ddd;height:690px;width:calc(100% - 40px);margin-inline:auto;margin-top:20px}.under .key .inner{height:100%;padding:0}.under .key .key_text{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:100%}.under .key .key_text h2{font-size:40px;font-weight:bold;text-align:center;letter-spacing:.1em;color:#fff}.under h2,.under h3,.under h4,.under h5,.under h6{line-height:1.4;letter-spacing:.14em;font-family: var(--f-notosans)}.under h2:last-child,.under h3:last-child,.under h4:last-child,.under h5:last-child,.under h6:last-child{margin-bottom:0}.under h3{background-size:50px auto;position:relative;margin-bottom:39px;color:var(--main-color);font-size: calc(var(--ttl_size) + 2px);font-weight:500;text-align:center}.under h3::after{content:"";display:block;background-color:var(--clr2);width:60px;height:3px;margin-inline:auto;margin-top:.8333333333em}.under h4{background-repeat:repeat;margin-bottom:31px;position:relative;font-weight:500;font-size:30px;padding-bottom:.5em;color:var(--main-color);border-bottom:2px solid var(--clr2);font-size:calc(var(--ttl_size) - 4px)}.under h5{margin-bottom:24px;position:relative;font-weight:500;font-size:26px;padding-left:1.2em;color:var(--main-color);font-size:calc(var(--ttl_size) - 8px)}.under h5::after{content:"";position:absolute;background-color:var(--clr2);top:.05em;left:0;width:3px;height:103%;border-radius:1px}.under h6{margin-top:30px;position:relative;margin-bottom:25px;font-size:18px;color:var(--main-color);font-weight:500;padding-left:1.3333333333em}.under h6::after{content:"";position:absolute;background-color:var(--clr2);border-radius:50%;width:15px;.under .sitemap {
        padding-top: 40px;
    }

    .under .sitemap > ul > li li p {
        padding-left: 65px;
        font-size: 1.125em;
    }

    .under .sitemap > ul > li li p::after {
        display: none;
    }

    .under .sitemap > ul > li li p::before {
        left: 42px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        top: calc(50% - 3px);
    }

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

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

    .under .sitemap > ul > li p {
        margin-bottom: 0;
        font-weight: 500;
        font-size: 1.25em;
        color: var(--main-color);
        line-height: 1.5;
    }

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

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

    .under .sitemap > ul > li a {
        color: var(--clr1);
    }

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

    .under .sitemap > ul > li a:hover {
        text-decoration: none;
        background: var(--main-color);
        opacity: 1;
        color: #fff;
    }

    .under .sitemap > ul > li a:hover::before {
        background-color: #fff;
    }

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

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

    .under #mainContent {
        padding-bottom: 142px;
    }

    .under #mainContent .inner {
        max-width: 1024px;
    }

    .under footer::after {
        display: none;
    }

    .under .key {
        background-image: url(../images/ud_key_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #ddd;
        height: 690px;
        width: calc(100% - 40px);
        margin-inline: auto;
        margin-top: 20px;
    }

    .under .key .inner {
        height: 100%;
        padding: 0px;
    }

    .under .key .key_text {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        height: 100%;
    }

    .under .key .key_text h2 {
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.1em;
        color: #fff;
    }

    .under h2,
    .under h3,
    .under h4,
    .under h5,
    .under h6 {
        line-height: 1.4;
        letter-spacing: 0.14em;
        font-family: var(--f-notosans);
    }

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

    .under h3 {
        background-size: 50px auto;
        position: relative;
        margin-bottom: 39px;
        color: var(--main-color);
        font-size: calc(var(--ttl_size) + 2px);
        font-weight: 500;
        text-align: center;
    }

    .under h3::after {
        content: "";
        display: block;
        background-color: var(--clr2);
        width: 60px;
        height: 3px;
        margin-inline: auto;
        margin-top: 0.8333333333em;
    }

    .under h4 {
        background-repeat: repeat;
        margin-bottom: 31px;
        position: relative;
        font-weight: 500;
        font-size: 30px;
        padding-bottom: 0.5em;
        color: var(--main-color);
        border-bottom: 2px solid var(--clr2);
        font-size: calc(var(--ttl_size) - 4px);
    }

    .under h5 {
        margin-bottom: 24px;
        position: relative;
        font-weight: 500;
        font-size: 26px;
        padding-left: 1.2em;
        color: var(--main-color);
        font-size: calc(var(--ttl_size) - 8px);
    }

    .under h5::after {
        content: "";
        position: absolute;
        background-color: var(--clr2);
        top: 0.05em;
        left: 0;
        width: 3px;
        height: 103%;
        border-radius: 1px;
    }

    .under h6 {
        margin-top: 30px;
        position: relative;
        margin-bottom: 25px;
        font-size: 18px;
        color: var(--main-color);
        font-weight: 500;
        padding-left: 1.3333333333em;
    }

    .under h6::after {
        content: "";
        position: absolute;
        background-color: var(--clr2);
        border-radius: 50%;
        width: 15px;
        height: 15px;
        top: 7px;
        left: 0;
    }

    @media only screen and (max-width: 1280px) and (min-width: 769px) {
        .under .key .key_text h2 {
            font-size: 36px;
        }
    }

    @media only screen and (max-width: 1280px) and (min-width: 769px) {
        .under h3 {
            font-size: calc(var(--ttl_size) + 4px);
            margin-bottom: 25px;
        }

        .under h4 {
            font-size: calc(var(--ttl_size) - 2px);
            margin-bottom: 20px;
        }

        .under h5 {
            font-size: calc(var(--ttl_size) - 4px);
            margin-bottom: 20px;
        }

        .under h6 {
            font-size: 16px;
            margin-bottom: 18px;
        }
    }

    @media only screen and (max-height: 700px) and (min-width: 769px) {
        .under .key {
            height: 600px;
        }
    }

    .under .inner > section:first-child > h3 {
        margin-top: 143px;
    }

    .under .section > p:last-of-type,
    .under section > p:last-of-type {
        margin-bottom: 0;
    }

    .under .section > p:last-of-type + table,
    .under .section > p:last-of-type + ul,
    .under section > p:last-of-type + table,
    .under section > p:last-of-type + ul {
        margin-top: 15px;
    }

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

    .under section h3 {
        margin-top: 80px;
    }

    .under .secH4 {
        padding-top: 60px;
    }

    .under .secH5 {
        padding-top: 50px;
    }

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

    .under .imgBox.rowImg .image_l img,
    .under .imgBox.rowImg .image_r img {
        max-width: 100%;
        max-height: 500px;
    }

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

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

    .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: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        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: 15px;
    }

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

    .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 {
        position: relative;
        background: #dedede;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
        height: 380px;
        width: 100%;
        text-align: center;
    }

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

    .under .imgBox.colImg3 .item {
        width: 32%;
    }

    .under .imgBox.colImg3 picture {
        height: 250px;
    }

    .under .imgBox.colImg2 .item {
        width: 49%;
    }

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

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

    .under .faq_box .box {
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 60px;
    }

    .under .faq_box h4 {
        background-color: var(--main-color);
        color: #fff;
        border-radius: 0;
        padding: 1em 3.125em;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .under .faq_box h4:hover {
        cursor: pointer;
    }

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

    .under .faq_box h4:before {
        content: "Q.";
        position: absolute;
        top: 0.375em;
        left: 0.5em;
        line-height: 1;
        font-family: var(--f-en);
        font-size: 1.6666666667em;
    }

    .under .faq_box .content {
        padding-top: 40px;
        padding-left: 100px;
        padding-right: 30px;
        padding-bottom: 55px;
        background-color: #ddd;
        position: relative;
    }

    .under .faq_box .content:after {
        content: "A.";
        position: absolute;
        font-family: var(--f-en);
        top: 23px;
        left: 40px;
        font-size: 40px;
        color: var(--main-color);
        font-weight: 500;
    }

    .under .faq_box .content:before {
        content: "";
        position: absolute;
        background-color: #ccc;
        width: 36.6em;
        height: 37.7em;
        bottom: 10px;
        right: 20px;
        font-size: 3px;
        opacity: 0.2;
    }

    .under .acf_block h3,
    .under .acf_block h4,
    .under .acf_block h5 {
        margin-bottom: 0;
    }

    .under .acf_block .text_h3 {
        margin: 45px 0 0;
    }

    .under .acf_block .text_h4 {
        margin: 30px 0 0;
    }

    .under .acf_block .text_h5 {
        margin: 20px 0 0;
    }

    .under .acf_block .list01 {
        margin-top: 20px;
    }

    @media only screen and (min-width: 769px) and (max-width: 1280px) {
        .under .inner > section:first-child > h3 {
            margin-top: 100px;
        }
    }

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

    .under table {
        border-radius: 3px;
    }

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

    .under table.tbl_center td,
    .under table.tbl_center th {
        text-align: center;
    }

    .under table.tbl_w30 th {
        width: 33.3333333333%;
    }

    .under table.tbl_style01 th,
    .under table.tbl_style01 td {
        border: 1px solid #ddd;
        padding: 0.625rem 1.625rem;
    }

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

    .under table.tbl_style01 th {
        background-color: var(--main-color);
        color: #fff;
        font-size: 1.125em;
        font-weight: normal;
        text-align: center;
    }

    .under table.tbl_style01 th:last-child {
        max-width: 108px;
        padding: 0.625rem 0.625rem;
    }

    .under table.tbl_style01 td {
        background-color: #fff;
        color: #383838;
        font-size: 1em;
        line-height: 2.4;
    }

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

    .under table.tbl_style01.colHead tr:not(:last-child) th {
        border-bottom: 1px solid #ddd;
    }

    .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 .tb_note {
        margin-bottom: 0;
    }

    .under .tbl_note {
        display: none;
        margin-top: 10px;
        color: #b4b4b4;
        font-size: 11px;
        letter-spacing: 0;
    }

    .under .tbl_mgl {
        margin-left: 24px;
    }

    @media only screen and (max-width: 1000px) and (min-width: 769px) {
        .under table.tbl_style01 th,
        .under table.tbl_style01 td {
            padding: 0.5rem;
        }

        .under table.tbl_style01 th {
            font-size: 1em;
        }

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

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

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

    .under.page-clinic .tbl_style01.rollTable td:has(.note),
    .under.page-clinic .tbl_style01.rollTable th:has(.note) {
        position: relative;
    }

    .under.page-clinic .tbl_style01.rollTable .note {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 5px;
        font-size: 12px;
        line-height: 1;
    }

    .under.page-clinic .tbl_style01.rollTable .note .under.page-clinic .tbl_style01.rollTable th:first-child {
        width: 24%;
    }

    .under.page-clinic .tbl_style01.rollTable th:last-child {
        width: 15%;
    }

    .under ul.list01.mcol-2 {
        position: relative;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    @media only screen and (min-width: 769px) {
        .under ul.list01.mcol-2 {
            padding-bottom: 10px;
        }

        .under ul.list01.mcol-2 li:last-child,
        .under ul.list01.mcol-2 li:nth-child(2n + 1) {
            padding-bottom: 0;
        }
    }

    .under ul.list01.mcol-2 li {
        width: 50%;
        padding-right: 10px;
    }

    .under ul.list01 li {
        background-size: 10px auto;
        position: relative;
        padding-left: 1.1111111111em;
        padding-bottom: 1.1111111111em;
        letter-spacing: 0.1em;
        line-height: 2.4;
    }

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

    .under ul.list01 li::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--clr3);
        position: absolute;
        left: 0;
        top: 16px;
    }

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

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

    .under .topic_path {
        font-size: 12px;
        line-height: 1.45;
        letter-spacing: 1.5px;
        padding: 10px 0 7px;
    }

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

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

    .under .topic_path ul li {
        float: left;
        text-transform: uppercase;
        color: #333;
    }

    .under .topic_path a {
        text-decoration: none;
        color: var(--main-color);
    }

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

    .under .topic_path span {
        display: inline-block;
        padding: 0 6px;
        -webkit-transform: scaleX(0.9);
        transform: scaleX(0.9);
        color: var(--main-color);
        line-height: 1;
    }

    .under .anchor-links {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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;
        -webkit-transform: scaleX(0.5);
        transform: scaleX(0.5);
    }

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

    .under .flow_box {
        margin-top: 100px;
    }

    .under .flow_box .box {
        z-index: 1;
        position: relative;
        -webkit-box-shadow: 0px 3px 50px 0px rgba(34, 55, 82, 0.15);
        box-shadow: 0px 3px 50px 0px rgba(34, 55, 82, 0.15);
        border-top: 2px solid var(--main-color);
        border-bottom: 2px solid var(--main-color);
        margin-bottom: 120px;
        padding: 70px 50px;
    }

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

    .under .flow_box .box:not(:last-child)::after {
        content: "";
        position: absolute;
        background-color: var(--main-color);
        width: 60px;
        height: 20px;
        bottom: -47px;
        left: calc(50% - 30px);
        -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
        clip-path: polygon(50% 100%, 0 0, 100% 0);
    }

    .under .flow_box h4 {
        padding-bottom: 0;
        text-align: center;
        border-bottom: 0;
    }

    .under .flow_box .step {
        font-family: var(--f-en);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 1;
        background-color: var(--main-color);
        margin-bottom: 0;
        font-size: 18px;
        width: 5.5555555556em;
        height: 5.5555555556em;
        border-radius: 50%;
        top: -2.7777777778em;
        left: calc(50% - 2.7777777778em);
        z-index: 1;
    }

    .under .flow_box .step span {
        display: block;
        font-size: 2em;
        line-height: 1;
        letter-spacing: 0;
        font-family: var(--f-zenkaku);
    }

    .under .flow_box .step::after {
        content: "";
        position: absolute;
        width: calc(100% - 0.5555555556em);
        height: calc(100% - 0.5555555556em);
        border: 2px solid #fff;
        border-radius: 50%;
        z-index: -1;
    }

    .under .idx_btn a {
        width: 100%;
        max-width: 340px;
        padding: 11px 10px;
        margin: 30px auto 0 auto;
        text-align: center;
        text-decoration: none;
        color: #fff;
        background-color: var(--clr2);
        border: 2px solid var(--clr2);
        font-weight: 400;
        letter-spacing: 0.1em;
        display: block;
        position: relative;
    }

    .under .idx_btn a::after {
        content: "";
        position: absolute;
        right: 15px;
        top: calc(50% + 1px);
        -webkit-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        width: 6px;
        height: 6px;
    }

    .under .idx_btn a:hover {
        color: var(--clr2);
        opacity: 1;
    }

    .under .feature_box {
        padding-top: 60px;
    }

    .under .feature_box .box {
        margin-bottom: 80px;
        background: url(../images/feature_bg.png) no-repeat center/cover;
        -webkit-box-shadow: 0 0px 7px 0px rgba(0, 0, 0, 0.22);
        box-shadow: 0 0px 7px 0px rgba(0, 0, 0, 0.22);
        border-radius: 10px;
        padding: 95px 40px 40px;
        position: relative;
    }

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

    .under .feature_box .ft_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: -10px;
        left: -10px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .under .feature_box .num {
        font-size: 80px;
        font-weight: 500;
        font-family: var(--f-zenatq);
        letter-spacing: 0;
        line-height: 0.86;
        opacity: 0.5;
        margin-left: -15px;
        color: rgb(26, 84, 145);
    }

    .under .feature_box .ft {
        background-color: rgba(26, 84, 145, 0.9);
        font-family: var(--f-en);
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 34px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-clip-path: polygon(0 100%, 5.5882352941em 100%, 7.3529411765em 0px, 0 0);
        clip-path: polygon(0 100%, 5.5882352941em 100%, 7.3529411765em 0px, 0 0);
        border-radius: 5px 0 0 5px;
        margin-bottom: 0;
        width: 7.3529411765em;
        height: 2.3529411765em;
        padding-left: 15px;
        padding-bottom: 4px;
    }

    .under .feature_box h5 {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .under .doctor_box {
        max-width: 700px;
        margin: auto;
        position: relative;
    }

    .under .doctor_box p {
        margin-bottom: 0;
    }

    .under .doctor_box .doctor_name {
        position: absolute !important;
        right: 20px;
        bottom: 30px;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 5px;
        padding: 20px;
        z-index: 1;
        color: var(--main-color);
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 0.1em;
        line-height: 1.5;
        -webkit-box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.37);
        box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.37);
    }

    .under .doctor_box .doctor_name span {
        font-size: 80%;
        display: block;
    }

    .under .ud_map {
        height: 450px;
    }

    .under .exp li {
        margin-bottom: 1em;
        padding-bottom: 0.5em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid var(--clr2);
    }

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

    .under .exp li .txt {
        width: calc(100% - 7em);
        padding-left: 2em;
    }

    .under .exp li.no_border {
        border: none;
    }

    .under .idx_box_contact {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .under .idx_box_contact .item {
        width: 50%;
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }

    .under .idx_box_contact .item::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 33px;
        -webkit-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        width: 6px;
        height: 6px;
    }

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

    .under .idx_box_contact .item p {
        margin: 0;
        margin-top: -2px;
        text-align: center;
        color: #fff;
        letter-spacing: 0.1em;
        position: relative;
    }

    .under .idx_box_contact .item p::before {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
        width: 28px;
    }

    .under .idx_box_contact .tel {
        background-color: #285386;
    }

    .under .idx_box_contact .tel p {
        margin-left: 53px;
        font-family: var(--f-zenkaku);
        font-weight: 500;
        font-size: calc(var(--ttl_size) + 2px);
    }

    .under .idx_box_contact .tel p::before {
        left: -70px;
        background-image: url(../images/idx_icon_tel.png);
        height: 28px;
    }

    .under .idx_box_contact .web {
        background-color: #da665b;
    }

    .under .idx_box_contact .web p {
        margin-left: 19px;
        font-weight: 400;
        font-size: calc(var(--ttl_size) - 4px);
    }

    .under .idx_box_contact .web p::before {
        left: -103px;
        background-image: url(../images/idx_icon_web.png);
        height: 30px;
    }

    @media only screen and (min-width: 769px) {
        .idx_box_contact .tel a {
            pointer-events: none;
        }

        .idx_btn a {
            z-index: 0;
            -webkit-transition: 0.3s all ease;
            transition: 0.3s all ease;
        }

        .idx_btn a::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 0;
            background: #fff;
            z-index: -1;
            -webkit-transition: 0.3s all ease;
            transition: 0.3s all ease;
        }

        .idx_btn a::after {
            -webkit-transition: 0.3s all ease;
            transition: 0.3s all ease;
        }

        .idx_btn a:hover {
            color: var(--clr2);
        }

        .idx_btn a:hover::before {
            width: 100%;
        }

        .idx_btn a:hover::after {
            border-top-color: var(--clr2);
            border-right-color: var(--clr2);
        }
    }

    @media only screen and (max-width: 1300px) and (min-width: 769px) {
        .under ul.list01 li {
            font-size: 16px;
        }

        .under .topic_path {
            padding: 10px 30px 7px;
        }

        .under .feature_box {
            width: calc(100% - 30px);
            margin: 0 auto;
            padding-top: 50px;
        }

        .under .feature_box .box {
            padding: 80px 40px 30px;
        }

        .under .feature_box h4 {
            font-size: 20px;
        }

        .under .feature_box .ft {
            font-size: 28px;
        }

        .under .feature_box .num {
            font-size: 60px;
        }

        .under .flow_box .box {
            padding: 60px 40px;
        }

        .under .flow_box .box::before {
            -webkit-transform: rotate(-45deg) scale(1.5);
            transform: rotate(-45deg) scale(1.5);
            bottom: 10px;
            right: 10px;
        }

        .under .flow_box .step {
            font-size: 16px;
        }
    }

    .under .clinic_tbl01 th {
        width: 350px;
        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;
    }

    .under .access_box_img01 .block {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .under .access_box_img01 .block:nth-child(even) .big {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .under .access_box_img01 .block .big {
        width: calc(0.5 * (100% - 10px));
    }

    .under .access_box_img01 .block .small {
        width: calc(0.5 * (100% - 10px));
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .under .access_box_img01 .block .small picture {
        width: calc((100% - 10px) * 0.5);
    }

    .under .access_box_img01 .block picture {
        border-radius: 0px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .under .access_box_img02 .block {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .under .access_box_img02 .block:nth-child(even) .big {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .under .access_box_img02 .block .big {
        width: calc(0.5517241379 * (100% - 10px));
    }

    .under .access_box_img02 .block .small {
        width: calc(0.4482758621 * (100% - 10px));
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .under .access_box_img02 .block .small picture {
        width: calc((100% - 10px) * 0.5);
    }

    .under .access_box_img02 .block picture {
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    /* START BLOG
------------------------------------------------------------------------*/
    #pagination {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 40px auto 0;
    }

    #pagination:empty {
        display: none;
    }

    #pagination a,
    #pagination span {
        background-color: var(--main-color);
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: 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: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #bababa;
        padding-bottom: 30px;
        margin-bottom: 30px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .blog_list_style01 .item picture {
        background-color: rgb(255, 255, 255);
        position: relative;
        overflow: hidden;
        border: 2px 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%;
        -webkit-transform: translate(-50%, -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: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
        padding-top: 15px;
        font-size: 90%;
    }

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

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

    .blog_list_style01 .item .info .date .tag a.blog {
        background-color: var(--main-color);
    }

    .blog_list_style01 .item .info .date .tag a.news {
        background-color: var(--clr3);
    }

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

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

    .blog_list_style01 .item .info .des {
        padding-bottom: 45px;
    }

    .blog_list_style01 .item .info .button {
        background-color: var(--clr2);
        border: 2px solid var(--clr2);
        position: absolute;
        bottom: 0px;
        right: 0;
        overflow: hidden;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

    .blog_list_style01 .item .info .button a {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px 15px 5px 10px;
        font-size: 90%;
        color: #fff;
        text-decoration: none;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

    .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;
    }

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

    @media only screen and (max-width: 640px) {
        .blog_list_style01 .item {
            display: block;
        }

        .blog_list_style01 .item picture {
            margin: 0 auto;
        }

        .blog_list_style01 .item .info {
            width: 100%;
            max-width: 420px;
            margin: 0 auto;
            padding-bottom: 0;
        }

        .blog_list_style01 .item .info .button {
            position: relative;
            display: table;
        }
    }

    .blog_list_style02.colImg .list {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: 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 {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease;
        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 {
        -webkit-filter: blur(5px) grayscale(50%);
        filter: blur(5px) grayscale(50%);
        -webkit-transform: translate(-50%, -50%) scale(1.15);
        transform: translate(-50%, -50%) scale(1.15);
    }

    .blog_list_style02.colImg4_blog picture {
        background-color: #ddd;
        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 {
            -ms-flex-pack: distribute;
            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: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        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 {
        -webkit-transition: all 0.3s ease;
        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 {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 100%;
        max-height: 100%;
    }

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

    .blog_detail_style02 .box_gallery .thumb li {
        background-color: #ededed;
        -webkit-transition: all 0.2s ease;
        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%;
        -webkit-transform: translate(-50%, -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: "";
        -webkit-transition: all 0.2s ease;
        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: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        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 .txt_head,
    .main_blog_container .sidebar .widgettitle {
        background-color: var(--main-color);
        -webkit-transform: none;
        transform: none;
        position: static;
        display: block;
        margin-bottom: 0;
        padding: 15px 10px;
        width: 100%;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        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: auto;
            margin: 0 auto;
        }

        .main_blog_container .sidebar {
            display: none;
        }
    }

    .blog_post_button {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 600px;
        margin: 80px 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 a {
        -webkit-transition: all 0.3s;
        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;
        background-color: var(--clr2);
        color: #fff;
        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 a {
            color: #fff;
        }
    }

    /* END BLOG
------------------------------------------------------------------------*/
    /* START Mail
------------------------------------------------------------------------*/
    .contact-form-style01 .contact-table {
        background-size: cover;
        width: 100%;
        margin: 0 auto 0px;
        overflow: hidden;
        position: relative;
        background-color: #fff;
    }
    .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: 6px 8px 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 {
        -webkit-transition: all 0.2s ease-in-out;
        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: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        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: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 350px;
        padding: 15px 20px;
    }
    .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% - 350px);
        padding: 15px 25px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .contact-form-style01 .contact-table .postal_code {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contact-form-style01 .contact-table .inline span {
        margin: 0 5px;
        text-align: center;
    }
    .under.page-contact-confirm .contact-form-style01 .contact-table .inline span {
        max-width: fit-content;
    }
    .contact-form-style01 .contact-table .inline .textdatepicker01,
    .contact-form-style01 .contact-table .inline .textdatepicker02,
    .contact-form-style01 .contact-table .inline .textdatepicker03 {
        max-width: 200px;
    }
    .contact-form-style01 .contact-table .wpcf7-form-control-wrap.time1 .hide,
    .contact-form-style01 .contact-table .wpcf7-form-control-wrap.time2 .hide,
    .contact-form-style01 .contact-table .wpcf7-form-control-wrap.time3 .hide {
        pointer-events: none;
    }
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-button,
    html .ui-button.ui-state-disabled:hover,
    html .ui-button.ui-state-disabled:active {
        color: #eee;
    }
    .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;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        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;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .contact-form-style01 .input_btn,
    .contact-form-style01 .button.thanks_btn {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        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 input[type="button"],
    .contact-form-style01 .input_btn input[type="submit"],
    .contact-form-style01 .button.thanks_btn {
        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:hover {
        opacity: 0.8;
    }
    .contact-form-style01 .button.thanks_btn {
        padding: 0;
    }
    .contact-form-style01 .button.thanks_btn a {
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .contact-form-style01 .input_btn input[type="button"],
    .contact-form-style01 .input_btn input[type="submit"],
    .contact-form-style01 .button.thanks_btn {
        background-color: #0f3e6f;
        color: #fff;
    }
    .contact-form-style01 .contact-table {
        border: 1px solid #ddd;
        border-left: 0;
    }
    .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;
    }
    .wpcf7-form-control-wrap {
        width: 100%;
    }
    .contact-form-style01 .contact-table dt span {
        background-color: #ffffff;
        color: #ff3c7f;
    }
    .contact-form-style01 .contact-table dd {
        border-bottom: 1px solid #ddd;
    }
    .contact-form-style01 .contact-table dd.flex-col {
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    .contact-form-style01 .contact-table dd.flex-col .wpcf7-form-control-wrap:first-child {
        max-width: 130px;
    }
    .contact-form-style01 .contact-table dd.flex-col .wpcf7-form-control-wrap {
        width: auto;
    }
    .contact-form-style01 .wpcf7-not-valid-tip {
        display: block;
        margin: 3px 7px 0;
    }
    .contact-form-style01 .flex-col2 {
        gap: 10px;
    }
    .contact-form-style01 .space {
        display: flex;
        align-items: center;
        margin: 0;
    }
    .contact-form-style01 .space .txt {
        margin-left: 10px;
    }
    .contact-form-style01 .space:first-child {
        width: 90px;
    }
    .contact-form-style02 {
        background: url(../images/contact-form-bg.jpg);
        padding: 80px 50px 80px;
    }
    .contact-form-style02 .contact-table {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .contact-form-style02 .contact-table input:not([type="radio"]):not([type="checkbox"]),
    .contact-form-style02 .contact-table textarea {
        background-clip: padding-box;
        border: none;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: auto;
        display: block;
        border-radius: 0;
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 0;
        border-bottom: 1px dashed;
        -webkit-transition:
            border-color 0.3s ease-in-out,
            -webkit-box-shadow 0.3s ease-in-out;
        transition:
            border-color 0.3s ease-in-out,
            -webkit-box-shadow 0.3s ease-in-out;
        transition:
            border-color 0.3s ease-in-out,
            box-shadow 0.3s ease-in-out;
        transition:
            border-color 0.3s ease-in-out,
            box-shadow 0.3s ease-in-out,
            -webkit-box-shadow 0.3s ease-in-out;
        font-size: 1em;
        font-weight: 400;
        line-height: 1.5;
        text-transform: none;
    }
    .contact-form-style02 .contact-table textarea {
        max-width: 100%;
        border: 1px dashed;
        padding: 20px;
    }
    .contact-form-style02 .contact-table dl {
        position: relative;
        z-index: 0;
        width: 49%;
        margin-bottom: 60px;
    }
    .contact-form-style02 .contact-table dl:last-child {
        margin-bottom: 0;
    }
    .contact-form-style02 .contact-table dl dt {
        font-size: 0.9em;
    }
    .contact-form-style02 .contact-table dl dt span {
        position: relative;
        top: -0.1em;
        display: inline-block;
        padding: 0px 5px;
        margin-left: 8px;
        border-radius: 7px;
        font-size: 0.7em;
    }
    .contact-form-style02 .contact-table dl.inline dd {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .contact-form-style02 .contact-table dl.inline input {
        text-align: center;
    }
    .contact-form-style02 .contact-table dl.hasBD dd {
        padding: 15px;
        border: 1px dashed;
        -webkit-transition:
            border-color 0.3s ease-in-out,
            -webkit-box-shadow 0.3s ease-in-out;
        transition:
            border-color 0.3s ease-in-out,
            -webkit-box-shadow 0.3s ease-in-out;
        transition:
            border-color 0.3s ease-in-out,
            box-shadow 0.3s ease-in-out;
        transition:
            border-color 0.3s ease-in-out,
            box-shadow 0.3s ease-in-out,
            -webkit-box-shadow 0.3s ease-in-out;
    }
    .contact-form-style02 .contact-table dl.full {
        width: 100%;
        padding: 20px 0;
    }
    .contact-form-style02 .contact-table dl.full dt {
        padding-bottom: 15px;
    }
    .contact-form-style02 .contact-table dl:not(.full) dt {
        position: absolute;
        z-index: 0;
        bottom: 15px;
        left: 0px;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .contact-form-style02 .contact-table dl:not(.full) dd {
        padding: 0px 0px;
    }
    .contact-form-style02 .contact-table dl:not(.full).non-empty dt,
    .contact-form-style02 .contact-table dl:not(.full).focus dt {
        bottom: -5px;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        font-size: 0.75em;
    }
    .contact-form-style02 .contact-table dl:not(.full) .wpcf7-not-valid-tip {
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        z-index: -1;
    }
    .contact-form-style02 .confirm-table dl:not(.hasBD):not(.non-empty) {
        opacity: 0.45;
    }
    .contact-form-style02 .wpcf7-not-valid-tip {
        display: block;
        text-align: right;
    }
    .contact-form-style02 .input_btn,
    .contact-form-style02 .button.thanks_btn {
        position: relative;
        display: table;
        margin: 40px auto 0;
        height: 45px;
    }
    .contact-form-style02 .input_btn input,
    .contact-form-style02 .input_btn a,
    .contact-form-style02 .button.thanks_btn input,
    .contact-form-style02 .button.thanks_btn a {
        color: inherit;
    }
    .contact-form-style02 .input_btn::before,
    .contact-form-style02 .input_btn::after,
    .contact-form-style02 .button.thanks_btn::before,
    .contact-form-style02 .button.thanks_btn::after {
        content: "";
        position: absolute;
        left: 50%;
        width: 100%;
        height: 2px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all 0.3s cubic-bezier(0.34, 0.36, 0.06, 1.01);
        transition: all 0.3s cubic-bezier(0.34, 0.36, 0.06, 1.01);
    }
    .contact-form-style02 .input_btn::before,
    .contact-form-style02 .button.thanks_btn::before {
        top: 0;
    }
    .contact-form-style02 .input_btn::after,
    .contact-form-style02 .button.thanks_btn::after {
        bottom: 0;
    }
    .contact-form-style02 .input_btn:hover::before,
    .contact-form-style02 .button.thanks_btn:hover::before {
        top: 100%;
        width: 80%;
    }
    .contact-form-style02 .input_btn:hover::after,
    .contact-form-style02 .button.thanks_btn:hover::after {
        bottom: -7px;
        width: 60%;
    }
    .contact-form-style02 .input_btn input[type="button"],
    .contact-form-style02 .input_btn input[type="submit"],
    .contact-form-style02 .button.thanks_btn {
        background-color: transparent;
        border: none;
        outline: 0;
        padding: 10px;
        cursor: pointer;
        text-align: center;
        font-size: 100%;
        font-weight: normal;
        text-decoration: none;
    }
    .contact-form-style02 .input_btn,
    .contact-form-style02 .button.thanks_btn {
        color: #333;
    }
    .contact-form-style02 .input_btn::before,
    .contact-form-style02 .input_btn::after,
    .contact-form-style02 .button.thanks_btn::before,
    .contact-form-style02 .button.thanks_btn::after {
        background-color: #fcbb45;
    }
    .contact-form-style02 .contact-table input,
    .contact-form-style02 .contact-table textarea {
        background-color: transparent;
        border-color: #a1a3a2;
        color: #495057;
    }
    .contact-form-style02 .contact-table input:focus,
    .contact-form-style02 .contact-table textarea:focus {
        border-color: #000;
        color: #495057;
    }
    .contact-form-style02 .contact-table dl.hasBD dd {
        border-color: #a1a3a2;
        color: #495057;
    }
    .contact-form-style02 .contact-table dl.hasBD.focus dd {
        border-color: #000;
        color: #495057;
    }
    .contact-form-style02 .contact-table dl dt {
        font-size: 0.9em;
    }
    .contact-form-style02 .contact-table dl dt span {
        background-color: #353535;
        color: #ffffff;
    }

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

    .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;
    }

    /* drop donw */
    .contact-form-style01 .accordion {
        display: grid;
        width: 100%;
    }
    .contact-form-style01 .form-radio .wpcf7-list-item.first {
        display: none;
    }

    .contact-form-style01 .flex-acc {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .radio-dropdown {
        display: none; /* Ẩn radio mặc định */
        margin-top: 10px;
    }

    .radio-btn {
        cursor: pointer;
        display: inline-block;
        padding: 8px 12px;
        background-color: #e3ecf6;
        border-radius: 4px;
        position: relative;
        font-weight: 500;
    }
    .radio-btn::before {
        content: "▼"; /* mũi tên mặc định */
        position: absolute;
        right: 12px;
        transition: transform 0.2s ease;
        color: var(--clr1);
    }
    .radio-btn.active::before {
        transform: rotate(-180deg);
    }

    .radio-btn:hover {
        background-color: #e0e0e0;
    }

    /* end */

    @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 dl {
            display: block;
        }
        .contact-form-style01 .contact-table dt,
        .contact-form-style01 .contact-table dd {
            width: 100%;
        }
        .contact-form-style01 .contact-table dd {
            border-color: transparent;
            padding: 15px;
        }
        .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;
        }
    }
    @media only screen and (max-width: 374px) {
        .contact-form-style01 .space:first-child {
            width: 74px;
        }
        .contact-form-style01 .space .txt {
            margin-left: 5px;
        }
    }
    /* END Mail*/
    /*INTERVIEW PAGE*/
    .en {
        font-family: var(--f-en);
    }

    .under {
        counter-reset: count;
    }

    .under.page-interview {
        background-color: #eeeeee;
    }

    .under.page-interview .key {
        max-height: 690px;
        background-image: url(../images/itv_key_bg.jpg);
        background-position: top 20% center;
        height: 50vw;
    }

    .under.page-interview .key .inner {
        max-width: 1280px;
    }

    .under.page-interview .key h2,
    .under.page-interview .key p {
        display: table;
        color: #fff;
        letter-spacing: 0.1em;
    }

    .under.page-interview .key .catch {
        min-width: 53em;
        font-size: 10px;
    }

    .under.page-interview .key .key_text {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 40px 128px 2px;
    }

    .under.page-interview .key .idx_en {
        margin-bottom: 0.5em;
        font-size: 2em;
        line-height: 1;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        text-indent: 0.15em;
    }

    .under.page-interview .key h2 {
        font-family: var(--f-notosans);
        font-size: 4em;
        text-indent: -0.175em;
        margin-bottom: 1.125em;
    }

    .under.page-interview .key h2::after {
        content: "";
        background: linear-gradient(45deg, #2f71d7, #36ade8);
        display: block;
        width: 2.5em;
        height: 3px;
        margin-top: 0.85em;
        margin-left: 0.1em;
    }

    .under.page-interview .key .name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        font-size: 1.8em;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 0.2em;
        font-family: var(--f-notosans);
        max-width: 25.8333333333em;
        padding-left: 0.1666666667em;
        padding-bottom: 0.8333333333em;
        margin-bottom: 0.8888888889em;
    }

    .under.page-interview .key .name::before {
        content: "";
        display: block;
        position: absolute;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        width: 100%;
        height: 0px;
        left: 4px;
        bottom: 0;
        border-bottom: 1px solid #fff;
    }

    .under.page-interview .key .name .jp {
        font-size: 1.3333333333em;
        letter-spacing: 0.16em;
        margin-left: 1em;
        margin-top: -0.125em;
    }

    .under.page-interview .key .name .en {
        font-weight: 400;
        font-size: 0.6666666667em;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        margin-left: 0.5em;
    }

    .under.page-interview .key .sub {
        font-weight: 400;
        line-height: 2.5;
        letter-spacing: 0.1em;
        font-size: 1.8em;
        font-family: var(--f-notosans);
        margin-left: 0.2222222222em;
    }

    .under.page-interview #mainContent .inner {
        max-width: 1300px;
    }

    @media only screen and (max-width: 1080px) and (min-width: 769px) {
        .under.page-interview .key .key_text {
            padding: 40px 35px 2px;
        }

        .under.page-interview .key .catch {
            font-size: 0.92vw;
        }

        .under.page-interview .key .name .en {
            margin-top: -0.4em;
        }
    }

    @media only screen and (min-width: 769px) {
        .under.page-interview section:first-child .interview_box:first-child {
            margin-top: 74px;
            margin-bottom: 111px;
        }

        .under.page-interview section:first-child .interview_box:first-child .interview_img {
            margin-bottom: 51px;
        }

        .under.page-interview section:first-child .interview_box:first-child .interview_content {
            padding-top: 48px;
        }

        .under.page-interview section:first-child .interview_box:nth-child(2) {
            margin-bottom: 101px;
        }

        .under.page-interview section:first-child .interview_box:nth-child(2) .interview_content {
            padding-top: 48px;
        }

        .under.page-interview section:first-child .interview_box:nth-child(3) {
            margin-bottom: 79px;
        }

        .under.page-interview section:first-child .interview_box:nth-child(3) .interview_content {
            padding-top: 30px;
        }

        .under.page-interview section:first-child .interview_box:nth-child(3) .interview_content h4::before {
            left: -0.08125em;
        }

        .under.page-interview section:first-child .interview_box:nth-child(4) {
            margin-bottom: 92px;
        }

        .under.page-interview section:first-child .interview_box:nth-child(4) .interview_content {
            padding-top: 64px;
        }

        .under.page-interview section:first-child .interview_box:nth-child(5) .interview_content {
            padding-top: 0;
            padding-bottom: 33px;
        }

        .under.page-interview section:first-child .interview_box:nth-child(5) h4::before {
            left: -0.0625em;
        }

        .under.page-interview section:nth-of-type(2) .interview_box:first-child {
            margin-bottom: 101px;
        }

        .under.page-interview section:nth-of-type(2) .interview_box:first-child .interview_content {
            padding-top: 22px;
        }

        .under.page-interview section:nth-of-type(2) .interview_box:nth-child(2) {
            margin-bottom: 91px;
        }

        .under.page-interview section:nth-of-type(2) .interview_box:nth-child(2) .interview_img {
            margin-bottom: 19px;
        }

        .under.page-interview section:nth-of-type(2) .interview_box:nth-child(2) .interview_content {
            padding-top: 48px;
        }

        .under.page-interview section:nth-of-type(2) .interview_box:nth-child(3) .interview_content {
            padding-top: 39px;
        }

        .under.page-interview section:last-of-type .interview_box:first-child {
            margin-bottom: 90px;
        }

        .under.page-interview section:last-of-type .interview_box:first-child .interview_content {
            padding-top: 60px;
        }

        .under.page-interview section:last-of-type .interview_box:first-child h4::before {
            left: -0.075em;
        }

        .under.page-interview section:last-of-type .interview_box:last-child {
            margin-bottom: 0;
        }

        .under.page-interview section:last-of-type .interview_box:last-child .interview_content {
            padding-top: 47px;
        }
    }

    .interview_catch {
        position: relative;
        z-index: 1;
    }

    .interview_catch p {
        font-size: 32px;
        letter-spacing: 0.1em;
        line-height: 1.71875;
        text-align: center;
        font-weight: 600;
        color: var(--main-color);
        padding-block: 126px 109px;
        padding-inline: 0 16px;
    }

    .interview_catch::before {
        content: "";
        position: absolute;
        background-image: url(../images/itv_catch01.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100vw;
        left: 50%;
        height: 836px;
        margin-left: -50vw;
        z-index: -1;
    }

    .interview_catch:last-of-type::before {
        background-image: url(../images/itv_catch02.jpg);
    }

    .interview_catch:last-of-type p {
        padding-inline: 0;
    }

    .interview_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 100px;
        position: relative;
        z-index: 2;
    }

    .interview_box:last-of-type {
        margin-bottom: 120px;
    }

    .interview_box.box_left .interview_content {
        margin-left: 76px;
    }

    .interview_box.box_right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .interview_box.box_right .interview_content {
        margin-right: 80px;
    }

    .interview_img {
        width: 43%;
    }

    .interview_img img {
        -webkit-box-shadow: 0px 3px 50px 0px rgba(34, 55, 82, 0.15);
        box-shadow: 0px 3px 50px 0px rgba(34, 55, 82, 0.15);
    }

    .interview_content {
        width: calc(51% - 83px);
    }

    .interview_content h4 {
        line-height: 2.0833333333;
        border-bottom: 0;
        font-weight: 600;
        position: relative;
        z-index: 1;
        padding-bottom: 0;
        letter-spacing: 0.1em;
        margin-bottom: 35px;
        padding-left: 28px;
    }

    .interview_content h4:before {
        content: counter(count, decimal-leading-zero);
        counter-increment: count;
        position: absolute;
        top: -0.24375em;
        left: -0.0375em;
        line-height: 0.5;
        font-size: 6.6666666667em;
        color: #fff;
        z-index: -1;
        letter-spacing: 0;
        font-weight: 500;
        font-family: var(--f-zenatq);
    }

    .interview_content p {
        font-size: 16px;
        line-height: 2.25;
    }

    @media only screen and (max-width: 1280px) and (min-width: 769px) {
        .under.page-short-interview .key p,
        .under.page-interview .key p {
            font-size: 26px;
        }

        .under.page-interview .key h2 .en {
            font-size: 65px;
        }

        .under.page-interview section:first-child .interview_box:first-child {
            margin-top: 40px;
        }

        .interview_catch p {
            font-size: 28px;
            padding-block: 90px 85px;
        }

        .interview_box {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .interview_box:last-of-type {
            margin-bottom: 95px;
        }

        .interview_box.box_left .interview_content {
            margin-left: 40px;
        }

        .interview_box.box_right {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        }

        .interview_box.box_right .interview_content {
            margin-right: 40px;
        }

        .interview_content {
            width: calc(51% - 40px);
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

        .interview_content h4 {
            font-size: 22px;
            margin-bottom: 18px;
            padding-left: 14px;
        }

        .interview_content p {
            font-size: 14px;
        }

        .interview_img:before {
            font-size: 90px;
        }
    }

    @media only screen and (max-width: 1000px) and (min-width: 769px) {
        .under .interview_catch p {
            font-size: 24px;
        }

        .under .interview_content h4 {
            font-size: 17px;
        }

        .under .interview_box {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .under .interview_box.box_left .interview_content {
            margin-left: 30px;
        }

        .under .interview_box.box_right .interview_content {
            margin-right: 30px;
        }

        .under .interview_box .interview_content {
            padding-top: 35px !important;
        }
    }

    @media only screen and (max-height: 700px) and (min-width: 769px) {
        .under.page-interview .key {
            height: 30vw;
        }

        .under.page-interview .key .catch {
            margin-top: 5em;
        }

        .under.page-interview .key h2 {
            font-size: 2.7em;
        }

        .under.page-interview .key .name {
            font-size: 1.4em;
        }

        .under.page-interview .key .sub {
            font-size: 1.4em;
        }
    }

    .under .corporate_tb th {
        width: auto;
    }

    .under.page-heart-plan-detail #mainContent .inner,
    .under.page-brain-plan-detail #mainContent .inner,
    .under.page-full-body-detail #mainContent .inner,
    .under.page-full-dock-detail #mainContent .inner,
    .under.page-misignal-plan #mainContent .inner {
        max-width: 1300px;
    }

    .under.page-heart-plan-detail table.tbl_style01 td,
    .under.page-brain-plan-detail table.tbl_style01 td,
    .under.page-full-body-detail table.tbl_style01 td,
    .under.page-full-dock-detail table.tbl_style01 td,
    .under.page-heart-plan-detail table.tbl_style01 th,
    .under.page-brain-plan-detail table.tbl_style01 th,
    .under.page-full-body-detail table.tbl_style01 th,
    .under.page-full-dock-detail table.tbl_style01 th {
        padding: 0.625rem 5px;
    }

    @media only screen and (max-width: 1000px) and (min-width: 769px) {
        .under.page-heart-plan-detail table.rollTable,
        .under.page-brain-plan-detail table.rollTable {
            width: 960px;
        }

        .under.page-full-dock-detail table.rollTable {
            width: 750px;
        }

        .under.page-full-body-detail table.rollTable {
            width: 1100px;
        }

        .under.page-heart-plan-detail table.tbl_style01 td,
        .under.page-brain-plan-detail table.tbl_style01 td,
        .under.page-full-body-detail table.tbl_style01 td,
        .under.page-full-dock-detail table.tbl_style01 td,
        .under.page-heart-plan-detail table.tbl_style01 th,
        .under.page-brain-plan-detail table.tbl_style01 th,
        .under.page-full-body-detail table.tbl_style01 th,
        .under.page-full-dock-detail table.tbl_style01 th {
            padding: 0.625rem 5px;
        }

        .under.page-heart-plan-detail table.tbl_style01 td,
        .under.page-brain-plan-detail table.tbl_style01 td,
        .under.page-full-body-detail table.tbl_style01 td,
        .under.page-full-dock-detail table.tbl_style01 td {
            font-size: 13px;
        }
    }

    .under .ud_tel {
        color: inherit;
        text-decoration: none;
        font-weight: 600;
        font-size: 120%;
    }

    .under .ud_tel:hover {
        opacity: 1;
        color: inherit;
    }

    .under .toc_list {
        justify-content: space-between;
        padding: 40px 30px;
        background-color: #f4fbff;
    }

    .under .toc_list li {
        display: table;
        margin: 10px 0px;
        width: 50%;
        padding-right: 1em;
        padding-left: 25px;
        text-indent: -25px;
    }

    .under .toc_list li a {
        position: relative;
        font-weight: 500;
        display: table;
        text-decoration: none;
        color: var(--clr1);
    }

    .under .toc_list li a span {
        font-size: 120%;
        margin-right: 10px;
        font-weight: 600;
        color: #285386;
    }

    @media only screen and (min-width: 769px) {
        .under .toc_list li a:hover {
            opacity: 0.8;
        }
    }

    .under .toc_list.style1 li {
        width: 100%;
        padding-right: 0;
        max-width: 100%;
    }

    @media only screen and (min-width: 993px) {
        .under .toc_list.style3 li {
            width: auto;
            max-width: 33%;
        }
    }

    .under .toc_list .ttl {
        width: 100%;
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0.1em;
        color: #285386;
    }
    :root {
        --tbl-cl1: #548235;
        --tbl-cl2: #81c58b;
        --tbl-cl3: #f8a199;
        --tbl-cl4: #bf8f00;
        --tbl-cl5: #ff0000;
        --tbl-cl6: #8ea9db;
        --w: 14%;
    }
    .tbl-clr1 {
        color: var(--tbl-cl1) !important;
    }
    .tbl-clr2 {
        color: var(--tbl-cl2) !important;
    }
    .tbl-clr3 {
        color: var(--tbl-cl3) !important;
    }
    .tbl-clr4 {
        color: var(--tbl-cl4) !important;
    }
    .tbl-clr5 {
        color: var(--tbl-cl5) !important;
    }
    .tbl-clr6 {
        color: var(--tbl-cl6) !important;
    }
    .table_list td:first-child {
        width: calc(100% - var(--w) * 6);
        min-width: 200px;
    }
    .table_list td {
        width: var(--w);
        line-height: 1.5 !important;
    }

    height: 15px;top:7px;left:0}@media only screen and (max-width:1280px) and (min-width:769px){.under .key .key_text h2{font-size:36px}.under h3{font-size: calc(var(--ttl_size) + 4px);margin-bottom:25px}.under h4{font-size:calc(var(--ttl_size) - 2px);margin-bottom:20px}.under h5{font-size:calc(var(--ttl_size) - 4px);margin-bottom:20px}.under h6{font-size:16px;margin-bottom:18px}}@media only screen and (max-height:700px) and (min-width:769px){.under .key{height:600px}}.under .inner>section:first-child>h3{margin-top:143px}.under .section>p:last-of-type,.under section>p:last-of-type{margin-bottom:0}.under .section>p:last-of-type+table,.under .section>p:last-of-type+ul,.under section>p:last-of-type+table,.under section>p:last-of-type+ul{margin-top:15px}.under section{padding-top:1px}.under section h3{margin-top:80px}.under .secH4{padding-top:60px}.under .secH5{padding-top:50px}.under .secH6{padding-top:40px}.under .imgBox.rowImg .image_l img,.under .imgBox.rowImg .image_r img{max-width:100%;max-height:500px}.under .imgBox.rowImg .image_l{float:left;margin-right:60px}.under .imgBox.rowImg .image_r{float:right;margin-left:60px}.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:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;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:15px}.under .imgBox.colImg .text p{font-size:1em}.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{position:relative;background:#dedede;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;height:380px;width:100%;text-align:center}.under .imgBox.colImg3 img,.under .imgBox.colImg2 img{max-height:100%;max-width:100%}.under .imgBox.colImg3 .item{width:32%}.under .imgBox.colImg3 picture{height:250px}.under .imgBox.colImg2 .item{width:49%}.under .imgBox.colImg1 .item{width:100%}.under .imgBox.colImg1 .item img{max-height:550px}.under .faq_box .box{border-radius:15px;overflow:hidden;margin-bottom:60px}.under .faq_box h4{background-color:var(--main-color);color:#fff;border-radius:0;padding:1em 3.125em;-webkit-transition:all .3s;transition:all .3s}.under .faq_box h4:hover{cursor:pointer}.under .faq_box h4:after{display:none}.under .faq_box h4:before{content:"Q.";position:absolute;top:.375em;left:.5em;line-height:1;font-family: var(--f-en);font-size:1.6666666667em}.under .faq_box .content{padding-top:40px;padding-left:100px;padding-right:30px;padding-bottom:55px;background-color:#ddd;position:relative}.under .faq_box .content:after{content:"A.";position:absolute;font-family: var(--f-en);top:23px;left:40px;font-size:40px;color:var(--main-color);font-weight:500}.under .faq_box .content:before{content:"";position:absolute;background-color:#ccc;width:36.6em;height:37.7em;bottom:10px;right:20px;font-size:3px;opacity:.2}.under .acf_block h3,.under .acf_block h4,.under .acf_block h5{margin-bottom:0}.under .acf_block .text_h3{margin:45px 0 0}.under .acf_block .text_h4{margin:30px 0 0}.under .acf_block .text_h5{margin:20px 0 0}.under .acf_block .list01{margin-top:20px}@media only screen and (min-width:769px) and (max-width:1280px){.under .inner>section:first-child>h3{margin-top:100px}}@media only screen and (min-width:769px) and (max-width:1024px){.under .imgBox.rowImg .image_l,.under .imgBox.rowImg .image_r{float:none;max-width:100%;margin-right:auto;margin-left:auto}}.under table{border-radius:3px}.under table.rollTable{width:100%}.under table.tbl_center td,.under table.tbl_center th{text-align:center}.under table.tbl_w30 th{width:33.3333333333%}.under table.tbl_style01 th,.under table.tbl_style01 td{border:1px solid #ddd;padding:.625rem 1.625rem}.under table.tbl_style01 th img,.under table.tbl_style01 td img{max-width:100%}.under table.tbl_style01 th{background-color:var(--main-color);color:#fff;font-size:1.125em;font-weight:normal;text-align:center}.under table.tbl_style01 th:last-child{max-width:108px;padding:.625rem .625rem}.under table.tbl_style01 td{background-color:#fff;color:#383838;font-size:1em;line-height:2.4}.under table.tbl_style01.rowHead tr th:not(:last-child) {border-right:1px solid #ddd}.under table.tbl_style01.colHead tr:not(:last-child) th {border-bottom:1px solid #ddd}.under table.tbl_style02 th,.under table.tbl_style02 td{border:2px solid #9dba38;border-left:none;border-right:none;padding:.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 .tb_note{margin-bottom:0}.under .tbl_note{display:none;margin-top:10px;color:#b4b4b4;font-size:11px;letter-spacing:0}.under .tbl_mgl{margin-left:24px}@media only screen and (max-width:1000px) and (min-width:769px){.under table.tbl_style01 th,.under table.tbl_style01 td{padding:.5rem}.under table.tbl_style01 th{font-size:1em}.under table.tbl_style01 td{font-size:1em}.under table.tbl_style02 th{font-size:1em}.under table.tbl_style02 td{font-size:.9em}}.under.page-clinic .tbl_style01.rollTable td:has(.note),
.under.page-clinic .tbl_style01.rollTable th:has(.note) {position:relative}.under.page-clinic .tbl_style01.rollTable .note{position:absolute;left:0;right:0;margin:0 auto;bottom:5px;font-size:12px;line-height:1}.under.page-clinic .tbl_style01.rollTable .note .under.page-clinic .tbl_style01.rollTable th:first-child{width:24%}.under.page-clinic .tbl_style01.rollTable th:last-child{width:15%}.under ul.list01.mcol-2{position:relative;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:769px){.under ul.list01.mcol-2{padding-bottom:10px}.under ul.list01.mcol-2 li:last-child,
    .under ul.list01.mcol-2 li:nth-child(2n + 1) {padding-bottom:0}}.under ul.list01.mcol-2 li{width:50%;padding-right:10px}.under ul.list01 li{background-size:10px auto;position:relative;padding-left:1.1111111111em;padding-bottom:1.1111111111em;letter-spacing:.1em;line-height:2.4}.under ul.list01 li:last-child{padding-bottom:0}.under ul.list01 li::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--clr3);position:absolute;left:0;top:16px}.under .list_note{margin-top:15px;padding-left:20px}.under .list_note.no_mt{margin-top:0}.under .topic_path{font-size:12px;line-height:1.45;letter-spacing:1.5px;padding:10px 0 7px}.under .topic_path ul{display:block;padding:5px 10px 4px 0}.under .topic_path ul::after{content:"";display:block;clear:both}.under .topic_path ul li{float:left;text-transform:uppercase;color:#333}.under .topic_path a{text-decoration:none;color:var(--main-color)}.under .topic_path a:hover{opacity:1;text-decoration:underline}.under .topic_path span{display:inline-block;padding:0 6px;-webkit-transform:scaleX(.9);transform:scaleX(.9);color:var(--main-color);line-height:1}.under .anchor-links{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;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% .5% 1%;text-align:center;color:#fff;font-size:.875em;line-height:1.5;letter-spacing:.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% - .5em);bottom:auto;left:auto;right:7px;font-size:.857em;line-height:1;letter-spacing:0;-webkit-transform:scaleX(.5);transform:scaleX(.5)}.under .anchor-links>div.ext:hover::after{right:5px}.under .flow_box{margin-top:100px}.under .flow_box .box{z-index:1;position:relative;-webkit-box-shadow:0 3px 50px 0 rgba(34,55,82,.15);box-shadow:0 3px 50px 0 rgba(34,55,82,.15);border-top:2px solid var(--main-color);border-bottom:2px solid var(--main-color);margin-bottom:120px;padding:70px 50px}.under .flow_box .box:last-child{margin-bottom:0}.under .flow_box .box:not(:last-child)::after {content:"";position:absolute;background-color:var(--main-color);width:60px;height:20px;bottom:-47px;left:calc(50% - 30px);-webkit-clip-path:polygon(50% 100%,0 0,100% 0);clip-path:polygon(50% 100%,0 0,100% 0)}.under .flow_box h4{padding-bottom:0;text-align:center;border-bottom:0}.under .flow_box .step{font-family: var(--f-en);display:-webkit-box;display:-ms-flexbox;display:flex;color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;text-transform:uppercase;font-weight:500;line-height:1;background-color:var(--main-color);margin-bottom:0;font-size:18px;width:5.5555555556em;height:5.5555555556em;border-radius:50%;top:-2.7777777778em;left:calc(50% - 2.7777777778em);z-index:1}.under .flow_box .step span{display:block;font-size:2em;line-height:1;letter-spacing:0;font-family: var(--f-zenkaku)}.under .flow_box .step::after{content:"";position:absolute;width:calc(100% - .5555555556em);height:calc(100% - .5555555556em);border:2px solid #fff;border-radius:50%;z-index:-1}.under .idx_btn a{width:100%;max-width:340px;padding:11px 10px;margin:30px auto 0 auto;text-align:center;text-decoration:none;color:#fff;background-color:var(--clr2);border:2px solid var(--clr2);font-weight:400;letter-spacing:.1em;display:block;position:relative}.under .idx_btn a::after{content:"";position:absolute;right:15px;top: calc(50% + 1px);-webkit-transform:rotate(45deg) translateY(-50%);transform:rotate(45deg) translateY(-50%);border-top:1px solid #fff;border-right:1px solid #fff;width:6px;height:6px}.under .idx_btn a:hover{color:var(--clr2);opacity:1}.under .feature_box{padding-top:60px}.under .feature_box .box{margin-bottom:80px;background: url(../images/feature_bg.png) no-repeat center/cover;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.22);box-shadow:0 0 7px 0 rgba(0,0,0,.22);border-radius:10px;padding:95px 40px 40px;position:relative}.under .feature_box .box:last-child{margin-bottom:0}.under .feature_box .ft_box{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:-10px;left:-10px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.under .feature_box .num{font-size:80px;font-weight:500;font-family: var(--f-zenatq);letter-spacing:0;line-height:.86;opacity:.5;margin-left:-15px;color:#1a5491}.under .feature_box .ft{background-color:rgba(26,84,145,.9);font-family: var(--f-en);color:#fff;text-transform:uppercase;font-weight:500;font-size:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-clip-path:polygon(0 100%,5.5882352941em 100%,7.3529411765em 0,0 0);clip-path:polygon(0 100%,5.5882352941em 100%,7.3529411765em 0,0 0);border-radius:5px 0 0 5px;margin-bottom:0;width:7.3529411765em;height:2.3529411765em;padding-left:15px;padding-bottom:4px}.under .feature_box h5{margin-top:30px;margin-bottom:15px}.under .doctor_box{max-width:700px;margin:auto;position:relative}.under .doctor_box p{margin-bottom:0}.under .doctor_box .doctor_name{position:absolute!important;right:20px;bottom:30px;background:rgba(255,255,255,.95);border-radius:5px;padding:20px;z-index:1;color:var(--main-color);text-align:center;font-size:24px;font-weight:600;letter-spacing:.1em;line-height:1.5;-webkit-box-shadow:0 3px 6px 2px rgba(0,0,0,.37);box-shadow:0 3px 6px 2px rgba(0,0,0,.37)}.under .doctor_box .doctor_name span{font-size:80%;display:block}.under .ud_map{height:450px}.under .exp li{margin-bottom:1em;padding-bottom:.5em;display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid var(--clr2)}.under .exp li .year{width:7em;color:var(--main-color);font-weight:500;text-align:right}.under .exp li .txt{width:calc(100% - 7em);padding-left:2em}.under .exp li.no_border{border:none}.under .idx_box_contact{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.under .idx_box_contact .item{width:50%;height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.under .idx_box_contact .item::after{content:"";position:absolute;top:50%;right:33px;-webkit-transform:rotate(45deg) translateY(-50%);transform:rotate(45deg) translateY(-50%);border-top:1px solid #fff;border-right:1px solid #fff;width:6px;height:6px}.under .idx_box_contact .item a{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.under .idx_box_contact .item p{margin:0;margin-top:-2px;text-align:center;color:#fff;letter-spacing:.1em;position:relative}.under .idx_box_contact .item p::before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-repeat:no-repeat;background-position:left center;background-size:contain;width:28px}.under .idx_box_contact .tel{background-color:#285386}.under .idx_box_contact .tel p{margin-left:53px;font-family: var(--f-zenkaku);font-weight:500;font-size: calc(var(--ttl_size) + 2px)}.under .idx_box_contact .tel p::before{left:-70px;background-image:url(https://ryogaclinic.jp/wp-content/themes/grits_theme/images/idx_icon_tel.png);height:28px}.under .idx_box_contact .web{background-color:#da665b}.under .idx_box_contact .web p{margin-left:19px;font-weight:400;font-size:calc(var(--ttl_size) - 4px)}.under .idx_box_contact .web p::before{left:-103px;background-image:url(https://ryogaclinic.jp/wp-content/themes/grits_theme/images/idx_icon_web.png);height:30px}@media only screen and (min-width:769px){.idx_box_contact .tel a{pointer-events:none}.idx_btn a{z-index:0;-webkit-transition:.3s all ease;transition:.3s all ease}.idx_btn a::before{content:"";position:absolute;left:0;top:0;height:100%;width:0;background:#fff;z-index:-1;-webkit-transition:.3s all ease;transition:.3s all ease}.idx_btn a::after{-webkit-transition:.3s all ease;transition:.3s all ease}.idx_btn a:hover{color:var(--clr2)}.idx_btn a:hover::before{width:100%}.idx_btn a:hover::after{border-top-color:var(--clr2);border-right-color:var(--clr2)}}@media only screen and (max-width:1300px) and (min-width:769px){.under ul.list01 li{font-size:16px}.under .topic_path{padding:10px 30px 7px}.under .feature_box{width:calc(100% - 30px);margin:0 auto;padding-top:50px}.under .feature_box .box{padding:80px 40px 30px}.under .feature_box h4{font-size:20px}.under .feature_box .ft{font-size:28px}.under .feature_box .num{font-size:60px}.under .flow_box .box{padding:60px 40px}.under .flow_box .box::before{-webkit-transform:rotate(-45deg) scale(1.5);transform:rotate(-45deg) scale(1.5);bottom:10px;right:10px}.under .flow_box .step{font-size:16px}}.under .clinic_tbl01 th{width:350px;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}.under .access_box_img01 .block{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.under .access_box_img01 .block:nth-child(even) .big {-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.under .access_box_img01 .block .big{width: calc(0.5 * (100% - 10px))}.under .access_box_img01 .block .small{width: calc(0.5 * (100% - 10px));display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.under .access_box_img01 .block .small picture{width: calc((100% - 10px) * 0.5)}.under .access_box_img01 .block picture{border-radius:0;overflow:hidden;margin-bottom:10px}.under .access_box_img02 .block{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.under .access_box_img02 .block:nth-child(even) .big {-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.under .access_box_img02 .block .big{width: calc(0.5517241379 * (100% - 10px))}.under .access_box_img02 .block .small{width: calc(0.4482758621 * (100% - 10px));display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.under .access_box_img02 .block .small picture{width: calc((100% - 10px) * 0.5)}.under .access_box_img02 .block picture{border-radius:10px;overflow:hidden;margin-bottom:10px}#pagination{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:40px auto 0}#pagination:empty{display:none}#pagination a,#pagination span{background-color:var(--main-color);display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align: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(https://ryogaclinic.jp/wp-content/themes/grits_theme/images/shared_blog_arrow_prev.svg)}#pagination a.next,#pagination span.next{background-image:url(https://ryogaclinic.jp/wp-content/themes/grits_theme/images/shared_blog_arrow_next.svg)}#pagination a:hover{text-decoration:none;opacity:.7}#pagination span{opacity:.5}#pagination .active a,#pagination a.active:hover{background:none repeat scroll 0 0 #000;color:#fff}.blog-content .date{margin-bottom:20px;text-align:center;color:var(--main-color)}.blog_list_style01 .item{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #bababa;padding-bottom:30px;margin-bottom:30px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.blog_list_style01 .item picture{background-color:#fff;position:relative;overflow:hidden;border:2px 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%;-webkit-transform:translate(-50%,-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:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px;padding-top:15px;font-size:90%}.blog_list_style01 .item .info .date .tag{display:inline-block;margin-left:20px;color:transparent;font-size:90%;letter-spacing:-1em}.blog_list_style01 .item .info .date .tag a{background-color:var(--main-color);display:inline-block;margin-left:2px;padding:0 10px;color:#fff;letter-spacing:0;text-decoration:none}.blog_list_style01 .item .info .date .tag a.blog{background-color:var(--main-color)}.blog_list_style01 .item .info .date .tag a.news{background-color:var(--clr3)}.blog_list_style01 .item .info .ttl{margin-bottom:10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-decoration:underline;font-weight:600;color:#333}.blog_list_style01 .item .info .ttl a{color:inherit}.blog_list_style01 .item .info .des{padding-bottom:45px}.blog_list_style01 .item .info .button{background-color:var(--clr2);border:2px solid var(--clr2);position:absolute;bottom:0;right:0;overflow:hidden;-webkit-transition:.3s all ease;transition:.3s all ease}.blog_list_style01 .item .info .button a{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 15px 5px 10px;font-size:90%;color:#fff;text-decoration:none;-webkit-transition:.3s all ease;transition:.3s all ease}.blog_list_style01 .item .info .button a span{display:block;position:absolute;right:5px;line-height:1em;top:calc(50% - .55em)}.blog_list_style01 .item .info .button a::before{opacity:0}@media only screen and (min-width:769px){.blog_list_style01 .item .info .button:hover a{opacity:1;color:var(--clr2);background:#fff}}@media only screen and (max-width:640px){.blog_list_style01 .item{display:block}.blog_list_style01 .item picture{margin:0 auto}.blog_list_style01 .item .info{width:100%;max-width:420px;margin:0 auto;padding-bottom:0}.blog_list_style01 .item .info .button{position:relative;display:table}}.blog_list_style02.colImg .list{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack: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(https://ryogaclinic.jp/wp-content/themes/grits_theme/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{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all .3s ease;transition:all .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{-webkit-filter:blur(5px) grayscale(50%);filter:blur(5px) grayscale(50%);-webkit-transform:translate(-50%,-50%) scale(1.15);transform:translate(-50%,-50%) scale(1.15)}.blog_list_style02.colImg4_blog picture{background-color:#ddd;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{-ms-flex-pack:distribute;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:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;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{-webkit-transition:all .3s ease;transition:all .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{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;top:50%;left:50%;max-width:100%;max-height:100%}.blog_detail_style02 .box_gallery .thumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px}.blog_detail_style02 .box_gallery .thumb li{background-color:#ededed;-webkit-transition:all .2s ease;transition:all .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:.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%;-webkit-transform:translate(-50%,-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:.5}.blog_detail_style02 .box_gallery.withSlick .thumb li::after{content:"";-webkit-transition:all .2s ease;transition:all .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:#f93}.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{}.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:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;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 .txt_head,.main_blog_container .sidebar .widgettitle{background-color:var(--main-color);-webkit-transform:none;transform:none;position:static;display:block;margin-bottom:0;padding:15px 10px;width:100%;-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;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:auto;margin:0 auto}.main_blog_container .sidebar{display:none}}.blog_post_button{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:600px;margin:80px auto 0}.blog_post_button>div{position:relative;width:32%;color:#fff;text-align:center;line-height:1;font-size:.9em;overflow:hidden}.blog_post_button>div:empty::before,.blog_post_button>div:empty::after{display:none}.blog_post_button>div a{-webkit-transition:all .3s;transition:all .3s;display:block;position:relative;z-index:1;padding:11px 10px 10px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:var(--clr2);color:#fff;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 a{color:#fff}}.contact-form-style01 .contact-table{background-size:cover;width:100%;margin:0 auto 0;overflow:hidden;position:relative;background-color:#fff}.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:6px 8px 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{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.contact-form-style01 .contact-table input[type="radio"],.contact-form-style01 .contact-table input[type="checkbox"]{margin:8px 3px 5px 0;width:auto}@media only screen and (max-width:768px){.contact-form-style01 .contact-table input[type="radio"],.contact-form-style01 .contact-table input[type="checkbox"]{margin:5px 3px 5px 0}}.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:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.contact-form-style01 .contact-table .full input{white-space:pre-wrap}.contact-form-style01 .contact-table dl:last-child dt,.contact-form-style01 .contact-table dl:last-child dd{border-bottom:0}.contact-form-style01 .contact-table dt{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:350px;padding:15px 20px}.contact-form-style01 .contact-table dt span{display:inline-block;border-radius:7px;padding:2px 7px 3px;margin-left:5px;font-size:70%;line-height:1}@media only screen and (max-width:768px){.contact-form-style01 .contact-table dt span{padding:3px 7px 2px}}.contact-form-style01 .contact-table dd{width:calc(100% - 350px);padding:15px 25px;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contact-form-style01 .contact-table .postal_code{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.contact-form-style01 .contact-table .inline span{max-width:75px;margin:0 5px;text-align:center}.under.page-contact-confirm .contact-form-style01 .contact-table .inline span{max-width:fit-content}.contact-form-style01 .contact-table .inline .textdatepicker01,.contact-form-style01 .contact-table .inline .textdatepicker02,.contact-form-style01 .contact-table .inline .textdatepicker03{max-width:200px}.contact-form-style01 .contact-table .wpcf7-form-control-wrap.time1 .hide,.contact-form-style01 .contact-table .wpcf7-form-control-wrap.time2 .hide,.contact-form-style01 .contact-table .wpcf7-form-control-wrap.time3 .hide{pointer-events:none}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{color:#eee}.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;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem rgba(0,123,255,.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;-webkit-box-shadow:none;box-shadow:none}.contact-form-style01 .input_btn,.contact-form-style01 .button.thanks_btn{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;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 input[type="button"],.contact-form-style01 .input_btn input[type="submit"],.contact-form-style01 .button.thanks_btn{width:200px;height:45px;border:none;padding:10px;text-align:center;font-size:100%;font-weight:normal;margin:0 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:hover{opacity:.8}.contact-form-style01 .button.thanks_btn{padding:0}.contact-form-style01 .button.thanks_btn a{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.contact-form-style01 .input_btn input[type="button"],.contact-form-style01 .input_btn input[type="submit"],.contact-form-style01 .button.thanks_btn{background-color:#0f3e6f;color:#fff}.contact-form-style01 .contact-table{border:1px solid #ddd;border-left:0}.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}.wpcf7-form-control-wrap{width:100%}.contact-form-style01 .contact-table dt span{background-color:#fff;color:#ff3c7f}.contact-form-style01 .contact-table dd{border-bottom:1px solid #ddd}.contact-form-style01 .contact-table dd.flex-col{flex-wrap:nowrap;align-items:flex-start}.contact-form-style01 .contact-table dd.flex-col .wpcf7-form-control-wrap:first-child{max-width:130px}.contact-form-style01 .contact-table dd.flex-col .wpcf7-form-control-wrap{width:auto}.contact-form-style01 .wpcf7-not-valid-tip{display:block;margin:3px 7px 0}.contact-form-style01 .flex-col2{gap:10px;align-items:flex-start!important}.contact-form-style01 .space{display:flex;align-items:flex-start;margin:0;width:calc(33.33% - 10px)}.contact-form-style01 .space select{width:100%}.contact-form-style01 .space .txt{margin-left:10px;padding-top:5px}@media only screen and (max-width:768px){.contact-form-style01 .space .txt{padding-top:8px}}.contact-form-style01 .space:first-child{min-width:90px}.contact-form-style02{background:url(https://ryogaclinic.jp/wp-content/themes/grits_theme/images/contact-form-bg.jpg);padding:80px 50px 80px}.contact-form-style02 .contact-table{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.contact-form-style02 .contact-table input:not([type="radio"]):not([type="checkbox"]),
.contact-form-style02 .contact-table textarea {background-clip:padding-box;border:none;outline:0;-webkit-box-shadow:none;box-shadow:none;height:auto;display:block;border-radius:0;width:100%;padding-bottom:15px;margin-bottom:0;border-bottom:1px dashed;-webkit-transition:border-color .3s ease-in-out , -webkit-box-shadow .3s ease-in-out;transition:border-color .3s ease-in-out , -webkit-box-shadow .3s ease-in-out;transition:border-color .3s ease-in-out , box-shadow .3s ease-in-out;transition:border-color .3s ease-in-out , box-shadow .3s ease-in-out , -webkit-box-shadow .3s ease-in-out;font-size:1em;font-weight:400;line-height:1.5;text-transform:none}.contact-form-style02 .contact-table textarea{max-width:100%;border:1px dashed;padding:20px}.contact-form-style02 .contact-table dl{position:relative;z-index:0;width:49%;margin-bottom:60px}.contact-form-style02 .contact-table dl:last-child{margin-bottom:0}.contact-form-style02 .contact-table dl dt{font-size:.9em}.contact-form-style02 .contact-table dl dt span{position:relative;top:-.1em;display:inline-block;padding:0 5px;margin-left:8px;border-radius:7px;font-size:.7em}.contact-form-style02 .contact-table dl.inline dd{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contact-form-style02 .contact-table dl.inline input{text-align:center}.contact-form-style02 .contact-table dl.hasBD dd{padding:15px;border:1px dashed;-webkit-transition:border-color .3s ease-in-out , -webkit-box-shadow .3s ease-in-out;transition:border-color .3s ease-in-out , -webkit-box-shadow .3s ease-in-out;transition:border-color .3s ease-in-out , box-shadow .3s ease-in-out;transition:border-color .3s ease-in-out , box-shadow .3s ease-in-out , -webkit-box-shadow .3s ease-in-out}.contact-form-style02 .contact-table dl.full{width:100%;padding:20px 0}.contact-form-style02 .contact-table dl.full dt{padding-bottom:15px}.contact-form-style02 .contact-table dl:not(.full) dt {position:absolute;z-index:0;bottom:15px;left:0;-webkit-transform:translateY(0%);transform:translateY(0%);-webkit-transition:all .4s ease;transition:all .4s ease}.contact-form-style02 .contact-table dl:not(.full) dd {padding:0 0}.contact-form-style02 .contact-table dl:not(.full).non-empty dt,
.contact-form-style02 .contact-table dl:not(.full).focus dt {bottom:-5px;-webkit-transform:translateY(100%);transform:translateY(100%);font-size:.75em}.contact-form-style02 .contact-table dl:not(.full) .wpcf7-not-valid-tip {position:absolute;bottom:0;left:0;right:0;z-index:-1}.contact-form-style02 .confirm-table dl:not(.hasBD):not(.non-empty) {opacity:.45}.contact-form-style02 .wpcf7-not-valid-tip{display:block;text-align:right}.contact-form-style02 .input_btn,.contact-form-style02 .button.thanks_btn{position:relative;display:table;margin:40px auto 0;height:45px}.contact-form-style02 .input_btn input,.contact-form-style02 .input_btn a,.contact-form-style02 .button.thanks_btn input,.contact-form-style02 .button.thanks_btn a{color:inherit}.contact-form-style02 .input_btn::before,.contact-form-style02 .input_btn::after,.contact-form-style02 .button.thanks_btn::before,.contact-form-style02 .button.thanks_btn::after{content:"";position:absolute;left:50%;width:100%;height:2px;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all .3s cubic-bezier(.34,.36,.06,1.01);transition:all .3s cubic-bezier(.34,.36,.06,1.01)}.contact-form-style02 .input_btn::before,.contact-form-style02 .button.thanks_btn::before{top:0}.contact-form-style02 .input_btn::after,.contact-form-style02 .button.thanks_btn::after{bottom:0}.contact-form-style02 .input_btn:hover::before,.contact-form-style02 .button.thanks_btn:hover::before{top:100%;width:80%}.contact-form-style02 .input_btn:hover::after,.contact-form-style02 .button.thanks_btn:hover::after{bottom:-7px;width:60%}.contact-form-style02 .input_btn input[type="button"],.contact-form-style02 .input_btn input[type="submit"],.contact-form-style02 .button.thanks_btn{background-color:transparent;border:none;outline:0;padding:10px;cursor:pointer;text-align:center;font-size:100%;font-weight:normal;text-decoration:none}.contact-form-style02 .input_btn,.contact-form-style02 .button.thanks_btn{color:#333}.contact-form-style02 .input_btn::before,.contact-form-style02 .input_btn::after,.contact-form-style02 .button.thanks_btn::before,.contact-form-style02 .button.thanks_btn::after{background-color:#fcbb45}.contact-form-style02 .contact-table input,.contact-form-style02 .contact-table textarea{background-color:transparent;border-color:#a1a3a2;color:#495057}.contact-form-style02 .contact-table input:focus,.contact-form-style02 .contact-table textarea:focus{border-color:#000;color:#495057}.contact-form-style02 .contact-table dl.hasBD dd{border-color:#a1a3a2;color:#495057}.contact-form-style02 .contact-table dl.hasBD.focus dd{border-color:#000;color:#495057}.contact-form-style02 .contact-table dl dt{font-size:.9em}.contact-form-style02 .contact-table dl dt span{background-color:#353535;color:#fff}.contact-form-style01 .form-radio{display:flex;flex-wrap:wrap}.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}.captcha_box{display:table;margin:50px auto 0}.contact-form-style01 .accordion{display:grid;width:100%}.contact-form-style01 .accordion .radio-dropdown .wpcf7-list-item{display:flex;align-items:flex-start}.contact-form-style01 .form-radio .wpcf7-list-item.first{display:none}.contact-form-style01 .flex-acc{display:flex;gap:15px;flex-wrap:wrap}.radio-dropdown{display:none;margin-top:10px}.radio-btn{cursor:pointer;display:inline-block;padding:8px 12px;background-color:#e3ecf6;border-radius:4px;position:relative;font-weight:500}.radio-btn::before{content:"▼";position:absolute;right:12px;transition:transform .2s ease;color:var(--clr1)}.radio-btn.active::before{transform:rotate(-180deg)}.radio-btn:hover{background-color:#e0e0e0}@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 dl{display:block}.contact-form-style01 .contact-table dt,.contact-form-style01 .contact-table dd{width:100%}.contact-form-style01 .contact-table dd{border-color:transparent;padding:15px}.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:.9em}.contact-form-style02 .wpcf7-not-valid-tip{text-align:center}}@media only screen and (max-width:374px){.contact-form-style01 .space{width:100%;min-width:100%}.contact-form-style01 .space .txt{margin-left:5px}}.en{font-family: var(--f-en)}.under{counter-reset:count}.under.page-interview{background-color:#eee}.under.page-interview .key{max-height:690px;background-image:url(https://ryogaclinic.jp/wp-content/themes/grits_theme/images/itv_key_bg.jpg);background-position:top 20% center;height:50vw}.under.page-interview .key .inner{max-width:1280px}.under.page-interview .key h2,.under.page-interview .key p{display:table;color:#fff;letter-spacing:.1em}.under.page-interview .key .catch{min-width:53em;font-size:10px}.under.page-interview .key .key_text{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:40px 128px 2px}.under.page-interview .key .idx_en{margin-bottom:.5em;font-size:2em;line-height:1;font-weight:400;text-transform:uppercase;letter-spacing:.2em;text-indent:.15em}.under.page-interview .key h2{font-family: var(--f-notosans);font-size:4em;text-indent:-.175em;margin-bottom:1.125em}.under.page-interview .key h2::after{content:"";background:linear-gradient(45deg,#2f71d7,#36ade8);display:block;width:2.5em;height:3px;margin-top:.85em;margin-left:.1em}.under.page-interview .key .name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;font-size:1.8em;font-weight:500;line-height:1.5;letter-spacing:.2em;font-family: var(--f-notosans);max-width:25.8333333333em;padding-left:.1666666667em;padding-bottom:.8333333333em;margin-bottom:.8888888889em}.under.page-interview .key .name::before{content:"";display:block;position:absolute;-webkit-transition:all .3s;transition:all .3s;width:100%;height:0;left:4px;bottom:0;border-bottom:1px solid #fff}.under.page-interview .key .name .jp{font-size:1.3333333333em;letter-spacing:.16em;margin-left:1em;margin-top:-.125em}.under.page-interview .key .name .en{font-weight:400;font-size:.6666666667em;letter-spacing:.2em;text-transform:uppercase;margin-left:.5em}.under.page-interview .key .sub{font-weight:400;line-height:2.5;letter-spacing:.1em;font-size:1.8em;font-family: var(--f-notosans);margin-left:.2222222222em}.under.page-interview #mainContent .inner{max-width:1300px}@media only screen and (max-width:1080px) and (min-width:769px){.under.page-interview .key .key_text{padding:40px 35px 2px}.under.page-interview .key .catch{font-size:.92vw}.under.page-interview .key .name .en{margin-top:-.4em}}@media only screen and (min-width:769px){.under.page-interview section:first-child .interview_box:first-child{margin-top:74px;margin-bottom:111px}.under.page-interview section:first-child .interview_box:first-child .interview_img{margin-bottom:51px}.under.page-interview section:first-child .interview_box:first-child .interview_content{padding-top:48px}.under.page-interview section:first-child .interview_box:nth-child(2) {margin-bottom:101px}.under.page-interview section:first-child .interview_box:nth-child(2) .interview_content {padding-top:48px}.under.page-interview section:first-child .interview_box:nth-child(3) {margin-bottom:79px}.under.page-interview section:first-child .interview_box:nth-child(3) .interview_content {padding-top:30px}.under.page-interview section:first-child .interview_box:nth-child(3) .interview_content h4::before {left:-.08125em}.under.page-interview section:first-child .interview_box:nth-child(4) {margin-bottom:92px}.under.page-interview section:first-child .interview_box:nth-child(4) .interview_content {padding-top:64px}.under.page-interview section:first-child .interview_box:nth-child(5) .interview_content {padding-top:0;padding-bottom:33px}.under.page-interview section:first-child .interview_box:nth-child(5) h4::before {left:-.0625em}.under.page-interview section:nth-of-type(2) .interview_box:first-child {margin-bottom:101px}.under.page-interview section:nth-of-type(2) .interview_box:first-child .interview_content {padding-top:22px}.under.page-interview section:nth-of-type(2) .interview_box:nth-child(2) {margin-bottom:91px}.under.page-interview section:nth-of-type(2) .interview_box:nth-child(2) .interview_img {margin-bottom:19px}.under.page-interview section:nth-of-type(2) .interview_box:nth-child(2) .interview_content {padding-top:48px}.under.page-interview section:nth-of-type(2) .interview_box:nth-child(3) .interview_content {padding-top:39px}.under.page-interview section:last-of-type .interview_box:first-child{margin-bottom:90px}.under.page-interview section:last-of-type .interview_box:first-child .interview_content{padding-top:60px}.under.page-interview section:last-of-type .interview_box:first-child h4::before{left:-.075em}.under.page-interview section:last-of-type .interview_box:last-child{margin-bottom:0}.under.page-interview section:last-of-type .interview_box:last-child .interview_content{padding-top:47px}}.interview_catch{position:relative;z-index:1}.interview_catch p{font-size:32px;letter-spacing:.1em;line-height:1.71875;text-align:center;font-weight:600;color:var(--main-color);padding-block:126px 109px;padding-inline:0 16px}.interview_catch::before{content:"";position:absolute;background-image:url(https://ryogaclinic.jp/wp-content/themes/grits_theme/images/itv_catch01.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;width:100vw;left:50%;height:836px;margin-left:-50vw;z-index:-1}.interview_catch:last-of-type::before{background-image:url(https://ryogaclinic.jp/wp-content/themes/grits_theme/images/itv_catch02.jpg)}.interview_catch:last-of-type p{padding-inline:0}.interview_box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:100px;position:relative;z-index:2}.interview_box:last-of-type{margin-bottom:120px}.interview_box.box_left .interview_content{margin-left:76px}.interview_box.box_right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.interview_box.box_right .interview_content{margin-right:80px}.interview_img{width:43%}.interview_img img{-webkit-box-shadow:0 3px 50px 0 rgba(34,55,82,.15);box-shadow:0 3px 50px 0 rgba(34,55,82,.15)}.interview_content{width:calc(51% - 83px)}.interview_content h4{line-height:2.0833333333;border-bottom:0;font-weight:600;position:relative;z-index:1;padding-bottom:0;letter-spacing:.1em;margin-bottom:35px;padding-left:28px}.interview_content h4:before{content:counter(count,decimal-leading-zero);counter-increment:count;position:absolute;top:-.24375em;left:-.0375em;line-height:.5;font-size:6.6666666667em;color:#fff;z-index:-1;letter-spacing:0;font-weight:500;font-family: var(--f-zenatq)}.interview_content p{font-size:16px;line-height:2.25}@media only screen and (max-width:1280px) and (min-width:769px){.under.page-short-interview .key p,.under.page-interview .key p{font-size:26px}.under.page-interview .key h2 .en{font-size:65px}.under.page-interview section:first-child .interview_box:first-child{margin-top:40px}.interview_catch p{font-size:28px;padding-block:90px 85px}.interview_box{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.interview_box:last-of-type{margin-bottom:95px}.interview_box.box_left .interview_content{margin-left:40px}.interview_box.box_right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.interview_box.box_right .interview_content{margin-right:40px}.interview_content{width:calc(51% - 40px);-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.interview_content h4{font-size:22px;margin-bottom:18px;padding-left:14px}.interview_content p{font-size:14px}.interview_img:before{font-size:90px}}@media only screen and (max-width:1000px) and (min-width:769px){.under .interview_catch p{font-size:24px}.under .interview_content h4{font-size:17px}.under .interview_box{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.under .interview_box.box_left .interview_content{margin-left:30px}.under .interview_box.box_right .interview_content{margin-right:30px}.under .interview_box .interview_content{padding-top:35px!important}}@media only screen and (max-height:700px) and (min-width:769px){.under.page-interview .key{height:30vw}.under.page-interview .key .catch{margin-top:5em}.under.page-interview .key h2{font-size:2.7em}.under.page-interview .key .name{font-size:1.4em}.under.page-interview .key .sub{font-size:1.4em}}.under .corporate_tb th{width:auto}.under.page-heart-plan-detail #mainContent .inner,.under.page-brain-plan-detail #mainContent .inner,.under.page-full-body-detail #mainContent .inner,.under.page-full-dock-detail #mainContent .inner,.under.page-misignal-plan #mainContent .inner{max-width:1300px}.under.page-heart-plan-detail table.tbl_style01 td,.under.page-brain-plan-detail table.tbl_style01 td,.under.page-full-body-detail table.tbl_style01 td,.under.page-full-dock-detail table.tbl_style01 td,.under.page-heart-plan-detail table.tbl_style01 th,.under.page-brain-plan-detail table.tbl_style01 th,.under.page-full-body-detail table.tbl_style01 th,.under.page-full-dock-detail table.tbl_style01 th{padding:.625rem 5px}@media only screen and (max-width:1000px) and (min-width:769px){.under.page-heart-plan-detail table.rollTable,.under.page-brain-plan-detail table.rollTable{width:960px}.under.page-full-dock-detail table.rollTable{width:750px}.under.page-full-body-detail table.rollTable{width:1100px}.under.page-heart-plan-detail table.tbl_style01 td,.under.page-brain-plan-detail table.tbl_style01 td,.under.page-full-body-detail table.tbl_style01 td,.under.page-full-dock-detail table.tbl_style01 td,.under.page-heart-plan-detail table.tbl_style01 th,.under.page-brain-plan-detail table.tbl_style01 th,.under.page-full-body-detail table.tbl_style01 th,.under.page-full-dock-detail table.tbl_style01 th{padding:.625rem 5px}.under.page-heart-plan-detail table.tbl_style01 td,.under.page-brain-plan-detail table.tbl_style01 td,.under.page-full-body-detail table.tbl_style01 td,.under.page-full-dock-detail table.tbl_style01 td{font-size:13px}}.under .ud_tel{color:inherit;text-decoration:none;font-weight:600;font-size:120%}.under .ud_tel:hover{opacity:1;color:inherit}.under .toc_list{justify-content:space-between;padding:40px 30px;background-color:#f4fbff}.under .toc_list li{display:table;margin:10px 0;width:50%;padding-right:1em;padding-left:25px;text-indent:-25px}.under .toc_list li a{position:relative;font-weight:500;display:table;text-decoration:none;color:var(--clr1)}.under .toc_list li a span{font-size:120%;margin-right:10px;font-weight:600;color:#285386}@media only screen and (min-width:769px){.under .toc_list li a:hover{opacity:.8}}.under .toc_list.style1 li{width:100%;padding-right:0;max-width:100%}@media only screen and (min-width:993px){.under .toc_list.style3 li{width:auto;max-width:33%}}.under .toc_list .ttl{width:100%;margin-bottom:0;font-size:20px;font-weight:500;letter-spacing:.1em;color:#285386}:root{--tbl-cl1:#548235;--tbl-cl2:#81c58b;--tbl-cl3:#f8a199;--tbl-cl4:#bf8f00;--tbl-cl5:red;--tbl-cl6:#8ea9db;--w:14%}.tbl-clr1{color:var(--tbl-cl1)!important}.tbl-clr2{color:var(--tbl-cl2)!important}.tbl-clr3{color:var(--tbl-cl3)!important}.tbl-clr4{color:var(--tbl-cl4)!important}.tbl-clr5{color:var(--tbl-cl5)!important}.tbl-clr6{color:var(--tbl-cl6)!important}.table_list td:first-child{width: calc(100% - var(--w) * 6);min-width:200px}.table_list td{width:var(--w);line-height:1.5!important}