@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
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 1180px;
}
@media all and (max-width: 480px) {
	.content {
		margin: 0 15px;
		width: auto;
	}
}
/*------------------------------------------------------------
	h2
------------------------------------------------------------*/
h2 {
	margin-bottom: 35px;
	font-size: 40px;
	font-weight: 900;
	text-align: center;
}
@media all and (max-width: 480px) {
	h2 {
		margin-bottom: 35px;
		font-size: 28px;
	}
}
@media all and (max-width: 374px) {
	h2 {
		font-size: 24px;
	}
}