<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#privacy-main p:not(:last-child),
ol.numeric-list:not(:last-child),
.bullet-list-text:not(:last-child),
.minor-midasi:not(:last-child),
.shomei
{	margin-bottom: 20px;
	clear: both;
}

ol.numeric-list
{	counter-reset: counter0;
	margin-top: 20px;
}


ol.numeric-list &gt; li
{	padding-left: 1.5em;
	text-indent: -1.5em;
	counter-increment: counter0;
}

ol.numeric-list &gt; li:not(:last-child)
{	margin-bottom: 1em;
}

ol.numeric-list &gt; li::before
{	content: counter(counter0) ".";
	display: inline-block;
	min-width: 1.5em;
	text-align: right;
	box-sizing: border-box;
	padding-right: 0.5em;
}

.bullet-list-text &gt; li
{	padding-left: 1em;
	text-indent: -1em;
}

.bullet-list-text &gt; li::before
{	background-color: currentColor;
	content: "";
	width: 0.6em;
	height: 0.6em;
	border-radius: 50%;
	margin: 0 0.2em;
	display: inline-block;
	text-indent: 0;
}

/* */
.minor-midasi
{	display: inline-block;
}

/* */
.shomei,
.under,
.r_words
{	clear: both;
	float: right;
}

.under
{	padding-right: 1em;
}

.r_words
{	min-width: 28em;
}

.r_words .minor-midasi:not(:first-of-type)
{	margin-top: 20px;
}


@media only screen and (max-width: 799px)
{	#privacy-main .btns a
	{	display: block !important;
		width: auto !important;
		max-width: none !important;
	}
}

@media only screen and (max-width: 479px)
{	.under
	{	padding-right: 0;
	}
	.r_words
	{	min-width: 0;
	}
}</pre></body></html>