@charset "utf-8";



/* --------------------------------------------
						
個人情報の利用について

---------------------------------------------- */ 
.privacySct {
	width: 85%; max-width: 910px;
	font-size: 16px; font-size: 1.6rem;
	margin-bottom: 3em;
}
.privacySct h3 {
	font-size: 17px; font-size: 1.7rem;
	font-weight: normal;
}
.privacySct h3::before {
	content: "";
	display: inline-block;
	width: 1.5em; height: 1.5em;
	margin: -0.2em 0.3em 0 0;
	vertical-align: middle;
	background: url(../img/icon.png);
	background-size: cover;
}





