/* 大学病院 スタイル ここから */
.fs_s { font-size: 0.8em;}
.bold { font-weight: bold;}
.fw_normal { font-weight: normal;}

.header_area {
    background: url(../img/lp/featureuh/mv.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    height: 495px;
}
.header_area_title {
    background: url(../img/lp/featureuh/mv_title.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
    max-width: 1300px;
    width: 100%;
    height: 500px;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {

    .header_area_title {
        background: url(../img/lp/featureuh/mv_title_sp.png) no-repeat;
        background-size: contain;
        background-position: center bottom;
        /*min-width: 520px;*/
    }
}
@media only screen and (max-width: 460px) {

    .header_area_title {

        background-position: bottom;
    }
}

h2.sec_title {
    text-align: center;
    margin-bottom: 5em;
}
h2.sec_title img {
    height: 66px;
}
@media only screen and (max-width: 767px) {
    h2.sec_title img {
        height: 45px;
    }
}
.recommend_2 h2.sec_title {
    padding-top: 3em;
}
.recommend_3 h2.sec_title {
    padding-top: 5em;
}

/* recommend_1 */
.recommend_1 {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.box_flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
@media only screen and (max-width: 767px) {
    .box_flexbox { 
        flex-direction: column;
        align-items: center;
    }
}
.recommend_1 .box5 {
    padding: 2.8em;
    border: 2px solid #004CCA;
    width: 25%;
    aspect-ratio: 275/ 430;
    border-radius: 175px;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .recommend_1 .box5 {
        padding: 2.5em;
        width: 330px;
    }
}
.box5_inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.recommend_1 .title_num {
    color: #004CCA;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-bottom:30px;
}
.recommend_1 .title_sub {
    color: #004CCA;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5em;
}
.recommend_1 .box5_disc {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .recommend_1 .box5_disc { font-size: 13px;}
}
.recommend_1  .box5_img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


/* recommend_2 */
.recommend_2 {
    background: url(../img/lp/featureuh/bg_12.png) #F0F7FF no-repeat;
    background-position: right top;
    position: relative;
    margin-top: 5em;
}
@media only screen and (max-width: 767px) {
    .recommend_2 {
        background-size: 50%;
    }
}
.recommend_2::before {
    content: "";
    display: block;
    background: url( ../img/lp/featureuh/bg_1.png) no-repeat;
    width: 100%;
    height: 133px;
    position: absolute;
    left: 0;
    top: -130px;
}
@media only screen and (max-width: 767px) {

    .recommend_2::before {
        width: 50%;
        background-size: contain;
        background-position: bottom;
    }
}
.recommend_2::after {
    content: "";
    display: block;
    background: url( ../img/lp/featureuh/bg_2.png) no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 273px;
    position: absolute;
    left: 0;
    z-index: -2;
}
@media only screen and (min-width: 1100px) {

    .recommend_2::after {
        height: 500px;
        margin-top: -3px;
    }
}

.box_wrapper {
    background: url(../img/lp/featureuh/bg_5.png) no-repeat;
    background-position: center;
    padding-top: 7px;
}
@media only screen and (max-width: 767px) {
    .box_wrapper {
        background: none;
    }
}
.box_wrapper_1,
.box_wrapper_2 {
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .box_wrapper_1 {
        flex-direction: column;
    }
}
.box_img {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 2;
    width: 100%;
    max-width: 241px;
}
@media only screen and (max-width: 767px) {
    .box_img { margin: 0 auto;}
}
.recommend_2 .box {
    box-sizing: border-box;
    width: 100%;
    max-width: 660px;
    height: 250px;
}
@media only screen and (max-width: 767px) {
    .recommend_2 .box {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        border: 1px solid #004CCA;
        border-radius: 200px;
        padding : 1em;
    }
}
@media only screen and (max-width: 400px) {

    .recommend_2 .box { border-radius: 50px;}
}
.box_left { position: relative;}
.box_left::before {
    content: "";
    display: block;
    background-color: #004CCA;
    width: 100%;
    height: 2px;
    position: absolute;
    top: -4px;
    left: -443px;
    opacity: 0.4;
}
.box_right { position: relative;}
.box_right::before {
    content: "";
    display: block;
    background-color: #004CCA;
    width: 100%;
    height: 2px;
    position: absolute;
    top: -4px;
    right: -443px;
    opacity: 0.4;
}
@media only screen and (max-width: 767px) {
    .box_left::before { display: none;}
    .box_right::before { display: none;}
}
.recommend_2 .box h3 {
    font-size: 18px;
    color: #004CCA;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5em;
}


.recommend_2 .box h3+p {
    font-size: 15px;
    line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
    .recommend_2 .box h3+p { font-size: 13px;}
}
.box_left,
.box_right,
.box_middle {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .box_left {
        order: 2;
        margin-bottom: 10px;
    }
    .box_img {
        order: 1;
        margin-bottom: 10px;
    }
    .box_right {
        order: 3;
        margin-bottom: 10px;
    }
}
.box_left_inner,
.box_middle_inner,
.box_right_inner { width: 80%;}
.box_left_inner { margin-left: auto;}
.box_right_inner { margin-right: auto;}

@media only screen and (max-width: 767px) {

    .box_left_inner { margin-right: auto;}
    .box_right_inner { margin-left: auto;}
}

/* recommend_3 */
.recommend_3 {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 767px) {

    .recommend_3 { width: 100%;}
}

.hospital {
    background-image: url( ../img/lp/featureuh/bg_3.svg),url( ../img/lp/featureuh/bg_4.svg);
    background-position: left top, bottom right;
    background-repeat: no-repeat;
    background-size: 300px;
    padding: 15px;
    border: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {

    .hospital {background-size: 250px;}
}
.sec_title_coordinator {
    text-align: center;
    margin-bottom: 3em;
    padding: 1em;
}
.tabs{ border-bottom: 2px solid #004CCA ;}
.tabs ul{
    width: 741px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 767px) {

    .tabs ul {
        width:100%;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
}
.tabs ul li {
    color: #ddd;
    width: 145px;
    height: 46px;
    text-align: center;
    font-size: 18px;
    line-height: 46px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
}
.tabs ul li.active {
    color: #fff;
    background-color: #004CCA;
    border: 1px solid #004CCA;
    border-radius: 0 15px 0 0;
}
.tabs ul li:hover {
    color: #fff;
    background-color: #004CCA;
    border: 1px solid #004CCA;
    transition: .5s;
}
.tab_contents { padding: 15px;}
.hosipal_name {
    font-size: 28px;
    font-weight: bold;
    padding-top: 0.3em;
    padding-left: 0.5em;
    margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {

    .hosipal_name {
        font-size: 20px;
    }
}
.featuers_items div {
    display: flex;
    align-items: center;


}
.featuers_items p {
    font-size: 17px;
    padding-left: 1em;
    line-height: 25px;
}
.featuers_items span {
    display: block;
    width: 16px;
    height: 15px;
    background: url(../img/lp/featureuh/check.png) no-repeat;
    background-image: contain;

}
.reviews { margin-bottom: 2em;}
.featuers h4,
.reviews h4 {
    text-align: center;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    color: #fff;
    background-color: #004CCA;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: bold;
    border-radius: 50px;
}
.featuer,
.review {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}
.review img {
    border: 2px solid #004CCA;
    border-radius: 50%;
}
@media only screen and (max-width: 767px) {
    .review img { width: 20%;}
}
.review p {
    width: 40%;
    font-size: 15px;
    line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
    .review p {font-size: 13px;}
}

.hospital hr {
    border-top: 1px dashed #ddd;
    margin-top: 2em;
    margin-bottom: 2em;
}

.review { margin-right: 100px;}
.review + .review { margin-right: 0px;}
.review + .review + .review{ margin-right: -100px;}

@media only screen and (max-width: 767px) {
    .review { margin-right: 0; }
    .review + .review { margin-right: 0; }
    .review + .review + .review { margin-right: 0; }
    .review p {
        width: 70%;
    }
}
.btn_more_order {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5em;
 }
 .btn_more_order a {
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #fc5774;
    border-radius: 4px;
    letter-spacing: 0.2em;
    border-bottom: 5px solid #ec4463;
    position: relative;
    transition: all .3s;
    width: 100%;
    max-width: 320px;
    text-align: center;
    height: 46px;
    line-height: 46px;
}
.btn_more_order a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate( -45deg );
    position: absolute;
    top: calc( 50% - 2px);
    right: 15px;
}
.btn_more_order a:hover {
    border-bottom: 5px solid transparent;
    transform: translateY(3px);
    transition: all .3s;
    opacity: 1;
}
.small_info {
    text-align: center;
    color: #ec4463;
    font-size: 0.9em;
    margin-top: 2em;
}
