<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Staff */
#staffBox .staffListBox {
	width: 56%;
	margin: 24px auto 0;
}
#staffBox .staffListBox table {
	width: 100%;
	border-collapse: collapse;
}
#staffBox .staffListBox th,
#staffBox .staffListBox td {
	border-right: solid 1px #afafaf;
	border-bottom: solid 1px #afafaf;
}
#staffBox .staffListBox tr:first-of-type th,
#staffBox .staffListBox tr:first-of-type td {
	border-top: solid 1px #afafaf;
}
#staffBox .staffListBox th {
	width: 64%;
	height: 40px;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: left;
	border-left: solid 1px #afafaf;
	background-color: #eff3ff;
	padding: 8px 16px;
}
#staffBox .staffListBox td {
	font-size: 1.4rem;
	text-align: center;
}
#staffBox .staffListBox tr:first-of-type td,
#staffBox .staffListBox tr:nth-of-type(2) td {
	background-color: #e4f8ff;
}

/* PR */
#prBox .downloadBox {
	margin: 24px auto 0;
}
#prBox .downloadBox .innerBox {
	width: fit-content;
	margin: 0 auto;
	display: flex;
}
#prBox .downloadBox a {
	position: relative;
	width: 400px;
	height: 48px;
	color: #2f40af;
	font-size: 1.4rem;
	line-height: 1;
	text-decoration: none;
	border: solid 1px #afafaf;
	border-radius: 8px;
	margin: 0;
	padding: 17px 0 0 50px;
	display: block;
	transition: .3s;
}
#prBox .downloadBox a:hover {
	color: #608fff;
	background-color: rgba(96, 143, 255, .1);
}
#prBox .downloadBox a:first-of-type {
	margin: 0 8px 0 0;
}
#prBox .downloadBox a:before {
	position: absolute;
	top: 50%;
	left: 16px;
	width: 24px;
	height: 32px;
	background-image: url(../img/pdf_b_s_icn.png);
	background-size: 24px 32px;
	transform: translateY(-50%);
	content: "";
}
#prBox .facilityList,
#prBox .diseaseList {
	display: flex;
	flex-wrap: wrap;
}
#prBox .facilityList li,
#prBox .diseaseList li {
	width: calc(100% / 3);
}
#prBox .facilityList li:nth-last-of-type(3),
#prBox .facilityList li:nth-last-of-type(2),
#prBox .facilityList li:last-of-type,
#prBox .diseaseList li:last-of-type {
	padding: 0 0 0 16px;
}
#prBox .qualificationList {
	margin: 16px 0 0;
}
#prBox .qualificationList table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
}
#prBox .qualificationList th,
#prBox .qualificationList td {
	font-size: 1.4rem;
	line-height: 184%;
	vertical-align: top;
	border-right: solid 1px #afafaf;
	border-bottom: solid 1px #afafaf;
	padding: 8px 16px;
}
#prBox .qualificationList tr:first-of-type th,
#prBox .qualificationList tr:first-of-type td {
	text-align: center;
	background-color: #efefef;
	border-top: solid 1px #afafaf;
}
#prBox .qualificationList th {
	width: 240px;
	text-align: left;
	font-weight: lighter;
	border-left: solid 1px #afafaf;
	background-color: #eff3ff;
}
#prBox .qualificationList td {
	width: calc((100% - 240px) / 2);
}
#departmentsBox #prBox .rehabiliList {
	flex-wrap: wrap;
	justify-content: left;
}
#departmentsBox #prBox .rehabiliList li {
	width: 25%;
	padding: 0 4px 8px;
}
#departmentsBox #prBox .rehabiliList li span {
	width: 100%;
	height: 40px;
	color: #2f40af;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	border: solid 1px #2f40af;
	border-radius: 20px;
	padding: 14px 0;
	display: block;
}
#departmentsBox #prBox .rehabiliList li:last-of-type {
	padding: 0 4px;
}
#departmentsBox #prBox .demaeList {
	margin: 8px 0 0;
	display: flex;
	flex-wrap: wrap;
}
#departmentsBox #prBox .demaeList li {
	width: calc(100% / 3);
}

@media screen and (max-width: 520px) {
	/* Staff */
	#staffBox .staffListBox {
		width: 100%;
		margin: 16px auto 0;
	}
	#staffBox .staffListBox th {
		padding: 8px;
	}
	
	/* PR */
	#prBox .downloadBox {
		margin: 16px auto 0;
	}
	#prBox .downloadBox .innerBox {
		width: 100%;
		display: block;
	}
	#prBox .downloadBox a {
		width: 100%;
		padding: 17px 0 0 40px;
		transition: none;
	}
	#prBox .downloadBox a:hover {
		color: #2f40af;
		background-color: #fff;
	}
	#prBox .downloadBox a:first-of-type {
		margin: 0;
	}
	#prBox .downloadBox a:last-of-type {
		margin: 8px 0 0;
	}
	#prBox .downloadBox a:before {
		left: 8px;
	}
	#prBox .facilityList,
	#prBox .diseaseList {
		display: block;
	}
	#prBox .facilityList li,
	#prBox .diseaseList li {
		width: 100%;
	}
	#prBox .facilityList li:nth-last-of-type(3),
	#prBox .facilityList li:nth-last-of-type(2) {
		padding: 0 0 8px 16px;
	}
	#departmentsBox #prBox .qualificationList {
		width: 100%;
		overflow-x: scroll;
	}
	#departmentsBox #prBox .qualificationList table {
		width: 720px;
	}
	#departmentsBox #prBox .qualificationList th,
	#departmentsBox #prBox .qualificationList td {
		padding: 8px;
	}
	#departmentsBox #prBox .qualificationList th {
		width: 104px;
	}
	#departmentsBox #prBox .qualificationList th span {
		display: block;
	}
	#departmentsBox #prBox .qualificationList td {
		width: calc((100% - 104px) / 2);
	}
	#departmentsBox #prBox .rehabiliList li {
		width: 100%;
		padding: 0 0 8px;
	}
	#departmentsBox #prBox .rehabiliList li:last-of-type {
		padding: 0;
	}
	#departmentsBox #prBox .demaeList {
		display: block;
	}
	#departmentsBox #prBox .demaeList li {
		width: 100%;
	}
}</pre></body></html>