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

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

contents

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

/* color */
.titleArea h2,
.titleArea ul li a,
.gotop a{
	background-color: #44b2e6;
}
.mainArea h3{
	color:#44b2e6;
	border-bottom:4px solid #44b2e6;
}
/* mainArea */
#policyArea section{
	margin:30px 0 0;
}
#policyArea section h3{
	font-size:1.6em;
	margin:0 0 0px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#policyArea section ol{
	margin:20px 0 0;
}
#policyArea section ol li{
	list-style:circle;
	margin:0 0 0 20px;
}
#policyArea section ol 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) {

}



















