@charset "utf-8";
/* CSS Document */
h2{
	font-size:20px;
	text-align:center;
	margin-top:50px;
	margin-bottom:30px;
}

.policy p{
	margin-bottom:20px;
	line-height:1.8;
}

.policy p:last-child{
	margin-bottom:50px;
}

.policy dl{
	margin-left:20px;
}

.policy dl dd{
	margin-left:20px;
	margin-bottom:10px;
	line-height:1.8;
}

