@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;
}
/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl, .tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	padding: 0 1.5rem;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 1.9rem;
	padding: 1.2rem 1rem 1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.075em;
	background: #078372;
}
.headLine01 .color {
	display: block;
	color: #F3EB33;
	font-weight: 700;
}