
/*--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_04.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: 5%;
    width: 100%;
}

.contents_title_sub {
    font-size: 2.5vw;
    color: #2887bb;
    padding-bottom: 30px;
    text-align: center;
    letter-spacing: 0.4vw;
}

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

.content {
    padding: 5%;
    background-color: #f1f7fb;
    border-radius: 25px;
    margin: 0 auto;
    width: 100%;
}

.list {
    width: 43%;
    margin: 0 auto;
}

ul {
    padding-left: 10px;
    list-style: disc;
}

li {
    font-size: 1.8vw;
    margin-bottom: 5px;
    color: #324c5e;
}

.right {
    text-align: right;
    list-style: none;
}



.content_txt p {
    font-size: 2.5vw;
    color: #142e7a;
    text-align: center;
    padding: 6% 0 10% 0;
    width: 100%;
    letter-spacing: 0.1em;
    font-weight: 600;
}





    /*-contentsここまで-*/




