@charset "utf-8";


/*============================================

一般内科

=============================================*/


.lower_top_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
}

.lower_top_img {
    width: 40%;
}

.lower_top_img img {
    width: 100%;
}

.lower_top_txt {
    width: 55%;
    padding: 0 0 0 0px;
}

.lower_top_txt p {
    padding: 0 12px;
}

.lower_top_title {
    margin-top: 0;
}

.lower_top_title h2 {
    display: block;
    position: relative;
    text-align: left;
    background-color: rgba(0, 0, 0, 00);
    border-left: 0px solid #62bec9;
    font-size: 24px;
    font-family: "NotoSerifJP-VariableFont", serif;
    margin-bottom: 70px;
    padding: 0 12px;
}

.lower_top_title h2:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 43px;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #62bec9;
}


@media screen and (min-width:769px) and (max-width:1500px){
    .lower_top_flex{
        display: grid;
        gap:50px;
        grid-template-columns: calc(35% - 25px) calc(65% - 25px);
    }
    .lower_top_img {
        width: 100%;
    }
    .lower_top_txt {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .lower_top_flex {
        flex-direction: column-reverse;
        margin-bottom: 50px;
    }

    .lower_top_title h2 {
        text-align: center;
        font-size: 20px;
    }

    .lower_top_title h2:before {
        left: 50%;
    }

    .lower_top_txt {
        width: 100%;
        padding: 0 0 20px 0px;
    }

    .lower_top_txt p {
        padding: 0;
    }

    .lower_top_img {
        width: 100%;
        margin: 0 auto 30px;
    }
}



/*-----------------このような症状がある方はご相談ください 共通-----------------*/

.check-mark-area {
    position: relative;
    background-color: #e6f4f1;
}


.check-mark-area .syoujyou-soudan {
    padding: 100px 20px 20px;
    width: 100%;
    line-height: 1.3;
    text-align: center;
    font-size: 24px;
    color: #3d99a3;
    font-family: "NotoSerifJP-VariableFont", serif;
    background-color: #e6f4f1;
}

.check-mark {
    padding-left: 35px;
    position: relative;
    width: 50%;
}

.check-mark::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 5px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}


.syoujyou_bk {
    background-color: #e6f4f1;
    padding: 0px 20px 100px;
}


.syoujyou p {
    margin-top: 20px;
    color: #bcbcbc;
    font-size: 14px;
}

.syoujyou {
    padding: 40px;
    width: 100%;
    max-width: 1300px;
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.syoujyou li {
    margin: 0 0 20px 0;
    padding: 0 0 0 1.1em;
    text-indent: -1.1em;
    line-height: 1.2;
    font-size: 1.6rem;
    font-weight: 500;
    color: #636363;
}

.syoujyou li::before {
    padding-right: 10px;
    content: "●";
    font-size: 2rem;
    color: #62bec9;
}


.syoujyou-soudan {
    padding: 100px 20px 20px;
    width: 100%;
    line-height: 1.3;
    text-align: center;
    font-size: 22px;
    color: #3d99a3;
    font-family: "NotoSerifJP-VariableFont", serif;
    background-color: #e6f4f1;
}



.check-mark {
    padding-left: 35px;
    position: relative;
    width: 50%;
}

.check-mark::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 5px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}


@media screen and (max-width:767px) {

    .check-mark {
        width: 100%;
    }
    .syoujyou {
        width: 100%;
        padding: 40px 20px;
    }
    .syoujyou-soudan {
        padding: 50px 20px 20px;
    }

    .syoujyou_bk {
        padding: 0px 20px 50px;
    }
}

@media screen and (max-width:560px) {
    .syoujyou-soudan {
        font-size: 20px;
    }

    .syoujyou {
        width: 100%;
    }

    .check-mark {
        width: 100%;
    }

    .syoujyou li {
        font-size: 1.3rem;
    }
}


.figure_area {
    display: grid;
    justify-content: space-between;
    grid-template-columns: calc(50% - 50px) calc(50% - 50px);
    gap: 100px;
}

.figure_box {
    width: 100%;
}

.figure_top {
    width: 100%;
}

.figure_top img {
    width: 100%;
}

.figure_bottom h4 {
    margin: 10px auto 20px;
    color: #3d99a3;
    font-size: 24px;
    font-family: "NotoSerifJP-VariableFont", serif;
    font-weight: normal;
}

@media screen and (max-width:1000px) {
    .figure_area {
        grid-template-columns: calc(50% - 20px) calc(50% - 20px);
        gap: 40px;
    }
}

@media screen and (max-width:560px) {
    .figure_area {
        grid-template-columns: auto;
    }
    
}




/*--------------非表示・表示--------------*/
@media screen and (min-width:768px) {
    .pc_table_none {
        display: none;
    }

}
@media screen and (max-width:767px) {
    .sp_table_none {
        display: none!important;
    }
}
