@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
------------------------------------------------------------*/
/* content */
.content {
	margin: 0 auto;
	max-width: 91rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 1.5rem;
		max-width: inherit;
	}
}

/* headLine01 */
.headLine01 {
	margin-bottom: 6.3rem;
	font-weight: 500;
	font-size: 2.6rem;
	text-align: center;
	line-height: 1;
}
.headLine01 .big {
	display: block;
	position: relative;
	color: #005BAC;
	font-size: 6rem;
	font-weight: 900;
	padding-bottom: 3rem;
	margin-bottom: 1.9rem;
}
.headLine01 .big::after {
	width: 50rem;
	height: 0.2rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #135bac;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine01 .big {
		font-size: 3.6rem;
		padding-bottom: 1.5rem;
		margin-bottom: 1.4rem;
	}
	.headLine01 {
		margin-bottom: 5rem;
		font-size: 1.6rem;
	}
	.headLine01 .big::after {
		width: 26rem;
		height: 0.2rem;
	}
}


/* comBtn */
.comBtn a {
	margin: 0 auto;
	width: 90%;
	max-width: 39.6rem;
	height: 6rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	background-color: #FF7F00;
	border-radius: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.comBtn.size a {
	max-width: 35.4rem;
	height: 5.4rem;
	font-size: 1.8rem;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn a {
		height: 5rem;
		font-size: 2.1rem;
	}
	.comBtn.size a {
		height: 4.8rem;
		font-size: 1.6rem;
	}
}


/* comOff */
.comOff {
	margin-bottom: 6.1rem;
}
.comOff .topBox {
	padding: 0.1rem 0 1.4rem;
	color: #FFFF00;
	font-size: 3.2rem;
	font-weight: 900;
	background: url("../img/common/bg01.jpg") no-repeat center center / cover;
	line-height: 1;
}
.comOff .topBox .num {
	margin: 0 0.8rem;
	font-size: 5.6rem;
}
.comOff .topBox p {
	margin-bottom: 1.4rem;
}
.comOff .btmTxt {
	padding: 2.6rem 0 2.2rem;
	color: #005BAC;
	font-size: 4.3rem;
	font-weight: 900;
	background-color: #FFCE02;
	text-align: center;
	line-height: 1;
}
.comOff .btmTxt .big {
	margin: -1.3rem -1.4rem 0;
	font-size: 5.9rem;
	display: inline-block;
	vertical-align: middle;
}
.comOff .widBox {
	margin: 0 auto;
	max-width: 80rem;
	position: relative;
	padding-left: 6.7rem;
}
.comOff .textImg {
	width: 23.5rem;
	position: absolute;
	top: 0.4rem;
	left: -16.4rem;
}
.comOff .codeImg {
	width: 12.6rem;
	position: absolute;
	top: 4.1rem;
	right: -14.6rem;
}
.comOff .comBtn a {
	color: #484747;
	font-weight: 700;
	background-color: #FFFFFF;
}
@media all and (min-width: 897px) {
	.comOff .comBtn {
		margin: 3.6rem 6.7rem 0 0;
	}
	.comOff .comBtn a {
		width: 35.7rem;
		height: 6.7rem;
		font-size: 2.6rem;
	}
}
@media all and (max-width: 896px) {
	.comOff .widBox {
		max-width: 37.5rem;
		margin: 0 auto;
		padding: 11rem 0 2.4rem;
	}
	.comOff .codeImg {
		width: 12.6rem;
		position: static;
		top: auto;
		right: auto;
		margin: 0 auto;
	}
	.comOff .btmTxt .big {
		margin: 0.5rem 0;
		font-size: 3.9rem;
		display: block;
	}
	.comOff .btmTxt {
		padding: 1.6rem 0 2rem;
		font-size: 2.8rem;
	}
	.comOff .topBox {
		font-size: 2.2rem;
		text-align: center;
	}
	.comOff .topBox .num {
		margin: 0;
		font-size: 3.6rem;
	}
	.comOff .textImg {
		width: 12rem;
		top: 0.4rem;
		left: -1rem;
	}
	.comOff .comBtn {
		margin-top: 3rem;
	}
	.comOff .comBtn a {
		max-width: 30rem;
		font-size: 1.8rem;
	}
	.comOff {
		margin-bottom: 3.5rem;
	}
}


/* comBanner */
.comBanner {
	margin: 0 auto;
	max-width: 109.2rem;
	position: relative;
}
.comBanner img {
	width: 100%;
}
.comBanner .comBtn {
	width: 100%;
	position: absolute;
	bottom: 2.7rem;
	left: 0;
}
@media all and (max-width: 896px) {
	.comBanner {
		margin: 0 1.5rem;
	}
	.comBanner .comBtn {
		bottom: 2vw;
	}
	.comBanner .comBtn a {
		width: 38vw;
		height: 6vw;
		font-size: 2.5vw;
	}
}

/* headLine02 */
.headLine02 {
	margin-bottom: 1.3rem;
	color: #484747;
	display: flex;
	align-items: center;
	font-size: 2.2rem;
	line-height: 1.54;
}
.headLine02 .en {
	flex-shrink: 0;
	margin: 0 1.4rem 0 0;
}
.headLine02 .en img {
	height: 4.8rem;
}
.headLine02 .txt {
	flex: 1;
	display: flex;
	align-items: center;
}
@media all and (max-width: 896px) {
	.headLine02 {
		font-size: 1.8rem;
	}
}


/* headLine03 */
.headLine03 {
	margin-bottom: 2.8rem;
	text-align: center;
	font-size: 2.8rem;
	color: #0C335A;
}
.headLine03 span {
	padding: 0 2.6rem;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.headLine03 span::before,
.headLine03 span::after {
	margin-top: -0.6rem;
	width: 1.6rem;
	height: 1.8rem;
	position: absolute;
	top: 50%;
	left: 0;
	background: url("../img/common/icon03.png") no-repeat left top / 100% 100%;
	content: "";
}
.headLine03 span::after {
	transform: rotate(180deg);
	left: auto;
	right: 0;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
	.headLine03 span {
		padding: 0 1.7rem;
	}
	.headLine03 span::before, .headLine03 span::after {
		width: 1.3rem;
		height: 1.3rem;
	}
}

/* centerTxt */
.centerTxt {
	margin-bottom: 4.9rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.45;
}
@media all and (max-width: 896px) {
	.centerTxt {
		margin-bottom: 4.9rem;
		font-size: 1.5rem;
	}
}