@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* 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;}
.jost {
	font-family: "Jost", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 128rem;
	position: relative;
	box-sizing: content-box;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 3.5rem;
		padding: 0;
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 2.2rem;
	color: #537c3f;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0.055em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 0.8rem;
	}
}