@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* 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;}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.mincho {
	font-family: "Zen Old Mincho", serif;
}
.gothic {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.pink {
	color: #C8448E;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 100rem;
	padding: 0 2rem;
	margin: 0 auto;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	.content {
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 1.1rem;
	text-align: center;
	font-weight: 700;
	font-size: 5.5rem;
	line-height: 1.36;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 1.1rem;
		font-size: 3rem;
	}
}