@charset "utf-8";
#cont {
	color:#494b48;
}
section {
	margin:0;
	padding:0;
	line-height:0;
}
/*------------------------------------------------------------------------------ policy --*/
#policy #main_v {
	position:relative;
	width:100%;
	height:300px;
	background:url(/common/img/policy/main.png) center center no-repeat;
	background-size:cover;
}
#policy #main_v h1 {
	text-align:center;
	padding:120px 0 0 0;
	font-size:48px;
	line-height:60px;
	color:#ffffff;
}
#policy section{
	width:940px;
	margin:90px auto 0;
	}
.copy{
	text-align:right;
	font-size:14px;
	line-height:32px;
	margin:150px 0 70px !important;	
	}
.copy p{
	font-size:18px;
	}
.copy a{
	color:#1a7bd0;
	text-decoration:underline;
	}
 @media screen and (max-width:750px) {
#policy #main_v {
	position:relative;
	width:100%;
	height:auto;
	background:url(/common/img/policy/main.png) center center no-repeat;
	background-size:cover;
}
#policy #main_v h1 {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	text-align:center;
	padding:0 0 0 0px;
	margin-top:-14px;
	font-size:24px;
	line-height:28px;
}
#policy section{
	width:90%;
	margin:40px auto 0;
	}
.copy{
	text-align:right;
	font-size:14px;
	line-height:26px;
	margin:60px 0 60px !important;	
	}
.copy p{
	font-size:16px;
	}
.copy a{
	color:#1a7bd0;
	text-decoration:underline;
	}

}