@charset "utf-8";
/**
 *  プライバシー・ポリシー
 *  update.25.1.28
**/
.section-privacy-policy {
	font-size:1.6rem;
	color:#575757;
	line-height: 1.8;
}
.section-privacy-policy .box .title {
	font-weight:700;
}
.section-privacy-policy .signature {
	margin:20px 0 0;
	display: flex;
	justify-content: flex-end;
}
@media print, screen and (min-width: 728px) {
	.section-privacy-policy {
		font-size:1.6rem;
	}
	.section-privacy-policy .box {
		margin:40px 0 0;
	}
	.section-privacy-policy .box:first-of-type {
		margin:30px 0 0 !important;
	}
	.section-privacy-policy .signature {
		margin:40px 0 0;
	}
}