@charset "UTF-8";

#contents-body .area {
	padding-top: 150px;
	margin-top: -150px;
}
#contents-body .area + .area {
	margin-top: -95px;
}
@media screen and (max-width: 767px) {
	#contents-body .area {
		padding-top: 55px;
		margin-top: -55px;
	}
	#contents-body .area + .area {
		margin-top: -25px;
	}
}


#map {
	padding: 35px 0;
	margin-bottom: 25px;
}
#map img {
	width: 100%;
}
#map .navi {
	width: 627px;
	margin: 0 auto;
	position: relative;
}
#map .navi .description {
	font-size: 18px;
	color: #666e7c;
	border-radius: 3px;
	border: 2px solid #dde9e1;
	padding: 15px 18px;
	position: absolute;
	top: 35px;
	left: 30px;
	z-index: 10;
}

#map .note {
	text-align: center;
	margin-top: 55px;
}
#map .note .body {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 18px 25px;
	font-size: 12px;
	color: #666e7c;
	text-align: left;
	position: relative;
}
#map .note .ttl {
	font-weight: bold;
	background-color: #FFF;
	padding: 0 5px;
	margin-left: -5px;
	position: absolute;
	top: -0.6em;
	z-index: 10;
}
#map .note .txt {
	font-size: 12px;
}
#map .note .txt a {
	display: inline-block;
	font-weight: bold;
	color: #1f8ca4;
	text-decoration: underline;
}
/*#map .note .txt a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url(/img/hospital/facilities/ico_pdf.png);
	background-size: contain;
	margin-top: -2px;
	margin-right: 5px;
}*/

@media screen and (max-width: 767px) {
	#map {
		padding: 15px 0;
		margin-bottom: 5px;
	}
	#map .navi {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	#map .navi .description {
		width: 170px;
		font-size: 12px;
		color: #666e7c;
		border-radius: 3px;
		border: 1px solid #dde9e1;
		padding: 10px 10px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}

	#map .note {
		text-align: center;
		margin-top: 30px;
	}
	#map .note .body {
		display: inline-block;
		border: 1px solid #ddd;
		padding: 15px 15px;
		font-size: 11px;
		color: #666e7c;
		text-align: left;
		position: relative;
	}
	#map .note .ttl {
		font-weight: bold;
		background-color: #FFF;
		padding: 0 5px;
		margin-left: -5px;
		position: absolute;
		top: -0.6em;
		z-index: 10;
	}
	#map .note .txt {
		font-size: 11px;
		line-height: 1.4;
	}
	#map .note .txt a {
		display: inline-block;
		color: #1f8ca4;
		text-decoration: underline;
		margin-top: 3px;
	}
/*	#map .note .txt a::before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 11px;
		height: 14px;
		background-repeat: no-repeat;
		background-image: url(/img/hospital/facilities/ico_pdf.png);
		background-size: contain;
		margin-top: -2px;
		margin-right: 5px;
	}*/
}





/* ------------------------------------------------
  一覧
------------------------------------------------ */
.area h3 {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 12px;
	border-bottom-style: solid;
	border-width: 2px;
	margin-bottom: 30px;
}
.area h3::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	border-radius: 6px;
	margin-right: 5px;
	margin-top: -2px;
}

/*----- 北海道 -----*/
#hokkaido h3 {
	border-color: #f3ce76;
}
#hokkaido h3::before {
	background-color: #f3ce76;
}

/*----- 東北 -----*/
#tohoku h3 {
	border-color: #e37f5b;
}
#tohoku h3::before {
	background-color: #e37f5b;
}

/*----- 関東 -----*/
#kanto h3 {
	border-color: #a4cbe2;
}
#kanto h3::before {
	background-color: #a4cbe2;
}

/*----- 中部 -----*/
#chubu h3 {
	border-color: #90c0bf;
}
#chubu h3::before {
	background-color: #90c0bf;
}

/*----- 近畿 -----*/
#kinki h3 {
	border-color: #96a3ad;
}
#kinki h3::before {
	background-color: #96a3ad;
}

/*----- 中国・四国 -----*/
#chugoku h3 {
	border-color: #2ca1b6;
}
#chugoku h3::before {
	background-color: #2ca1b6;
}

/*----- 九州・沖縄 -----*/
#kyushu h3 {
	border-color: #647482;
}
#kyushu h3::before {
	background-color: #647482;
}



.area table {
	width: 100%;
	color: #555;
}
.area table th {
	font-size: 14px;
	padding: 10px;
	background-color: #f6f9f7;
	box-sizing: border-box;
}

.area table th:nth-child(1) {
	width: 23.91304%;
}
.area table th:nth-child(2) {
	width: 46.73913%;
}
.area table th:nth-child(3) {
	width: 29.34782%;
}

.area table td {
	font-size: 16px;
	padding: 12px 10px;
	vertical-align: top;
	border-bottom: 2px solid #e8efea;
}
.area table td span {
	display: block;
}

.pick1 td:not(.prefecture) {
	color: #e2714b;
}
.pick2 td:not(.prefecture) {
	color: #4a9f99;
}

.pick1 td:last-child span::after,
.pick2 td:last-child span::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -3px;
	margin-left: 10px;
}
.pick1 td:last-child span::after {
	background-image: url(/img/hospital/facilities/ico_hos2.png);
}
.pick2 td:last-child span::after {
	background-image: url(/img/hospital/facilities/ico_hos1.png);
}


.reference {
	font-size: 12px;
	margin-top: 35px;
}
.reference em {
	display: inline-block;
	font-style: normal;
	margin-bottom: 3px;
}



@media screen and (max-width: 767px) {
	.area h3 {
		font-size: 14px;
		padding-bottom: 5px;
		border-width: 1px;
		margin-bottom: 10px;
	}
	.area h3::before {
		width: 10px;
		height: 10px;
		border-radius: 2px;
		margin-right: 3px;
		margin-top: -2px;
	}


	.area table th {
		font-size: 11px;
		padding: 4px;
	}

	.area table th:nth-child(1) {
		width: 22%;
	}
	.area table th:nth-child(2) {
		width: 48%;
		padding-left: 2px;
	}
	.area table th:nth-child(3) {
		width: 30%;
		padding-left: 2px;
	}

	.area table td {
		font-size: 12px;
		padding: 6px 0;
		padding-left: 2px;
		border-bottom: 1px solid #e8efea;
	}
	.area table td.prefecture {
		padding-left: 4px;
	}
	.area table td:nth-last-child(2) {
		padding-right: 8px;
	}
	.area table td span {
		display: block;
	}


	.pick1 td:last-child span::after,
	.pick2 td:last-child span::after {
		width: 12px;
		height: 12px;
		margin-top: -2px;
		margin-left: 4px;
	}


	.reference {
		font-size: 11px;
		margin-top: 20px;
	}
	.reference em {
		margin-bottom: 2px;
	}

}