.h1_area {
	background: url("/img/contact/h1_bg.jpg") 0 0 no-repeat;
}

.contents_form {
	width: 712px;
	margin-left: auto;
	margin-right: auto;
}

.contents_form p {
	text-align: center;
	margin-bottom: 4rem;
}

@media only screen and (max-width: 1080px) {
	.contents_form {
		width: 100%;
		padding-left: 3%;
		padding-right: 3%;
	}
}

.form {
	background: #fff;
	margin-bottom: 4em;
	padding: 6%;
	filter: drop-shadow(0 0 0.4rem #f1f1f1);
}

@media only screen and (max-width: 1080px) {
	.form {
		width: 100%;
		background-color: #fff;
		padding: 12% 8% 8% 8%;
	}
}

.form .label_area {
	display: block;
	margin-bottom: 20px;
}

.form .label_area .f_ttl {
	position: relative;
}

.form .label_area .f_ttl .kome {
	padding: 0.3rem 0.5rem;
	background-color: #ff2626;
	border-radius: 4px;
	color: #fff;
	margin-left: 0.5rem;
	vertical-align: middle;
}

.form .label_area .f_ttl .nini {
	padding: 0.3rem 0.5rem;
	background-color: #b6b6b6;
	border-radius: 4px;
	color: #fff;
	margin-left: 0.5rem;
	vertical-align: middle;
}

.form .label_area .f_ttl span {
	font-size: 0.8em;
}

.form .label_area .f_form input,
.form .label_area .f_form textarea {
	-webkit-appearance: none;
	width: 80%;
	padding: 1.5rem;
	border-radius: 4px;
	border: #c8c8c8 1px solid;
	margin-top: 0.6rem;
}

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

	.form .label_area .f_form input,
	.form .label_area .f_form textarea {
		width: 100%;
	}
}

.form .label_area .f_form textarea {
	width: 100%;
	height: 200px;
}

.form .label_area .f_form p {
	display: inline-block;
	margin-left: 0.5rem;
}

.form .label_area .f_form input[type="text"],
.form .label_area .f_form input[type="tel"],
.form .label_area .f_form input[type="email"] {
	font-size: 14px;
}

.form .label_area .f_form input[type="text"]:required {
	background: #dbf4ed;
}

.form .label_area .f_form input[type=text].chkrequired,
.form .label_area .f_form input[type=tel].chkrequired,
.form .label_area .f_form input[type=email].chkrequired {
	background: #f7dddd;
}

.form .label_area .f_radio {
	margin-top: 0.5rem;
}

.form .label_area .f_radio li {
	position: relative;
	list-style: none;
	display: inline-block;
}

@media only screen and (max-width: 1100px) {
	.form .label_area .f_radio li {
		display: block;
	}
}

@media only screen and (max-width: 1100px) {
	.form .label_area .f_radio li label {
		display: block;
		background-color: #f6f6f6;
		padding: 1rem;
		margin-bottom: 1rem;
	}
}

.form .label_area .f_radio li input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.form .label_area .f_radio li input[type="radio"]+span,
.form .label_area .f_radio li input[type="checkbox"]+span {
	position: relative;
	padding: 0 1rem 0 2rem;
	line-height: 2.5;
}

.form .label_area .f_radio li input[type="radio"]+span::before,
.form .label_area .f_radio li input[type="checkbox"]+span::before {
	position: absolute;
	content: '';
	z-index: 0;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background: #fff;
	border: 2px #c8c8c8 solid;
}

.form .label_area .f_radio li input[type="radio"]+span::before {
	border-radius: 16px;
}

.form .label_area .f_radio li input[type="checkbox"]+span::before {
	border-radius: 3px;
}

.form .label_area .f_radio li input[type="radio"]:checked+span::before,
.form .label_area .f_radio li input[type="checkbox"]:checked+span::before {
	position: absolute;
	content: '';
	z-index: 0;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background: #000;
	border: 2px #000 solid;
}

.form .label_area .f_radio li input[type="radio"]:checked+span::before {
	border-radius: 16px;
}

.form .label_area .f_radio li input[type="checkbox"]:checked+span::before {
	border-radius: 3px;
}

.form .label_area .f_radio li input[type="radio"]:checked+span::after,
.form .label_area .f_radio li input[type="checkbox"]:checked+span::after {
	position: absolute;
	content: '';
	z-index: 0;
	top: 4px;
	left: 3px;
	width: 8px;
	height: 3px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.form .label_area .f_half input {
	width: 25%;
}

@media only screen and (max-width: 1100px) {
	.form .label_area .f_half input {
		width: 50%;
	}
}

.form #confirm label {
	text-align: center;
}

.form p {
	margin: 5% 0;
	text-align: center;
}

.form p a {
	color: #009540;
	border-bottom: 1px solid #009540;
	padding-bottom: 0.2rem;
}

.form .check {
	text-align: center;
	display: block;
	vertical-align: middle;
}

.form .check a {
	position: relative;
	color: #009540;
	padding-right: 18px;
}

.form .check a:after {
	position: absolute;
	content: "";
	background-image: url("/common/img/btn_blank03.png");
	background-size: cover;
	width: 14px;
	height: 14px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.privacy .form_btn {
	text-align: center;
	margin-top: 24px;
}

.privacy .form_btn button {
	-webkit-appearance: none;
	display: inline-block;
	width: 50%;
	padding: 14px 0;
	background-color: #009540;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border: none;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.privacy .form_btn button {
		width: 100%;
	}
}

.privacy .form_btn button:hover {
	opacity: 0.8;
}

.privacy .form_btn span {
	position: relative;
}

.privacy .form_btn span:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 16px;
	margin: auto;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.privacy .small_text {
	font-size: 1.3rem;
	color: #959595;
}

#thanks .page_btn {
	width: 300px;
}

.recaptcha_policy {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 11px !important;
	color: #444 !important;
}

.recaptcha_policy a {
	font-size: 11px !important;
	color: #111 !important;
}

.grecaptcha-badge {
	visibility: hidden;
}