@charset "UTF-8";
@import "/common/css/common.pc.css?2";

/* ---------------------------------------------------------
	CSS Document policy
--------------------------------------------------------- */

#policy {
	padding: 60px 90px 0;
	background: #fff;
	text-align: left;
}

#policy h2 {
	margin-bottom: 50px;
	text-align: center;
	font-weight: normal;
	font-size: 26px;
	line-height: 1;
	position: relative;
}

#policy h2:after {
	content: '';
	width: 100px;
	height: 3px;
	margin-left: -50px;
	background: #057dcd;
	position: absolute;
	bottom: -20px;
	left: 50%;
}

#policy h3 {
	margin-top: 60px;
	font-size: 19px;
	line-height: 1.6;
}

#policy li {
	margin-top: 20px;
}

#policy p {
	margin-top: 20px;
}
