@charset "utf-8";
/*------------------------------------------------------------
	privacy-policy
------------------------------------------------------------*/
body {
	background-color: #fff;
}
#main {
	padding-bottom: 16rem;
}
#main p {
	text-align: justify;
	line-height: 1.875;
	letter-spacing: 0.03em;
}
#main .topText {
	margin-bottom: 4.2rem;
	padding-top: 1px;
}
#main .info:not(:last-child) {
	margin-bottom: 4.9rem;
}
#main .info p + .comNumList {
	margin-top: 1.1rem;
}
@media all and (min-width: 897px) {
	#main .info .mail:hover {
		color: #075C91;
	}
}
@media all and (max-width: 896px) {
	#main {
		padding-bottom: 8.3rem;
	}
	#main p {
		line-height: 1.78;
	}
	#main .topText {
		margin: -0.7rem 0 3.8rem;
		padding-top: 0;
	}
	#main .info:not(:last-child) {
		margin-bottom: 3.6rem;
	}
}