@charset "utf-8";
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
#main {
	padding-bottom: 20.7rem;
}
.pageTitle {
	padding: 20.7rem 0 7.2rem;
}
#main .headLine01 .en {
	line-height: 0.96;
}
#main .headLine01 .jp {
	margin-top: 0.8rem;
	font-size: 1.8rem;
}
#main .text {
	margin-bottom: 3.5rem;
	line-height: 2;
}
#main .title {
	margin-bottom: 0.4rem;
	font-weight: 700;
}
#main .text:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	#main {
		padding-bottom: 6rem;
	}
	.pageTitle {
		padding-bottom: 4rem !important;
	}
	#main .headLine01 .en {
		line-height: 1;
	}
	#main .headLine01 .jp {
		margin-top: 0.8rem;
		font-size: 1.8rem;
	}
	#main .text {
		margin-bottom: 2.7rem;
		line-height: 1.7;
		font-weight: 400;
	}
	#main .title {
		margin-bottom: 0.2rem;
	}
}