@charset "utf-8";
h3{
	background-image:url(../img/about_arrow.png);
	background-size:1.3em auto;
	background-repeat:no-repeat;
	background-position:1% center;
	padding-left:2em;
	font-size:4.2vw;
	font-weight:bold;
	margin:1%;
	border-bottom:1px solid #CCC;
}
h4{
	color:#00a9c2;
	font-size:3.6vw;
	font-weight:bold;
	padding:.3em;
}
p{
	font-size:3.2vw;
	padding:.3em;
	line-height:1.3;
	margin-bottom:2em;
}