@charset "utf-8";
/**
 * style.css
 */

/* index
--------------------------------------------------*/
/* layout */
.menuArea {
	margin-top: 70px;
}
.menuArea .caption {
	margin-top: 60px;
	text-align: center;
}
.menuArea .caption.left {
	margin-top: 30px;
	text-align: left;
}
/* sp */
@media only screen and (max-width:767px) {
	.menuArea {
		margin-top: 30px;
	}
	.menuArea .caption {
		margin-top: 30px;
		text-align: left;
	}
}