.subf_view::before {
	background:url(../images/contact/bg_subf_contact.jpg) no-repeat center / cover;
}

/*-------------------------------
	contact tel
-------------------------------*/

.contact_tel {
	padding:30px;
	width:600px;
	margin:130px auto 80px;
	background: rgb(198,23,30);
	background: linear-gradient(90deg, rgba(198,23,30,1) 0%, rgba(237,56,63,1) 100%);
}

.contact_tel h3 {
	font-size:2.4rem;
	letter-spacing: 0.1em;
	margin-bottom:0.5em;
}

.contact_tel h2 {
	font-size:4rem;
	line-height:1;
	margin-bottom:0.5em;
}

.contact_tel h2 strong {
	font-size:6rem;
}

.contact_tel dt {
	font-size:1.4rem;
	color:#c6171e;
	background:#fff;
	padding:0 10px;
	min-width:80px;
	height:25px;
	line-height:25px;
	text-align: center;
	letter-spacing: 0.05em;
	font-weight:bold;
}

.contact_tel dd {
	color:#fff;
	font-size:1.6rem;
	letter-spacing: 0.05em;
	font-weight:bold;
	padding:0 10px;
	height:25px;
	line-height:25px;
}

.con_please {
	margin-bottom:60px;
}

.con_please .h_title {
	margin-bottom:40px;
}

/*========================
    reCAPTCHA v3 左寄せ
========================*/

.grecaptcha-badge{
left:6px!important;
width:70px!important;
}
.grecaptcha-badge:hover{
left:6px!important;
width:256px!important;
}

/* 位置調整 */
.grecaptcha-badge{
  margin-bottom:30px!important;
}


/*-------------------------------
	ver sp
-------------------------------*/

@media screen and (max-width:768px){

	/*-------------------------------
		contact tel
	-------------------------------*/
	
	.contact_tel {
		padding:6vw 5vw 5vw;
		width:100%;
		margin:12.5vw auto;
	}
	
	.contact_tel h3 {
		font-size:1.8rem;
	}
	
	.contact_tel h2 {
		font-size:3rem;
	}
	
	.contact_tel h2 strong {
		font-size:4.2rem;
	}
	
	.contact_tel dt {
		font-size:1.2rem;
		padding:0 2vw;
		min-width:auto;
		height:5.75vw;
		line-height:5.75vw;

	}
	
	.contact_tel dd {
		font-size:1.5rem;
		padding:0 2vw;
		height:5.75vw;
		line-height:5.75vw;
	}
	
	.con_please {
		margin-bottom:10vw;
	}
	
	.con_please .h_title {
		margin-bottom:6vw;
	}

	.con_please p {
		text-align:left;
	}

	.con_please p br {
		display: none;
	}
	
	/*========================
    reCAPTCHA v3 
	========================*/
	.grecaptcha-badge {
	/* 正の値を大きくすると上に、負なら下に移動 */
	bottom: 80px !important;
	}

}
