@charset "utf-8";
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
#main .topText {
	margin-bottom: 5.8rem;
	padding-bottom: 3.6rem;
	line-height: 1.71;
	border-bottom: 1px solid #004EA2;
}
#main li:not(:last-child) {
	margin-bottom: 3.5rem;
}
#main li p {
	line-height: 1.78;
}
#main li p:not(:last-child) {
	margin-bottom: 2.6rem;
}
@media all and (min-width: 897px) {
	#main li .sml {
		padding-top: 1.2rem;
		line-height: 1.69;
		font-size: 1.3rem;
	}
}
@media all and (max-width: 896px) {
	.pageTitle h2 {
		top: -0.3rem;
		font-size: 4.65rem;
		letter-spacing: -0.02em;
	}
	.pageTitle h3 {
		height: 16.4rem;
		clip-path: polygon(0 5.5%, 100% 0, 100% 100%, 0% 100%);
	}
	#main .topText {
		margin-bottom: 2.2rem;
		padding-bottom: 2.3rem;
		font-size: 1.2rem;
	}
	#main li:not(:last-child) {
		margin-bottom: 3.7rem;
	}
	#main li p {
		font-size: 1.2rem;
		color: #606060;
	}
	#main li p:not(:last-child) {
		margin-bottom: 1.8rem;
	}
	#main li .sml {
		padding-top: 0.5rem;
	}
}