@charset "utf-8";

/*********************************************************************
*
*  For ALL
*
*********************************************************************/

/* ---------------------------------------------------- */
/* html body */
/* ---------------------------------------------------- */
html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    /* iPhone */
    overflow-y: scroll;
    font-size: 62.5%;
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: #1A1311;
    line-height: 1.8;
    /* letter-spacing: 0.05em; */
    font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    background-color: #FFF;
    overflow: hidden;
}

@media (min-width: 768px) {
    body {
        min-width: 1200px;
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    body {
        min-width: 320px;
        font-size: 1.5rem;
    }
}

/* ---------------------------------------------------- */
/* img */
/* ---------------------------------------------------- */
img {
    display: inline-block;
    width: auto;
    max-width: 100% !important;
    height: auto !important;
    vertical-align: bottom;
}

a img {
    display: block;
    width: 100%;
	height: auto;
}

/* ---------------------------------------------------- */
/* a */
/* ---------------------------------------------------- */
a {
    color: #24C8E6;
    text-decoration: underline;
    outline: none;
    transition: 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

/* ---------------------------------------------------- */
/* wrap */
/* ---------------------------------------------------- */
#wrap {
    max-height: 999999px;
    /* android chrome フォントサイズバグ回避 */
    opacity: 0;
}

/* ---------------------------------------------------- */
/* contents_wrap */
/* ---------------------------------------------------- */
@media (min-width: 768px) {
    .contents_wrap {
        margin-top: 0;
        margin-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .contents_wrap {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
@media (min-width: 768px) {
    header {
        position: relative;
        height: 120px;
        z-index: 200;
        background-color: #FFF;
    }

    header .header_inner {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        max-width: 1400px;
        height: 100%;
    }

    header .site_ttl {
        position: absolute;
        left: 30px;
        top: 50%;
        display: block;
        width: 210px;
        transform: translateY(-50%);
    }

    header .site_ttl a {
        display: block;
    }

    header .contact_wrap {
        position: absolute;
        right: 30px;
        top: 20px;
    }

    header .contact_wrap .list {
        display: flex;
    }

    header .contact_wrap .list>li {
        display: flex;
        align-items: center;
        line-height: 1;
    }

    header .contact_wrap .list>li+li {
        margin-left: 40px;
    }

    header .contact_wrap .list .name {
        padding: 5px 10px;
        color: #24C8E6;
        font-size: 1.2rem;
        font-weight: 700;
        background-color: #E9F9FC;
    }

    header .contact_wrap .list .btn_tel {
        display: block;
        margin: 0 10px;
        text-decoration: none;
        font-weight: 700;
    }

    header .contact_wrap .list .holiday {
        font-size: 1.2rem;
    }

    header .btn_reservation {
        display: none;
    }

    header .h_nav_1 {
        position: absolute;
        right: 10px;
        bottom: 30px;
    }

    header .h_nav_1 .main-menu {
        display: flex;
        justify-content: center;
    }

    header .h_nav_1 .main-menu>li {
        position: relative;
        padding: 0 20px;
    }

    header .h_nav_1 .main-menu>li+li {
        border-left: 1px solid #24C8E6;
    }


    header .h_nav_1 .main-menu>li>a {
        text-decoration: none;
    }

    header .h_nav_1 .main-menu>li>a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #1A1311;
        font-size: 1.5rem;
        line-height: 1;
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        outline: none;
    }

    header .h_nav_1 .main-menu>li>a:hover {
        color: #24C8E6;
    }

    header .h_nav_1 .sub-menu {
        display: none;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 20px 10px 20px 20px;
        min-width: 100%;
        transform: translateY(100%);
        background-color: #FFF;
    }

    header .h_nav_1 .sub-menu>li {
        position: relative;
        padding-left: 15px;
    }

    header .h_nav_1 .sub-menu>li+li {
        margin-top: 20px;
    }

    header .h_nav_1 .sub-menu>li::before {
        content: "-";
        position: absolute;
        left: 0;
        top: 0;
        color: #24C8E6;
        font-size: 1.5rem;
        line-height: 1;
    }

    header .h_nav_1 .sub-menu>li>a {
        display: block;
        color: #1A1311;
        font-size: 1.5rem;
        line-height: 1;
        text-decoration: none;
        white-space: nowrap;
    }

    header .h_nav_1 .sub-menu>li>a:hover {
        color: #24C8E6;
    }

    header .btn_toggle_menu {
        display: none;
    }

    header .toggle_wrap {
        display: none !important;
    }
}

@media (max-width: 767px) {
    header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 60px;
        background-color: #FFF;
        z-index: 200;
    }

    header .header_inner {
        position: relative;
        height: 100%;
    }

    header .site_ttl {
        position: absolute;
        left: 15px;
        top: 50%;
        width: 145px;
        transform: translateY(-50%);
    }

    header .site_ttl a {
        display: block;
    }

    header .contact_wrap {
        display: none;
    }

    header .btn_reservation {
        position: fixed;
        right: 60px;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 60px;
        height: 60px;
        background-color: #F373AB;
    }

    .is_menu_show header .btn_reservation {
        opacity: 0;
        pointer-events: none;
    }

    header .btn_reservation i {
        display: block;
        margin: 10px auto 0;
        width: 22px;
        height: 22px;
    }

    header .btn_reservation span {
        position: absolute;
        left: 0%;
        bottom: 10px;
        display: block;
        width: 100%;
        color: #FFF;
        font-size: 1.1rem;
        font-weight: 700;
        text-decoration: none;
        text-align: center;
        line-height: 1;
    }

    header .h_nav_1 {
        display: none;
    }

    header .btn_toggle_menu {
        position: fixed;
        right: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 60px;
        height: 60px;
        background-color: #24C8E6;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        outline: none;
        z-index: 110;
    }

    header .btn_toggle_menu.is_show {
        background-color: #FFF;
    }

    header .btn_toggle_menu::after {
        content: "MENU";
        position: absolute;
        left: 0%;
        bottom: 10px;
        display: block;
        width: 100%;
        color: #FFF;
        font-size: 1.1rem;
        font-weight: 700;
        text-decoration: none;
        text-align: center;
        line-height: 1;
    }

    header .btn_toggle_menu.is_show::after {
        content: "CLOSE";
        color: #24C8E6;
    }

    header .btn_toggle_menu div {
        position: relative;
        margin-top: 10px;
        width: 22px;
        height: 22px;
    }

    header .btn_toggle_menu div>span span,
    header .btn_toggle_menu div>span:before,
    header .btn_toggle_menu div>span:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #FFF;
        border-radius: 2px;
        transform-origin: center center;
        transition: 0.3s ease-in-out;
    }

    header .btn_toggle_menu div>span span {
        transform: translateY(-1px);
    }

    header .btn_toggle_menu div>span:before {
        transform: translateY(-8px);
    }

    header .btn_toggle_menu div>span:after {
        transform: translateY(6px);
    }

    header .btn_toggle_menu.is_show div>span span,
    header .btn_toggle_menu.is_show div>span:before,
    header .btn_toggle_menu.is_show div>span:after {
        width: 100% !important;
        background-color: #24C8E6;
    }

    header .btn_toggle_menu.is_show div>span span {
        opacity: 0;
    }

    header .btn_toggle_menu.is_show div>span:before {
        transform: translateY(-50%) rotate(-45deg);
    }

    header .btn_toggle_menu.is_show div>span:after {
        bottom: 0;
        transform: translateY(-50%) rotate(45deg);
    }

    header .toggle_wrap {
        display: none;
        position: fixed;
        left: 0;
        top: 60px;
        width: 100%;
        height: calc(100% - 60px);
        background-color: #FFF;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 100;
    }

    header .toggle_wrap .toggle_inner {
        padding: 20px 30px 30px;
    }

    header .toggle_wrap .btn_reservation_2 {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 30px;
        width: 270px;
        max-width: 100%;
        height: 56px;
        color: #FFF;
        font-weight: 700;
        text-decoration: none;
        background-color: #F373AB;
        border-radius: 28px;
    }

    header .toggle_wrap .btn_reservation_2::after {
        content: "";
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 20px;
        height: 20px;
        background-image: url(../img/ico/arrow_1.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        transition: 0.5s ease-in-out;
    }
    
    header .toggle_wrap .btn_reservation_2 i {
        display: block;
        margin-right: 10px;
        width: 26px;
    }

    header .toggle_wrap .contact_wrap_2 {
        margin-bottom: 20px;
    }

    header .toggle_wrap .contact_wrap_2 .list>li+li {
        margin-top: 20px;
    }

    header .toggle_wrap .contact_wrap_2 .list .name {
        margin-bottom: 15px;
        padding: 6px 10px;
        color: #24C8E6;
        font-weight: 700;
        text-align: center;
        line-height: 1;
        background-color: #E9F9FC;
    }

    header .toggle_wrap .contact_wrap_2 .list .btn_tel {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 5px;
        font-size: 2.2rem;
        text-decoration: none;
        font-weight: 700;
        line-height: 1;
    }
    header .toggle_wrap .contact_wrap_2 .list .btn_tel i {
        display: block;
        margin-right: 10px;
        width: 20px;
    }

    header .toggle_wrap .contact_wrap_2 .list .holiday {
        font-weight: 700;
        text-align: center;
    }

    header .toggle_wrap .contact_wrap_2 .list .btn_access {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px auto 0;
        width: 240px;
        max-width: 100%;
        height: 40px;
        color: #24C8E6;
        font-weight: 700;
        text-decoration: none;
        background-color: #FFF;
        border: 2px solid #24C8E6;
        border-radius: 8px;
    }

    header .toggle_wrap .contact_wrap_2 .list .btn_access::after {
        content: "";
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 20px;
        height: 20px;
        background-image: url(../img/ico/arrow_2.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        transition: 0.5s ease-in-out;
    }
    
    header .toggle_wrap .contact_wrap_2 .list .btn_access i {
        display: block;
        margin-right: 10px;
        width: 20px;
    }

    header .m_nav_1 {
        margin: 0 -30px;
    }

    header .m_nav_1 .main-menu {
        border-bottom: 1px solid #f6f5f5;
    }

    header .m_nav_1 .main-menu>li {
        position: relative;
        padding: 0 20px 0 35px;
        border-top: 1px solid #f6f5f5;
    }

    header .m_nav_1 .main-menu>li::before {
        content: ">";
        position: absolute;
        left: 20px;
        top: 0;
        display: block;
        padding: 15px 0;
        color: #24C8E6;
        font-size: 1.8rem;
        line-height: 1.2;
    }

    header .m_nav_1 .main-menu>li>a {
        position: relative;
        display: block;
        padding: 15px 85px 15px 0;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.2;
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        outline: none;
    }

    header .m_nav_1 .main-menu>li.menu-item-has-children>i {
        position: absolute;
        right: 20px;
        top:15px;
        display: block;
        width: 18px;
        height: 18px;

    }

    header .m_nav_1 .main-menu>li.menu-item-has-children>i::before,
    header .m_nav_1 .main-menu>li.menu-item-has-children>i::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: block;
        background-color: #24C8E6;
        transition: 0.3s ease-in-out;
    }

    header .m_nav_1 .main-menu>li.menu-item-has-children>i::before {
        width: 4px;
        height: 18px;
    }

    header .m_nav_1 .main-menu>li.menu-item-has-children>i::after {
        width: 18px;
        height: 4px;
    }

    header .m_nav_1 .main-menu>li.menu-item-has-children.is_children_show>i::before {
        opacity: 0;
    }

    header .m_nav_1 .sub-menu {
        display: none;
        padding-bottom: 10px;
    }

    header .m_nav_1 .sub-menu:after {
        content: ".";
        display: block;
        height: 0;
        font-size: 0;
        clear: both;
        visibility: hidden;
    }

    header .m_nav_1 .sub-menu li {
        position: relative;
        width: 50%;
        float: left;
    }
    header .m_nav_1 .sub-menu li:nth-child(2n +1) {
        clear: left;
    }
    header .m_nav_1 .sub-menu>li::before {
        content: "-";
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        padding: 10px 0;
        color: #BABABA;
        line-height: 1.2;
    }

    header .m_nav_1 .sub-menu a {
        position: relative;
        display: block;
        padding: 10px;
        color: #1A1311;
        font-weight: 700;
        line-height: 1.2;
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        outline: none;
    }

}

/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer {
    padding-top: 80px;
    padding-bottom: 170px;
    border-top: 1px solid #f6f5f5;
}

footer .footer_inner {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
}

footer .site_ttl {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 270px;
}

footer .f_nav_1 {
    display: flex;
    justify-content: flex-end;
}

footer .f_nav_1 .main-menu+.main-menu {
    margin-left: 90px;
}

footer .f_nav_1 .main-menu>li {
    position: relative;
    padding-left: 15px;
}

footer .f_nav_1 .main-menu>li::before {
    content: ">";
    position: absolute;
    left: 0;
    top: 0;
    color: #24C8E6;
}

footer .f_nav_1 .main-menu>li+li {
    margin-top: 15px;
}

footer .f_nav_1 .main-menu>li>a {
    color: #1A1311;
    text-decoration: none;
}

footer .f_nav_1 .main-menu>li>a:hover {
    color: #24C8E6;
}

footer .f_nav_1 .sub-menu>li {
    position: relative;
    padding-left: 15px;
    margin-top: 15px;
}

footer .f_nav_1 .sub-menu>li::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    color: #24C8E6;
}

footer .f_nav_1 .sub-menu>li>a {
    color: #958783;
    text-decoration: none;
}

footer .f_nav_1 .sub-menu>li>a:hover {
    color: #24C8E6;
}

footer .copyright {
    padding-top: 100px;
    font-size: 1.4rem;
    text-align: center;
}

footer .btn_pagetop {
    position: absolute;
    right: -90px;
    top: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 70px;
    height: 70px;
    color: #24C8E6;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background-color: #FFF;
    border: 2px solid #24C8E6;
    border-radius: 50%;
}

footer .btn_pagetop::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../img/ico/arrow_2.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    transform: rotate(-90deg);
}

footer .btn_pagetop::after {
    content: "TOP";
    display: block;
    margin-top: 10px;
    width: 100%;
}

footer .f_nav_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 2px solid #24C8E6
}

footer .f_nav_fixed>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

footer .f_nav_fixed>ul>li {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 310px;
    height: 100%;
}

footer .f_nav_fixed>ul>li+li {
    margin-left: 40px;
}

footer .f_nav_fixed .desc {
    margin-bottom: 10px;
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;
}

footer .f_nav_fixed a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
    background-color: #000;
    border-radius: 28px;
}

footer .f_nav_fixed .clinic a {
    background-color: #24C8E6;
}

footer .f_nav_fixed .reservation a {
    background-color: #F373AB;
}

footer .f_nav_fixed .recruit a {
    background-color: #24C8E6;
}

footer .f_nav_fixed a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/ico/arrow_1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.5s ease-in-out;
}

footer .f_nav_fixed a i {
    display: block;
    margin-right: 10px;
    width: 26px;
}

@media (max-width: 767px) {
    footer {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    footer .site_ttl {
        position: static;
        margin: 0 auto;
        width: 65px;
    }

    footer .f_nav_1 {
        display: none;
    }

    footer .copyright {
        padding-top: 50px;
        font-size: 1.2rem;
    }

    footer .btn_pagetop {
        right: 15px;
        top: -10px;
        width: 55px;
        height: 55px;
        font-size: 1.1rem;
    }

    footer .btn_pagetop::before {
        width: 12px;
        height: 12px;
    }

    footer .btn_pagetop::after {
        margin-top: 5px;
    }

    footer .f_nav_fixed {
        width: 100%;
        height: 60px;
        border-top: 1px solid #FFF
    }

    footer .f_nav_fixed>ul {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    footer .f_nav_fixed>ul>li {
        width: 50%;
    }

    footer .f_nav_fixed>ul>li+li {
        margin-left: 0;
        border-left: 1px solid #FFF
    }

    footer .f_nav_fixed .desc {
        display: none;
    }

    footer .f_nav_fixed a {
        height: 100%;
        color: #FFF;
        border-radius: 0;
    }
    footer .f_nav_fixed a::after {
        display: none;
    }
    footer .f_nav_fixed a i {
        display: block;
        margin-right: 8px;
        width: 22px;
    }
}


/*** 2021.05.17 追加 ***/
.cs_btn_1>div {
    padding: 10px 45px;
}
.cs_btn_co_5 {
    border: 1px solid #153b93;
    background: #153b93;
}


/*************************
 * top
 *************************/
/*** MV文字 ***/
.home .sec_mv_wrap .mv .ttl img {
    filter: drop-shadow(1px 1px 7px rgba(0, 0, 0, 1))!important;
}


.sec_features_wrap .list .ttl {
    height: 3em;
    line-height: 1.5;
}


/*************************
 * 五反田、渋谷ページ
 *************************/
.sec_clinic_wrap .clinic_con,
.sec_clinic_wrap .lower_clinic .info__acc > div a {
    background: #fff;
}

.sec_clinic_wrap table {
    width: 100%;
}

.sec_clinic_wrap.sec_shibuya_clinic_wrap {
    background-color: #fceff5;
}


/*************************
 * クリニックの特徴
 *************************/
.cs_post_wysiwyg .features_doctor_name {
    text-align: center;
	margin-top: 15px;
}
.cs_post_wysiwyg .features_doctor_name span {
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.cs_flex_2.features_doctor_flex .cs_r_2 {
    border-radius: 0;
}
.cs_flex_2.features_doctor_flex .cs_flex_block:nth-child(1) {
    width: 65%;
}
.cs_flex_2.features_doctor_flex .cs_flex_block:nth-child(2) {
    width: 30%;
	text-align: center;
}
.features_doctor_flex a img {
    max-width: inherit!important;
    width: inherit!important;
    margin: auto;
}
.features_doctor_flex a img:hover{
	opacity: 0.6;
	transition: opacity 0.3s ease-in-out;
}

.cs_post_wysiwyg .philosophy_list {
    counter-reset: number;
}
.cs_post_wysiwyg .philosophy_list li {
    padding-left: 2.3em;
	line-height: 1.5em;
}
.cs_post_wysiwyg .philosophy_list li:before {
    position: absolute;
    color: #Fff;
    background: #24C8E6;
    text-align: center;
    width: 25px;
    height: 25px;
    counter-increment: number;
    content: counter(number);
    top: 50%;
    transform: translateY(-50%);
}

.cs_post_wysiwyg .features_list{
	margin-top:100px;
	margin-right: -20px;
}
.cs_post_wysiwyg .features_list li {
    position: relative;
    margin-right: 20px;
    padding: 75px 35px 40px;
    width: calc(33.33% - 20px);
    background-color: #E9F9FC;
    background-image: url(../../common/img/logo/karada_4.svg);
    background-size: 140px auto;
    background-position: right -30px bottom -25px;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.cs_post_wysiwyg .features_list li .num {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 100px;
}
.cs_post_wysiwyg .features_list li .ttl {
    margin-bottom: 20px;
    color: #F373AB;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
	height: 3em;
    line-height: 1.5;
}
.cs_post_wysiwyg .features_list p {
    margin-bottom: 0;
}


/**************************
 *診療案内
 **************************/
.cs_post_wysiwyg .lower_medical ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -40px;
    margin-bottom: -30px;
}
.cs_post_wysiwyg .lower_medical ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -40px;
    margin-bottom: -30px;
}
.cs_post_wysiwyg .lower_medical ul li {
    margin-right: 40px;
    margin-bottom: 30px;
    width: calc(50% - 40px);
	padding-left: 0;
}
.cs_post_wysiwyg .lower_medical ul a {
    position: relative;
    display: flex;
    align-items: center;
    height: 125px;
    color: #1A1311;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    background-color: #FFF;
    border-radius: 10px;
	border: 2px solid #24c8e6;
}
.cs_post_wysiwyg .lower_medical ul li::before{
	content: none;
}
.cs_post_wysiwyg .lower_medical ul li a i {
    flex: none;
    display: block;
    margin: 0 60px;
    width: 98px;
}
.cs_post_wysiwyg .lower_medical ul li a:after {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 8px;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../../common/img/ico/arrow3_1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/**************************
 *症状から探す・病名から探す
 **************************/
.medical_list {
    display: flex;
    justify-content: space-between;
}
.medical_list li {
    width: 49.5%;
}
.medical_list a {
    display: block;
    background: #24c8e6;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 100px;
	font-size: 23px;
}
.medical_list_off {
    opacity: .5;
}

.parent_cat_list dd a:hover {
    color: #f373ab;
}
.medical_list a:hover,
.medical_kobetsu_list dd a:hover{
    opacity: .8;
}

.archive_inner_link_list {
    flex-wrap: wrap;
    border: solid 1px #24c8e6;
    padding: 10px 20px 15px 20px;
    border-top: solid 8px #24c8e6;
}
.parent_cat_list dt {
    width: 100%;
    font-size: 20px;
    margin-bottom: 5px;
}
.parent_cat_list dd {
    margin-right: 20px;
    font-size: 17px;
    float: left;
}
.parent_cat_list dd .fa {
    color: #24c8e6;
    margin-right: 5px;
    font-size: 18px;
    position: relative;
    top: 0px;
	-webkit-transform: rotate( 90deg);
}
.parent_cat_list dd a {
    color: #333;
    text-decoration: none;
}

.archive_medical_list h2 {
    font-size: 22px;
    margin: -50px 0 30px;
    padding-top: 110px;
    line-height: 1.2;
}

.medical_kobetsu_list {
    display: flex;
    flex-wrap: wrap;
    background-color: #ebf9fb;
    margin-bottom: 20px;
    padding: 2% 3% 1.5%;
}
.medical_kobetsu_list dd {
    position: relative;
    width: 31.5%;
    margin-left: 0.2em;
    margin-right: 0.8em;
    margin-bottom: 10px;
    border: solid 1px #24c8e6;
    background: #24c8e6;
}
.medical_kobetsu_list dd a {
    display: block;
    padding: 5px 15px 5px 15px;
    color: #fff;
	font-size: 15px;
	text-decoration: none;
}
.medical_kobetsu_list dd a:after {
    position: absolute;
    left: -7px;
    top: 50%;
    width: 14px;
    height: 2px;
    background-color: #9BE6F3;
    content: "";
}

.medical_kobetsu_list dt {
    position: relative;
    width: 100%;
    padding-left: 1.3em;
    font-size: 17px;
    margin: 0 0 10px;
}
.medical_kobetsu_list dt:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "■";
    color: #24c8e6;
}
/*** 症状から探す・病名から探す 記事ページ ***/
.contents_wrap .side_area {
    border: 1px solid #ccc;
    padding: 20px;
}
.contents_wrap .side_area .box h3 {
    font-size: 17px;
    font-weight: bold;
    position: relative;
    border-left: solid 4px #24c8e6;
    padding-left: 10px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.contents_wrap .side_area .box li {
    position: relative;
    padding-left: 20px;
	margin-bottom: 10px;
}
.contents_wrap .side_area .box li:before {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 10px;
    height: 2px;
    content: "";
    background: #24c8e6;
}
.contents_wrap .side_area .box li a {
    display: block;
    padding: 0px 0 0px 10px;
    transition: all .3s;
    color: #333;
    text-decoration: none;
}
.contents_wrap .side_area .box li a:hover {
    color: #f373ab;
}


@media (max-width: 767px) {
	/*************************
	 * header、footer
	 *************************/
	/*** ハンバーガーメニューレイアウト入れ替え調整 ***/
	header .toggle_wrap .contact_wrap_2{
		margin-bottom: 0;
	}
	header .m_nav_1{
		margin-bottom: 20px;
	}
	
	/*************************
	 * top
	 *************************/

	.sec_features_wrap .list .ttl{
		height: inherit;
	}
	
	/*************************
	 * クリニックの特徴
	 *************************/
	.cs_flex_2.features_doctor_flex .cs_flex_block:nth-child(1),
	.cs_flex_2.features_doctor_flex .cs_flex_block:nth-child(2) {
		width: 100%;
	}
	
	.cs_post_wysiwyg .features_list {
		margin-right: 0;
		margin: 0px -17px;
	}
	.cs_post_wysiwyg .lower .features_list li {
		width: 100%;
		display: flex;
		align-content: center;
		flex-wrap: wrap;
		margin-right: 0;
		padding: 15px 35px 15px 110px;
		min-height: 150px;
		background-size: 120px auto;
		background-position: right -20px bottom -20px;
		border-radius: 75px;
	}
	.cs_post_wysiwyg .features_list>ul>li+li {
		margin-top: 15px;
	}
	.cs_post_wysiwyg .features_list li .num {
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translate(0%, -50%);
		width: 75px;
	}
	.cs_post_wysiwyg .features_list li .num {
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translate(0%, -50%);
		width: 75px;
	}
	.cs_post_wysiwyg .features_list li .ttl {
		margin-bottom: 10px;
		width: 100%;
		font-size: 1.7rem;
		text-align: left;
		height: inherit;
	}
	.cs_post_wysiwyg .features_list p {
		font-size: 1.3rem;
	}
	
	/**************************
	 *診療案内
	 **************************/
	.cs_post_wysiwyg .lower_medical ul {
		margin-right: -15px;
		margin-bottom: -15px;
	}
	.cs_post_wysiwyg .lower_medical ul li {
		margin-right: 15px;
		margin-bottom: 15px;
		width: calc(50% - 15px);
	}
	.cs_post_wysiwyg .lower_medical ul a {
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		height: 150px;
		font-size: 1.8rem;
	}
	.cs_post_wysiwyg .lower_medical ul li a i {
		display: block;
		margin: 0;
		width: 60px;
	}
	.cs_post_wysiwyg .lower_medical ul li a span {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		min-height: 60px;
		text-align: center;
	}

	.cs_post_wysiwyg .lower_medical ul li:last-child {
		width: calc(100% - 15px);
	}
	.cs_post_wysiwyg .lower_medical ul li:last-child a {
		flex-wrap: nowrap;
		height: 90px;
	}
	.cs_post_wysiwyg .lower_medical ul li:last-child a i {
		margin-left: 30px;
	}
	
	/**************************
	 *症状から探す・病名から探す 
	 **************************/
	.medical_list a {
		height: 50px;
		line-height: 50px;
		font-size: 17px;
	}
	
	.archive_inner_link_list,
	.parent_cat_list{
		padding: 10px 15px 15px 15px;
	}
	
	.archive_medical_list {
		margin-bottom: 70px;
		padding: 0 5%;
	}
	.medical_kobetsu_list {
		padding: 5% 3% 1%;
	}
	.medical_kobetsu_list dd {
		width: 90%;
		margin-left: 1.2em;
		margin-bottom: 20px;
	}
	/**************************
	 *症状から探す・病名から探す 
	 **************************/
	.lower .ank02__other a {
    border: 1px solid #153b93;
		color: #153b93;
	}
	
	.blog-template-default .cs_post_wysiwyg table{
		display: table!important;
	}
	
}
/* 220801_固定フッターLINE追加 */
footer .f_nav_fixed .line a {
  background-color: #08c755;
}
@media (max-width: 767px) {
  footer .f_nav_fixed a {
    font-size: 1.3rem;
  }
}
