@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.mainBox {
	margin: 0 auto;
	max-width: 1203px;
	box-sizing: border-box;
}
.eng {
	font-family:"Nobel-Regular", "レクサスロダン Pro M", "LexusRodinPro-M", "FOT-ロダン Pro M", "メイリオ ",sans-serif;
}
@media all and (max-width: 767px) {}