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

#faq dd {
	padding: 10px 0px;
	text-indent: 2em;
	line-height: 24px;
	word-wrap:break-word;
}

#faq_box_title {
	font-size: 15px;
	font-weight: bold;
	height: 19px;
	margin-bottom: 20px;
	padding: 6px 0 0 80px;
}

.faq_content {
	margin: auto;
	padding: 10px 170px 20px 170px;
}

.qcontainer
{
	font-size:14px;
}</pre></body></html>