@charset "UTF-8";
/* sp(320px) */

/* お問い合わせ */
#contact {
	padding-top: 10px;
}
#contact .hl {
/*	font-size: 22px;*/
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}


@media handheld, print, screen and (min-width: 375px) {
/* iphone6 */


/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 414px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}



@media handheld, print, screen and (min-width: 480px) {
/* tablet */




	@media (-webkit-min-device-pixel-ratio: 2){
		

	/* end of media query(retina) */	
	}

/* end of media query(tablet) */	
}



@media handheld, print, screen and (min-width: 620px) {
/* iPad */


/* end of media query(iPad) */	
}



@media handheld, print, screen and (min-width: 835px) {
/* pc */



/* end of media query(pc) */
}