@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;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 87rem;
	position: relative;
	z-index: 5;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0;
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto 7rem;
	max-width: 65rem;
}
.comBtn a {
	position: relative;
	padding: 1.6rem 10rem 2rem 8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-height: 13rem;
	color: #FFF;
	font-size: 3.9rem;
	font-weight: 700;
	border-radius: 7rem;
	text-align: center;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.07em;
	background: #0084B1 url(../img/common/link_icon01.png) no-repeat right 3.9rem center / 5.4rem;
	box-sizing: border-box;
}
.comBtn a:hover {
	opacity: 0.7;
}
.comBtn a::before {
	position: absolute;
	top: -3.2rem;
	left: 0.8rem;
	width: 9.5rem;
	height: 9.9rem;
	background: url(../img/common/link_icon02.png) no-repeat left top / 100%;
	content: '';
}
@media all and (max-width: 896px) {
	.comBtn {
		margin: 0 auto 4rem;
		max-width: 33.5rem;
	}
	.comBtn a {
		padding: 1.6rem 5rem 2rem;
		min-height: 8rem;
		font-size: 2rem;
		background: #0084B1 url(../img/common/link_icon01.png) no-repeat right 2rem center / 2.7rem;
	}
	.comBtn a::before {
		top: -1rem;
		width: 5rem;
		height: 5rem;
	}
}