@charset "utf-8";
/*
page-dinag
 */

/*common*/
section .text .mv{
	display: block;
	margin:0 0 40px;
	text-align: center;
}
section .text p+.mv{
	margin-top: 50px;
}
section .text .mv img{
	display: block;
	margin: 0 auto;
	text-align: center;
}
section .text strong{
	font-weight: bold;
	color:#00616a;
}
section .text .inspList dt{
	display: block;
	text-align: center;
}
section .text .inspList dt img{
	display: block;
	margin: 0 auto;
	vertical-align: top;
}
section .text .inspList dd .title{
	margin-bottom: 0.5rem;
	font-size: 18px;
	font-weight: bold;
	color:#00616a;
}
section .text .inspList dd .title:before{
	margin-right: 3px;
	content: "\f04d";
	font-family: FontAwesome;
}
section .text .inspChList dt{
	margin-bottom: 20px;
}
section .text .paraList dt{
	margin-bottom: 0.5rem;
	font-size: 18px;
	font-weight: bold;
	color:#00616a;
}
section .text .paraList dt:before{
	margin-right: 3px;
	content: "\f04d";
	font-family: FontAwesome;
}
section .text .paraList dd{
	margin-bottom: 36px;
}
section .text dl:last-child,
section .text dl dd:last-child{
	margin-bottom: 0;
}
@media all and (max-width:1259.98px){
	section .text .paraList{
		width:94%;
		margin: 0 3%;
	}
	section .text .inspList > dt{
		margin-bottom: 30px;
	}
	section .text .inspList > dd{
		margin-bottom: 90px;
	}
	section .text .inspChList{
		margin: 20px auto;
	}
	section .text .inspChList dd{
		width:94%;
		margin: 0 3% 40px;
	}
}
@media all and (min-width:1260px){
	section .text .inspList dt{
		margin-bottom: 45px;
	}
	section .text .inspList > dd{
		margin-bottom: 160px;
	}
	section .text .inspChList{
		margin: 45px auto;
	}
	section .text .inspChList dd{
		margin-bottom: 45px;
	}
}

/*navBlock*/
#navBlock ul{
	display:flex;
	justify-content: center;
	align-items: center;
	-webkit-box-lines:multiple;
	flex-wrap:wrap;
	margin: 0 auto;
	text-align: center;
}
#navBlock ul li{
	display: inline-block;
	margin: 0 10px 10px;
	opacity: 0.8;
	font-family:Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho", "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#navBlock ul li:hover{
	opacity: 1;
}
#navBlock ul li a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 1px;
	text-align: center;
	-webkit-transition: -webkit-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
#navBlock ul li a:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	text-decoration: none;
}
@media all and (max-width:1259.98px){
	#navBlock ul{
		width:348px;
	}
	#navBlock ul.circle4{width:232px;}
	#navBlock ul li{
		width:80px;
		height:80px;
		padding:8px;
		border-radius: 48px;
		-webkit-border-radius: 48px;
	}
	#navBlock ul li.phNav{
		width: 96px;
		height: 96px;
		padding: 0;
	}
	#navBlock ul li a{
		font-size: 15px;
		line-height: 1.4;
	}
}
@media all and (min-width:1260px){
	#navBlock{
		padding-top: 90px;
		padding-bottom: 0;
	}
	#navBlock ul li{
		width:90px;
		height:90px;
		padding: 15px;
		border-radius: 60px;
		-webkit-border-radius: 60px;
	}
	#navBlock ul li.phNav{
		width: 120px;
		height: 120px;
		padding: 0;
	}
	#navBlock ul li a{
		font-size: 18px;
	}
}

/*timeBlock*/
.timeBlock figure{
	vertical-align: top;
}
.timeBlock figure img{
	display: block;
}
@media all and (max-width:1259.98px){
	.timeBlock figure{
		display: block;
		width: 100%;
	}
}
@media all and (min-width:1260px){
.timeBlock figure{
		display: block;
		width: 800px;
		margin: 0 auto;
	}
}


/*doctors*/
section dl.doctorsList{
	display: table;
}
section dl.doctorsList > dt{
	display: table-cell;
	text-align: center;
}
section dl.doctorsList > dd{
	display: table-cell;
	vertical-align: top;
}
section dl.chBlock{
	font-size: 16px;
}
section dl.chBlock dt{
	padding-bottom: 4px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #21838c;
	color:#00616a;
}
section dl.chBlock.worker dt{
	margin-bottom: 0;
	border-bottom:none;
	font-size: 18px;
}
section dl.chBlock dd{
	margin-bottom: 20px;
}
@media all and (max-width:1259.98px){
	section dl.doctorsList{
		width: 94%;
		margin:0 3% 80px;
	}
	section dl.doctorsList>dt{
		width: 70px;
		padding-right: 16px;
	}
	section dl.chBlock{margin-bottom: 30px;}
}
@media all and (min-width:1260px){
	section dl.doctorsList{
		display: table;
		width: 100%;
		margin-bottom: 120px;
	}
	section dl.doctorsList > dt{
		display: table-cell;
		width:35%;
		text-align: center;
	}
	section dl.doctorsList > dt img {
		width: 70px;
		margin: 0 auto;
	}
	section dl.doctorsList > dd{
		width: 65%;
		display: table-cell;
		vertical-align: top;
	}
	section dl.chBlock{margin-bottom: 40px;}
}

/*ophthalmology*/
@media all and (min-width:1260px){
	#ophthalmology-examination .text .mv img,
	#ophthalmology-operation .text .mv img{
		max-width:420px!important;
	}
	#ophthalmology-equipment .text .inspList dt img{
		width: 420px;
		margin: 0 auto;
	}
}

/*radiology*/
@media all and (min-width:1260px){
	#radiology-department-equipment .text .inspList dt img{
		width: 420px;
		margin: 0 auto;
	}
}