@charset "UTF-8";

/* サイトご利用条件 */

.c-sitepolicy {
	margin-bottom: 200px;
	padding: 110px 0;
	background-color: #fff;
}

.c-sitepolicy__sttl {
	line-height: 1.875;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.c-sitepolicy {
		margin-bottom: 100px;
		padding: 48px 0;
	}
}
