@charset "UTF-8";
/*-----------------------------------

	headline

-----------------------------------*/
#headline {
	background-image: url(../img/sitemap/mv.jpg);
}

#headline h1::before {
	content: "PRIVACY POLICY";
}
/*-----------------------------------

	privacy_block

-----------------------------------*/
#privacy_block {
	padding-bottom: 100px;
	counter-reset: number;
}
#privacy_block .privacy_inner {
	line-height: 2;
	letter-spacing: 0.03em;
}
#privacy_block .privacy_inner > * {
	margin-bottom: 1em;
}
#privacy_block .privacy_inner:not(:last-child) {
	padding-bottom: 40px;
}
#privacy_block h2 {
	counter-increment: number;
	font: 700 2.4rem/1.5 var(--fJa);
	position: relative;
	padding-left: 54px;
}
#privacy_block h2::before {
	content: counter(number, decimal-leading-zero);
	font: 700 2rem/1 var(--fEn);
	color: #4CBCA4;
	width: 54px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#privacy_block h2::after {
	content: "";
	width: 2px;
	height: 86%;
	background: var(--mClr1);
	position: absolute;
	top: 7%;
	left: 37px;
}
#privacy_block p {
	font-weight: 500;
	white-space: pre-line;
}
#privacy_block .privacy_inner > ol > li {
	list-style: inside decimal;
	margin-bottom: 1em;
}
#privacy_block .privacy_inner > ol > li > span {
	font-weight: 700;
}
#privacy_block .privacy_inner > ol > li > ol > li {
	counter-increment: listno;
	padding-left: 2.6em;
	font-weight: 500;
	position: relative;
	margin-bottom: 0;
}
#privacy_block .privacy_inner > ol > li > ol > li::before {
	content: "（"counter(listno)"）";
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 640px) {
	#privacy_block {
		padding-bottom: 50px;
	}
	#privacy_block .privacy_inner {
		line-height: 1.8;
	}
	#privacy_block .privacy_inner:not(:last-child) {
		padding-bottom: 30px;
	}
	#privacy_block h2 {
		font-size: 1.7rem;
		padding-left: 45px;
	}
	#privacy_block h2::before {
		font-size: 1.5rem;
		width: 45px;
	}
	#privacy_block h2::after {
		left: 30px;
	}
}