@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-PSP */
/* 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;}
/*------------------------------------------------------------
headLine01
------------------------------------------------------------*/
.headLine01 {
	font-size: 2.1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 2.8rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		text-align: center;
	}
}
