@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;}
/*------------------------------------------------------------
	en
------------------------------------------------------------*/
.min {
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.mon{
	font-family: montserrat, sans-serif;
	width: 100%;
	text-align: center;
	
}
.futura{
	font-family: futura-pt, sans-serif;
	font-style: normal;
    font-weight: 500;
}
.mon a{
	font-weight: 400;
	color: #DC4545;
	width: 100%;
	text-align: center;
	display: inline-block;
}

.c-red{
	color:#DC4545;
}
.white{
	color:#fff;
}
.green{
	color:#217D57;
}
.pink{
	color:#E478A2;
}
.yellow{
	color:#DFAB00;
}
.mos-g{
	color:#2D4925;
}