@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-lxh */
/* 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
------------------------------------------------------------*/
.comBtn a {
	padding: 5px 81px 8px;
	width: 347px;
	height: 80px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 900;
	display: flex;
	align-items: center;
	background-color: #000000;
	box-sizing: border-box;
	position: relative;
	letter-spacing: 0.05em;
}
.comBtn .red {
	background-color: #d00000;
}
.comBtn a::after {
	margin-top: -10px;
	width: 55px;
	height: 16px;
	background: url("../image/common/icon01.png") no-repeat left top / 100% 100%;
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
}
ul.comBtn {
	display: flex;
	flex-wrap: wrap;
}
ul.comBtn li {
	margin-left: 20px;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	ul.comBtn {
		margin: 0 auto 31px auto;
		width: 250px;
		/*margin: 0 17px 31px;
		justify-content: space-between;*/
	}
	ul.comBtn li {
		width: 100%;
		text-align: center;
		/*margin-left: 0;
		width: calc(50% - 5px);*/
	}
	.comBtn a {
		padding: 5px 19px 8px 30px;
		height: 40px;
		width: 100%;
		font-weight: bold;
		font-size: 1.4rem;
	}
	.comBtn a::after {
		margin-top: -2px;
		width: 27px;
		height: 8px;
		top: 50%;
		right: 13px;
	}
}
@media all and (max-width: 360px) {
	.comBtn a {
		padding: 5px 16px 8px;
		font-size: 1.2rem;
	}
	.comBtn a::after {
		margin-top: -5px;
		width: 23px;
		height: 8px;
		right: 8px;
	}
}

/* headLine01 */
.headLine01 {
	margin-bottom: 59px;
	padding-top: 96px;
	text-align: center;
	position: relative;
	font-size: 4.6rem;
	line-height: 1.3;
	letter-spacing: 0.05em;
}
.headLine01::after {
	margin-left: -8px;
	width: 1px;
	height: 81px;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 18px;
		padding-top: 45px;
		font-size: 2rem;
	}
	.headLine01::after {
		margin-left: 0;
		height: 30px;
	}
}

/* headLine02 */
.headLine02 {
	margin-bottom: 74px;
	text-align: center;
	font-size: 3.8rem;
	line-height: 1.57;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 22px;
		font-size: 1.8rem;
		line-height: 1.66;
	}
}
@media all and (max-width: 360px) {
	.headLine02 {
		font-size: 1.7rem;
	}
}


/* content */
.content {
	margin: 0 auto;
	width: calc(100% - 40px);
	max-width: 1312px;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 27px;
		width: auto;
	}
}

/* centerTxt */
.centerTxt {
	margin-bottom: 53px;
	text-align: center;
	line-height: 2.4;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.centerTxt {
		margin-bottom: 53px;
		text-align: left;
		line-height: 1.75;
	}
}