@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
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 90rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 3.5rem;
	}
}
/*------------------------------------------------------------
	fixBtn
------------------------------------------------------------*/
.fixBtn {
	position: fixed;
	right: -3.5rem;
	bottom: 2rem;
	width: 17.9rem;
	z-index: 80;
}
@media all and (min-width: 897px) {
	.fixBtn a {
		display: block;
		background: url(../img/fix_btn_bg.png) no-repeat left top/100%;
	}
	.fixBtn a img {
		transition: .3s;
	}
	.fixBtn a:hover img {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.fixBtn {
		right: -2.9rem;
		bottom: 0.9rem;
		width: 11.3rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 5rem;
	color: #008655;
	letter-spacing: 0.04em;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.67;
	text-align: center;
}
.headLine01 img {
	height: 6.2rem;
	display: block;
	margin: 0 auto 0.4rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 4rem;
		font-size: 1.4rem;
		line-height: 1.07;
	}
	.headLine01 img {
		margin-bottom: 0.8rem;
		height: 4.3rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn .sub {
	margin: 0 auto;
	width: 27.2rem;
	display: block;
	padding: 0.8rem 3.2rem 1rem 1rem;
	color: #008655;
	font-size: 2.4rem;
	letter-spacing: 0.04em;
	font-weight: 600;
	border-radius: 0.6rem;
	text-align: center;
	transition: .3s;
	background: #ffda02 url(../img/icon03.png) no-repeat right 1.6rem center/2.1rem;
}
@media all and (min-width: 897px) {
	.comBtn .sub:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn .sub {
		width: 22.7rem;
		padding: 0.8rem 3.5rem 1.2rem 1rem;
		font-size: 1.9rem;
		border-radius: 0.3rem;
		background-image: url(../img/icon03_sp.png);
		background-position: right 1.2rem center;
		background-size: 2.5rem;
	}
}