@charset "utf-8";
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.pageTitle {
	background-image: url(../img/privacy/page_img.jpg);
}
.pageTitle .headLine01 .en {
	letter-spacing: 0.01em;
}
#pagePath {
	margin-bottom: 11.5rem;
}
#main .innerBox {
	margin: 0 auto;
	max-width: 100rem;
}
#main .innerBox .title {
	margin-bottom: 3.9rem;
	line-height: 2.1;
}
#main .innerBox .text {
	line-height: 2.1;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
#main .innerBox .text span {
	display: inline-block;
	text-indent: 1.3em;
}
#main .innerBox .text a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.pageTitle {
		background-image: url(../img/privacy/page_img_sp.jpg);
	}
	#pagePath {
		margin-bottom: 4rem;
	}
	#main .innerBox {
		margin: 0 2.2rem;
		max-width: 100%;
	}
	#main .innerBox .title {
		margin-bottom: 2.7rem;
	}
	#main .innerBox .text {
		margin-bottom: 2.5rem;
		text-align: justify;
	}
	#main .innerBox .text:last-of-type {
		margin-bottom: 0;
	}
}