<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* */
.sec-head {
	max-width: 900px;
	margin: 0 auto 30px;
}
.sec-head ul{
	padding: 0;
	list-style-type: none;
}
.sec-head ul li{
	text-align: center;
	display: inline-block;
	width: 33.3%;
	padding: 5px;
	box-sizing: border-box;
}
.sec-head ul li a:hover{
	text-decoration: none;
}
.sec-head ul li span{
	cursor: pointer;
	display: block;
	background-color: #CDEBF5;
	padding: 10px;
	border-radius: 5px;
	transition: all .3s;
}
.sec-head ul li span:hover,
.sec-head ul li.active span{
	color: #fff;
	background-color: #0AA0D2;
}
	@media screen and (min-width: 799px) {
		.sec-head a.category.smt {
			display: none !important;
		}
	}
	@media screen and (max-width: 799px) {
		.sec-head {
			margin: 0 -10px 20px;
		}
		.sec-head ul {
			display: none;
		}
		.sec-head ul li {
			width: 100%;
			padding: 0;
			text-align: left;
		}
		.sec-head ul li span {
			display: block;
			padding-left: 25px;
			background-image: url(../img/common/slide_r.png);
			background-repeat: no-repeat;
			background-position: 10px 45%;
			background-size: 7px auto;
			background-color: #666666;
			border-radius: 0;
			color: #fff;
		}
		.sec-head a.category {
			display: block !important;
			width: 100%;
			padding: 10px 0;
			background-color: #666666;
			color: #fff;
			text-decoration: none;
			text-align: center;
		}
	}

/* */
.sec-body {
	max-width: 840px;
	margin: 0 auto;
}


/* */
.sec-dtl{
	display: none;
}
.sec-dtl.open{
	display: block;
}
.sec-dtl dl{
	/* border-bottom: 1px dotted #CDEBF5; */
	margin: 0;
}
.sec-dtl dl:first-child{
	/* border-top: 1px dotted #CDEBF5; */
}
.sec-dtl dl dt{
	cursor: pointer;
	padding: 15px 5px 15px 1.25em;
	position: relative;
	font-size: 16px;
	font-weight: bold;
}
.sec-dtl dl dt:hover,
.sec-dtl dl dt.show{
	color: #0AA0D2;
}
.sec-dtl dl dt:before{
	content: '';
	display: block;
	position: absolute;
	top: 18px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #0AA0D2;
	transition: all .2s;
}
/* .sec-dtl dl dt:hover:before, */
.sec-dtl dl dt.show:before {
	top: 21px;
	transform: rotate(90deg);
}
.sec-dtl dl dd{
	display: none;
	margin: 0 0 15px;
	padding: 15px;
	background-color: #daf1f8;
}
.sec-dtl dl dd p{
	margin: 0;
}
.sec-dtl dl dd .tel{
	font-size: 24px;
	line-height: 26px;
	font-family: Times,"Times New Roman",serif;

}
.sec-dtl dl dd ul{
	padding: 0 0 0 15px;
}
.sec-dtl dl dd ul.notes{
	margin: 10px 0 0;
	padding: 15px 15px 15px 30px;
	background-color: #fff;
}
.sec-dtl dl dd table.notes {
	width: 100%;
	padding: 15px;
	background-color: #fff;
}
.sec-dtl dl dd table.simple th{
	white-space: nowrap;
	vertical-align: top
}
	@media screen and (max-width: 799px) {
		.sec-dtl dl dt {
			font-size: 14px;
		}
	}</pre></body></html>