@charset "utf-8";
/* ===================================================
	privacy CSS
====================================================== */
/* ---------------------------------------------------
section
------------------------------------------------------ */
section { padding: 100px 0;}
section h2 { line-height: 1.5; font-size: 40px; color: #8f847e; text-align: center; font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
section h2+p { padding: 0 0 50px; text-align: center;}

section >dl { margin: 0 0 40px;}
section >dl dt { font-size: 26px; color: #8f847e; font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
section >dl dd ul { padding: 20px 0 0; counter-reset: listnum; list-style: none;}
section >dl dd ul li::before { counter-increment: listnum; content: counter(listnum)".";}

section .info { margin: 80px 0 0;}
section .info dt { font-size: 18px; color: #8f847e;}

@media screen and (max-width: 600px) {
	section h2 { font-size: 26px;}
	section h2+p { text-align: left;}

	section >dl { margin: 0 0 30px;}
	section >dl dt { font-size: 20px;}
	section .info { margin: 50px 0 0;}
	section .info dt { font-size: 16px;}
}