/* プライバシーポリシー
=========================================================================
========================================================================*/
#privacy main {
	padding-top: 213px;
}

#privacy main h1 {
	overflow: hidden;
	margin-bottom: 28px;
	height: 21px;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/privacy/title.svg) center center no-repeat;
	background-size: contain;
}

#privacy main section {
	margin: 0 auto 80px;
	width: 720px;
}

/* ----- 見出しh2 ----- */
#privacy main h2 {
	margin-bottom: 48px;
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1em;
	text-align: center;
}

/* ----- テキスト ----- */
#privacy main p.margin {
	margin-bottom: 40px;
}

/* ----- リスト ----- */
#privacy ol.list {
	counter-reset: li_count;
}

#privacy ol.list li {
	position: relative;
	padding: 0 0 0 1.5em;
	margin-bottom: 5px;
}

#privacy ol.list li::before {
	position: absolute;
	left: 0;
	counter-increment: li_count;
	content: counter(li_count)"）";
}


/*  767px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {
	#privacy main {
		padding: 94px 20px 0;
	}

	#privacy main h1 {
		margin-bottom: 14px;
		height: 14px;
	}

	#privacy main section {
		margin: 0 auto 80px;
		width: 100%;
		font-size: 1.3rem;
		line-height: 1.53em;
	}

	/* ----- 見出しh2 ----- */
	#privacy main h2 {
		margin-bottom: 46px;
		font-size: 1.8rem;
	}

	/* ----- テキスト ----- */
	#privacy main p.margin {
		margin-bottom: 20px;
	}

}
