@charset "utf-8";
/********** ファーストビュー **********/
.fv {
	width: 100%;
	margin-top: 169px;
	margin-bottom: 80px;
	background: #eee;
	padding: 20px;
}
.fv .image_area {
	background: url(../img/fv_bg.jpg) center no-repeat;
	background-size: cover;
	max-width: 1400px;
	height: 430px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fv .image_area h1 {
	width: 100%;
	max-width: 500px;
	min-height: 150px;
	font-size: 44px;
	font-weight: bold;
	padding: 50px 20px;
	background: rgba(30,168,33,.7);
	color: #fff;
	text-align: center;
}
/********** フォーム **********/

.contact {
	padding: 0 20px;
}
.contact .form_area {
	max-width: 620px;
	margin: 0 auto 184px;
}
.contact .form_area table {
	width: 100%;
}
.contact .form_area table td, .contact .form_area table th {
	display: block;
	text-align: left;
}
.contact .form_area table th {
	font-weight: bold;
	margin-bottom: 5px;
}
.contact .form_area table th span.required {
	color: #fff;
	background: #ff0000;
	padding: 5px;
	font-size: 12px;
}
.contact .form_area table th span.any {
	color: #666;
}
.contact .form_area table td {
	margin-bottom: 20px;
}
.contact .form_area table td input {
	width: 100%;
	height: 100%;
	padding: 10px;
	line-height: 1.6;
	border: solid 2px #eee;
	font-size: 16px;
}
.contact .form_area table td select {
	width: 100%;
	border: solid 2px #eee;
	padding: 10px;
	font-size: 16px;
}
.contact .form_area table td textarea {
	width: 100%;
	height: 240px;
	padding: 10px;
	line-height: 1.6;
	border: solid 2px #eee;
	font-family: inherit;
	font-size: 16px;
}
.contact .form_area button {
	width: 100%;
	background: #1ea821;
	color: #fff;
	font-size: 26px;
	padding: 10px;
	border: none;
	cursor: pointer;
}
/********** サンクスページ **********/


.thanks {
	margin-top: 169px;
	padding: 80px 20px 100px;
}
.thanks .thanks_inner {
	text-align: center;
	line-height: 2;
}
.thanks .thanks_inner span {
	font-size: 25px;
	font-weight: bold;
	color: #1ea821;
}
.thanks .thanks_inner span a {
	color: #1ea821;
}

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

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

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

.fv {
	    margin-top: 74px;
	    padding: 10px;
	    margin-bottom: 50px;
	}

	.fv .image_area {
		height: 148px;
	}

	.fv .image_area h1 {
		max-width: 246px;
		min-height: auto;
		font-size: 24px;
		padding: 10px 20px;
	}

.contact .form_area {
	margin-bottom: 90px;
}
.contact .form_area table th span.any {
	display: block;
	font-size: 12px;
}
.contact .form_area button {
	font-size: 18px;
}
.thanks {
	padding: 100px 20px;
    margin: 0;
}
.thanks .thanks_inner span {
	font-size: 20px;
}
}

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

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