@charset "utf-8";
#sec_useful ul li.js-fadein{
	opacity: 1;
	transform: translateY(0);
}

#sec_useful{
	margin-top: 0;
}

#contentsBlock section .contents{
	max-width: 900px;
}

.hissu{
	color: #F85B00;
}

#contentsBlock .ttl{
	font-size: 4.2rem;
	letter-spacing: 0.01em;
	line-height: 1.143;
	color: #032E83;
}

#contentsBlock .lead{
	font-weight: 700;
	letter-spacing: 0.01em;
	margin-top: 15px;
	line-height: 2.25;
}

#sec_tel{
	padding-bottom: 100px;
}

#sec_tel .lead{
	font-size: 1.8rem;
	margin-top: 0;
	margin-bottom: 36px;
	line-height: 2;
}

#sec_tel ul {
	margin-top: 15px;
}

#sec_tel ul li{
	background: #F1F1F1;
	border-radius: 10px;
	padding: 42px 15px;
	width: calc(100% / 2 - 10px);
	font-weight: 700;
	line-height: 1.36;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#sec_tel ul li a{
	color: #032E83;
	font-family: "Montserrat", serif;
	font-size: 4rem;
	font-weight: 600;
}

#sec_tel ul li a.tel::before{
	content: "";
	display: inline-block;
	background: url("/common/img/icon_telephone_bl.svg") no-repeat center / contain;
	width: 30px;
	height: 30px;
	margin-right: 3px;
}
#sec_tel ul li a.fax::before{
	content: "";
	display: inline-block;
	background: url("/common/img/icon_fax_bl.svg") no-repeat center / contain;
	width: 32px;
	height: 33px;
	margin-right: 5px;
}


#sec_mailform{
	background: #F1F1F1;
	padding: 100px 0 130px;
}

.formContainer{
	margin-top: 67px;
}

.formContainer dl{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.formContainer dl + dl{
	margin-top: 36px;
}

.formContainer dl dt,
.formContainer dl dd{
	text-align: left;
}

.formContainer dl dt{
	width: 220px;
	flex-shrink: 0;
	font-size: 1.8rem;
	font-weight: 700;
	color: #032E83;
	padding-top: 0.5em;
}

.formContainer dl dd{
	width: calc(100% - 220px);
}

.formContainer dl dd input,
.formContainer dl dd textarea{
	width: 100%;
}

.formContainer .agreeBox{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
	font-size: 1.8rem;
	font-weight: 700;
}

.formContainer .agreeBox input{
	width: 25px;
	height: 25px;
	margin: 0;
	margin-right: 15px;
	cursor: pointer;
}
.formContainer .agreeBox:hover{
	text-decoration: none;
}
.formContainer .agreeBox span:hover{
	text-decoration: underline;
}

#contentsBlock .btnBox{
	margin-top: 38px;
}

#contentsBlock .btnBox .btn_wrap,
#contentsBlock .btnBox .btn_wrap input{
	max-width: 420px;
	width: 100%;
	line-height: 72px;
	border-radius: 36px;
	position: relative;
	display: block;
	margin: 0 auto;
}
#contentsBlock .btnBox .btn_wrap input{
	padding: 0 36px 0 0;
	cursor: pointer;
}

#contentsBlock .btnBox form + form{
	margin-top: 25px;
}

#contentsBlock .btnBox .btn_wrap::after{
	content: "";
	display: inline-block;
	background: url("/common/img/icon_arrow_wh.svg") no-repeat center / contain;
	width: 25px;
	height: 12px;
	margin-left: 11px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -185px;
	margin: auto;
	touch-action: none;
	pointer-events: none;
}

#contentsBlock .btnBox .btn_wrap.back input{
	background: linear-gradient(to right, #032E83, #032E83 50%, #F1F1F1 50%);
	background-size: 200% 100%;
	background-position: 100%;
	color: #414040;
	padding: 0 0 0 36px;
}
#contentsBlock .btnBox .btn_wrap.back::after{
	content: none;
}
#contentsBlock .btnBox .btn_wrap.back::before{
	content: "";
	display: inline-block;
	background: url("/common/img/icon_arrow_gy.svg") no-repeat center / contain;
	width: 25px;
	height: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: -140px;
	margin: auto;
	touch-action: none;
	pointer-events: none;
	z-index: 1;
}
#contentsBlock .btnBox .btn_wrap.back input:hover{
	color: #fff;
	background-position: 0 100%;
}
#contentsBlock .btnBox .btn_wrap.back:hover::before{
	background-image: url("/common/img/icon_arrow_wh.svg");
	transform: scale(-1,1);
}


.formContainer .notes{
	margin-top: 80px;
	text-align: left;
}


/* 入力エラー */
.transaction-notice-, .validator-result-, .validator-result-1, .v-result-, .v-result-1 {
	display: none;
}
.transaction-notice-error, .validator-result-error, .validator-result-0, .v-result-error, .v-result-0 {
	margin-top: 5px;
	color: #F85B00;
  }

/*  確認画面
--------------------------------------------*/

#sec_confirm{
	padding-bottom: 140px;
}

#sec_confirm dl + dl{
	margin: 0;
}

#sec_confirm .formContainer dl:last-of-type{
	border-bottom: solid 1px #A5A5A5;
}

#sec_confirm dl dt,
#sec_confirm dl dd{
	padding: 19px 0;
	border-top: solid 1px #A5A5A5;
}

#sec_confirm dl dt{
	color: rgba(0, 0, 0, 0.92);
}

#sec_confirm dl dd{
	font-weight: 600;
}

#contentsBlock #sec_confirm .btnBox{
	margin-top: 56px;
}


@media screen and (max-width: 767px){
	#keyVisual .ttl img{
		width: 262px;
	}
	
	#contentsBlock .lead{
		line-height: 1.625;
	}
	
	#contentsBlock .ttl{
		font-size: 2.8rem;
	}
	#sec_tel{
		padding-bottom: 60px;
	}
	#sec_tel .lead{
		line-height: 1.667;
	}
	#sec_tel ul{
		display: block;
	}
		#sec_tel ul li{
			padding: 20px 15px;
			width: 100%;
		}
		#sec_tel ul li + li{
			margin-top: 9px;
		}
	
	#sec_tel ul li a{
		font-size: 3.6rem;
	}
	#sec_tel ul li a.tel::before{
		margin-right: 8px;
		transform: translateY(3px);
	}
	#sec_tel ul li a.fax::before{
		margin-right: 8px;
		transform: translateY(3px);
	}
	#sec_mailform{
		padding: 60px 0 100px;
	}
	
	.formContainer{
		margin-top: 30px
	}
	
	.formContainer dl{
		display: block;
	}
	.formContainer dl + dl{
		margin-top: 15px
	}
	.formContainer dl dt{
		padding: 0;
		width: 100%;
	}
	.formContainer dl dd{
		margin-top: 9px;
		width: 100%;
	}
	
	.formContainer .agreeBox{
		margin-top: 20px;
		text-align: left;
	}
	
	.formContainer .notes{
		margin-top: 40px;
	}
	
	#contentsBlock .btnBox .btn,
	#contentsBlock .btnBox .btn input{
		line-height: 53px;
	}
	
	#sec_confirm{
		padding-bottom: 100px
	}
	
	#sec_confirm dl dt{
		padding-bottom: 0;
	}
	#sec_confirm dl dd{
		border: none;
		padding-top: 0;
	}
	
	#contentsBlock #sec_confirm .btnBox{
		margin-top: 40px;
	}
	
}
