@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;
}




.department_contents .director_row img{
    margin-top: 20px;
    width: 130px;

}
.director_row img.director{
    width: 300px;
    position: relative;
    top:10px;
    left: 0;
}

.director_contents{
    background-color: #fff;
    margin-top: -30px;
    padding-top: 20px;
    padding-bottom: 70px;

}

.director_row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
}

.director_row p{
    text-align: left;
    padding-left: 2%;
    padding-right: 2%;
}

.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;
    line-height: 40px;
    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 tr td:nth-of-type(1){
        text-align: center;
}

.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: 50%;
    padding: 2%;
    display: block;
    margin: 0 auto;
}

img.about_exterior{
    width: 83%;
     padding: 2%;
     display: block;
     margin: 0 auto;
 }

.hospital_image{
    padding-top: 60px;
    padding-bottom: 60px;
}


.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,.doctor 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: 90%;
    margin: 0 auto;
}

.heart_nurse{
    width: 30%;
     margin: 0 auto;
}

.heart_nurse img{
    width: 100%;
}




.department_contents,.doctor_contents{
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 50px;
    background: linear-gradient(-90deg, #eaeaea, #FFF);
}

.department_contents h3{
 	position: relative;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	padding: 0 5px;
	width: 40%;
	height: 90px;
	line-height: 90px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
background-color: rgb(255,0,56);
	border-radius: 50%;
	box-sizing: border-box;
    z-index: 999;
}

.department_contents h3:before{
	content: "";
	position: absolute;
	bottom: -30px;
	right: 40px;
	margin-top: -20px;
	border: 30px solid transparent;
	border-left: 60px solid rgb(255,0,56);
	z-index: -1;
	-ms-transform: rotate(37deg);
	-webkit-transform: rotate(37deg);
	transform: rotate(37deg);
}

.department_contents h5{
    margin-left: 30px;
    text-align: center;
}

.department_row,.doctor_row{
    background-color: #fff;
    margin-top: 0;
    padding: 0px;
    margin: 10px auto;
}

.doctor_inner>.doctor_row{
    border:2px solid rgb(0,32,96);
    border-radius: 20px;
}

.department_row .sub_row,.doctor_row .sub_row{
    width: 90%;
    max-width: 1100px;
}

.department_row .sub_row, .doctor_row .sub_row{
    padding-top: 5px;
    padding-bottom: 20px;
}

.department_row .member_row{
    margin-top: 20px;
    color:#000;
    border-radius: 20px;
        margin-right: 2%;
    width: 90%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

}

.department_row .director_row{
   margin-left: 3%;
    width: 96%;
}

.department_row .doctor_row{
   margin-left: 0;
    width: 100%;

}


.doctor_row .message{
   border: 1px solid rgb(0,32,96);
    border-radius: 20px;
    padding: 0px 4% 4% 4%;
}

.doctor_row h3{
    color: rgb(0,32,96);
    margin-bottom: 40px;
    font-size:25px;
}

.department_row{
    padding-bottom: 20px;
}

.department_row nav{
    margin-top: 20px;
}

.member_row .text{
   padding: 10px 20px;

}
.member_row .img{
   margin-left: 10px;
    margin-bottom: 5px;
}

.department_row p.discription{
    padding: 5%;
    margin: 20px;
    background-color:rgb(244,244,242);
    border-radius: 20px;
    margin-top: -50px;
}

.department_row div.discription{
    padding: 2%;
    margin: 20px;
    background-color:rgb(244,244,242);
    border-radius: 20px;
    margin-top: -50px;
}


.installation_equipment h5{
   text-align: center;
    margin: 10px;
    margin-bottom: 0;
}


.installation_equipment img{
    width: 100%;
}

div.installation_img2{
    width: 23.5%;
}

.installation_img{
    width: 50%;
    margin: 10px;
}

.installation_text{
    width: 50%;
    padding: 2%;
    margin: 10px;
    border: 1px solid rgba(39, 60, 116, 0.5);
    border-radius: 20px;


}

.installation_text li{

    line-height: 25px;
    font-size:12px;

}

.installation_text p{

    line-height: 25px;
    font-size:12px;

}

.installation_text ul{
    padding: 0;
    margin: 10px;
}


.installation_equipment {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
    margin: 0px 2%;
}

.discription_text{
    text-align: center;
}

.nutrition h5{
    margin-left: 0;
}

.doctor h5 {
    font-size: 20px;
    letter-spacing: 5px;
    margin: 0px;
    padding: 0;
    margin-bottom: 20px;

}
.doctor h6 {
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 30px;
    margin: 0px;
        color: #273c74;
}

.doctor p {
    margin: 0;
    margin-bottom: 5px;
    font-size:12px;
}

.doctor .text {
    margin-left: 5px;
}
.doctor img {
    margin-top: 0;
}
.doctor_row,department_row{
    justify-content: space-between;
}

.doctor_row{
    padding: 30px 0px;
}

.doctor_row2{
    padding: 30px 0px;
}

.doctor_row img {
    width: 100%;
    position: relative;
    top:10px;
    left:0px;

}

.doctor_row .img {
    width: 45%;
    margin: 10px;
}

.doctor_row .text {
    width: 45%;
}

.colorfilter-base {
    background-color: #FFF;
    display: inline-block;
}
.colorfilter-image {
    opacity: 1;
    display: block;
}

.divisions h2.title,.doctor h2.title{
        background-color: rgb(0,32,96);
    color: #FFF;
    padding: 20px 0px;
    margin: 0;
}

.doctor nav{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.doctor nav{
    padding-top: 20px;
    padding-bottom: 20px;
}

.doctor_button{
    background-color: rgb(0,32,96);
    border-style: none;
    color: #FFF;
    font-size:20px;
    line-height: 35px;
    padding: 2% 10%;
    cursor: pointer;
    text-align: center;
    margin: 30px auto;
    width: 100%;
    border-radius: 20px;
}
.button_wrapper .bnr_img{
        margin:10px 0 -10px;
}

.button_wrapper{
   text-align:center;
}

.iziModal .message{
    margin: 5%;
}


.iziModal .message h6{
   font-size:16px;
    margin: 0;
}

.doctor h2.title {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.doctor_inner .sub_row{
    margin: 20px auto;
}

.doctor h4.fulltime{
    background-color: rgb(255,0,56);
    color: #FFF;
    width: 200px;
    text-align: center;
    margin: 0;
    border-radius: 50%;
    padding: 10px 0px;
}

.doctor h4.parttime{
    background-color: #B7B7B7;
    color: #FFF;
    width: 200px;
    text-align: center;
    margin: 20px 0px;
    border-radius: 50%;
    padding: 10px 0px;
}

.director_contents 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: 90%;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-top: 50px;
}

tr.blue a {
    color: rgb(0,46,138);
    text-decoration: underline;
}

.nurse_text p{
    margin-top: -5px;
    margin-bottom: 10px;
}


.divisions nav ul.ul2{
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
margin-bottom: 30px;
}

@media screen and (max-width: 769px) {

.divisions nav ul.ul2{
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    margin-bottom: 20px;
    }

}

/* 2019.10.1 add */
.bnr-kanamori {
  position: relative;
}
.bnr-kanamori .bnr-k-up {
  display: block;
  position: absolute;
  width: 100%;
  height: 30%;
  top: 45%;
}
.bnr-kanamori .bnr-k-under {
  display: block;
  position: absolute;
  width: 100%;
  height: 30%;
  top: 75%;
}
@media screen and (max-width: 769px) {
.bnr-kanamori .bnr-k-up {
  top: 30%;
}
.bnr-kanamori .bnr-k-under {
    top: auto;
    bottom: 15px;
}
}
/* 2021.09.22 add */
.ECMO_bnr{
    text-align: right;
}
.ECMO_bnr a{
    width: 30%;
    display: inline-block;
}
.ECMO_bnr a img{
    width: 100%;
    height: auto;
}
.idea_inner img.about_exterior{
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

/***** 2カラム画像用 ***/

.wp-block-columns.is-layout-flex{
  display: flex;
}

.wp-block-column-is-layout-flow{
  width: 50%;
}

.wp-block-column-is-layout-flow img{
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}

.wp-block-image img{
    max-width: 100%;
    width: auto;
    display: inline;
}

.wp-block-image figure.aligncenter{
    text-align: center;
}

.wp-block-image figure.alignleft{
    text-align: left;
}

.wp-block-image figure.alignright{
    text-align: right;
}

.wp-element-caption{
    padding: 1em;
}