@charset "UTF-8";

.gVisual {
	padding: 50px 0 36px;
}

.gVisual_title {
}

.gVisual_title > b {
	font-size: 38px;
	line-height: 1.4;
	font-weight: bold;
}

.gVisual_title > b > br {
	display: none;
}

.form {
}

.form_cnt {
}

.form_dl {
	border-bottom: 1px solid #B4B4B4;
	padding-bottom: 18px;
}

.form_dl:nth-child(n+2) {
	margin-top: 45px;
}

.form_dl:nth-child(2) {
	padding-bottom: 30px;
}

.form_dl:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.form_dl dt {
	font-size: 16px;
	line-height: 1.4;
	background: #EA5A3C;
	color: #FFF;
	padding: 15px 20px;
	margin-bottom: 20px;
}

.form_dl dd {
}

.form_dl dd .form_dl_desc {
	margin: 18px 0 12px;
	line-height: 1.5;
}

.form_dl dd .form_dl_item {
	font-size: 18px;
	font-weight: bold;
	margin-top: 12px;
}

.form_dl dd .form_dl_item:first-of-type {
	margin-top: 0;
}

.form_desc {
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
	margin-top: 60px;
}

.form_desc br.-tb {
	display: none;
}

.form_btn {
	max-width: 450px;
	margin: 35px auto 0;
}

.form_btn input[type="submit"] {
	width: 100%;
	background: #EA5A3C;
	color: #FFF;
	font-size: 18px;
	line-height: 1;
	border: 2px solid #EA5A3C;
	border-radius: 5px;
	padding: 27px 10px;
	outline: none;
	-webkit-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
}

.form_btn input[type="submit"]:hover {
	color: #EA5A3C;
	background: #FFF;
}

.send {
	text-align: center;
}

.send_ttl {
	font-weight: 500;
	font-size: 20px;
}

.send_txt {
	margin-top: 15px;
}

.send_txt br {
	display: none;
}

.send_btn {
	margin-top: 35px;
}

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

@media screen and (max-width:767px) {
	.gVisual {
		padding: 40px 0 10px;
	}

	.gVisual_title {
	}

	.gVisual_title > b {
		font-size: 21px;
	}

	.gVisual_title > b > br {
		display: block;
	}

	.form {
	}

	.form_cnt {
	}

	.form_dl {
	}

	.form_dl:nth-child(n+2) {
		margin-top: 25px;
	}

	.form_dl:nth-child(2) {
	}

	.form_dl:last-child {
	}

	.form_dl dt {
		font-size: 15px;
		padding: 12px 15px;
		margin-bottom: 12px;
	}

	.form_dl dd {
	}

	.form_dl dd .form_dl_desc {
	}

	.form_dl dd .form_dl_item {
		font-size: 16px;
	}

	.form_dl dd .form_dl_item:first-of-type {
	}

	.form_desc {
		font-size: 14px;
		line-height: 1.4;
		margin-top: 30px;
	}

	.form_desc br.-tb {
		display: block;
	}

	.form_btn {
		margin-top: 25px;
	}

	.form_btn input[type="submit"] {
	}

	.form_btn input[type="submit"]:hover {
	}

	.send_txt {
		line-height: 1.7;
	}

	.send_txt br {
		display: block;
	}

}
