.column_page .nopost {
    padding: .3rem 0 .5rem;
    text-align: center;
    margin-left: 3.9rem;
}

@media screen and (max-width: 767px) {
    .column_page .nopost {
        margin-left: 0;
    }
}
.column_page {
    background-position: center;
    background-size: cover;
    background-image: url(../img/column/cmn/bg.png);
}

.column_page .under_mv {
    background-image: url(../img/column/mv/mv.jpg);
}

.column_page .under_mv .under_mv_tit .ja {
    padding-left: 1.2rem;
}

.column_page .cate_lists {
    padding: .8rem .1rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.column_page .cate_lists::before {
    content: "";
    display: block;
    width: 2.3rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.column_page .cate_lists::after {
    content: "";
    display: block;
    width: 2.3rem;
}

.column_page .cate_lists li {
    margin-bottom: .1rem;
}

.column_page .cate_lists li a {
    padding: .2rem .1rem .2rem;
    width: 2.3rem;
    min-width: 2.3rem;
    text-align: center;
    display: block;
    font-size: .17rem;
    line-height: 1.29;
    font-weight: 500;
    color: #967F56;
    border-radius: .05rem;
    border: 1px solid #93C7E2;
}

.column_page .cate_lists li a:hover {
    opacity: 1;
    background-color: #E8E3CA;
}

.column_page .cate_lists li .current {
    opacity: 1;
    background-color: #E8E3CA;
}

@media screen and (max-width: 767px) {
    .column_page {
        background-image: url(../img/column/cmn/bg_sp.png);
    }

    .column_page .under_mv {
        background-image: url(../img/column/mv/mv_sp.jpg);
    }

    .column_page .under_mv .under_mv_tit {
        margin-left: .4rem;
    }

    .column_page .under_mv .under_mv_tit .ja {
        padding-left: .9rem;
    }

    .column_page .cate_lists {
        padding: .45rem 0 0;
    }

    .column_page .cate_lists::before {
        width: 1.67rem;
    }

    .column_page .cate_lists::after {
        width: 1.67rem;
    }

    .column_page .cate_lists li {
        margin-bottom: .1rem;
    }

    .column_page .cate_lists li a {
        padding: .18rem .1rem .18rem;
        width: 1.67rem;
        min-width: 1.67rem;
        font-size: .14rem;
        line-height: 1.35;
        border-radius: .025rem;
    }

    .column_page .cate_lists li a:hover {
        opacity: 1;
        background-color: transparent;
    }
}

.column_page .column_sec {
    padding: .73rem 0 1.5rem;
}

.column_page .column_sec .mod_tit01 {
    margin-bottom: .31rem;
}

.column_page .column_sec .tit {
    margin-bottom: .2rem;
    font-size: .2rem;
    color: #313131;
    font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
}

.column_page .column_sec .lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.column_page .column_sec .lists::before {
    content: "";
    display: block;
    width: 3rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.column_page .column_sec .lists::after {
    content: "";
    display: block;
    width: 3rem;
}

.column_page .column_sec .lists li {
    margin-bottom: .55rem;
}

.column_page .column_sec .lists li a {
    width: 3rem;
    min-height: 4.05rem;
    display: block;
    background-color: #fff;
    padding: .15rem .15rem .4rem .15rem;
    position: relative;
    -webkit-box-shadow: 0 0.04rem 0.12rem rgba(20, 25, 64, 0.1);
    box-shadow: 0 0.04rem 0.12rem rgba(20, 25, 64, 0.1);
}

.column_page .column_sec .lists li a::after {
    content: "";
    width: .275rem;
    height: .055rem;
    position: absolute;
    bottom: .2rem;
    right: .15rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/column/list/arrow.png);
}

.column_page .column_sec .pic {
    width: 2.68rem;
    height: 2.34rem;
}

.column_page .column_sec .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.column_page .column_sec .wrap {
    margin: .15rem 0 .11rem;
    display: flex;
    align-items: center;
}

.column_page .column_sec .date {
    margin-right: .15rem;
    font-size: .13rem;
    color: #000;
    font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
}

.column_page .column_sec .cate {
    min-width: .56rem;
    padding: .02rem .05rem .02rem;
    font-size: .1rem;
    color: #707070;
    border: 1px solid #707070;
}

.column_page .column_sec .txt {
    font-size: .15rem;
    line-height: 1.66;
    font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .column_page .column_sec {
        padding: .65rem 0 .6rem;
    }

    .column_page .column_sec .mod_tit01 {
        margin-bottom: .55rem;
    }

    .column_page .column_sec .mod_tit01 .en {
        font-size: .34rem;
    }

    .column_page .column_sec .mod_tit01 .ja {
        font-size: .17rem;
    }

    .column_page .column_sec .tit {
        margin-bottom: .13rem;
        font-size: .16rem;
    }

    .column_page .column_sec .lists {
        display: block;
    }

    .column_page .column_sec .lists::before {
        content: "";
        display: block;
        width: 3rem;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .column_page .column_sec .lists::after {
        content: "";
        display: block;
        width: 3rem;
    }

    .column_page .column_sec .lists li {
        margin-bottom: .2rem;
    }

    .column_page .column_sec .lists li a {
        width: 100%;
        min-height: auto;
        padding: .15rem .15rem .22rem .15rem;
    }

    .column_page .column_sec .pic {
        width: 2.93rem;
        height: 1.77rem;
        margin: 0 auto;
    }

    .column_page .column_sec .wrap {
        margin: .14rem 0 .08rem;
    }

    .column_page .column_sec .txt {
        line-height: 1.69;
    }

    .column_page .column_sec .wp-pagenavi {
        margin-top: .5rem;
    }
}

.column_page .column_detail_sec {
    padding: .64rem 0 1.1rem;
}

.column_page .column_detail_sec .container_min {
    padding: 0 0.1rem;
}

.column_page .column_detail_sec .wrap {
    margin-bottom: .3rem;
    display: flex;
    align-items: center;
}

.column_page .column_detail_sec .cate {
    width: 1.1rem;
    font-size: .14rem;
    margin-right: .2rem;
    line-height: .32rem;
    text-align: center;
    border-radius: .025rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #C0AF80;
    border: 1px solid #C0AF80;
}

.column_page .column_detail_sec .date {
    width: 1rem;
    font-size: .2rem;
    color: #2E2E2E;
    font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
}

.column_page .column_detail_sec .tit {
    margin-bottom: .25rem;
    font-size: .28rem;
    letter-spacing: .12em;
    line-height: 1.28;
    font-weight: 500;
    color: #2E2E2E;
}

.column_page .column_detail_sec .f_pic img {
    width: 100%;
}

.column_page .column_detail_sec .post_content_wrap {
    padding: .6rem .4rem .8rem .4rem;
    background-color: #FDFDF8;
}
.column_page .column_detail_sec .post_content_wrap .column-cta{
    max-width: 600px; 
    margin: 3% auto 5% auto;
}

@media screen and (max-width: 767px) {
    .column_page .column_detail_sec {
        padding: .58rem 0 .85rem;
    }

    .column_page .column_detail_sec .container_min {
        padding: 0;
    }

    .column_page .column_detail_sec .wrap {
        padding: 0 .1rem;
        margin-bottom: .25rem;
        align-items: center !important;
    }

    .column_page .column_detail_sec .cate {
        width: .96rem;
        font-size: .14rem;
        margin-right: .12rem;
        line-height: .28rem;
    }

    .column_page .column_detail_sec .date {
        width: 1.5rem !important;
        font-size: .18rem;
    }

    .column_page .column_detail_sec .tit {
        padding: 0 .1rem;
        margin-bottom: .15rem;
        font-size: .16rem;
        line-height: 1.5;
    }

    .column_page .column_detail_sec .post_content_wrap {
        padding: .01rem .2rem .45rem .2rem;
    }
    .column_page .column_detail_sec .post_content_wrap .column-cta{
        width: 80%; 
        margin: 20px 10%;
    }
}

.column_page .column_detail_sec .post_content {
    font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

.column_page .column_detail_sec .post_content h2 {
    padding: .05rem 0 .05rem .28rem;
    font-size: .19rem;
    letter-spacing: .12em;
    margin: 0 0 1.2em;
    line-height: 2.1;
    position: relative;
    border-bottom: 1px solid #C0AF80;
}

.column_page .column_detail_sec .post_content h2::before {
    content: "";
    width: .1rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #C0AF80;
}

.column_page .column_detail_sec .post_content h3 {
    font-size: .18rem;
    letter-spacing: .1em;
    margin: 0 0 1.2em;
    line-height: 1.5;
}

.column_page .column_detail_sec .post_content h4 {
    font-size: .16rem;
    letter-spacing: .1em;
    margin: 0 0 1.2em;
    line-height: 1.5;
}

.column_page .column_detail_sec .post_content h5 {
    font-size: .18rem;
    letter-spacing: .1em;
    margin: 0 0 1.2em;
    line-height: 1.5;
}

.column_page .column_detail_sec .post_content h6 {
    font-size: .16rem;
    letter-spacing: .1em;
    margin: 0 0 1.2em;
    line-height: 1.5;
}

.column_page .column_detail_sec .post_content p {
    font-size: .15rem;
    margin: 0 0 3em;
    line-height: 1.75;
    letter-spacing: .1em;
}

.column_page .column_detail_sec .post_content img {
    max-width: 100%;
    height: auto;
}

.column_page .column_detail_sec .post_content img.alignleft {
    width: 50%;
    float: left;
    display: block;
    margin: 0 1em 1em 0;
}

.column_page .column_detail_sec .post_content img.alignright {
    width: 50%;
    float: right;
    display: block;
    margin: 0 0 1em 1em;
}

.column_page .column_detail_sec .post_content img.aligncenter {
    display: block;
    margin: 0 auto 1em;
}

.column_page .column_detail_sec .post_content a {
    text-decoration: underline;
}

.column_page .column_detail_sec .post_content em {
    font-style: italic;
}

.column_page .column_detail_sec .post_content blockquote {
    background: #f1f1f1;
    padding: 1em;
    margin: 1em auto;
}

.column_page .column_detail_sec .post_content blockquote p {
    margin-bottom: 0;
}

.column_page .column_detail_sec .post_content blockquote p~p {
    margin-top: 1em;
}

.column_page .column_detail_sec .post_content ul,
.column_page .column_detail_sec .post_content ol {
    margin: 1em 0 1em 1em;
}

.column_page .column_detail_sec .post_content ul li {
    list-style: outside disc;
}

.column_page .column_detail_sec .post_content ol li {
    list-style: outside decimal;
}

@media screen and (max-width: 767px) {
    .column_page .column_detail_sec .post_content h2 {
        padding: 0 0 0 .18rem;
        font-size: .16rem;
        margin: 2em 0 1.2em;
        line-height: 2;
        font-weight: 500;
    }

    .column_page .column_detail_sec .post_content h2::before {
        width: .06rem;
    }

    .column_page .column_detail_sec .post_content h3 {
        font-size: .16rem;
        letter-spacing: .1em;
        margin: 2em 0 1.2em;
        line-height: 1.5;
    }

    .column_page .column_detail_sec .post_content h4 {
        font-size: .15rem;
        letter-spacing: .1em;
        margin: 2em 0 1.2em;
        line-height: 1.5;
    }

    .column_page .column_detail_sec .post_content h5 {
        font-size: .14rem;
        letter-spacing: .1em;
        margin: 2em 0 1.2em;
        line-height: 1.5;
    }

    .column_page .column_detail_sec .post_content h6 {
        font-size: .13rem;
        letter-spacing: .1em;
        margin: 2em 0 1.2em;
        line-height: 1.5;
    }

    .column_page .column_detail_sec .post_content p {
        font-size: .13rem;
        margin-bottom: 15px;
        line-height: 1.69;
        letter-spacing: .12em;
    }

    .column_page .column_detail_sec .post_content img {
        max-width: 100%;
        height: auto;
    }

    .column_page .column_detail_sec .post_content img.alignleft {
        width: 100%;
        float: left;
        display: block;
        margin: 0 1em 1em 0;
    }

    .column_page .column_detail_sec .post_content img.alignright {
        width: 100%;
        float: right;
        display: block;
        margin: 0 0 1em 1em;
    }

    .column_page .column_detail_sec .post_content img.aligncenter {
        display: block;
        margin: 0 auto 1em;
    }

    .column_page .column_detail_sec .post_content a {
        text-decoration: underline;
    }

    .column_page .column_detail_sec .post_content em {
        font-style: italic;
    }

    .column_page .column_detail_sec .post_content blockquote {
        background: #f1f1f1;
        padding: 1em;
        margin: 1em auto;
    }

    .column_page .column_detail_sec .post_content blockquote p {
        margin-bottom: 0;
    }

    .column_page .column_detail_sec .post_content blockquote p~p {
        margin-top: 1em;
    }

    .column_page .column_detail_sec .post_content ul,
    .column_page .column_detail_sec .post_content ol {
        margin: 1em 0 1em 1em;
    }

    .column_page .column_detail_sec .post_content ul li {
        list-style: outside disc;
    }

    .column_page .column_detail_sec .post_content ol li {
        list-style: outside decimal;
    }
}

.column_page .column_detail_sec .wp-pagenavi {
    width: 4.6rem;
    margin: .6rem auto 0;
    position: relative;
}

.column_page .column_detail_sec .wp-pagenavi .list_back {
    width: 1.3rem;
    display: block;
    line-height: .4rem;
    text-align: center;
    font-size: .15rem;
    color: #414141;
    border-radius: 10rem;
    border: 1px solid #C0AF80;
}

.column_page .column_detail_sec .wp-pagenavi a {
    height: auto;
}

.column_page .column_detail_sec .wp-pagenavi a.previouspostslink,
.column_page .column_detail_sec .wp-pagenavi a.nextpostslink {
    padding: 0;
    width: 1.5rem;
    margin: 0;
    font-size: .15rem;
    background-color: transparent;
    border: none;
    position: absolute;
    color: #414141;
}

.column_page .column_detail_sec .wp-pagenavi a.previouspostslink::before,
.column_page .column_detail_sec .wp-pagenavi a.nextpostslink::before {
    content: "";
    width: .53rem;
    height: .105rem;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.column_page .column_detail_sec .wp-pagenavi .previouspostslink {
    left: .63rem;
}

.column_page .column_detail_sec .wp-pagenavi .previouspostslink::before {
    left: -.62rem;
    background-image: url(../img/news/cmn/prev.png);
}

.column_page .column_detail_sec .wp-pagenavi .nextpostslink {
    right: -.27rem;
}

.column_page .column_detail_sec .wp-pagenavi .nextpostslink::before {
    right: .24rem;
    background-image: url(../img/news/cmn/next.png);
}

@media screen and (max-width: 767px) {
    .column_page .column_detail_sec .wp-pagenavi {
        width: 1.63rem;
        margin: 1rem auto 0;
    }

    .column_page .column_detail_sec .wp-pagenavi .list_back {
        width: 1.63rem;
        line-height: .5rem;
        font-size: .18rem;
    }

    .column_page .column_detail_sec .wp-pagenavi a {
        height: auto;
    }

    .column_page .column_detail_sec .wp-pagenavi a.previouspostslink,
    .column_page .column_detail_sec .wp-pagenavi a.nextpostslink {
        width: .6rem;
        font-size: .13rem;
        top: -.41rem;
    }

    .column_page .column_detail_sec .wp-pagenavi a.previouspostslink::before,
    .column_page .column_detail_sec .wp-pagenavi a.nextpostslink::before {
        width: .53rem;
        height: .105rem;
        top: -.22rem;
    }

    .column_page .column_detail_sec .wp-pagenavi .previouspostslink {
        left: .04rem;
    }

    .column_page .column_detail_sec .wp-pagenavi .previouspostslink::before {
        left: .03rem;
        background-image: url(../img/news/cmn/prev.png);
    }

    .column_page .column_detail_sec .wp-pagenavi .nextpostslink {
        right: 0;
    }

    .column_page .column_detail_sec .wp-pagenavi .nextpostslink::before {
        right: .09rem;
        background-image: url(../img/news/cmn/next.png);
    }
}

.column_page .conect_sec {
    padding: 0 .1rem 1.65rem;
}

.column_page .conect_sec .tit {
    padding: 0 .2rem .18rem .2rem;
    margin-bottom: .4rem;
    font-size: .2rem;
    color: #313131;
    font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    border-bottom: 1px solid #C0AF80;
}

.column_page .conect_sec .lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.column_page .conect_sec .lists::before {
    content: "";
    display: block;
    width: 3rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.column_page .conect_sec .lists::after {
    content: "";
    display: block;
    width: 3rem;
}

.column_page .conect_sec .lists li a {
    width: 3rem;
    height: 100%;
    display: block;
    background-color: #fff;
    padding: .15rem .15rem .4rem .15rem;
    position: relative;
    -webkit-box-shadow: 0 0.04rem 0.12rem rgba(20, 25, 64, 0.1);
    box-shadow: 0 0.04rem 0.12rem rgba(20, 25, 64, 0.1);
}

.column_page .conect_sec .lists li a::after {
    content: "";
    width: .275rem;
    height: .055rem;
    position: absolute;
    bottom: .2rem;
    right: .15rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/column/list/arrow.png);
}

.column_page .conect_sec .pic {
    width: 2.68rem;
    height: 2.34rem;
}

.column_page .conect_sec .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.column_page .conect_sec .wrap {
    margin: .15rem 0 .11rem;
    display: flex;
    align-items: center;
}

.column_page .conect_sec .date {
    margin-right: .15rem;
    font-size: .13rem;
    color: #000;
    font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
}

.column_page .conect_sec .cate {
    min-width: .56rem;
    padding: .02rem .05rem .02rem;
    font-size: .1rem;
    color: #707070;
    border: 1px solid #707070;
}

.column_page .conect_sec .txt {
    font-size: .15rem;
    line-height: 1.66;
    font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
}
.supervising_doctor_message_right{
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    .column_page .conect_sec {
        padding: 0 .1rem .7rem;
    }

    .column_page .conect_sec .tit {
        padding: 0 .18rem .1rem .18rem;
        margin-bottom: .2rem;
        font-size: .16rem;
    }

    .column_page .conect_sec .lists {
        padding: 0 .1rem;
        display: block;
    }

    .column_page .conect_sec .lists::before {
        content: "";
        display: block;
        width: 3rem;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .column_page .conect_sec .lists::after {
        content: "";
        display: block;
        width: 3rem;
    }

    .column_page .conect_sec .lists li {
        margin-bottom: .2rem;
    }

    .column_page .conect_sec .lists li a {
        width: 100%;
        padding: .15rem .15rem .22rem .15rem;
    }

    .column_page .conect_sec .pic {
        width: 2.75rem;
        height: 1.78rem;
    }

    .column_page .conect_sec .wrap {
        margin: .14rem 0 .08rem;
    }

    .column_page .conect_sec .txt {
        line-height: 1.69;
    }

    .column_page .conect_sec .wp-pagenavi {
        margin-top: .5rem;
    }
}
