@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------

contents

------------------------------------------------- */

#policyArea section{
	margin:30px 0 0;
}
#policyArea section h3{
	font-size:1.7em;
	margin:0 0 0px;
}
#policyArea section ul{
	margin:20px 0 0;
}
#policyArea section ul li{
	list-style:circle;
	margin:0 0 0 20px;
}
#policyArea section ul li span{
	font-size:0.8em;
	color:#8f8f8f;
	vertical-align:text-top;
	padding:0 5px 0 0;
}
/* PC */
@media screen and (min-width:769px) {

}
/* Tablet */
@media screen and (max-width:768px) {

}



















