@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-JYJ */
/* 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
------------------------------------------------------------*/
.fixedBtn {
	width: 9.8rem;
	right: 1.1rem;
	bottom: 1.6rem;
	z-index: 666;
	position: fixed;
	opacity: 0;
	transition: 0.3s;
}
.fixedBtn.fix {
	opacity: 1;
}
.fixedBtn a {
	display: block;
	overflow: hidden;
	border-radius: 100%;
}
.comBox .head {
	margin-bottom: 0.8rem;
	font-size: 1.8rem;
	text-align: center;
	font-weight: 500;
}
.comBox .head img {
	margin-right: 0.6rem;
	width: 3.3rem;
	vertical-align: -2px;
}
.comBox .imgUl {
	margin-bottom: 2.1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4rem;
	text-align: center;
}
.comBox .imgUl li {
	width: 10.2rem;
	font-size: 1.4rem;
}
.comBox .imgUl li a {
	display: block;
}
.comBox .imgUl .img {
	margin-bottom: 0.2rem;
	height: 6.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.comBox .imgUl span {
	display: block;
}
.comTips {
	margin: 0 auto;
	padding-left: 1.2rem;
	width: fit-content;
	font-size: 1.2rem;
	line-height: 1.75;
	text-indent: -1.2rem;
}
.comBtn a {
	margin: 3.4rem auto 5.7rem;
	padding-right: 2.6rem;
	width: 20rem;
	height: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	text-align: center;
	color: #2d2d2d;
	background: url(../img/common/arrow_icon.png) no-repeat center right 2rem / 2.1rem;
	border: 2px solid #2d2d2d;
	border-radius: 2.5rem;
}
@media all and (min-width: 897px) {
	.fixedBtn {
		width: 188px;
		right: 58px;
	}
	.comBtn a:hover,
	.fixedBtn a:hover,
	.comBox .imgUl li a:hover {
		opacity: 0.7;
	}
	.comBox .head img {
		vertical-align: -4px;
	}
}