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

.p-policy-content {
	position: relative;
	width: 90vw;
	max-width: 1000px;
	margin-top: 80px;
	margin-bottom: 100px;
	font-size: 20px;
	line-height: 32px;
}

.p-policy-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
}

.p-policy-list {
	margin-bottom: 24px;
}

.p-policy-list a {
	color: #00acb9;
}
.p-policy-list a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.p-policy-subject {
	margin-top: 24px;
}

dl.p-policy-list {
	counter-reset: section;
}
dl.p-policy-list &gt; dt:before {
	counter-increment: section;
}

dl.p-policy-list &gt; dd &gt; ul {
	counter-reset: subsection;
}

dl.p-policy-list &gt; dd &gt; ul &gt; li:before {
	counter-increment: subsection;
}

.p-policy-remarks {
	margin-left: 20px;
}

.p-policy-remarks:before {
	content: "※";
	display: inline;
	margin-right: 10px;
	margin-left: -20px;
}

.p-policy-list &gt; dt:before {
	content: counter(section) ")";
	display: inline-block;
	min-width: 20px;
	margin-right: 10px;
	text-indent: 0;
}

.p-policy-sublist &gt; li:before {
	content: counter(subsection) ".";
	display: inline-block;
	min-width: 20px;
	margin-right: 10px;
	text-indent: 0;
}

.p-policy-author {
	text-align: right;
}

@media screen and (max-width: 960px) {
	.p-policy-content {
		margin-top: 40px;
		margin-bottom: 50px;
		font-size: 14px;
		line-height: 26px;
	}

	.p-policy-title {
		font-size: 20px;
		line-height: 32px;
	}

	.p-policy-list {
		margin-bottom: 18px;
	}

	.p-policy-subject {
		margin-top: 18px;
	}

	.p-policy-remarks {
		margin-left: 14px;
	}

	.p-policy-remarks:before {
		margin-right: 7px;
		margin-left: -14px;
	}

	.p-policy-list &gt; dt:before,
	.p-policy-sublist &gt; li:before {
		min-width: 14px;
		margin-right: 7px;
	}

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