@charset "utf-8";

/* ========================================================
	privacy.css => プライバシーマーク認証取得ページ用CSS
======================================================== */

/* contents
============================================================================================================ */
#contents.privacy .foot {
	margin-top: 50px;
	text-align: center;
}
#contents.privacy .foot p {
	margin-top: 2em;
}
@media screen and (max-width: 680px) {
	#contents.privacy .foot {
		margin-top: 20px;
		text-align: center;
	}
	#contents.privacy .foot p {
		margin-top: 1em;
	}
}


#contents.privacy .privacy h1 {
	font-weight: normal;
}
#contents.privacy .privacy section + section {
	margin-top: 1.8em;
}
#contents.privacy .privacy section > ol > li + li,
#contents.privacy .privacy section dl,
#contents.privacy .privacy > p {
	margin-top: 1em;
}
@media screen and (max-width: 680px) {
}


#contents.privacy .privacymark {
	margin-top: 30px;
	text-align: center;
}


