@charset "UTF-8";
#eyecatch {
	height: 540px;
	background: url(../img/img_eye_etc.jpg) no-repeat center center;
	background-size: cover;
}
#policy {
	margin-top: -180px;
}
#policy .inner {
	padding: 40px;
	width: 916px;
	box-shadow: 0 4px 8px rgba(150,150,150,0.6);
	background: #FFF;
	position: relative; 5;
}
#policy .inner .box {
}
#policy .inner .box h2 {
	margin-bottom: 24px;
	margin-top: 36px;
	font-size: 14px;
	color: #3F51B5;
}
#policy .inner .box p {
	padding: 0 14px;
}
#policy .inner .box ul {
	padding: 0 14px
}
#policy .inner .box ul.num {
	list-style: decimal inside;
}
#policy .inner .box address {
	padding:  28px;
	background: #FCFCF7;
}