@charset "UTF-8";

@media screen and (max-width: 750px) {
	
/* MV */
	#pagesMv { background-image: url("/introduction/images/introduction_mv_bg_sp.jpg"); }

	.floatArea .floatImg { float: none; padding: 0; max-width: 250px; margin: 0 auto; }
	.floatArea .floatImg + p { margin-top: 25px; }

	.introductionSec h2 { font-size: 2rem; font-weight: 500; }
	.introductionSec h2 + div { margin-top: 20px; }
	.introductionSec div + p { margin-top: 15px; }
	.introductionSec p { margin-top: 20px; }
	.introductionSec .introductionSign { margin-top: 25px; }
	.introductionSec .beforeArea { margin-top: 30px; }
	.introductionSec .beforeArea h3 { font-size: 1.75rem; }
	.introductionSec .beforeArea h3 + p { margin-top: 20px; }
}