
/*--PC------------------------------------------------------------*/

@charset "UTF-8";

@media screen and (min-width: 768px) {


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

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

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

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

#contents_title_text2 p{
    font-size: 2.2vw;
    }

hr {
    width: 10%;
    border: solid 3px #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: 220px;
    align-items: center;
}

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

#guide_copy p {
    font-size: 2.2vw;
    color: white;
    padding-left: 20%;
    line-height:3.9vw;
    letter-spacing: 0.5vw;
    font-weight: 500;
}

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



    /*-contents-*/

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

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




.content {
    display: flex;
    flex-direction: column;
    padding: 5%;
    width: 100%;
}

.content h2{
    color: #142e7a;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3%;

}



#content_text_pc {
    display: block;
    width: 70%;
    text-align: center;
    font-size: 1.5vw;
    line-height: 3.5vw;
    color: #324c5e;
    margin-left: auto;
    margin-right: auto;
}


#content_text_sp {
    display: none;
}





    /*-contentsここまで-*/


    /*--診療内容にもどる--*/


#shinryou_btn {
    display: flex;
    justify-content: flex-end;
    height: 30px;
    margin-bottom: 40px;
    }




#shinryou_btn_text p {
    color: #142e7a;
    text-align: right;
    font-size: 1.5vw;
    font-weight: 500;
    margin-right: 5px;
    text-align: center;
    }

#shinryou_btn_img img {
    margin-right: 30px;
    max-width: 20px;
    vertical-align: middle; 
    }





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

.content_menu {
        background-color: #dbf0fa;
        display: flex;
        justify-content: center;
        text-align: center;
    }

.content01 {
        width: 35%;
        background-color: #ebf6fb;
        padding: 30px;
        text-align: center;
    }

.kensa_title {
        color: #2887bb;
        font-size: 1.8vw;
        font-weight: 600;
        padding: 10px;
    }

.kensa_details {
        width: 90%;
        height: 50px;
        font-size: 1.1vw;
        margin: auto;
        color: #324c5e;
        font-weight: 500;
    margin-bottom: 10px;
    }

.details_button {
        padding-top: 20px;
        padding-bottom: 10px;
        text-align: end;
    }
    
.sp_details_button {
        display: none;
    }

.content02 {
        width: 30%;
        background-color: #dbf0fa;
        padding: 30px;
        margin: auto;
        
    }

.content_details {}

.content03 {
        width: 35%;
        background-color: #ebf6fb;
        padding: 30px;
    }

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