/*
Theme Name:内視鏡ベルラクリニック銀座 医療ダイエットブログ
*/

@charset "utf-8";

.header_seo {
    position: sticky;
    font-size: 0.625rem;
    z-index: 100;
    color: #000;
    letter-spacing: 0;
    display: block;
    width: calc(100% - 2rem);
    max-width: calc(1440px - 2rem);
    margin: 0 auto -3px;
    top: 16px;
}


/** 404 **/

.not_main #not404 {
    width: 90%;
    text-align: center;
    margin: auto;
}

.not_main #not404 .Not__h1,
.not_main #not404 .Not__h2 {
    font-weight: 500;
    font-size: clamp(1.875rem, 0.764rem + 2.31vw, 2.5rem);
    /*768- 30-40*/
    margin: 0 auto 2.5rem;
    height: 11rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.not_main #not404 .Not__h1::before,
.not_main #not404 .Not__h2::before {
    content: "404";
    color: rgba(66, 185, 174, 0.1);
    position: absolute;
    bottom: -1rem;
    font-size: clamp(7.5rem, 3.056rem + 9.26vw, 10rem);
    /*768- 120-160*/
    left: 0;
    right: 0;
    font-family: 'Lato';
    font-weight: 900;
}

.not_main #not404 .Not__h1 br,
.not_main #not404 .Not__h2 br,
.not_main .Not404__br {
    display: none;
}

.not_main #not404 p {
    margin: 0 auto 4rem;
    line-height: 1.7;
}

/** 404 **/


/** よくある質問 **/
.Faq__box_content {
    display: none;
}

.Faq__box {
    width: 100%;
    margin: auto;
    margin: 0 auto 1rem;
    border: solid 1px #8598A0;
    border-radius: 8px;
}

.Faq__box_header {
    padding: 1.5em 4.5em 1.5em 4.8em;
    margin: 0;
    cursor: pointer;
    position: relative;
}

.Faq__box_header::before,
.Faq__box_header::after {
    position: absolute;
    content: '';
    top: 1px;
    right: 2rem;
    bottom: 0;
    width: 1em;
    height: 2px;
    margin: auto;
    background: #000;
}

.Faq__box_header::after {
    transform: rotate(-90deg);
    transition: transform 0.3s;
}

.Faq__box_header.active::after {
    transform: rotate(0deg);
}

.Faq__box_header span,
.Faq__box_content span {
    position: relative;
}

.Faq__box_header span {
    font-weight: 500;
}

.Faq__box_header span::before {
    content: "Q";
    margin: 0 0 0 -1.9em;
    padding-right: 1em;
    font-size: 1.5rem;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
}

.Faq__box_content {
    padding: 0 2em 1.8em;
}

.Faq__box_content span {
    display: block;
    margin-left: 2.7em;
}

.Faq__box_content span a {
    margin: 0;
    text-decoration: underline;
}

.Faq__box_content span a:hover {
    text-decoration: none;
}

.Faq__box_content span::before {
    content: "A";
    font-size: 1.5rem;
    margin: 0 1.5rem 0 -2.5rem;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
}

.Faq__box+.faq__h2 {
    margin: 5rem 0 2rem;
}

/** よくある質問ここまで **/


@media screen and (max-width: 920px) {

    /** 920 main **/
    main {
        padding-top: 12px;
    }

    .header_seo {
        display: none;
    }

    .Main__line_btn a p span br {
        display: block;
    }

    /** 920 mainここまで **/


    /** 920 よくある質問 **/
    .Faq__box_header {
        padding: 1rem 3rem 1rem 4rem;
        margin: 0;
        cursor: pointer;
        position: relative;
    }

    .Faq__box_header::before,
    .Faq__box_header::after {
        right: 1rem;
    }

    .Faq__box_header span::before {
        margin: 0 0 0 -2.5rem;
        padding-right: 1.5rem;
        font-size: clamp(1.313rem, 0.365rem + 1.97vw, 1.5rem);
        /*768- 21-24*/
    }

    .Faq__box_content {
        padding: 0 2rem 1.5rem 1.5rem;
    }

    .Faq__box_content span::before {
        font-size: clamp(1.313rem, 0.365rem + 1.97vw, 1.5rem);
        /*768- 21-24*/
        margin: 0 1.4rem 0 -2.4rem;
    }

    /** 920 よくある質問ここまで **/
}


@media screen and (max-width: 767px) {

    /** 767 よくある質問 **/
    .Faq__box_header {
        padding: 1rem 2.5rem 1rem 3.5rem;
    }

    .Faq__box_header span::before {
        margin: 0 0 0 -2rem;
        padding-right: 1rem;
        font-size: 1.25rem;
        /*20*/
    }

    .Faq__box_content span {
        margin-left: 2rem;
    }

    .Faq__box_content span::before {
        font-size: 1.25rem;
        /*20*/
        margin: 0 1.2rem 0 -2rem;
    }

    /** 767 よくある質問ここまで **/

    /** 767 予約から検査までの流れ **/
    .lowermain .main__h1.flow_h1 {
        font-size: clamp(1.875rem, 0.513rem + 5.45vw, 3.125rem);
        /*-767 30-50*/
    }

    /** 767 予約から検査までの流れ **/
}

@media screen and (max-width: 600px) {

    /** 600 よくある質問 **/
    .Faq__box_header {
        padding: 1em 3em 1em 3.5em;
    }

    .Faq__box_content span {
        margin-left: 1.6rem;
    }

    .Faq__box_header span::before {
        margin: 0 0 0 -1.5em;
        padding-right: .6em;
    }

    .Faq__box_content {
        padding: 0 2em 1.5em 1.7em;
    }

    .Faq__box_content span::before {
        margin: 0 .9rem 0 -1.8rem;
    }

    /** 600 よくある質問ここまで **/
}


/****************** ここからwp ******************/

.wp_layer img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.wp_layer .wp-block-image img {
    aspect-ratio: auto;
}

.wp_no_main.column_nav {
    position: relative;
    background: none;
    width: 90%;
    max-width: 1040px;
    margin: 0 auto;
}

.wp_no_main.column_700 {
    position: relative;
    background: none;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
}

.wp_no_main.column_nav,
.wp_no_main.column_700 {
    left: 0;
}

.wp_no_main.column_nav nav,
.wp_no_main.column_700 nav {
    width: 100%;
}

#column_wrap .column__left p,
#column_wrap .column__single p {
    margin: 0 auto 1.3em;
}

#column_wrap p.mgb0 {
    margin-bottom: 0;
}

#column_wrap p.mgb07 {
    margin-bottom: .5em;
}

#column_wrap p.mgb07+p {
    margin-top: .5em !important;
}

#column_wrap p.mgb1 {
    margin-bottom: 1em;
}

#column_wrap p.mgb2 {
    margin-bottom: 2em;
}

#column_wrap .column__left p+h2,
#column_wrap .column__left p+h3,
#column_wrap .column__left p+h4,
#column_wrap .column__single p+h2 {
    margin-top: 4rem;
}

#column_wrap .column__single p+h3,
#column_wrap .column__single p+h4 {
    margin-top: 3rem;
}

#column_wrap .column__left h2,
#column_wrap .column__single h2 {
    font-weight: 500;
    padding: 0 0 .5em 2em;
    border-bottom: dashed 1px var(--color-gray2);
    margin: 4rem auto 1.5rem;
    display: flex;
    align-items: flex-start;
    position: relative;
}

#column_wrap .column__left h2 {
    font-size: 21px;
}

#column_wrap .column__single h2 {
    font-size: 22px;
}

#column_wrap .column__left h2::before,
#column_wrap .column__single h2::before {
    content: "";
    background: url(../img/icon_headingmark.svg) no-repeat;
    background-size: contain;
    width: 2em;
    height: 1.3em;
    display: inline-block;
    margin: 0 .5em 0 0;
    position: absolute;
    left: 0;
}

#column_wrap .column__left h3,
#column_wrap .column__single h3 {
    font-weight: 500;
    padding: 0 0 0 1rem;
    border-left: solid 4px var(--belura-color);
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

#column_wrap .column__left h3 {
    font-size: 19px;
}

#column_wrap .column__single h3 {
    font-size: 21px;
}

#column_wrap .column__left h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 1.2rem;
    line-height: 1.5;
}

#column_wrap .column__single h4 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 1.2rem;
    line-height: 1.5;
    border-bottom: solid 1px #333;
}


/*** コラム目次 ***/
.lwptoc {
    margin: 3em auto 5em !important;
}

.lwptoc_header {
    margin-bottom: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 18px;
    border-bottom: 1px solid var(--belura-color);
    color: #fff;
    background: var(--belura-color);
    cursor: pointer;
    position: relative;
}

.lwptoc_header::before,
.lwptoc_header::after {
    position: absolute;
    content: '';
    top: 1px;
    right: 1em;
    bottom: 0;
    width: 1em;
    height: 2px;
    margin: auto;
    background: #fff;
}

.lwptoc_header::after {
    transform: rotate(-90deg);
    transition: transform 0.3s;
}

.lwptoc_header.active::after {
    transform: rotate(0deg);
}

.lwptoc_header .lwptoc_title {
    display: flex;
    color: #fff;
    font-size: 1.25rem;
    /*20*/
    font-weight: 500;
}

.lwptoc_items.lwptoc_items-visible {
    display: none;
}

.lwptoc_items.lwptoc_items-visible {
    padding: 0 2em 1em;
}

ol.lwptoc_itemWrap {
    padding: 0;
    margin: 0;
}

ol.lwptoc_itemWrap>li>a,
ul.lwptoc_itemWrap>li>a {
    display: flex;
    flex-wrap: nowrap;
}

ol.lwptoc_itemWrap:first-child>li>a {
    font-weight: 500;
    margin: 0 0 1em;
    font-size: 1.125rem;
    /*18*/
}

ol.lwptoc_itemWrap>li>ol,
ul.lwptoc_itemWrap>li>ul {
    padding: 0 0 0 1.5em;
}

ol.lwptoc_itemWrap>li>ol>li,
ul.lwptoc_itemWrap>li>ul>li {
    margin: 0 0 1em;
}

span.lwptoc_item_number {
    margin: 0 .5em 0 0;
}

.lwptoc_itemWrap>li {
    margin: 2em 0 0;
}

.lwptoc .lwptoc_i {
    background-color: #fff;
    border: 1px solid var(--belura-color);
}

.lwptoc-light .lwptoc_i {
    color: #fff;
    background: #fff;
}

.lwptoc_toggle {
    white-space: nowrap;
    margin-left: 4px;
    font-size: 80%;
}

.post-contents .post-contents-blocks a:not(.p-pageColumn__articlesItem-a):not(.custom-btn):not(.supervisor__btn) {
    color: #2E6687;
    text-decoration: underline;
}

.lwptoc_header .lwptoc_toggle a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    aspect-ratio: 1 / 1;
    height: auto;
    background-image: url(../img/toc-open.svg);
}

.post-contents-blocks a {
    text-decoration: underline;
}

.post-contents-blocks a:hover {
    text-decoration: none;
}

/*** コラム目次ここまで ***/


/*** サイドメニュー ***/
.side_list_block h2 {
    font-size: clamp(0.938rem, 0.801rem + 0.54vw, 1.063rem);
    /*767 15-17*/
    font-weight: 500;
    padding: 0 0 .5em;
    border-bottom: dashed 1px var(--color-gray2);
    margin: 0 0 .8rem;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.side_list_block h2::before {
    content: "";
    background: url(../img/icon_headingmark.svg) no-repeat center left;
    background-size: contain;
    width: 1.3em;
    height: 1.3em;
    display: inline-block;
    margin: 0 .7em 0 0;
}

.column__side_h3 {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 500;
    width: 100%;
}

.column__right .side_list_dl {
    font-size: 0.6875rem;
    /*11*/
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 1em;
}

.column__right .side_list_dl .side_list_dt {
    width: 37%;
    position: relative;
}

.column__right .side_list_dl .side_list_dt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2em;
    height: 2em;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.column__right>div>div>a:nth-of-type(1) .side_list_dt::before {
    content: "1";
}

.column__right>div>div>a:nth-of-type(2) .side_list_dt::before {
    content: "2";
}

.column__right>div>div>a:nth-of-type(3) .side_list_dt::before {
    content: "3";
}

.column__right>div>div>a:nth-of-type(4) .side_list_dt::before {
    content: "4";
}

.column__right>div>div>a:nth-of-type(5) .side_list_dt::before {
    content: "5";
}

.column__right .side_list_dl .side_list_dd {
    width: 58%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.column__right .side_list_dl .side_list_dd .side_list_up {
    display: flex;
    align-items: center;
}

.column__right .side_list_ul .side_list_li {
    font-size: 0.875rem;
    /*14*/
    margin-bottom: .5em;
}

.side_tab {
    color: #fff;
    background-color: var(--belura-color);
    border-radius: 30px;
    margin: 0 1em .5em 0;
    padding: 0 1em;
    line-height: 2;
    height: 2em;
    display: inline-block;
}

.side_Timestamp {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    /*14*/
    margin-bottom: .5em;
}

.side_Timestamp::before {
    content: "";
    background: url("../img/icon_time.svg")no-repeat;
    background-size: contain;
    display: inline-block;
    width: 1em;
    height: 1em;
    transition: all .3s ease-in-out;
}

.side_list_banner_img {
    margin: 0 auto 1em;
    max-width: 600px;
}

a .side_list_dl:hover .side_Timestamp::before {
    content: "";
    background: url("../img/icon_time_g.svg")no-repeat;
    background-size: contain;
    display: inline-block;
    width: 1em;
    height: 1em;
}

.side_list_block {
    margin: 0;
    font-size: clamp(0.875rem, 0.807rem + 0.27vw, 0.938rem);
    /*767 14-15*/
}

.side_list_block:first-child,
.side_list_block:nth-child(3),
.side_list_block:nth-child(5) {
    margin: 0 0 2rem;
}

.side_list_osusume {
    margin: -.5rem 0 0;
}

/*** サイドメニューここまで ***/



/************** コラム詳細 **************/

/** タイムスタンプ **/
.column__days {
    display: flex;
    flex-wrap: nowrap;
    gap: 0 1em;
    font-size: 0.875rem;
    /*14*/
    margin: 0 0 .5em;
}

.column__days>div p {
    margin: 0 !important;
}

.column__days>div p::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: .5em;
    background-size: contain;
}

.column__days .column__days_update {
    background: url("../img/icon_update.svg")no-repeat center left;
}

.column__days .column__days_public {
    background: url("../img/icon_time.svg")no-repeat center left;
}

/** タイムスタンプここまで **/


/** コンテンツ **/
.column__left h1 {
    font-size: clamp(1.5rem, 1.279rem + 0.46vw, 1.625rem);
    /*767 24-26*/
    font-weight: 500;
    margin: 0 0 1rem;
    line-height: 1.3;
}

.column_tab ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.column_tab ul li {
    color: #fff;
    background-color: var(--belura-color);
    border-radius: 30px;
    margin: 0 0 1rem 0;
    padding: 0.2rem 1rem;
    display: inline-block;
    font-size: 12px;
}

.column_tab ul li a {
    color: #fff;
}

.column_sns_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1em 0;
    margin: 0 0 4rem;
}

.column_sns_btn li {
    width: calc(100% / 4 - 2px - .5em);
    color: #fff;
    text-align: center;
    font-size: 0.75rem;
    /*12*/
    font-weight: 500;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0;
}

.column_sns_btn li a {
    padding: 1em 0;
    color: #fff;
    display: block;
    width: 100%;
}

.column_sns_btn li:nth-of-type(1) {
    background-color: #0765FF;
    border: solid 1px #0765FF;
}

.column_sns_btn li:nth-of-type(2) {
    background-color: #333;
    border: solid 1px #333;
}

.column_sns_btn li:nth-of-type(3) {
    background-color: #06C755;
    border: solid 1px #06C755;
}

.column_sns_btn li:nth-of-type(4) {
    background-color: #fff;
    border: solid 1px #000;
}

.column_sns_btn li:nth-of-type(4) a {
    color: #000;
}

.post-contents-blocks ol.wp-block-list,
.post-contents-blocks ul.wp-block-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 2rem;
    padding: 0;
    width: 95%;
}

.post-contents-blocks ul.wp-block-list li,
.post-contents-blocks ol.wp-block-list li {
    margin: 0 0 .5rem 1.5rem;
    width: 100%;
    line-height: 1.3;
}

.post-contents-blocks ul.wp-block-list li:last-of-type,
.post-contents-blocks ol.wp-block-list li:last-of-type {
    margin: 0 0 0 1.5rem;
}

.post-contents-blocks ul.wp-block-list li::before,
.post-contents-blocks ul.wp-block-list.list_disc li::before {
    content: "・";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 0 0 0 -1rem;
    padding: 0;
}

.post-contents-blocks ul.list_check li::before {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 0 0 0 -1.5rem;
    padding: 0 0.7rem 0 0;
    background: url("../img/icon_check-solid.svg")no-repeat top 3px left;
}

.post-contents-blocks ol+div,
.post-contents-blocks ul+div {
    margin-top: 5rem;
}

/** リストここまで **/

/** 引用 **/
.column_quotation {
    padding: 2em 2em 2em 8em;
    font-size: 1rem;
    border: solid 1px var(--color-gray);
    background: url(../img/icon_double-quotes.svg) no-repeat top 2.5em left 3em;
    background-size: 2em;
    background-color: #F5F5F5;
    border-radius: 8px;
    margin: 0 0 5em;
}

.column_quotation span {
    font-size: 0.875rem;
    /*14*/
    display: block;
    text-align: right;
    margin: .5em 0 0;
}

.column_quotation span a {
    text-decoration: underline;
}

.column_quotation span a:hover {
    text-decoration: none;
}

.wp-block-quote {
    overflow-wrap: break-word;
    padding: 2em 2em 2em 7em;
    font-size: clamp(0.875rem, 0.739rem + 0.54vw, 1rem);
    /*-767 14-16*/
    border: solid 1px var(--color-gray);
    background: url(../img/icon_double-quotes.svg) no-repeat top 2.5em left 3em;
    background-size: 1.5em;
    background-color: #F5F5F5;
    border-radius: 8px;
    margin: 0 0 5em;
}

.wp-block-quote>cite {
    font-size: 0.875rem;
    display: block;
    text-align: right;
    margin: .5em 0 0;
    font-style: normal;
}

.wp-block-quote>cite a {
    text-decoration: underline;
}

#column_wrap .column__left .wp-block-quote p {
    margin: 0 auto;
}

#column_wrap .column__left .wp-block-quote p+p,
#column_wrap .column__left .wp-block-quote p+cite {
    margin: 1.7em auto 0;
}

/** 引用ここまで **/

/** ボタン**/
.column_btn {
    display: flex;
    margin: 0 auto 5em;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
    gap: 2em 0;
    width: 100%;
    /*min-width: 250px;*/
    max-width: 400px;
}

.column_btn a.custom-btn {
    color: #fff;
    background-color: rgba(66, 185, 174, 1);
    font-size: clamp(0.875rem, 0.739rem + 0.54vw, 1rem);
    /*-767 14-16*/
    font-weight: 600;
    padding: 1em 2em;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: auto;
    display: inline-block;
    border: solid 1px rgba(66, 185, 174, 1);
    position: relative;
    width: 100%;
}

.column_btn a.custom-btn::after {
    content: "";
    background: url(../img/chevron-right-solid_w.svg) no-repeat;
    display: inline-block;
    background-size: contain;
    width: 1em;
    height: 1em;
    margin: 0 0 0 1rem;
    position: absolute;
    right: 1rem;
    top: 1.4em;
}

.column_btn a.custom-btn:hover {
    color: rgba(66, 185, 174, 1);
    background-color: #fff;
    box-shadow: none;
}

.column_btn a.custom-btn:hover::after {
    content: "";
    background: url("../img/chevron-right-solid_g.svg")no-repeat;
}

.column_detail_btn {
    margin: 5em auto 3em;
}

.column_detail_btn+.column_article_connection {
    margin: 7em auto 5em;
}

ul.list_disc+.column_btn,
ol.list_number+.column_btn,
ul.list_check+.column_btn,
p+.column_btn {
    margin: 3rem auto 7rem;
}

.column_colorbox ul.list_check+.column_btn {
    margin: 3rem auto 2rem;
}

.column_colorbox .column_btn {
    margin: 2rem auto;
}

.column_colorbox .column_btn a {
    text-decoration: none;
}

.mgb0+.column_btn {
    margin-top: 3rem;
}

body .is-layout-flex {
    display: flex;
    margin: 0 auto 2rem;
    gap: 2rem 1.5rem;
}

.is-layout-flex>.wp-block-column:nth-of-type(1) .column_btn {
    margin: 0 auto;
}

body .is-layout-flex .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-last-of-type(n+2) .column_btn {
    margin: 0 auto;
}

/** min782 ボタン **/
@media screen and (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: wrap !important;
    }
}

/** min782 ボタンここまで **/

/** ボタンここまで **/


/** FAQ **/
.column_faq__box_content {
    display: none;
}

.column_faq__wrap {
    margin: 0 auto 5em;
}

.column_faq__box {
    width: 100%;
    margin: auto;
    margin: 0 auto 1rem;
    border: solid 1px #8598A0;
    border-radius: 8px;
}

.column_faq__box+div {
    margin-top: 5em;
}

.column_faq__box+.column_faq__box {
    margin: 0 auto 1em;
}

.column_faq__box_header {
    padding: clamp(1rem, 0.455rem + 2.18vw, 1.5rem) clamp(2.7rem, 1.283rem + 5.67vw, 4rem) clamp(1rem, 0.455rem + 2.18vw, 1.5rem) clamp(3.5rem, 2.41rem + 4.36vw, 4.5rem);
    /*767 1r-1.5r, 2.5r-4r, 1r-1.5r, 3.5r-4.5r*/
    margin: 0;
    cursor: pointer;
    position: relative;
}

.column_faq__box_header::before,
.column_faq__box_header::after {
    position: absolute;
    content: '';
    top: 1px;
    right: clamp(1.3rem, 0.537rem + 3.05vw, 2rem);
    /*767 1.3r-2r*/
    bottom: 0;
    width: 1rem;
    height: 2px;
    margin: auto;
    background: #000;
}

.column_faq__box_header::after {
    transform: rotate(-90deg);
    transition: transform 0.3s;
}

.column_faq__box_header.active::after {
    transform: rotate(0deg);
}

.column_faq__box_header span,
.column_faq__box_content span {
    position: relative;
}

.column_faq__box_header span {
    font-weight: 500;
    line-height: 1;
}

.column_faq__box_header span::before {
    content: "Q";
    margin: 0 0 0 -2.5rem;
    padding-right: 1.3rem;
    font-size: 1.5rem;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    top: 2px;
    position: absolute;
}

.column_faq__box_content {
    padding: 0 clamp(1.1rem, 0.119rem + 3.92vw, 2rem) 1.5rem;
    /*767 1.1r-2r*/
}

.column_faq__box_content span {
    display: block;
    margin-left: 2.5rem;
}

.column_faq__box_content span a {
    margin: 0;
    text-decoration: underline;
}

.column_faq__box_content span a:hover {
    text-decoration: none;
}

.column_faq__box_content span::before {
    content: "A";
    font-size: 1.5rem;
    margin: 0 1.5rem 0 -2.5rem;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    top: -3px;
    position: absolute;
}

/** faqここまで **/

/** 色付きボックス **/
.column_colorbox {
    border: solid 1px #333;
    background-color: #F5F5F5;
    padding: 0;
    margin: 0 auto 5em;
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px;
}

.column_colorbox.colorbox_caveat {
    border: solid 1px #EC407A;
    background-color: #FFF4F5;
}

.column_colorbox.colorbox_question {
    border: solid 1px #1F73B7;
    background-color: #E1F4FE;
}

#column_wrap .column__left .column_colorbox h3,
#column_wrap .column__single .column_colorbox h3 {
    background-color: #333;
    color: #fff;
    font-size: clamp(0.938rem, 0.697rem + 0.96vw, 1.25rem);
    /*921- 15-20*/
    font-weight: 500;
    padding: .5em 1em;
    margin: 0;
    border: none;
    display: flex;
    align-items: center;
    border-radius: 10px 0 12px;
}

#column_wrap .column__left .column_colorbox.colorbox_caveat h3,
#column_wrap .column__single .column_colorbox.colorbox_caveat h3 {
    background-color: #F84F65;
}

#column_wrap .column__left .column_colorbox.colorbox_caveat h3::before,
#column_wrap .column__single .column_colorbox.colorbox_caveat h3::before {
    content: "";
    background: url("../img/icon_caveat.svg")no-repeat center;
    background-size: contain;
    width: 1em;
    height: 1em;
    margin-right: .5em;
    display: inline-block;
}

#column_wrap .column__left .column_colorbox.colorbox_question h3,
#column_wrap .column__single .column_colorbox.colorbox_question h3 {
    background-color: #1F73B7;
}

#column_wrap .column__left .column_colorbox.colorbox_question h3::before,
#column_wrap .column__single .column_colorbox.colorbox_question h3::before {
    content: "";
    background: url("../img/icon_question.svg")no-repeat center;
    background-size: contain;
    width: 1em;
    height: 1em;
    margin-right: .5em;
    display: inline-block;
}

#column_wrap .column__left .column_colorbox p:last-of-type {
    margin: 0 auto;
}

.column_colorbox .column_colorbox_txt {
    width: calc(100% - 4rem);
    padding: 2rem 2rem .5rem;
}

p+.column_colorbox {
    margin: 3rem auto 2rem;
}

/** 色付きボックスここまで **/


/** コンテンツスペース　記事メニュー **/
.column_article_menu {
    border: solid 1px var(--color-gray);
    border-radius: 20px;
    background-color: #fff;
    padding: 1em;
    margin: 0 auto 5em;
}

.column_article_menu dl {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.column_article_menu dl dt {
    width: 34%;
    position: relative;
}

.column_article_menu dl dt img {
    border-radius: 10px;
    aspect-ratio: 16 / 9;
}

.column_article_menu dl dt span {
    position: absolute;
    top: 7px;
    left: 7px;
    background-color: var(--belura-color);
    color: #fff;
    padding: 0 1em;
    line-height: 1.7;
    font-size: 0.75rem;
    /*12*/
    border-radius: 30px;
    font-weight: 500;
    max-width: calc(100% - 4em);
}

.column_article_menu dl dd {
    width: 63%;
}

#column_wrap .column__left .column_article_menu dl dd h2,
#column_wrap .column__single .column_article_menu dl dd h2 {
    font-size: 1rem;
    padding: 0;
    border: none;
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#column_wrap .column__left .column_article_menu dl dd h2::before,
#column_wrap .column__single .column_article_menu dl dd h2::before {
    content: "";
    background: none;
    margin: 0;
    position: relative;
    width: 0;
    height: 0;
}

#column_wrap .column__left .column_article_menu dl dd h3,
#column_wrap .column__single .column_article_menu dl dd h3 {
    font-size: 1em;
    padding: 0;
    border: none;
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

#column_wrap .column__left .column_article_menu dl dd .column__days {
    margin: 0 0 .5em;
}

.column_article_menu a:hover .column__days_update {
    background: url("../img/icon_update_g.svg")no-repeat center left;
    background-size: 1.15em;
}

.column_article_menu a:hover .column__days_public {
    background: url("../img/icon_time_g.svg")no-repeat center left;
    background-size: 1.15em;
}

/** コンテンツスペース　記事メニューここまで **/


/** 記事の執筆・監修者プロフィール **/
.column_profile {
    border: solid 1px var(--color-gray);
    border-radius: 8px;
    padding: clamp(1.5rem, 0.955rem + 2.18vw, 2rem);
    /*767 1.5r-2r*/
    margin: 0 auto 5em;
}

#column_wrap .column__left .column_profile h2,
#column_wrap .column__single .column_profile h2 {
    font-size: clamp(1.063rem, 0.858rem + 0.82vw, 1.25rem);
    /*767 17-20*/
    margin: 0 0 clamp(0.7rem, -0.172rem + 3.49vw, 1.5rem);
    /*767 .7r-1.5r*/
    padding: 0;
    border: none;
    display: block
}

#column_wrap .column__left .column_profile h2::before,
#column_wrap .column__single .column_profile h2::before {
    content: "";
    background: none;
    margin: 0;
    width: 0;
    height: 0;
}

.column_profile dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.column_profile dl dt {
    width: 30%;
    font-size: 0.875rem;
    /*14*/
    font-weight: 500;
}

.column_profile dl dt img {
    margin: 0 0 .5em;
}

#column_wrap .column__left .column_profile p {
    margin: 0 0 .5em;
    line-height: 1.5;
}

.column_profile dl dd {
    width: 65%;
}

.column_profile a {
    text-decoration: underline;
}

.column_profile a:hover {
    text-decoration: none;
}

/** 記事の執筆・監修者プロフィールここまで **/


/** チャット風 **/
.column_chat {
    margin: 0 auto 3rem;
}

.column_chat_area {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.column_chat_area.left {
    flex-direction: row;
}

p+.column_chat_area.left {
    margin: 3rem 0 1rem;
}

.column_chat_area.right {
    flex-direction: row-reverse;
}

.icon-img {
    width: 3rem;
    height: 3rem;
}

.chatting {
    width: calc(100% - 9rem);
    position: relative;
    display: inline-block;
    margin: 0 0 2rem;
    padding: 1rem 1.5rem;
    background: #fff;
    text-align: left;
    border: solid 2px var(--belura-color);
    border-radius: 5px;
}

.chatting::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 13px;

    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

.chatting::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 13px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

.column_chat_area.left .chatting::before {
    left: -32px;
    border-right-width: 30px;
    border-right-style: solid;
    border-right-color: var(--belura-color);
}

.column_chat_area.left .chatting::after {
    left: -26px;
    border-right-width: 30px;
    border-right-style: solid;
    border-right-color: #fff;
}

.column_chat_area.right .chatting::before {
    right: -32px;
    border-left-width: 30px;
    border-left-style: solid;
    border-left-color: var(--belura-color);
}

.column_chat_area.right .chatting::after {
    right: -26px;
    border-left-width: 30px;
    border-left-style: solid;
    border-left-color: #fff;
}

.column_chat_area img {
    border-radius: 50%;
    margin: 0;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

#column_wrap .column__left p.chat-text {
    margin: 0;
}

.chatting p {
    margin: 0 !important;
}

p+.column_chat {
    margin-top: 3em !important;
}

/** チャット風ここまで **/

/** 症例 **/
.column_cases {
    margin: 0 auto 5em;
}

.column__single .column_cases {
    margin: 0 auto;
}

.column_cases>div {
    border: solid 1px var(--color-gray);
    border-radius: 20px;
    padding: 1.5em;
    margin: 0 auto 3em;
    display: flex;
    flex-wrap: wrap;
}

.column__single .column_cases>div {
    margin: 0 auto 2em;
}

.column_cases>div img {
    aspect-ratio: 16 / 9;
}

.column_cases_fixed ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 1.5em;
}

.column_cases_fixed ul li {
    width: 49.5%;
}

.column_cases_fixed ul li img {
    width: 100%;
    border-radius: 10px 0 0 10px;
}

.column_cases_fixed ul li:nth-of-type(2) img {
    border-radius: 0 10px 10px 0;
}

.column_cases_compare .before-after {
    margin: 0 auto 1.5em;
    border-radius: 10px;
}


/** 症例アコーディオン **/
.column_cases__box {
    width: 100%;
    margin: auto;
    margin: 0 auto;
}

.column_cases__box_content {
    display: none;
}

.column_cases__wrap {
    margin: 0 auto 5em;
}

.column_cases__box_header {
    padding: 1em 4em 1em 1.5em;
    margin: 0;
    background-color: #333;
    color: #fff;
    cursor: pointer;
    position: relative;
}

#column_wrap .column__left .column_cases__box_header h3,
#column_wrap .column__single .column_cases__box_header h3 {
    font-size: 1.125rem;
    /*18*/
    padding: 0;
    border: none;
    margin: 0;
}

#column_wrap .column__single .column_cases__box_header h2 {
    font-size: clamp(1rem, 0.864rem + 0.54vw, 1.125rem);
    /*-768 16-18*/
    padding: 0;
    border: none;
    margin: 0;
    font-weight: 500;
    display: inline;
}

#column_wrap .column__single .column_cases__box_header h2::before {
    content: "";
    background: none;
    display: inline;
    margin: 0;
}

.column_cases__box_header::before,
.column_cases__box_header::after {
    position: absolute;
    content: '';
    top: 1px;
    right: 1em;
    bottom: 0;
    width: 1em;
    height: 2px;
    margin: auto;
    background: #fff;
}

.column_cases__box_header::after {
    transform: rotate(-90deg);
    transition: transform 0.3s;
}

.column_cases__box_header.active::after {
    transform: rotate(0deg);
}

.column_cases__box_content dl {
    display: flex;
    flex-wrap: wrap;
    margin: 1em auto;
}

.column_cases__box_content dl dt {
    background-color: #333;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #333 #333 #fff #333;
    width: calc(8em + 2px)
}

.column_cases__box_content dl dd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: var(--color-gray) var(--color-gray) var(--color-gray) #fff;
    width: calc(100% - (8em + 2px) - 3em - 3px);
    padding: 1.5em;
    background-color: #fff;
    margin: 0 0 0 -1px;
}

.column_cases__box_content .column_btn {
    margin: 2em auto 1em;
}

/** 症例アコーディオンここまで **/
/** 症例ここまで **/


/** 診療メニュー **/
.column_treatment {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin: 0 auto;
    gap: 1.5em 0;
    background-color: #fff;
    border: solid 1px #e5e5ea;
    border-radius: 8px;
    padding: 1.5em 1em;
}

.column_treatment ul {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    margin: 0;
    height: 100%;
    /*padding: 1.5em 1em;
    border: solid 1px var(--color-gray);
    border-radius: 8px;*/
}

#column_wrap .column__left .column_treatment_h3,
#column_wrap .column__single .column_treatment_h3 {
    font-size: 1em;
    font-weight: 500;
    padding: 0;
    border: none;
    margin-bottom: 1em;
    text-align: center;
}

#column_wrap .column__left .column_treatment p,
#column_wrap .column__single .column_treatment p {
    font-size: 0.875rem;
    /*14*/
    margin-bottom: 1em;
}

#column_wrap .column__left .column_treatment p img,
#column_wrap .column__single .column_treatment p img {
    border-radius: 4px;
}

.column_treatment .column_btn {
    display: flex;
    margin: 0;
    gap: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.column_treatment .column_btn a.custom-btn {
    padding: .5em 1em;
    border-radius: 4px;
    min-width: calc(100% - 2em);
    width: calc(100% - 2em);
    box-shadow: none;
    font-size: 0.875rem;
    /*14*/
}

.column_treatment .column_btn a.custom-btn::after {
    margin: 0 0 0 1em;
    right: 1em;
    top: .9em;
}

/** 診療メニューここまで **/


/** 関連記事 **/
.column_article_connection {
    margin: 0 auto 5em;
}

.column_article_connection>div {
    margin: 0 auto 2em;
}

.column_article_menu+.column_btn {
    margin: 3em auto;
}

/** 関連記事ここまで **/

/*** 症例一覧 ***/
.cases_list {
    width: calc(100% - 2em);
    margin: 0 auto 3em;
    border: solid 1px var(--color-gray);
    border-radius: 20px;
    background-color: #fff;
    padding: 1em;
}

#column_wrap .cases_list_bar h2,
#column_wrap .column__single .cases_list_bar h2 {
    width: calc(70% - 1em);
    margin: 0 1em 0 0;
    font-size: clamp(1rem, 0.864rem + 0.54vw, 1.125rem);
    /*-768 16-18*/
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 500;
    padding: 0;
    border-bottom: none;
}

#column_wrap .cases_list_bar h2::before {
    content: "";
    background: none;
    width: 0;
    height: 0;
    display: inline;
    margin: 0;
}

.cases_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 1.5em;
}

.cases_list ul li {
    width: 49.5%;
}

.cases_list ul li img {
    width: 100%;
    border-radius: 10px 0 0 10px;
}

.cases_list ul li:nth-of-type(2) img {
    border-radius: 0 10px 10px 0;
}

.cases_list .cases_list_bar {
    background-color: #333;
    width: 100%;
}

.cases_list .cases_list_bar a {
    padding: .8em 1.5em;
    color: #fff;
    width: calc(100% - 3em);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease-in-out;
}

.cases_list .cases_list_bar a span {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    width: 30%;
    font-size: 16px;
}

.cases_list .cases_list_bar a span::after {
    content: "";
    background: url(../img/chevron-right-solid_w.svg) no-repeat right;
    transition: all .3s ease-in-out;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 1em 0 .5em;
}

.cases_list .cases_list_bar a:hover span::after {
    margin: 0 0 0 1.5em;
}

/*** 症例一覧ここまで ***/

/**** お知らせ一覧 ****/
.archive__news_list .archive__news {
    margin: 0 0 1.25em;
    padding: 0 0 1.25em;
    border-bottom: solid 1px var(--color-gray);
}

.archive__news_list .archive__news span {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 0.875rem;
    display: block;
    margin: 0 0 .5em;
}

.archive__news_list .archive__news h2 {
    font-weight: 500;
    font-size: clamp(0.875rem, 0.779rem + 0.38vw, 1rem);
    /*-920 14-16*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/** ページャー **/
.pager,
.nav-links {
    display: flex;
    flex-wrap: nowrap;
    margin: 4em auto;
    align-items: center;
    justify-content: center;
    gap: 0 .75em;
}

.pager .page-numbers,
.nav-links .page-numbers {
    font-family: 'Lato';
    font-weight: 700;
    font-size: 14px;
}

.nav-links .page-numbers.current {
    width: 2em;
    height: 2em;
    border: solid 1px #333;
    border-radius: 50%;
    padding: .5em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: #fff;
}

.nav-links a.page-numbers {
    width: 2em;
    height: 2em;
    border: solid 1px #333;
    border-radius: 50%;
    padding: .5em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.nav-links a.page-numbers:hover {
    background-color: #333;
    color: #fff;
}

.nav-links a.page-numbers.prev {
    content: "";
    background: url("../img/chevron-left-solid_b.svg")no-repeat center;
    background-size: .5em;
    background-color: #fff;
}

.nav-links a.page-numbers.next {
    content: "";
    background: url("../img/chevron-right-solid_b.svg")no-repeat center;
    background-size: .5em;
    background-color: #fff;
}

.nav-links a.page-numbers.prev:hover {
    content: "";
    background: url("../img/chevron-left-solid_w.svg")no-repeat center;
    background-size: .5em;
    background-color: #333;
}

.nav-links a.page-numbers.next:hover {
    content: "";
    background: url("../img/chevron-right-solid_w.svg")no-repeat center;
    background-size: .5em;
    background-color: #333;
}

.nav-links .page-numbers img {
    object-fit: contain;
    width: 1em;
    height: 1em;
    aspect-ratio: 1 / 1;
}

/*** お知らせ詳細 ***/
.column__single_h1 {
    font-size: clamp(1.688rem, -0.731rem + 4.2vw, 2rem);
    /*920－ 27-32*/
    font-weight: 500;
    margin: 0 0 2em;
    line-height: 1.5;
}



/*** 医療ダイエット ***/
.table-list {
    width: 100%;
    margin: 0 0 1em;
}

.table-list table {
    width: 100%;
    font-size: clamp(0.813rem, 0.676rem + 0.54vw, 0.938rem);
    /*-767 13-15*/
    border: solid 1px #000;
    border-collapse: collapse;
}

.table-list table th,
.table-list table td {
    padding: .8em 1em;
    border: solid 1px #999;
}

.table-list table th {
    background-color: var(--color-gray);
    font-weight: 500;
}

.table-list th.w7em {
    width: 7rem;
}

.table-list+.wp-block-heading {
    margin-top: 5rem !important;
}

ul+.wp-block-heading,
ol+.wp-block-heading {
    margin-top: 4rem !important;
}

p.img_mx520 {
    margin-bottom: 2rem !important;
}

p.img_mx520 img {
    width: 100%;
    max-width: 520px;
    display: block;
    margin: auto;
}

.column_chat+p.mgb07 {
    margin-top: -1rem !important;
}

p+p.mgb07 {
    margin-top: 3rem !important;
}

.bold_text+p {
    margin-top: -1rem !important;
}

.column_medical-diet_profile {
    width: calc(100% - 4rem);
    border: solid 1px var(--color-gray2);
    border-radius: 8px;
    padding: 2rem;
    margin: 0 auto 5rem;
    display: flex;
    flex-wrap: wrap;
}

.column_medical-diet_profile dt {
    width: 6em;
    margin: 0 0 1em 0;
    padding: 0 1em 0 0;
    border-bottom: solid 1px var(--color-gray2);
}

.column_medical-diet_profile dd {
    width: calc(100% - 7em);
    margin: 0 0 1em;
    padding: 0 0 1em;
    border-bottom: solid 1px var(--color-gray2);
}

.column_medical-diet_profile dd span {
    text-align: right;
}

.column_medical-diet_profile dd span a {
    text-decoration: underline;
    display: block;
}

.column_medical-diet_profile dd span a:hover {
    text-decoration: none;
}

.column_medical-diet_profile dt:last-of-type,
.column_medical-diet_profile dd:last-of-type {
    margin: 0;
    padding-bottom: 0;
    border: none;
}

#column_wrap .column__single p.p_strong {
    font-size: 17px;
    margin: 0 auto .5rem;
}

#column_wrap .column__single p+p.p_strong {
    margin-top: 2.5rem;
}

table.has-fixed-layout {
    font-size: 15px;
    line-height: 1.35;
}

.table_margin {
    margin: 0 auto 1.5rem;
}

.table_margin2 {
    margin: 0 auto 6rem;
}

.table_margin+h3.wp-block-heading {
    margin: 5rem auto 1.5rem;
}

.wp-block-image+h4.wp-block-heading {
    margin: 3rem auto 1.2rem;
}

.table_margin+.column_colorbox {
    margin-top: 3rem;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    padding: 1rem 0.8em !important;
}

.font-w600 {
    font-weight: 600;
}

.width-95 {
    width: 95%;
}


/** 参照 **/
ul.wp-block-list a {
    text-decoration: underline;
}

ul.wp-block-list a:hover {
    text-decoration: none;
}

/** 参照ここまで **/


/*****医療ダイエット用コラムトップ******/
.column__mv {
    width: 90%;
    max-width: 1040px;
    margin: 1rem auto 0;
    background: url("../img/img_column_mv.png") no-repeat;
    background-size: cover;
    position: relative;
    aspect-ratio: 16 / 5;
}

.column__mv h1,
.column__list_archive h1 {
    font-size: 28px;
    /* 767-400 24-18 */
    line-height: 1.3;
    width: 90%;
    margin: 0;
    color: #fff;
    position: absolute;
    left: 1.5rem;
    bottom: 0;
    border-left: solid .2rem;
    padding: 0 0 1.5rem 1rem;
}

.column__list_left,
.column__list_archive {
    width: calc(100% - 300px - 2em);
    max-width: 700px;
    margin: 0;
}

.column_list_inner dl dt img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.wp-block-image img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.column_list_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 0;
}

.column__list_archive .column_list_inner {
    gap: 1rem 0;
}

.column__list_left .column_list_inner dl {
    width: calc(50% - 1rem);
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.column__list_left .column_list_inner dl:nth-child(odd) {
    margin: 0 2rem 0 0;
}

.column_list_inner dl dt {
    margin: 0 0 1rem;
}

.column_list_inner dl h2 {
    font-size: clamp(0.875rem, 0.739rem + 0.54vw, 1rem);
    /*767-400 16-14*/
    line-height: 1.5;
    font-weight: 500;
    padding: 0;
    margin: 0 0 .8rem;
}

.column_list_inner dl p {
    font-size: clamp(0.75rem, 0.614rem + 0.54vw, 0.875rem);
    /*767-400 14-12*/
}

.column_list_inner dl dd .category_stamp span ul {
    display: flex;
    flex-wrap: wrap;
    gap: .2rem .5rem;
}

.column_list_inner dl dd .category_stamp span ul li {
    font-size: clamp(0.688rem, 0.619rem + 0.27vw, 0.75rem);
    /*767-400 12-11*/
}

.column_list_inner dl dd .category_stamp span ul a {
    color: #fff;
    background-color: var(--belura-color);
    padding: .2rem .5rem;
    line-height: 2.1;
}


.column__list_archive .column_list_inner dl {
    width: 100%;
    display: flex;
    align-content: flex-start;
    flex-wrap: nowrap;
    gap: 1rem;
}

.column__list_archive .column_list_inner dl dt {
    width: 30%;
}

.column__list_archive .column_list_inner dl dd {
    width: calc(70% - 1rem);
}

.column__list_archive .column_list_inner dl dd .category_stamp {
    gap: .2rem;
}

.breadcrumbs {
    width: 100%;
    margin: 0 auto 2rem;
    font-size: 0.75rem;
    overflow-x: scroll;
    white-space: nowrap;
}

.breadcrumbs::-webkit-scrollbar {
    display: none;
}

.breadcrumbs span a {
    margin: 0 .5rem;
}

.breadcrumbs span a:first-child {
    margin: 0 .5rem 0 0;
}

.breadcrumbs span a+span,
.breadcrumbs>span:last-child {
    margin: 0 0 0 .5rem;
}

.breadcrumbs>span:first-child {
    margin: 0;
}

.column__list_left h2.list_lead {
    font-size: clamp(0.875rem, 0.671rem + 0.82vw, 1.063rem);
    /*767-400 17-14*/
    margin: 0 0 3rem;
    line-height: 1.6;
}

.side_list_block ul li {
    margin-bottom: .3rem !important;
    padding-left: 1rem !important;
    line-height: 1.4 !important;
}

.side_list_block ul li::before {
    content: "・" !important;
    margin: 0 .5rem 0 -1rem !important;
}

.colimn_thumbnail {
    margin: 0 auto 1rem;
}

.column_sns_btn li button {
    background-color: #fff;
    border: none;
    width: 100%;
    height: 100%;
    padding: 0;
}

.column_sns_btn li button span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #000;
}

.column_sns_btn li button span:visited {
    color: #000;
}

.column_sns_btn li button span:active {
    background-color: #000;
    color: #fff;
}

.wp-block-image {
    margin: 0 auto 1.5rem;
}

nav.navigation.p-post-nav {
    width: 100%;
}

nav.navigation.p-post-nav h2 {
    display: none !important;
}

.nav-links {
    font-size: clamp(0.813rem, 0.676rem + 0.54vw, 0.938rem);
    /*767-400 13-15*/
    display: flex;
    justify-content: center;
}

.nav-links div[class^="nav-"] {
    width: 44%;
}

.nav-links .nav-previous {
    position: relative;
    padding: 0 0 0 1.5rem;
    line-height: 1.5;
}

.nav-links .nav-next {
    position: relative;
    padding: 0 1.5rem 0 0;
    line-height: 1.5;
}

.nav-links .nav-previous::before {
    content: "≪";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}

.nav-links .nav-next::after {
    content: "≫";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}

.nav-links .nav-previous:hover::before,
.nav-links .nav-next:hover::after {
    color: var(--belura-color);
}

.nav-links .nav-previous+.nav-next {
    margin-left: -1px;
}

.nav-links a {
    display: flex;
    align-items: center;
    width: 100%;
}

.nav-links .nav-next a {
    justify-content: flex-end;
}


/*** 医療ダイエット用コラムトップここまで ***/


@media screen and (max-width: 920px) {

    .wp_no_main.column_nav,
    .wp_no_main.column_700 {
        margin: 0 auto;
    }


    /*** 920 サイドメニュー ***/
    .column__side_h2 {
        font-size: clamp(0.938rem, 0.841rem + 0.38vw, 1.063rem);
        /*-920 15-17*/
    }

    .column__right .side_list_dl {
        font-size: clamp(0.688rem, 0.347rem + 1.36vw, 1rem);
        /*-920 11-16*/
        margin-bottom: 1.5em;
    }

    .column__right .side_list_dl .side_list_dt {
        width: 30%;
    }

    .column__right .side_list_dl .side_list_dd {
        width: 66%;
    }

    .side_tab {
        font-size: clamp(0.688rem, 0.483rem + 0.82vw, 0.875rem);
        /*-920 11-14*/
    }

    .column__right .side_list_ul .side_list_li {
        font-size: clamp(0.875rem, 0.739rem + 0.54vw, 1rem);
        /*-920 14-16*/
    }

    .side_list_category,
    .side_list_banner {
        margin: 3.5em 0;
        display: flex;
        flex-wrap: wrap;
    }

    /*** 920 サイドメニューここまで ***/


    /*** 920 医療ダイエット用コラムトップ ***/
    .column__left,
    .column__list_left,
    .column__list_archive {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 5rem;
    }

    .side_list_banner_img {
        width: calc(50% - 1rem);
    }

    .side_list_block {
        margin: 2.5rem 0 2rem;
    }

    .side_list_block:nth-child(2n) {
        margin: 0;
    }

    /*** 920 医療ダイエット用コラムトップここまで ***/
}


@media screen and (max-width: 767px) {

    #column_wrap .column__left p+h2,
    #column_wrap .column__left p+h3,
    #column_wrap .column__left p+h4,
    #column_wrap .column__single p+h2,
    #column_wrap .column__single p+h3,
    #column_wrap .column__single p+h4 {
        margin-top: clamp(2.5rem, 0.865rem + 6.54vw, 4rem);
        /*400- 2.5r-4r*/
    }

    #column_wrap .column__left h2,
    #column_wrap .column__single h2 {
        font-size: clamp(1.125rem, 0.921rem + 0.82vw, 1.313rem);
        /*767- 18-21*/
        margin-bottom: 1.5rem;
        line-height: 1.35;
    }

    #column_wrap .column__left h3,
    #column_wrap .column__single h3 {
        font-size: clamp(1.125rem, 1.057rem + 0.27vw, 1.188rem);
        /*400- 18-19*/
        margin-bottom: .7em;
    }

    #column_wrap .column__left h4,
    #column_wrap .column__single h4 {
        font-size: clamp(1rem, 0.864rem + 0.54vw, 1.125rem);
        /*400- 16-18*/
        margin-bottom: 1.2em;
    }


    /** 767 タイムスタンプ **/
    .column__days {
        display: flex;
        flex-wrap: wrap;
        font-size: clamp(0.75rem, 0.614rem + 0.54vw, 0.875rem);
        /*-767 12-14*/
    }

    .side_Timestamp {
        font-size: clamp(0.75rem, 0.614rem + 0.54vw, 0.875rem);
        /*-767 12-14*/
    }

    /** 767 タイムスタンプここまで **/


    /** 767 コンテンツ **/
    .column__left h1,
    .column__single_h1 {
        font-size: clamp(1.188rem, 0.847rem + 1.36vw, 1.5rem);
        /*-767 19-24*/
    }

    .column_tab {
        font-size: clamp(0.75rem, 0.614rem + 0.54vw, 0.875rem);
        /*-767 12-14*/
    }

    .column_sns_btn li {
        width: calc(100% / 2 - 2px - .5em);
        font-size: clamp(0.75rem, 0.478rem + 1.09vw, 1rem);
        /*-767 12-16*/
    }

    /** 767 コンテンツここまで **/


    /** 767 コラム目次 **/
    .lwptoc_header .lwptoc_title {
        font-size: clamp(1rem, 0.728rem + 1.09vw, 1.25rem);
        /*-767 16-20*/
    }

    ol.lwptoc_itemWrap:first-child>li>a {
        margin: 1em 0 .5em;
        font-size: clamp(0.938rem, 0.733rem + 0.82vw, 1.125rem);
        /*-767 15-18*/
    }

    ol.lwptoc_itemWrap>li>ol>li,
    ul.lwptoc_itemWrap>li>ul>li {
        margin: 0 0 .5em;
    }

    /** 767 コラム目次ここまで **/



    /** 記事の執筆・監修者プロフィール **/
    #column_wrap .column__left .column_profile h2 {
        font-size: clamp(1rem, 0.728rem + 1.09vw, 1.25rem);
        /*-767 16-20*/
    }

    .column_profile dl {
        flex-wrap: wrap;
    }

    .column_profile dl dt {
        width: 100%;
        font-size: clamp(0.875rem, 0.807rem + 0.27vw, 0.938rem);
        /*-767 14-15*/
    }

    .column_profile dl dd {
        width: 100%;
    }

    /** 767 コンテンツスペース　記事メニュー **/
    #column_wrap .column__left .column_article_menu dl dd h2 {
        font-size: clamp(0.813rem, 0.608rem + 0.82vw, 1rem);
        /*-767 13-16*/
    }

    .column_article_menu dl dt {
        width: 47%;
    }

    .column_article_menu dl dd {
        width: 48%;
    }

    /** 767 コンテンツスペース　記事メニューここまで **/


    /** 767 ページャー **/
    .pager,
    .nav-links {
        margin: 2em auto 3em;
    }

    .nav-links a.page-numbers,
    .nav-links .page-numbers.current {
        width: clamp(1.5rem, 0.955rem + 2.18vw, 2rem);
        /*-767 1.5r-2r*/
        height: clamp(1.5rem, 0.955rem + 2.18vw, 2rem);
        /*-767 1.5r-2r*/
        padding: clamp(0.3rem, 0.082rem + 0.87vw, 0.5rem);
        /*-767 .3r-.5r*/
    }


    /** 767 ボタン **/
    .column_detail_btn {
        margin: clamp(3rem, 0.82rem + 8.72vw, 5rem) auto 3em;
        /*-767 3r-5r*/
    }

    /** 767 ボタンここまで **/


    /*** 医療ダイエット ***/
    .text_line {
        text-align: center;
    }

    p+.column_colorbox {
        margin: 2rem auto;
    }

    .column_colorbox .column_colorbox_txt {
        padding: 1.7rem 2rem .5rem;
    }

    .post-contents-blocks ol.wp-block-list,
    .post-contents-blocks ul.wp-block-list {
        margin: 0 auto clamp(1.7rem, 1.373rem + 1.31vw, 2rem);
        /*737 1.7r-2r*/
    }

    .column_colorbox ul.list_check+.column_btn {
        margin: 2rem auto;
    }

    #column_wrap .column__single p.p_strong {
        font-size: clamp(0.969rem, 0.833rem + 0.54vw, 1.094rem);
        /*767 15.5-17.5*/
    }

    .p_strong strong {
        font-weight: 500 !important;
    }

    ul+.wp-block-heading,
    ol+.wp-block-heading {
        margin-top: 3rem !important;
    }

    #column_wrap .column__left p,
    #column_wrap .column__single p {
        margin: 0 auto 1rem;
    }

    p+.column_chat_area.left {
        margin: 2rem 0 1rem;
    }

    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
        padding: .8rem .7rem !important;
    }

    table.has-fixed-layout {
        font-size: clamp(0.813rem, 0.744rem + 0.27vw, 0.875rem);
        /*767 13-14*/
    }

    .table_margin+h3.wp-block-heading {
        margin: 3rem auto 1.5rem;
    }

    .table_margin2 {
        margin: 0 auto 4rem;
    }

    .wp-block-image+h4.wp-block-heading {
        margin: 2rem auto 1.2rem;
    }

    #column_wrap .column__left h2,
    #column_wrap .column__single h2 {
        margin: clamp(2rem, -1.27rem + 13.08vw, 5rem) auto 1.5rem;
        /*767 2r-5r*/
    }

    .table_margin+.column_colorbox {
        margin-top: 2rem;
    }

    .column_colorbox {
        border-radius: 8px;
    }

    #column_wrap .column__left .column_colorbox h3,
    #column_wrap .column__single .column_colorbox h3 {
        border-radius: 7px 0 8px;
    }

    .chatting {
        width: calc(100% - 8rem);
        line-height: 1.5;
    }

    .column_chat_area.left .chatting::before {
        left: -26px;
        border-right-width: 25px;
    }

    .column_chat_area.left .chatting::after {
        left: -21px;
        border-right-width: 25px;
    }

    .post-contents-blocks ul.list_check li::before {
        width: .8rem;
        height: 1rem;
    }

    .margin-top4rem {
        margin-top: 4rem !important;
    }


    /*** 767 医療ダイエット用コラムトップ ***/
    .column__mv {
        margin: .2rem auto 0;
    }

    .column__mv h1,
    .column__list_archive h1 {
        font-size: clamp(1rem, 0.319rem + 2.72vw, 1.625rem);
        /* 767-400 26-16 */
        left: clamp(0.5rem, -0.045rem + 2.18vw, 1rem);
        /* 767-400 1r-.5r */
        font-weight: 500;
        border-left: solid .15rem;
        padding: 0 0 clamp(0.7rem, -0.172rem + 3.49vw, 1.5rem) 1rem;
        /* 767-400 1.5r-.7r */
    }

    .column__list_left {
        margin: 0 auto 1rem;
    }

    .column_list_inner,
    .column__list_single .column_list_inner {
        gap: 1rem 0;
    }

    .column_list_inner dl:nth-child(odd) {
        margin: 0;
    }

    .column__list_left .column_list_inner dl {
        width: 100%;
        flex-wrap: nowrap;
        gap: 1rem;
        border-bottom: solid 1px #ccc;
        padding: 0 0 1rem;
    }

    .column__list_left .column_list_inner dl:nth-child(odd) {
        margin: 0;
    }

    .column_list_inner dl dt {
        width: 30%;
        margin: 0;
    }

    .column_list_inner dl dd {
        width: calc(70% - 1rem);
    }

    .column_list_inner dl dd .category_stamp {
        gap: .2rem;
    }

    .side_list_banner_img {
        width: 90%;
        max-width: 600px;
    }

    .column__left,
    .column__list_left,
    .column__list_archive {
        margin: 0 auto 3rem;
    }

    .column_tab ul {
        gap: 0.5rem 1rem;
        margin: 0 0 1rem;
    }

    .column_tab ul li {
        margin: 0;
    }

    /*** 767 医療ダイエット用コラムトップここまで ***/

}



@media screen and (max-width: 600px) {}


/********** 250725追加 ************/
.lwptoc-light .lwptoc_i {
    background: #fff !important;
    width: 100%;
    padding: 0;
}

.lwptoc_toggle_label {
    display: none;
}

.lwptoc-light .lwptoc_i .lwptoc_item a,
.lwptoc-light .lwptoc_i .lwptoc_item a:visited {
    color: #333;
}

.lwptoc-light .lwptoc_i .lwptoc_item a:hover {
    color: var(--belura-color);
}

span.lwptoc_toggle {
    display: none;
}

.lwptoc-baseItems .lwptoc_items {
    padding: 2em;
}

.lwptoc_items>.lwptoc_itemWrap:first-of-type>.lwptoc_item {
    margin-bottom: 1rem;
}

.lwptoc_items>.lwptoc_itemWrap:first-of-type>.lwptoc_item>a:first-of-type {
    font-weight: bold;
}

/****************** wpここまで ******************/