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

#pageContact {}

#pageContact #headline {
	background-image: url(../img/contact/bg_headline.jpg);
}

	@media (-webkit-min-device-pixel-ratio: 2){
		#pageContact #headline {
			background-image: url(../img/contact/bg_headline@2x.jpg);
		}
	/* end of media query(retina) */	
	}


#pageContact .step {
	max-width: 800px;
}






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


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



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

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



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



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



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


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



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



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