/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/


/* ------- トップページ ------------------------ */

html{
    scroll-behavior: smooth;
}
body{
    color: #333;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 19px;
}

.pc{
    display: block!important;
}
.sp{
    display: none!important;
}

/* ナビゲーション */
.gMenu>li:before{
    border: none;
}
.gMenu>li .gMenu_name{
    font-size: 14px;
}
.gMenu>li .gMenu_description{
    font-size: 11px;
    margin-top: 3px;
}

.navbar-header{
    position: relative;
    margin-bottom: 5px;
}
.navbar-header::after{
    content: "";
    width: 210px;
    height: 60px;
    background-size: contain;
    background-image: url(https://risokarabcc.com/wp-content/uploads/2024/08/tel-img.jpg);
    display: inline-block;
    position: absolute;
    right: 0;
}

.siteHeader .container{
    padding-bottom: 0;
}
.siteHeader_logo{
    float: none;
}
.gMenu_outer{
    float: none;
    margin: 0 auto;
}
.gMenu li{
    border-right: 1px solid #eee;
    padding-right: 10px;
    padding-left: 10px;
}
.gMenu li:first-of-type{
    border-left: 1px solid #eee;
}
.gMenu li a{
    padding-bottom: 2px!important;
    padding-top: 2px!important;
}
.header_scrolled .gMenu>li a{
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
.gMenu li a:hover{
    color: #76C1B4;
}

/* テキスト */
body p{
    line-height: 1.8;
}
p.p-20{
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-top: 1.5em;
}

/* 背景色 */
.bg-color{
    background-color: #f6f6f6;
    margin: 100px calc(50% - 50vw);
    padding: 80px calc(50vw - 50%);
}

/* 見出し */
h2.is-style-vk-heading-plain{
    font-size: 36px;
    margin-top: 80px;
    margin-bottom: 40px;
    font-family: 'Noto Serif JP', sans-serif;
    color: #76C1B4;
    font-weight: 600;
    text-shadow:1.5px 1.5px 0 #FFF, -1.5px -1.5px 0 #FFF,
              -1.5px 1.5px 0 #FFF, 1.5px -1.5px 0 #FFF,
              0px 1.5px 0 #FFF,  0 -1.5px 0 #FFF,
              -1.5px 0 0 #FFF, 1.5px 0 0 #FFF;
}
.bg-color h2.is-style-vk-heading-plain{
    margin-top: 0;
}
h2.is-style-vk-heading-plain span{
    color: #B4DDDC;
    font-weight: 500;
    position: relative;
    margin-top: 27px;
    display: inline-block;
    font-size: 21px!important;
    text-shadow: none;
}
h2.is-style-vk-heading-plain span::before{
    content: "";
    background-color: #8ECDC2;
    width: 25px;
    height: 1.5px;
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
h3.is-style-vk-heading-plain{
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 30px;
}

/* トップテキスト */
.top-text-bg{
    background-color: #B4DDDC;
    margin: 0px calc(50% - 50vw);
    padding: 20px calc(50vw - 50%);
    justify-content: center;
}
.top-text-bg .wp-block-column p{
    background-color: #8ECDC2;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 50px;
    height: 50px;
    margin-bottom: 0;
}

.top-text{
    justify-content: center;
    margin-bottom: 20px;
}
.top-text .wp-block-column{
    border: 1px solid #333;
    border-radius: 50vw;
}
.top-text .wp-block-column p{
    margin-bottom: 0;
    line-height: 50px;
    height: 50px;
    font-weight: 500;
    font-size: 19px;
}

/* 所有資格 */
.q-columns{
    gap: 40px!important;
    justify-content: center;
    margin-bottom: 40px;
}
.q-columns .wp-block-column{
    height: 240px!important;
    flex-basis: unset!important;
    flex-grow: inherit!important;
}
.q-columns .wp-block-column figure{
    height: 240px!important;
    width: auto;
}
.q-columns .wp-block-column figure img{
    height: 240px!important;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #ddd;
}
.q-columns .wp-block-column p{
    color: #2F7480;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 22px;
}

/* 書籍 */
.book-02{
    width: 55%;
    margin-right: auto;
    margin-left: auto;
}

/* 患者の声 */
.bg-blue{
    margin: 100px calc(50% - 50vw) 0px;
    padding: 80px calc(50vw - 50%) 80px;
    background-color: #76C1B4;
}
.voice-inner{
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}
.qa-voice .vk_faq .vk_faq_title{
    font-size: 16px!important;
    background-color: #eee;
    padding: .5rem .5rem .5rem 3rem;
    border-radius: 4px;
    font-weight: normal;
}
.qa-voice .vk_faq .vk_faq_title:before{
    color: #2F7480;
    left: 5px;
    top: .4rem;
}
.qa-voice .vk_faq .vk_faq_content:before{
    display: none;
}
.qa-voice .vk_faq .vk_faq_content{
    padding-left: 0;
    font-size: 16px!important;
}
.qa-voice dl.vk_faq-body{
    margin-top: 0;
    margin-bottom: 0;
}
.qa-voice .vk_faq{
    border-bottom: none;
}

/* 私たちの想い */
.thought-list{
    margin-top: 30px;
    margin-bottom: 30px!important;
    padding-left: 0!important;
    padding-left: 3.2em;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    /* border: 2px solid #ccc; */
}
.thought-list li{
    padding-left: 3.2em;
    width: 420px;
    margin-right: auto!important;
    margin-left: auto!important;
}
ul.is-style-vk-check-mark li::before{
    left: 0;
    margin-left: 1.5em;
}

/* お客様の声 */
.voice-box-columns{
    margin-top: 40px;
}
.voice-box-columns .wp-block-column{
    background-color: #fff;
}
.voice-box-columns .wp-block-column > p:first-of-type{
    background-color: #76C1B4;
    color: #fff;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.voice-box-columns .wp-block-column .wp-block-group{
    padding: 30px;
    padding-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.veu-cta-block.mt-none div.wp-block-vk-blocks-spacer:first-of-type{
    display: none;
}

/* 代表挨拶 */
.profile-columns{
    margin-top: 40px;
}
.profile-columns .wp-block-column p{
    font-size: 16px;
}

/* 選ばれる理由 */
.reason-ttl{
    font-size: 21px;
    font-weight: 500;
    border: 2px solid #ccc;
    padding: 0.3em;
    margin-top: 80px;
    margin-bottom: 40px;
    position: relative;
}
.reason-ttl::before{
    content: "理由1";
    background-color: #D3AABF;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    width: 74px;
    line-height: 32px;
    position: absolute;
    left: 1em;
    top: -12px;
}
.reason-columns{
    gap: 20px!important
}
.reason-ttl.second::before{
    content: "理由2";
}
.reason-ttl.third::before{
    content: "理由3";
}
.reason-ttl.forth::before{
    content: "理由4";
}
.reason-ttl.fifth::before{
    content: "理由5";
}
.reason-ttl.sixth::before{
    content: "理由6";
}
.reason-ttl.seventh::before{
    content: "理由7";
}
.reason-ttl.eighth::before{
    content: "理由8";
}

/* 推薦 */
.rec-columns .wp-block-column p:first-of-type{
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #333;
    padding-bottom: 2px;
}

/* .reccomend-columns .wp-block-column figure img{
    width: 65%;
    margin-right: auto;
    margin-left: auto;
} */
/* .reccomend-columns .wp-block-column p{
    text-align: center;
} */
.reccomend-columns{
    gap: 20px!important;
}
.reccomend-columns .wp-block-column p:last-of-type{
    font-size: 17px;
}
.reccomend-columns .wp-block-column p:first-of-type{
    background-color: #2F7480;
    color: #fff;
    padding: 2px;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

/* 施術の流れ */
.flow-time{
    margin-bottom: 70px;
}
.flow-time .wp-block-column p:first-of-type{
    border-left: 4px solid #76C1B4;
    padding-left: 8px;
    line-height: 22px;
}

.flow-time figure{
    margin-bottom: 0;
}
.vk_flow_frame{
    background-color: #fff;
    padding: 30px!important;
    justify-content: flex-start!important;
}
.vk_flow .vk_flow_frame_image {
    width: 300px!important;
    max-width: none;
}
.vk_flow .vk_flow_frame_text{
    width: calc(100% - 300px);
    margin-right: 30px;
}
.vk_flow .vk_flow_frame_text_title{
    font-weight: normal;
    margin-bottom: 15px;
}
.vk_flow .vk_flow_frame_text_content{
    font-size: 16px;
}

.flow-group .vk_flow{
    position: relative;
}
.flow-group .vk_flow::before{
    content: "01";
    width: 42px;
    height: 42px;
    line-height: 42px;
    background-color: #76C1B4;
    color: #fff;
    font-size: 22px;
    border-radius: 50vw;
    position: absolute;
    left: 15px;
    top: -22px;
    text-align: center;
}

.flow-group .vk_flow:nth-child(2)::before{
    content: "02";
}
.flow-group .vk_flow:nth-child(3)::before{
    content: "03";
}
.flow-group .vk_flow:nth-child(4)::before{
    content: "04";
}
.flow-group .vk_flow:nth-child(5)::before{
    content: "05";
}
.flow-group .vk_flow:nth-child(6)::before{
    content: "06";
}
.flow-group .vk_flow:nth-child(7)::before{
    content: "07";
}
.flow-group .vk_flow:nth-child(8)::before{
    content: "08";
}

/* 料金 */
.price-columns{
    justify-content: center;
    background-color: #f6f6f6;
    padding: 1em;
    position: relative;
    margin-bottom: 40px;
}
.price-columns .wp-block-column:last-of-type p{
    border: 1px solid #333;
    padding: 10px;
}
.price-columns::after{
    content: "▼";
    color: #ccc;
    font-size: 24px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.price-text{
    color: #d93e14;
    font-weight: 600;
    margin-bottom: 15px;
}

.price-txt-box{
    background-color: #f6f6f6;
    padding: 20px;
    padding-bottom: 30px;
    margin-bottom: 5px;
}
.price-txt-box p:last-of-type code{
    font-size: 20px;
    background-color: #76C1B4;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    border: none;
    font-weight: bold;
    margin-right: 15px;
}

/* 特典 */
.bonus-box{
    margin-top: 60px;
}
.bonus-box p{
    font-size: 16px;
}
.bonus-box p:first-of-type{
    font-size: 22px;
    font-weight: bold;
}
.bonus-box p:first-of-type code{
    border: none;
    background-color: #D3AABF;
    color: #fff;
}
.bonus-box .wp-block-columns{
    gap: 10px!important;
}

/* アクセス */
.access-box{
    margin-top: 30px;
    border: 1px solid #333;
    padding: 20px;
}
.access-box .pc{
    display: flex!important;
    margin-bottom: 16px;
}
.access-box table{
    margin-top: 8px;
    margin-bottom: 8px;
    border: none;
}
.access-box table tr td{
    border: none!important;
    color: #555;
    font-size: 15px!important;
    padding-left: 0!important;
}
.access-box table tr td:first-of-type{
    width: 17%;
}
.access-box p{
    margin-bottom: 0;
}

.access-columns > .wp-block-column figure{
    position: relative;
}
.access-columns > .wp-block-column figure::after{
    content: "▶︎";
    color: #ccc;
    font-size: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.access-columns > .wp-block-column.none figure::after{
    content: "";
}
.access-columns .wp-block-columns{
    gap: 15px!important;
}
.access-columns .wp-block-columns .wp-block-column:first-of-type p{
    font-size: 20px;
    background-color: #8ECDC2;
    color: #fff;
    width: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 5px;
}

/* 向いている方 */
.check-ok{
    border: 1px solid #76C1B4;
    padding-bottom: 15px;
    background: #fff;
}
.check-ok p:first-of-type{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #76C1B4;
    margin-bottom: 0;
    padding: 8px;
}
.check-ok ul li::before{
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    color: #76C1B4;
    margin-right: 8px;
    font-weight: normal;
}
.check-ok ul li{
    list-style: none;
    font-weight: bold;
    font-size: 17px;
}

/* 向いてない方 */
.check-ng{
    border: 1px solid #666;
    padding-bottom: 15px;
    background-color: #fff;
}
.check-ng p:first-child{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #666;
    padding: 8px;
}
.check-ng ul li::before{
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #CB6060;
    margin-right: 8px;
}
.check-ng ul li{
    list-style: none;
    font-weight: bold;
    font-size: 17px;
}

/* qa */
.vk_faq .vk_faq_title{
    font-size: 19px;
}
.vk_faq .vk_faq_content{
    font-size: 17px;
}

/* 最後に */
.way p{
    font-size: 16px;
}
.way p.has-text-align-center{
    font-size: 20px;
}
.border-p{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 10px;
    margin-bottom: 40px;
}

/* cta */
.cta{
    min-height: 450px;
}
.cta p.cta-ttl{
    text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
    -1px 1px 0 #000, 1px -1px 0 #000,
    0px 1px 0 #000,  0 -1px 0 #000,
    -1px 0 0 #000, 1px 0 0 #000;
}
.cta p{
    color: #fff;
}
.cta p.cta-first{
    text-shadow:0.6px 0.6px 0 #000, -0.6px -0.6px 0 #000,
              -0.6px 0.6px 0 #000, 0.6px -0.6px 0 #000,
              0px 0.6px 0 #000,  0 -0.6px 0 #000,
              -0.6px 0 0 #000, 0.6px 0 0 #000;
}
.cta .cta-columns > .wp-block-column:first-of-type{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 500;
}
.cta .cta-columns > .wp-block-column:first-of-type p:nth-child(2){
    text-shadow: 2px 2px 4px #000;
}
.cta .cta-columns > .wp-block-column:last-of-type .wp-block-columns{
    margin-bottom: 20px;
    gap: 20px!important;
}
.cta .cta-columns > .wp-block-column:last-of-type .wp-block-columns .wp-block-column{
    background-color: #fff;
    border-radius: 4px;
    height: 50px;
    box-shadow: 2px 2px 4px #000;
}
.cta .cta-columns > .wp-block-column:last-of-type .wp-block-columns .wp-block-column p{
    color: #2F7480;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 50px;
}
.btn-columns .wp-block-column .vk_button_link{
    width: 100%;
    border-radius: 50vw;
    font-weight: bold;
    letter-spacing: 0.08em;
    font-size: 19px;
}

.cta .yoyaku{
    background-color: #fff;
    padding: 30px;
    padding-top: 20px;
    border-radius: 10px;
}
.cta .yoyaku p{
    color: #333!important;
    font-size: 16px;
}
.cta .yoyaku p.yoyaku-ttl{
    font-size: 19px;
    /* border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; */
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #2F7480;
    color: #fff!important;
    margin-bottom: 15px;
}

.cta .yoyaku .tel{
    line-height: 34px;
    margin-bottom: 36px;
    font-weight: bold;

    background: #d93e14;
    background: -webkit-linear-gradient(top, #c72200 0%,#ea2803 40%,#ff6600 75%,#c72200 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}


.cta .yoyaku .tel i{
    margin-right: 10px;
    font-size: 40px!important;
    vertical-align: 2px;
}

.line{
    background-color: #06c755;
    margin-top: 30px;
    border-radius: 10px;
    padding: 25px 30px 30px;
}
.line .wp-block-columns{
    gap: 20px!important;
}
.line .wp-block-column{
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.line .wp-block-column p{
    color: #333!important;
    text-shadow: none!important;
}
.line code{
    background-color: #008E1C;
    color: #fff;
    font-size: 1em;
    border: none;
    padding-top: 6px;
}
.line .vk_button_link{
    width: 100%;
    border-radius: 50vw;
    font-weight: bold;
    font-size: 18px;
}
.line .vk_button_link i{
    font-size: 30px;
}
.vk_button .vk_button_link.btn{
    padding: .4em 1.5rem;
}
.line p.first{
    text-shadow:0.6px 0.6px 0 #000, -0.6px -0.6px 0 #000,
              -0.6px 0.6px 0 #000, 0.6px -0.6px 0 #000,
              0px 0.6px 0 #000,  0 -0.6px 0 #000,
              -0.6px 0 0 #000, 0.6px 0 0 #000;
}


/* 料金 */
.price-first{
    border: 1px solid #fff; 
    padding: 10px 20px 20px;
}
.price-first p:last-of-type{
    font-size: 16px;
}
.price-second-columns .wp-block-column p:last-of-type{
    font-size: 16px;
}
.price-second-columns .wp-block-column{
    border: 1px solid #fff; 
    padding: 20px;
}
p.second-text{
    background-color: #2F7480;
    color: #fff;
    border-radius: 50vw;
}
#price .cta p.cta-first{
    font-size: 26px;
}

/* ブログ */
.blog-button{
    margin-top: 20px;
}
.blog-button .vk_button_link{
    width: 420px;
    border-radius: 50vw;
    font-size: 17px!important;
}
.wp-block-latest-posts.is-grid li{
    background-color: #f6f6f6;
    padding: 20px;
}
.wp-block-latest-posts li>a{
    font-size: 17px;
}

/* 予約ボタン */
.sectionBox.siteContent_after{
    /* display: none; */
    background-color: transparent;
    padding: 0;
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
}
.sectionBox.siteContent_after .container{
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}
.sectionBox.siteContent_after .btn-columns{
    margin-bottom: 0;
    gap: 0!important
}
.sectionBox.siteContent_after .btn-columns .vk_button{
    margin-bottom: 0;
}
.sectionBox.siteContent_after .btn-columns .vk_button .vk_button_link{
    width: 100%;
    border-radius: 0;
}
.sectionBox.siteContent_after .btn-columns .vk_button i{
    font-size: 25px;
}


/* ---- フッター ----------- */
.siteFooter{
    border-top: none;
    background: #f6f6f6;
    color: #2F7480;
    z-index: 200;
    position: relative;
}
.siteFooter .sectionBox{
    padding: 0;
}
.copySection p{
    font-size: 12px!important;
}
.copySection p:last-of-type{
    display: none;
}

/* ページトップボタン */
.page_top_btn{
    background: rgba(255, 255, 255, 0.8);
    height: 44px;
    width: 44px;
    background-color: #8ECDC2;
    background-repeat: no-repeat;
    box-shadow: none;
    bottom: 5%;
}
.page_top_btn::after{
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}



/* ------ 投稿 ------------------------ */
body.blog .siteContent{
    padding-bottom: 15rem;
}
body.single .siteContent{
    padding-bottom: 15rem;
}
body.archive .siteContent{
    padding-bottom: 15rem;
}

.entry-meta_items_author{
    display: none;
}
.vk_post .vk_post_title{
    font-size: 14px!important;
    font-weight: normal;
    margin: 0;
}
.postNextPrev_label{
    margin-bottom: 0.5em;
}

.postNextPrev .vk_post:last-of-type .vk_post_title{
    text-align: right;
}

.media .postList_thumbnail {
    width: 300px;
}
.subSection .media .postList_thumbnail{
    display: none;
}
h1.entry-title{
    font-size: 28px;
}


/* ------ お問い合わせ ------------------------ */
/* ContactFrom7 */
.contact7 {
	max-width: 100%;
	box-sizing: border-box;
    background-color: #f6f6f6;
    padding: 5% 3%;
    margin-top: 50px;
}
.contact7 dd {
	margin: 0 0 30px 0;
    border-left: none;
    padding-left: 0;
}
.contact7 dd:last-of-type{
    margin-bottom: 0;
}
.contact7 dt {
	font-weight: normal;
    border-left: none;
    padding-left: 0;
}
span.wpcf7-spinner{
    display: none;
}
 
/* 必須マーク */
.contact7 .must {
	color: #d93e14;
    margin-left: 8px;
}
.form-control{
    border-radius: 0;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 40%;
	background-color: #333;
	color: #fff;
    font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 1em;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
    margin-top: 50px;
    padding-left: 2em;
    height: 44px;
    border-radius: 0;
    border: none;
}
.btn_contact7 input:hover {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
}






/* ------- SP ----------------------------- */

@media (max-width: 991.98px){

    .pc{
        display: none!important;
    }
    .sp{
        display: block!important;
    }

    body{
        font-size: 16px;
        letter-spacing: 0.03em;
    }
    p.p-20{
        font-size: 17px;
        letter-spacing: 0.03em;
    }
    p.sp-left{
        text-align: left!important;
    }

    /* ナビゲーション */
    .vk-mobile-nav-menu-btn{
        border: none;
        z-index: 100;
    }
    .vk-mobile-nav-menu-btn.menu-open{
        border: none;
        z-index: 2100;
    }

    .navbar-header::after{
        display: none;
    }

    .siteHeader_logo{
        padding-right: 0;
        padding-left: 0;
        position: absolute;
        z-index: 999;
    }
    .navbar-header{
        margin-bottom: 2px;
    }

    /* 背景色 */
    .bg-color {
        margin: 50px calc(50% - 50vw);
        padding: 50px calc(50vw - 50%);
    }
    
    /* 見出し */
    h2.is-style-vk-heading-plain{
        font-size: 25px;
        margin-top: 50px;
        margin-bottom: 25px;
    }
    h2.is-style-vk-heading-plain span {
        font-size: 18px!important;
    }
    h3.is-style-vk-heading-plain {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    /* トップ */
    .top-text-bg.wp-block-columns.is-not-stacked-on-mobile{
        flex-wrap: wrap!important;
        gap: 15px 5%!important;
    }
    .top-text-bg .wp-block-column{
        flex-basis: 45%;
    }
    .top-text-bg .wp-block-column p{
        font-size: 18px;
        height: 44px;
        line-height: 44px;
    }

    .top-text{
        margin-bottom: 15px;
        gap: 15px!important;
    }
    .top-text .wp-block-column p{
        font-size: 17px;
        height: 44px;
        line-height: 44px;
    }

    /* 資格 */
    .q-columns .wp-block-column {
        margin-bottom: 40px;
    }
    .q-columns .wp-block-column p{
        font-size: 18px;
    }

    /* 私たちの想い */
    .thought-list {
        padding-left: 0.5em!important;
    }
    .thought-list li {
        width: 100%;
        padding-left: 2.5em;
    }
    ul.is-style-vk-check-mark li::before {
        margin-left: 0.8em;
    }

    /* cta */
    .cta .cta-columns > .wp-block-column:last-of-type .wp-block-columns{
        gap: 15px!important;
        margin-bottom: 15px;
    }
    .cta .cta-columns > .wp-block-column:last-of-type .wp-block-columns .wp-block-column {
        height: 44px;
    }
    .cta .cta-columns > .wp-block-column:last-of-type .wp-block-columns .wp-block-column p {
        line-height: 44px;
    }
    .btn-columns{
        gap: 15px!important;
    }
    .btn-columns .wp-block-column .vk_button_link {
        font-size: 18px;
    }

    /* 選ばれる理由 */
    .reason-ttl{
        margin-top: 60px;
        margin-bottom: 20px;
        font-size: 18px;
    }
    .reason-ttl::before {
        width: 66px;
        line-height: 28px;
        font-size: 16px;
        top: -22px;
    }
    .wp-block-columns.sp-rv{
        flex-direction: column-reverse;
    }
    .reason-columns p{
        font-size: 16px!important;
    }
    .reason-columns {
        gap: 10px !important;
    }

    /* 患者様の声 */
    .bg-blue{
        margin: 80px calc(50% - 50vw) 0px;
        padding: 20px calc(50vw - 50%) 60px;
    }
    .voice-columns{
        gap: 10px!important;
    }
    .voice-columns .wp-block-column figure img{
        margin-right: auto;
        margin-left: auto;
    }
    .voice-columns .wp-block-column figcaption{
        margin-top: 10px;
        font-size: 14px;
    }
    .voice-inner{
        padding-bottom: 5px;
    }
    .voice-inner div.wp-block-group__inner-container > p:first-of-type{
        font-size: 19px!important;
        line-height: 1.6;
    }

    .wp-block-vk-blocks-spacer.vk_spacer.rs-s-m div{
        margin-top: 50px!important;
    }

    .voice-box-columns .wp-block-column > p:first-of-type {
        font-size: 18px!important;
        line-height: 1.6;
        padding-top: 8px;
        padding-bottom: 8px;
        letter-spacing: 0.01em;
    }
    .voice-box-columns .wp-block-column .wp-block-group{
        padding: 20px;
    }

    /* 挨拶 */
    .greeting-text{
        font-size: 16px!important;
    }

    /* 推薦 */
    .reccomend-columns{
        gap: 40px!important;
    }
    .reccomend-columns .wp-block-column figure img {
        width: 55%;
    }
    .reccomend-columns .wp-block-column p:first-of-type {
        font-size: 18px;
    }

    /* 流れ */
    .vk_flow .vk_flow_frame_text {
        width: 100%;
        margin-right: 0;
    }
    .vk_flow .vk_flow_frame_image{
        width: 100%!important;
    }
    .vk_flow .vk_flow_frame_text_title{
        font-size: 18px;
    }
    .vk_flow_frame{
        padding: 20px!important;
        padding-top: 30px!important;
    }

    /* 料金 */
    #price .cta p.cta-first {
        font-size: 19px;
    }
    .alignfull div[class*=__inner-container], .alignwide div[class*=__inner-container]{
        max-width: none;
    }
    .price-columns{
        gap: 15px!important;
    }
    .price-columns .wp-block-column{
        text-align: center;
    }
    .price-columns::after {
        font-size: 20px;
    }
    .price-text{
        font-size: 20px!important;
        margin-bottom: 10px;
    }
    .price-text span{
        font-size: 28px!important;
    }
    .price-02{
        font-size: 18px!important;
    }
    .price-txt-box p:last-of-type code{
        font-size: 16px!important;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .price-txt-box span.sp-none{
        display: none;
    }

    /* アクセス */
    .access-columns{
        gap: 10px!important;
        margin-bottom: 10px;
    }
    .access-columns .wp-block-columns{
        gap: 10px!important;
    }
    .access-columns .wp-block-columns .wp-block-column:first-of-type p{
        margin-bottom: 0;
        width: 30px;
        line-height: 30px;
        font-size: 20px!important;
    }
    .access-columns > .wp-block-column figure::after{
        display: none;
    }
    .access-columns > .wp-block-column{
        position: relative;
    }
    .access-columns > .wp-block-column::after{
        content: "▼";
        color: #ccc;
        font-size: 20px;
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        bottom: 10px;
    }
    .access-columns > .wp-block-column.sp-none::after{
        display: none;
    }

    .access-box{
        margin-top: 20px;
    }
    .access-box.pc{
        display: none!important;
    }
    .access-columns p{
        font-size: 16px!important;
    }

    /* ブログ */
    .wp-block-latest-posts.is-grid li{
        margin-right: 0;
    }
    .blog-button .vk_button_link{
        width: 90%;
    }
    .blog-button .vk_button_link{
        font-size: 16px;
    }
    .wp-block-latest-posts li>a {
        font-size: 16px;
    }

    /* 当院に向いている人 */
    .check-ok{
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .check-ok p:first-of-type{
        font-size: 18px;
    }
    .check-ok ul {
        padding: 0 15px !important;
    }

    /* 当院に向いていない人 */
    .check-ng p{
        font-size: 16px!important;
    }
    .check-ng p:first-child{
        font-size: 18px!important;
        margin-bottom: 30px;
    }
    .check-ng ul {
        padding-left: 0;
    }
    .check-ng .wp-block-group{
        margin-right: 15px;
        margin-left: 15px;
    }
    .check-columns{
        gap: 0!important;
    }
    p.sp-16{
        font-size: 16px!important;
    }

    /* 特典 */
    .bonus-img{
        width: 70%!important;
        margin-right: auto;
        margin-left: auto;
    }
    p.sp-mb-0{
        margin-bottom: 0!important;
    }
    .bonus-box{
        margin-top: 25px;
    }
    .bonus-box p:first-of-type{
        font-size:  18px;
    }
    .bonus-box p:first-of-type code{
        margin-left: 0;
    }

    /* faq */
    .vk_faq .vk_faq_title {
        font-size: 16px;
    }
    .vk_faq .vk_faq_content{
        font-size: 16px;
    }

    /* 予約ボタン */
    .btn-columns .wp-block-column .vk_button_link {
        font-size: 16px;
    }
    .sectionBox.siteContent_after .btn-columns .vk_button i {
        font-size: 20px;
    }

    /* cta */
    .cta p.p-20{
        font-size: 18px;
    }

    .cta .yoyaku{
        padding: 20px 10px 25px;
    }

    .yoyaku p.sp-18{
        font-size: 18px!important;
    }
    .cta .yoyaku .tel {
        font-size: 32px!important;
        margin-bottom: 30px;
    }
    .cta .yoyaku .tel i{
        font-size: 26px!important;
        margin-right: 5px;
    }

    .cta .yoyaku p.yoyaku-ttl {
        font-size: 16px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 12px;
    }

    .line{
        padding: 20px 0px;
    }
    .line p.sp-17{
        font-size: 17px!important;
    }
    .line .wp-block-column {
        padding: 10px;
    }
    .line .wp-block-columns{
        margin-right: 15px;
        margin-left: 15px;
    }


    /* お問い合わせ */
    .contact7{
        margin-top: 30px;
    }
    .btn_contact7 input {
        width: 80%;
    }

    /* お知らせ */
    .media .media-body .media-heading{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .media .postList_thumbnail{
        width: 150px;
    }
    .subSection{
        margin-top: 5rem;
    }
    .postNextPrev{
        gap: 10px!important;
    }
    h1.entry-title{
        font-size: 24px;
    }

    /* 書籍 */
    .book-02{
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .reccomend-columns figure img{
        margin-right: auto;
        margin-left: auto;
    }
    .reccomend-columns .wp-block-column p:last-of-type{
        text-align: center;
    }









}