/* 767px以下に適用されるCSS（SP用） */

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


/*-診療内容共通_TOPTITLE-*/
#contents_title {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 8%;
    background-color: #f1f7fb;
    width: 100%;
}

#contents_title_text {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 10px;
    }

#contents_title_text_box{
    display: flex;
    justify-content: center;
    height: 5vw;
    align-items: center;
    color: #142e7a;
    font-weight: 600;
    }

#contents_title_text1 p{
    font-size: 5vw;
    }



hr {
    width: 16%;
    border: solid 2px #009dff;
    text-align: center;
    margin: auto;
}


/*-診療内容共通_TOPTITLEここまで-*/

    /*-診療内容共通_タイトル画像ここから-*/
#clinicgide_img {
    display: flex;
    align-items: flex-start;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/pc_page_title_03.png");
    width: 100%;
    height: 130px;
    align-items: center;
}

    #guide_copy {
        background-color: #90c3e0;
        height: 50%;
        padding-left: 10px;
        width: 55%;
        display: flex;
        align-items: center;
    }


    #guide_copy p {
        font-size: 3.0vw;
        color: white;
        padding-left: 5%;
        line-height: 4.7vw;
        letter-spacing: 0.3vw;
        font-weight: 500;
        white-space: nowrap;
    }

    /*-診療内容共通_タイトル画像ここまで-*/


    /*-contents-*/


.contents_wrap {
    padding-top: 35px;
    width: 100%;
}




.content_container {
    width: 100%;
    margin: auto;
}

.content {
    display: flex;
    flex-direction: column;
    padding: 3%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.content h2{
    color: #142e7a;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3%;
    font-size: 4.2vw;
}


#content_text_pc {
    display: none;
}
    
#content_text_sp {
    display: block;
    width: 90%;
    text-align: left;
    font-size: 3.7vw;
    line-height: 7vw;
    color: #324c5e;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}





    /*-contentsここまで-*/


    /*--診療内容へ戻る ここから--*/

    .shinryou_return_btn {
        color: #142e7a;
        text-align: right;
        font-size: 1.3vw;
        margin-right: 10px
    }
    #shinryou_btn img{
        width: 1.5%;
        height: 1.5%;
        text-align: right;
        
    }
    #shinryou_btn {
        margin: 1%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        display: none;
    }

    /*--診療内容へ戻る ここまで--*/


    /*--診療内容共通_contents menuここから--*/

    .content_menu {
        background-color: #dbf0fa;
        margin-top: 10%;
    }

    .content_details {
        width: 90%;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 10px;
    }

    .content01 {
        width: 100%;
        background-color: #ebf6fb;
        padding: 10px;
    }

    .content02 {
        width: 100%;
        background-color: #dbf0fa;
        padding: 10px;
    }

    .content03 {
        width: 100%;
        background-color: #ebf6fb;
        padding: 10px;
    }

    .content_icon {
        width: 40px;
        height: 40px;
    }

    .kensa_txt {
        text-align: left;
        margin-left: -13px;
    }

    .kensa_title {
        color: #2887bb;
        font-size: 4.3vw;
        font-weight: bold;
        padding-left: 25px;
        padding-bottom: -5px;
    }

    .title01 {
        padding-left: -20px;
    }


    .kensa_details {
        font-size: 3.8vw;
        color: #324c5e;
        transform: scale(0.8);
        padding: 0;
        margin: 0;
        width: 60vw;
    }


    .details_button {
        display: none;
    }

    .sp_details_button {
        width: 100%;

    }

    /*--診療内容共通_contents menuここまで--*/

}