@charset "UTF-8";

/* ================================================
privacy
================================================ */
#privacy #main h2 {
	margin-bottom: 15px;
	color: #aa3977;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	}
#privacy #main h3 {
	padding-bottom: 5px;
	margin: 36px 0 0;
	border-bottom: 1px dashed #aaa;
	font-weight: bold;
	}
#privacy #main p {
	margin-top: 1.5em;
	}

#privacy #main ol {
	margin: 1.5em 0;
	}
#privacy #main ol li {
	padding-left: 3em;
	position: relative;
	line-height: 1.8;
	}
#privacy #main ol li+li {
	margin-top: 8px;
	}
#privacy #main ol li::before {
	position: absolute;
	top: 0;
	left: 0;
	}
#privacy #main ol li:nth-of-type(1)::before { content: '（1）'; }
#privacy #main ol li:nth-of-type(2)::before { content: '（2）'; }
#privacy #main ol li:nth-of-type(3)::before { content: '（3）'; }
#privacy #main ol li:nth-of-type(4)::before { content: '（4）'; }

/* note */
#privacy ul.note {
	margin-top: 1.5em;
	}
#privacy ul.note li {
	padding-left: 1.8em;
	margin-top: 12px;
	position: relative;
	font-size: 13px;
	}
#privacy ul.note li::before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	content: '※';
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#privacy #main h2 {
		font-size: 32px;
		}
	#privacy #main h3 {
		font-size: 18px;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

	#privacy #main p,
	#privacy #main ol {
		font-size: 14px;
		}
	#privacy #main h2 {
		font-size: 22px;
		}
	#privacy #main h3 {
		font-size: 17px;
		}

} /* end ＞767 */
