@charset "UTF-8";

/*--------------------------------------------------------------------
privacy.html
privacy.css
--------------------------------------------------------------------*/

/*------------privacy---------------------------------------------------------------*/
#privacy section:not(:first-of-type) { margin-top: 30px; }
#privacy p + ul,
#privacy ul + p { margin-top: var(-parag-bet); }
#privacy ul { list-style: none; }
#privacy ul > li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
#privacy ul > li:before {
	content: "〇";
	margin-right: 0.3em;
}
#privacy p span:not(:last-of-type) { margin-right: 1em; }
#privacy .number,
#privacy dl { display: flex; }
#privacy dl:not(:last-of-type) { margin-right: 3em; }
#privacy dl dt::after { content: "："; }

@media (max-width: 960px) {
	#privacy p span { display: inline-block; }
	#privacy .number { flex-direction: column; }
}