@charset "UTF-8";

/*--------------------------------------------------------------------
privacy.html
privacy.css
--------------------------------------------------------------------*/

/*------------privacy---------------------------------------------------------------*/
#privacy ul { margin-top: var(--parag-bet); }
#privacy ul > li {
	padding-left: 1em;
	text-indent: -1em;
}
#privacy ul > li:before {
	content: "・";
	margin-right: 0.4em;
}
#privacy dl:not(:first-of-type) { margin-top: var(--parag-bet); }
#privacy dl dt {
	line-height: 1.2;
	font-size: 1.5em;
	color: var(--co-lime);
}
#privacy #DayTxt {
	margin-top: calc(var(--parag-bet) * 2);
	text-align: right;
}

@media (max-width: 960px) {
	#privacy p span { display: inline-block; }
}