@charset "utf-8";
/* CSS Document */
/*メインビジュアル*/


.privacypolicy {
	
}
.privacypolicy h2{
	background-color:transparent;
	color:#000;
	padding:0;
	font-size:18px;
	border-radius:0;
	display:flex;
	align-items:center;
}
.privacypolicy h2::before{
	content:"";
	display:inline-block;
	width:7px;
	height:7px;
	background-color:#00A5E6;
	margin-right:10px;
}
