@charset "utf-8";





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



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



#privacy{
	margin-bottom: 60px;
}

h4{
	font-size:18px;
	font-weight: 500;
	margin: 30px 0 18px 0;
}




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







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




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


#privacy{
	margin-bottom: 90px;
}

h4{
	font-size:25px;
	font-weight: 500;
	margin: 30px 0 18px 0;
}



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











