@charset "UTF-8";
/* CSS Document */


	
	
/* privacy-policy
--------------------- */
#privacy-policy h2 {
	margin-top: 50px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: 10px;
}





/* 1024px */
@media screen and (max-width: 1024px) {


	
	
/* privacy-policy
--------------------- */
#privacy-policy h2 {
	margin-top: 45px;
	font-size: 2.2rem;
}



}





/* max 768px */
@media screen and (max-width: 768px) {


	
	
/* privacy-policy
--------------------- */
#privacy-policy h2 {
	margin-top: 40px;
	font-size: 2.0rem;
}



}