@charset "UTF-8";

/*--------------------------------------------------------------------
privacy.html
privacy.css
--------------------------------------------------------------------*/

/*------------privacy---------------------------------------------------------------*/
#privacy section:not(:first-of-type) { margin-top: 30px; }
#privacy ol {
	padding-left: 1.5em;
	list-style: decimal;
}
#privacy ol > li:not(:first-of-type) {
	margin-top: var(--parag-bet);
}
#privacy ul > li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
#privacy ul > li:before {
	content: "〇";
	margin-right: 0.3em;
}
#privacy #endTxt {
	width: 11em;
	margin: 3em 0 0 auto;
}

@media (max-width: 960px) {
}