@charset "utf-8";
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.privacy {
	margin-bottom: 167px;
}
.pageTitle {
	margin-bottom: 84px;
	background-image: none;
  background-color: #aebcd6;
}
.privacy .h3Ttl {
	margin-bottom: 0;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.1em;
}
.privacy p {
	letter-spacing: 0.1em;
	font-weight: normal;
	line-height: 2;
}
.privacy p:not(:last-child) {
	margin-bottom: 32px;
}
@media all and (min-width: 897px) {
}	
@media all and (max-width: 896px) {
	.privacy {
		margin-bottom: 71px;
		}
	.pageTitle {
		margin-bottom: 44px;
	}
}
@media all and (min-width: 897px) and (max-width: 1550px) {
}
@media all and (max-width: 359px) {
	.comText {
		font-size: 1.4rem;
	}
}