@charset "UTF-8";

.white{
    background-color: #fff;
}

div.hospital_image img{
    width: 100%;
}

div.hospital_image{
    background-color: #273c74;
    color: #273c74;
}

div.hospital_image .sub_row{
    background-color: #fff;
}

div.hospital_image h2.title{
    color: #273c74;
    text-align: center;
    margin-bottom: 40px;
}

.idea{
    color: #FFF;
    text-align: center;
    margin-top: -30px;
}

.idea h2.title{
    color: #FFF;
    padding-top: 50px;
}

.idea_inner{
    padding: 10px 0px 60px 0px;
}

/*department_guide*/

.department_guide{
    background-color: #fff;
}

.about_hospital{
    margin-top: 0px;
    padding-top: 30px;
}

.director_row img{
    width: 310px;
    margin: 10px;
    padding-top: 10px;
}

.director_row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.director_row p{
    text-align: left;
}

.director_row p.name{
    text-align: right;
}

.idea h2.title {
    margin-bottom: 50px;
}

.idea_inner h3{
font-size: 20px;
    letter-spacing: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 50px;
}


.about_hospital{
   padding-bottom: 50px;

}

.about_hospital h2.title{
    text-align: center;
}

.about_hospital table{
    border: 1px solid rgba(39, 60, 116, 0.5);
    margin: 5px 2%;
    width: 96%;
}

.about_hospital td{
    border: 1px solid rgba(39, 60, 116, 0.5);
    padding: 10px;
    font-size:16px;
}

.about_hospital td ul{
   padding: 0;

}

.about_hospital td li{
   padding-left:15px;
    font-size:14px;

}

.about_hospital td p{
    font-size:16px;
    font-weight: bolder;
}

img.about_map{
   width: 80%;
    padding: 20px;
}

.hospital_image{
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 20px;
}

.hospital_image table{
    border: 1px solid rgba(39, 60, 116, 0.5);
    margin: 5px 2%;
    width: 96%;
}

.hospital_image td{
    border: 1px solid rgba(39, 60, 116, 0.5);
    padding: 10px;
    font-size:16px;
}

.hospital_image td p{
   margin: 0;
    font-size:18px;
}

.hospital_image .sub_row{
    padding-top: 10px;
    padding-bottom: 20px;
}
.hospital_image td {
    font-size:16px;
    text-align: center;
    margin: 10px 0px;
}

.divisions nav ul,.docter nav ul{
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto;
}




.department_contents,.docter_contents{
    padding-top: 5px;
    padding-bottom: 50px;
}

.department_inner{
    padding-top: 30px;
}

.department_contents{
    background: linear-gradient(-90deg, #eaeaea, #FFF);
}

.patient h2.title{
   background-color: rgb(0,32,96);
    color: #FFF;
    padding: 20px 0px;
    margin: 0;
}

.department_contents h3,.docter_contents h3{
    padding-top: 20px;

}

.department_contents h5{
    margin-left: 30px;

}

.department_row,.docter_row{
    background-color: #fff;
}

.department_row .sub_row,.docter_row .sub_row{
    width: 90%;
    max-width: 900px;
    padding-top: 20px;
}

.department_row .member_row{
    background-color:rgba(39, 60, 116, 0.3);
    margin-top: 20px;
}

.member_row .text{
   padding: 10px 20px;
}
.member_row .img{
   margin-left: 10px;
    margin-bottom: 5px;
}

.department_row p.discription{
    padding-top: 10px;
    margin: 20px;
}


.installation_equipment h5{
   text-align: center;
    margin: 10px;
    margin-bottom: 0;
}


.installation_equipment img{
    width: 100%;
}

.installation_img{
    width: 50%;
    margin: 10px;
}

.installation_text{
    width: 50%;
    margin: 10px;
    border: 1px solid rgba(39, 60, 116, 0.5);
}

.installation_text ul{
    padding: 0;
    margin: 10px;
}


.installation_equipment {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
}

.discription_text{
    text-align: center;
}

.nutrition h5{
    margin-left: 0;
}

.docter h5 {
    font-size: 20px;
    letter-spacing: 5px;
    margin: 0px;
    padding: 0;
    margin-bottom: 20px;

}
.docter h6 {
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 30px;
    margin: 0px;
        color: #273c74;
}

.docter p {
    margin: 0;
    margin-bottom: 5px;
    font-size:12px;
}

.docter .text {
    margin-left: 5px;
}
.docter img {
    margin-top: 0;
}
.docter_row{
    justify-content: space-between;

}

.docter_row2{
    padding: 30px 0px;
}

.docter_row img {
    width: 100%;
}

.docter_row .img {
    width: 50%;
}

.docter_row .text {
    width: 50%;
}

.patient table{
    width: 100%;
    border: 1px solid rgba(39, 60, 116, 0.5);
    margin-bottom: 20px;
}

.patient td,.patient th{
        border: 1px solid rgba(39, 60, 116, 0.5);
    margin: 0;
    padding: 15px 20px;
}

.patient_row{
        padding-bottom: 30px;
}

.patient th {
    background: rgba(39, 60, 116, 0.2);
}

.patient tr td:nth-of-type(1){
    background: rgba(39, 60, 116, 0.2);
}

.patient h5 {
    margin-left: 0px;
}

.patient_row2 h5 {
    color: #E72D4E;
}

.patient h5 span{
        letter-spacing: 5px;
    font-size:22px;
}

.patient_row2{
    background: #ffdde3;
}

.patient_row3{
    padding-bottom: 40px;
}


.patient .room{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.patient .room img{
    width: 100%;
}

.patient .room_row{
    width: 100%;
    margin: 10px;
    text-align: center;
}

.patiect_table a{
    color: #E72D4E;
    text-decoration: underline;
}

.patiect_table tr.blue a{
    color: rgb(0,46,138);
    text-decoration: underline;
}

/* 210928_ページ追加 */
.bg .doc_img{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image:url(../../image/patient/circulatory-head.jpg) ;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
}
.bg.__left .doc_img{
    background-image:url(../../image/patient/cardiovascular-head.jpg) ;
    background-position: right;
}
.bg .doc_img .title{
    margin-left: 30%;
    text-align: left;
    background: #ffffffab;
    padding: 50px 80px 70px;
    box-shadow: 0 0 15px #0020600f;
}
.bg.__left .doc_img .title{
    margin-right: 30%;
    margin-left: initial;
    padding: 40px 50px 60px;
    white-space: nowrap;
}
.bg .doc_img .title .tit{
    margin: 16px 0;
}
.bg.__left .doc_img .title .tit{
    margin: 6px 0 16px;
}
.bg .doc_img .title .sub{
    font-size: 16px;
    letter-spacing: 5.5px;
    text-align: justify;
    margin: 0;
}
.bg .doc_img .title .sub_sp{
    display: none;
}
.bg .doc_img .title .cat{
    display: inline-block;
    padding: 0 2em;
    margin: 0 0 16px;
    background: rgb(31,78,121);
    color: white;
}
.bg.__left .doc_img .title .cat{
    margin: 0;
}
.bg .doc_img .title .add{
    font-size: 20px;
    margin-bottom: 0;
}
.bg + .patient_row{
    padding-top:30px;
}
.online_msg{
    border: 2px solid #4d9450;
    margin: 60px 0;
    padding: 60px;
}
.online_msg p:last-child{
    margin-bottom: 0;
}
.online_section .online_msg .online_s_title{
    color: #4d9450;
    padding: 0;
    margin-top: 0;
    background: transparent;
}
p.st-txt{
    font-size: 1.1em;
    border-bottom: 2px dashed #43ba6f;
    display: inline-block;
    font-weight: bold;
    margin-left: 1em;
}
span.line-bold{
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}
.curon_link{
    background: #4e965024;
}
.curon_link a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 60px 0;
}
.curon_link a > span{
    margin-left: 30px;
    font-weight: bold;
    font-size: 26px;
    text-align: left;
    color: #4d9450;
}
.curon_link a > span .sub{
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: normal;
    margin-bottom: 9px;
}
.curon_link .icon img{
    width: 90px;
}
.curon_link .small{
    background: #ffffff47;
    font-size: 0.4em;
    display: inline;
    padding: 3px 8px;
    margin: 0 8px;
    border: solid;
    vertical-align: middle;
    border-width: 1px 0;
}
.curon_link .arrow-icon {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #4d9450;
    transform: rotate(45deg);
    margin-left: 40px;
}
.online_section .note + p,
.online_section ul + p{
    padding-left: 1em;
}
.online_section .note p{
    margin: 0;
    padding-left: 2em;
    text-indent: -1em;
}
.online_section .icon_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 50px auto 30px;
}
.online_section ul.icon_wrap li{
    padding-left: 0;
}
.online_section ul.icon_wrap li:after{
    content: none;
}
.icon_wrap li{
    list-style: none;
    width: calc( (100% / 3) - 20px );
    text-align: center;
}
.icon_wrap li h4,
.icon_wrap li p{
    text-align: center;
}
.icon_wrap li h4{
    margin: 0;
    color: #4d9450;
}
.patient.__way{
    margin: 20px auto 40px;
}
.patient.__way th,
.patient.__way tr td:nth-of-type(1){
    background: #e8f1e8;
    border: 2px solid #fff;
}
.patient.__way th {
    border: 2px solid #fff;
}
.patient.__way td{
    border: 2px solid #e8f1e8;
}

.patient.__way table th:nth-child(1){
    width: 20%!important;
}
.patient.__way table th:nth-child(2){
    width: 30%!important;
}
.patient.__way table th:nth-child(3){
    width: 50%!important;
}
@media screen and (max-width: 769px){
    .bg .doc_img{
        background-image:url(../../image/patient/circulatory-head_sp.jpg) ;
        height: 230px;
        max-width: initial;
    }
    .bg.__left .doc_img{
        background-image:url(../../image/patient/cardiovascular-head_sp.jpg) ;
        justify-content: flex-start;
    }
    .bg .doc_img .title .tit{
        margin: 0;
        letter-spacing: 6px;
        font-size: 28px;
    }
    .bg.__left .doc_img .title .tit{
        margin: 0 0 12px;
    }
    .bg .doc_img .title .sub {
        font-size: 14px;
        letter-spacing: initial;
        text-align: justify;
        margin: 0;
    }
    .bg.__left .doc_img .title .sub {
        display: none;
    }
    .bg.__left .doc_img .title .sub_sp {
        display: block;
        letter-spacing: 4px;
        margin-bottom: 0;
    }
    .bg .doc_img .title {
        margin-left: 30%;
        text-align: left;
        background: none;
        padding: 0;
        box-shadow: none;
    }
    .bg.__left .doc_img .title {
        width: 90%;
        margin: left;
        margin: 0 auto;
        max-width: 1100px;
        padding: 0;
    }
    .bg.__left .doc_img .title .tit {
        text-shadow: 0 0 10px white;
    }
    .curon_link .icon{
        width: 100%;
        display: block;
        margin: 0 auto 20px;
        text-align: center;
    }
    .curon_link a {
        flex-wrap: wrap;
        padding: 40px 0;
    }
    .curon_link .arrow-icon{
        display: none;
    }
    .curon_link a > span {
        text-align: center;
        margin: 0;
    }
    .bg .doc_img .title .add {
        font-size: 16px;
        margin: 0;
    }
    .bg.__left .doc_img .title .cat{
        margin: 0 0 12px;
    }
    .icon_wrap li{
        width: 100%;
        margin-bottom: 20px;
    }
    .icon_wrap li:last-child{
        margin-bottom: 0;
    }
    .online_msg{
        padding: 40px;
    }
}