@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* 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;}
.bg {
	background: #fffbe4;
}
@media all and (min-width: 897px) {
	.bg {
		margin: 0 auto;
		max-width: 75rem;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/

@media all and (max-width: 896px) {
	
}