@charset "utf-8";





@media only screen and (max-width: 480px) {





#page-head-privacy{
	width: 100%;
	height: 250px;
	background:url(../i/h2_bg_privacy.jpg) no-repeat center center;
	background-size:cover;
	z-index: -1;
}


#privacy{
	margin-bottom: 70px;
}

.privacy-contents h4{
	font-size: 18px;
	color:#1b5991;
	margin: 24px 0 21px 0;
}

.privacy-contents p{
	line-height: 2;
}








}/*//end  max-width: 480px ///////////////////////*/







@media only screen and (min-width: 481px) {




#page-head-privacy{
	width: 100%;
	height: 400px;
	background:url(../i/h2_bg_privacy.jpg) no-repeat center center;
	background-size:cover;
	z-index: -1;
}


#privacy{
	margin-bottom: 70px;
}

.privacy-contents h4{
	font-size: 25px;
	color:#1b5991;
	margin: 24px 0 21px 0;
}

.privacy-contents p{
	line-height: 2;
}



}/*//end  min-width: 481px ///////////////////////*/











