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

/* 個人情報について クラス
----------------------------------------*/
#privacypolicy .txtarea &gt; p {
	margin: 0 30px 0 40px;
}

#privacypolicy .txtarea ol {
	margin: 30px 30px 0 60px;
}

#privacypolicy .txtarea ol li {
	margin-top: 25px;
	font-weight: bold;
	color: #00bc98;
}

#privacypolicy .txtarea ol li:first-child {
	margin-top: 0;
}

#privacypolicy .txtarea ol ol {
	margin: 0;
	list-style: none;
}

#privacypolicy .txtarea ol ol li {
	margin-top: 10px;
	margin-left: 1em;
	text-indent: -1em;
	font-weight: normal;
	color: #000;
}

#privacypolicy .txtarea ol p {
	font-weight: normal;
	color: #000;
}

#privacypolicy address {
	display: inline-block;
	text-align: left;
	font-style: normal;
}

#privacypolicy address strong {
	color: #00bc98;
}
</pre></body></html>