@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-ltt */
/* 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
------------------------------------------------------------*/
.en {
	font-family: "Merriweather", 'Times New Roman', Times,serif;
}
.content {
	margin: 0 auto;
	max-width: 120rem;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 3.4rem;
	font-size: 2.8rem;
	font-weight: 600;
	text-align: center;
}
.headLine01 .en {
	margin-top: 0.5rem;
	display: block;
	color: #3B478C;
	font-size: 1.3rem;
	font-weight: 400;
}
