/* プライバシーポリシー
============================ */
/* wrap */
#contentsArea.privacy .wrap {
	padding: 100px 0 120px;
}
#contentsArea.privacy .wrap p {
	margin-bottom: 20px;
}
#contentsArea.privacy .wrap h2 {
	margin: 60px 0 40px;
}
#contentsArea.privacy .subttl {
	font-size:2.2rem;
	line-height:1.8;
	margin: 0 0 40px;
}
#contentsArea.privacy .copy {
	font-size: 2.4rem;
	line-height: 2;
	margin-bottom: 80px !important;
}
#contentsArea.privacy .txtC {
	text-align:center;
}
#contentsArea.privacy .mincho {
	font-family: 'Zen Old Mincho', serif;
}
#contentsArea.privacy ol {
	counter-reset: count 0;
	margin:0 0 20px;
}
#contentsArea.privacy ol li {
	position: relative;
	padding-left: 20px;
	margin:0 0 20px;
}
#contentsArea.privacy ol li:last-child {
	margin:0;
}
#contentsArea.privacy ol li:before {
	font-size: 1.6rem;
	font-family: 'Zen Old Mincho', serif;
	content: counter(count) ". ";
	counter-increment: count 1;
	position: absolute;
	display:inline-block;
	top:0;
	left: 0;
	padding: 0 0.2em 0 0.2em;
}

#contentsArea.privacy ol li span {
	display:block;
	position: relative;
	font-size: 3.2rem;
	font-family: 'Zen Old Mincho', serif;
	font-weight: normal;
	line-height: 1.4;
	padding-left: 40px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
#contentsArea.privacy ol li span::before {
	position: absolute;
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background: #4bc76d;
	bottom: 0;
	left: 0;
	z-index: 4;
}
#contentsArea.privacy ol li span::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #eee;
	bottom: 0;
	left: 0;
	z-index: 3;
}
@media screen and (max-width:1024px) {
	#contentsArea.privacy .wrap {
		padding: 15px 0 50px;
	}
	#contentsArea.privacy .wrap p {
		margin-bottom: 20px;
	}
	#contentsArea.privacy .wrap h2 {
		margin: 40px 0 20px;
	}
	#contentsArea.privacy ol li:before {
		font-size: 1.4rem;
	}

}

