@charset "utf-8";

/* ========================================================
	privacy-policy.css
======================================================== */

/* page_title
============================================================================================================ */
@media screen and (max-width: 767px) {
	.page_title h1 {
		padding-left: 0.1em;
		letter-spacing: 0.1em;
	}
}

/* page_contents
============================================================================================================ */
.page_contents > p {
	margin-bottom: 2em;
}
.page_contents > section {
	margin-top: 60px;
}
.page_contents > section > * + * {
	margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
	.page_contents > section {
		margin-top: 40px;
	}
}
