.grecaptcha-badge{left:6px!important;width:70px!important;}
.grecaptcha-badge:hover{left:6px!important;width:256px!important;}
@media (max-width: 576px) {
	.grecaptcha-badge { visibility: hidden; }
}
.form_attention_box {
	text-align: center;
	margin: 0 0 50px 0;
}
.form_attention_ttl {
	margin: 0 0 10px 0;
	font-weight: 600;
}
.form_policy_box {
	margin: 20px 0 0 0;
	padding:10px;
	background-color: #ffffcc;
}
.form_policy_ttl {
	margin: 0 0 10px 0;
	font-size: 1.6rem;
	font-weight: 600;
}
.form_policy_f {
	font-size: 1.2rem;
}


.cform th {
	font-size: 14px;
	width: 30%; /*変なところで改行される場合はここの数字を変更します。*/
	border-bottom: solid 1px #d6d6d6;
	padding: 20px 10px;
	font-weight: normal;
}

.cform td {
	font-size: 14px;
	line-height: 150%;
	border-bottom: solid 1px #d6d6d6;
	padding: 20px 10px;
}

.cform {
	width: 100%;
	margin: auto;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

.cform option,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
	height: 40px;
	padding: 10px;
}
.cform select {
	height: 40px;
	padding: 10px;
}
.cform textarea {
	width: 100%;
	padding: 10px;
}

.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #cc3300;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}

@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
}

.submit-btn input {
	background: #6db92c;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 50px auto;
	display: block;
	font-size: 2rem;
	border: 1px #6db92c solid;
	text-align: center;
	padding: 10px;
	color: #fff;
	transition: all 0.4s ease;
	border-radius: 20px;
}

.submit-btn input:hover {
	background: #fff;
	color: #00142c;
}

.consent_f {
	font-size: 1.2rem;
}
.consent_file {
	display: block;
	text-align: center;
	margin: 30px 0 0;
	font-size: 1.8rem;
	font-weight: 600;
}