@charset "UTF-8";

/*--------------------------------------------------------------------
privacy.html
privacy.css
--------------------------------------------------------------------*/

.rounded:not(:first-of-type) { margin-top: 100px; }

/*------------privacy---------------------------------------------------------------*/
#privacy h3 {
	position: relative;
	margin-bottom: 35px;
	padding-top: 0;
	text-align: center;
	font-size: 1rem;
	font-weight: normal;
}
#privacy h3::before { display: none; }
#privacy section > p,
#privacy section > dl { font-size: 0.75em; }
#privacy section > dl { margin-top: 35px; }
#privacy section ul li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
#privacy section ul li::before {
	padding-right: 0.3em;
	content: "・";
}
#privacy section dl dl { display: flex; }
#privacy section dl dl dt::after { content: "："; }