@charset "utf-8";

.banner.contact {
	background: url(../img/common/contac_banner.jpg) no-repeat top center;
	background-size: cover;
}
.content-contact {
	padding: 0 100px 141px;
}
.top-contact {
	padding: 0 50px;
}
.top-contact p {
	font-size: 18px;
	line-height: 45px;
	color: #231f20;
	font-weight: 300;
	letter-spacing: -0.03em;
}
.top-contact p a {
	text-decoration: underline;
}
span.requie {
	color: #ce181e;
	font-weight: bold;
}
.form-contact {
	border-bottom: 4px solid #286a37;
	border-top: 4px solid #286a37;
	margin-bottom: 69px;
}
.form-contact span.requie {
	margin-left: 15px;
}
.form-contact table {
	width: 100%;
}
.form-contact table tr td {
	padding-right: 50px;
	border-top: 1px solid #818285;
	padding-top: 15px;
	padding-bottom: 15px;
}
.form-contact table tr td:first-child {
	padding-right: 0;
	padding-left: 50px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	width: 35%;
	vertical-align: top;
}
.page-contact {
	padding-top: 24px;
}
.top-contact {
	padding-top: 33px;
	padding-bottom: 86px;
}
.form-contact table tr:first-child td {
	border-top: 0;
}
.form-contact table tr td input[type="text"] {
	border: 1px solid #818285;
	width: 100%;
	height: 40px;
	font-weight: 300;
	font-size: 18px;
	padding: 0 19px;
}
.box-ckb {
	border: 1px solid #818285;
}
.box-ckb .box-ckb01 {
	padding: 10px;
	border-bottom: 1px dashed #a7a9ac;
}
.box-ckb .box-ckb01.no-border {
	border: 0;
}
.box-ckb .box-ckb01 div {
	display: inline-block;
	padding: 10px 0;
}
.box-ckb .box-ckb01 div input {
	display: none;
}
.box-ckb .box-ckb01 div label {
	padding-left: 25px;
	font-size: 16px;
	cursor: pointer;
	font-weight: 300;
	background: url(../img/common/icon-checkbox.png) no-repeat left center;
}
.box-ckb .box-ckb01 div input:checked + label {
	background: url(../img/common/icon-checkbox-checked.png) no-repeat left center;
}
.form-contact table tr td textarea {
	border: 1px solid #818285;
	font-weight: 300;
	font-size: 18px;
	width: 100%;
	resize: none;
	padding: 7px 19px;
	height: 250px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.text-sub {
	text-align: center;
	margin-bottom: 69px;
}
.text-sub label {
	display: inline-block;
	background: url(../img/common/icon11.png) no-repeat left center;
	font-size: 18px;
	font-weight: 400;
	color: #231f20;
	padding: 10px 0 10px 52px;
	letter-spacing: -0.02em;
}
.text-sub input {
	display: none;
}
.text-sub input:checked + label {
	background: url(../img/common/icon11-checked.png) no-repeat left center;
}
.btn-contact {
	text-align: center;
}
.btn-contact button {
	display: inline-block;
	background: none;
	border: 3px solid #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 1px 70.5px;
	outline: none;
	cursor: pointer;
}
.btn-contact button span {
	background: url(../img/common/icon13.png) no-repeat left center;
	background-size: auto 100%;
	font-size: 18px;
	display: inline-block;
	font-weight: 600;
	padding-left: 31px;
}
.btn-contact.active button span {
	background: url(../img/common/icon02.png) no-repeat left center;
	background-size: auto 100%;
	color: #2e6b36;
}
.btn-contact.active button {
	border-color: #2e6b36;
}
@media (max-width: 1000px) {
	.content-contact {
		padding: 0 50px 50px;
	}
}
@media (max-width: 680px) {

	.content-contact {
		padding: 0 0 50px;
	}
	.top-contact {
		padding: 20px 0;
	}
	.top-contact p {
		font-size: 14px;
		line-height: 30px;
		letter-spacing: 0.02em;
		text-align: center;
	}
	.form-contact table tr td textarea {
		font-size: 15px;
		padding: 7px 10px;
		height: 250px;
	}
	.btn-contact button span {
		font-size: 16px;
	}
	.form-contact table tr td {
		padding-right: 10px;
		border-bottom: 1px solid #818285;
		border-top: 0;
		padding-top: 7px;
		padding-right: 0;
		padding-bottom: 20px;
		float: left;
		width: 100%;
	}
	.form-contact table tr td:first-child {
		padding-left: 10px;
		font-size: 15px;
		width: 100%;
		border-bottom: 0;
		padding-bottom: 0;
		border-top: 0;
	}
	.form-contact table tr td input[type="text"] {
		height: 30px;
		font-size: 15px;
		padding: 0 10px;
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}
	.form-contact {
		border-width: 2px;
		margin-bottom: 30px;
	}
	.box-ckb .box-ckb01 div {
		margin-right: 0!important;
		padding: 5px 0;
		display: block;
	}
	.box-ckb .box-ckb01 div label {
		font-size: 14px;
		display: block;
	}
	.box-ckb01 br {
		display: none;
	}
	.text-sub label {
		font-size: 15px;
		background-size: auto 20px;
		background-position: left 12px;
		padding-left: 30px;
	}
	.text-sub input:checked + label {
		background-size: auto 20px;
		background-position: left 12px;
	}
	.text-sub {
		margin-bottom: 20px;
	}
}