<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
------------------------------------------------------------*/
#main {
	min-height: 870px;
}
#conts p {
	margin-bottom: 31px;
	line-height: 2.1;
	text-indent: 2em;
}
#conts .ttl {
	margin-bottom: 24px;
	padding: 0 0 10px 7px;
	color: #444;
	font-size: 18px;
	line-height: 2;
	text-indent: 0;
	border-bottom: 1px solid #EBF1F5;
}
#detail_conts .ttl {
    margin-bottom: 24px;
    padding: 0 0 10px 7px;
    color: #666;
    font-size: 14px;
    line-height: 2;
    text-indent: 0;
    border-bottom: 1px solid #EBF1F5;
}
@media all and (min-width: 0) and (max-width: 767px) {
	#main {
		min-height: auto;
		min-height: inherit;
	}
	#conts p {
		margin-bottom: 20px;
		line-height: 1.75;
	}
}
</pre></body></html>