@charset "utf-8";
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
#main .content {
	max-width: 90rem;
}
#main .textBox {
	margin-top: -4.1rem;
}
#main .textBox .text {
	margin-bottom: 2.9rem;
	font-weight: 700;
	line-height: 2.12;
	letter-spacing: 0.18em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .textBox .text a:hover {
	opacity: 0.7;
}
#main .textBox .text:last-child {
	margin-bottom: 0;
}
#main .guide {
	padding-top: 24.2rem;
}
#main .btmSecBox .content,
#main .contact .content {
	max-width: 120rem;
}
@media all and (max-width: 896px) {
	#main .content {
		margin: 0 6rem;
	}
	#main .textBox {
		margin-top: 0;
	}
	#main .textBox .text {
		margin-bottom: 2.8rem;
		font-size: 1.34rem;
		line-height: 2.01;
	}
	#main .guide {
		padding-top: 17.2rem;
	}
	#main .btmSecBox .content,
	#main .contact .content {
		margin: 0 1.8rem;
	}
}