<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/*contents*/
.inform {
	margin-top: 30px;
}

.inform .inform-box {
	display: block;
	background: url('../images/topcontent01m.jpg') no-repeat;
	background-position: center;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	box-shadow: 0 6px 4px -4px rgba(0,0,0,0.15);
}
.inform .sent {
	width: 75%;
	height: 90%;
	padding: 10px 25px;
	line-height: 2.5;
	font-family: serif;
	font-size: 2rem;
	text-shadow: 2px 2px 4px #081A06;
	color: #FFF;
}

.heading {
	padding: 10px 12px;
	letter-spacing: 1px;
	font-size: 1.8rem;
	color: #FFF;
}
.notice .heading {
	background-color: #6BBE36;
}
.scroll-list {
	width: 95%;
	max-height: 220px;
	overflow-y: auto;
	margin: 0 auto 30px;
	list-style-type: none;
}
.scroll-list .scroll-item a {
	display: block;
	padding: 10px 15px;
	color: #333;
	font-size: 0;
	tansition: background-color 0.1s;
}
.scroll-list .scroll-item:nth-of-type(even) a {
	background-color: #EEE;
}
.scroll-list .scroll-item .scroll-link:hover {
	background-color: #FAFAF8;
	color: #CCC;
	opacity: 0.8;
}
.scroll-list .date {
	display: inline-block;
	width: 19%;
	letter-spacing: 1px;
	font-size: 1.0rem;
	color: #5D432F;
}
.scroll-list .notice-bold {
	font-weight: bold;
}
.scroll-list .scroll-item .impred {
	color: #910D27;
}
/*
.scroll-list .category {
	display: inline-block;
	width: 8%;
	border-radius: 5px;
	background-color: #D03C56;
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
	font-size: 1.0rem;
	line-height: 16px;
}
*/
.scroll-list .title {
	display: inline-block;
	width: 73%;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.2rem;
	color: #387CA8;
}

.dd-outpatient {
	margin: 50px 8px;
	background: linear-gradient(left, #EAFFEB, #FFF);
	background: -webkit-linear-gradient(left, #EAFFEB, #FFF);
	background: -moz-linear-gradient(left, #EAFFEB, #FFF);
	background: -ms-linear-gradient(left, #EAFFEB, #FFF);
	border: 2px solid #009500;
	border-radius: 8px;
}
.specialized-image {
	float: right;
	width: 100%;
	max-width: 150px;
	height: auto;
	border-radius: 8px;
	opacity: 0.8;
}
.specialized-heading {
	width: 140px;
	margin: 12px;
	padding: 8px;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 8px;
	font-size: 2rem;
}
.specialized-menu {
	margin: 16px;
	list-style-type: none;	
}
.specialized-li {
	margin-top: 40px;
	font-weight: bold;
}
.specialized-li a {
	padding: 10px 4px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 2rem;
	color: #333;
}
.specialized-li a:hover {
	background-color: #F8FFF8;
	opacity: 0.8;
	color: #999;
}

.screening {
	margin: 30px auto;
	padding-bottom: 4px;
	background-color: #F5F9FA;
}
.screening .heading {
	background-color: #40717C;
}
.check-head {
	margin: 30px 12px;
	font-size: 1.5rem;
	color: #316082;
}
.check-desc {
	padding: 0 12px;
	margin-bottom: 10px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	font-size: 1.4rem;
	color: #666;
}
.screening-box {
	position: relative;
	display: block;
	width: 315px;
	height: 350px;
	margin: 20px auto;
	padding: 210px 15px 0;
	background-color: #FFF;
	box-shadow: 6px 6px 8px -4px rgba(0,0,0,0.15);
	border: 1px solid #DDD;
	border-radius: 4px;
	transition: opacity 0.15s;
}
.screening-box:hover {
	opacity: 0.8;
}
/**.screening-box:nth-of-type(odd) {
	float: left;
	margin-left: 5px;
}**/
.screening-box:nth-of-type(even) {
	float: right;
	margin-right: 5px;
}
.screening-box .title {
	margin-top: 8px;
	padding: 3px 10px;
	background: -ms-linear-gradient(left,#C5EFFF, #FFF);
	background: -moz-linear-gradient(left,#C5EFFF, #FFF);
	background: -webkit-linear-gradient(left, #C5EFFF, #FFF);
	background: linear-gradient(left, #C5EFFF, #FFF);
	lign-height: 1.6;
	border-radius: 4px;
	font-size: 1.5rem;	
	color: #555;
}
.screening-box .desc {
	padding: 10px;
	line-height: 1.5;
	color: #666;
}
.screening-box .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 4px 4px 0 0;
}

.disease {
	margin-bottom: 30px;
	padding-bottom: 10px;
	background-color: #F9FAFF;
}
.disease .heading {
	background-color: #444D89;
}
.disease-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px 10px;
	list-style: none;
	font-size: 1.4rem;	
}
.disease-list li {
	padding: 5px;
	border-radius: 5px;
}
.disease .disease-item {
	display: block;
	width: 200px;
	height: 200px;
	background-color: #FFF;
	overflow: hidden;
	border-radius: 100px;
	box-shadow: 2px 2px 4px #AAA;
}
.disease .disease-item .disimg {
	width: 100%;
	height: auto;
}
.disease .disease-item p {
	padding: 8px;
	text-align: center;
	line-height: 1.5;
	font-size: 1.4rem;
	font-weight: bold;
	color: #0F962C;
}
.disease-list li a:hover {
	color: #CCC;
	opacity: 0.5;
}

.counseling-info {
	margin: 30px auto;
	background-color: #FBF3FA;
}
.counseling-info .heading {
	background-color: #E465A6;
}
.counseling-info .counseling-box {
	display: block;
	width: 100%;
	max-width: 660px;
	height: auto;
	margin: 10px auto;
	box-shadow: 0 6px 4px -4px rgba(0,0,0,0.15);
}
.counseling-info .counseling-box:hover {
	opacity: 0.6;
}
.counseling-box .counseling-sent {
	padding: 20px 12px;
	line-height: 2;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 1.4rem;
	color: #666;
}
.counseling-box p {
	padding: 5px 12px;
	margin-bottom: 10px;
	line-height: 2;
	letter-spacing: 1px;
	font-size: 1.4rem;
	color: #666;
}
.counseling-box .counseling-img {
	width: 100%;
	height: auto;
	border-radius: 0 0 4px 4px;
}
.tms-info {
	margin: 30px auto;
	background-color: #F3F8FB;
}
.tms-info .heading {
	background-color: #3287DB;
}
.tms-info .tms-box {
	display: block;
	width: 100%;
	max-width: 660px;
	height: auto;
	margin: 10px auto;
	box-shadow: 0 6px 4px -4px rgba(0,0,0,0.15);
}
.tms-info .tms-box:hover {
	opacity: 0.6;
}
.tms-box .tms-sent {
	padding: 20px 12px;
	line-height: 2;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 1.4rem;
	color: #666;
}
.tms-box p {
	padding: 5px 12px;
	margin-bottom: 10px;
	line-height: 2;
	letter-spacing: 1px;
	font-size: 1.4rem;
	color: #666;
}
.tms-box .tms-img {
	width: 100%;
	height: auto;
	border-radius: 0 0 4px 4px;
}

.faq {
	margin-top: 100px;
}
.faq .faq-box {
	display: block;
	width: 100%;
	max-width: 315px;
	background-color: #FFE58E;
	height: auto;
	margin: 30px auto;
	box-shadow: 6px 6px 8px -4px rgba(0,0,0,0.15);
	border: 1px solid #DDD;
	border-radius: 10px;
	transition: opacity 0.15s;
}
.faq-box .faq-heading {
	margin: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	color: #2E4D94;
}
.faq-box .faq-img {
	width: 100%;
	border-radius: 0 0 10px 10px;
}
.faq .faq-box:hover {
	opacity: 0.6;
}


/*middle*/
@media (max-width: 980px) {
	.inform .sent {
		text-align: center;
	}
	.heading {
		text-align: center;
	}
	.scroll-list {
		width: 100%;
		margin: 10px auto;
		border-bottom: 1px solid #CCC;
	}
	.screening {
		padding-bottom: 10px;
	}
	.check-head {
		text-align: center;
	}
	.screening-box {
		margin: 20px auto;
	}
	.screening-box:nth-of-type(odd) {
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	.screening-box:nth-of-type(even) {
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	.screening-box .title {
		padding: 2px 5px;
		text-align: center;
	}
	.screening-box .desc {
		text-align: center;
	}
	.disease-list {
		text-align: center;
	}
}
@media (max-width: 639px) {
	.inform {
		margin-top: 0;
	}
	.inform .inform-box {
		background-size: 100%;
		margin-bottom: 0;
		box-shadow: none;
	}
	.heading {
		padding: 5px;
		font-size: 1.5rem;
	}
	.scroll-list {
		max-height: 120px;
		margin: 0 auto 10px;
	}
	.scroll-list .scroll-item a {
		padding: 5px 10px;
	}
	.scroll-list .date {
		width: 23%;
		letter-spacing: 0.5px;
	}
	.scroll-list .title {
		width: 70%;
		font-size: 1.1rem;
	}
	.scroll-list .text-over .title:hover {
		font-weight: normal;
	}
	.specialized-li a {
		font-size: 1.5rem;
	}
	.screening {
		margin-top: 30px;
	}
	.check-head {
		font-size:  1.4rem;
	}
	.check-desc {
		font-size: 1.3rem;
	}
}

@media (max-width: 550px) {

	.inform {
		width: 100%;
		height: auto;
		margin-bottom: 5px;
	}
	.inform .sent {
		line-height: auto;
		text-align: left;
		font-size: 1.6rem;
	}
}

/*mobile*/
@media (max-width: 452px) {
	.inform .sent {
		padding: 10 0 10px 10px;
		line-height: 2;
		font-size: 1.5rem;
	}
	.scroll-list {
		max-height: 110px;
	}
	.scroll-list .date {
		width: 25%;
	}
	.specialized-heading {
		width: 120px;
		margin: 12px 8px;
		font-size: 1.6rem;
}
	.specialized-menu {
		margin: 10px 8px;
	}
	.specialized-li  {
		margin-top: 32px;
	}
	.specialized-li a {
		font-size: 1.4rem;
	}
	.disease .disease-item {
		width: 150px;
		height: 150px;
		border-radius: 75px;	
	}
	.disease .disease-item p {
		padding: 10px;
		font-size: 1.3rem;
	}
}

@media (max-width: 359px) {
	.inform .sent {
		line-height: auto;
		text-align: left;
		font-size: 1.3rem;
	}
	.specialized-image {
		max-width: 120px;
	}
	.specialized-li {
		margin-top: 24px;
	}
	.specialized-li a {
		font-size: 1.2rem;
	}
	.disease .disease-item {
		width: 100px;
		height: 100px;
		border-radius: 50px;	
	}
	.disease .disease-item p {
		padding: 5px 10px;
		font-size: 1.2rem;
	}
	.counseling-box .counseling-sent , .counseling-box p {
		font-size: 1.3rem;
	}
	.tms-box .tms-sent , .tms-box p {
		font-size: 1.3rem;
	}
	.rework-box .rework-show , .rework-box p {
		font-size: 1.3rem;
	}
}


</pre></body></html>