@charset "utf-8";
/*------------------------------------------------------------
	policy
------------------------------------------------------------*/
#main {
	padding-bottom: 15.6rem;
}
#main .pageTitle {
	background-image: url(../img/policy/page_title_bg.jpg);
}
#main .info:not(:last-child) {
	margin-bottom: 6.2rem;
}
#main .info p {
	margin-bottom: 2.6rem;
	line-height: 1.86;
	letter-spacing: 0.04em;
	font-size: max(10px,1.4rem);
}
#main .info p:last-child {
	margin-bottom: 0 !important;
}
@media all and (min-width: 1000px) {
	#main #pagePath {
		margin-bottom: 8.8rem;
	}
}
@media all and (max-width: 999px) {
	#main {
		padding-bottom: 9.3rem;
	}
	#main .pageTitle {
		background-image: url(../img/policy/page_title_bg_sp.jpg);
	}
	#main #pagePath {
		margin-bottom: 5rem;
	}
	#main .info:not(:last-child) {
		margin-bottom: 5.3rem;
	}
	#main .info p {
		margin-bottom: 2.4rem;
		line-height: 1.84;
		letter-spacing: 0.02em;
		font-size: 1.3rem;
	}
}