@charset "utf-8";

/*===== PC ここから =====*/
@media screen and (min-width: 741px) {
/*===== 共通 =====*/
.fv{
	background-image: url(img/fv.jpg);
	}
.ttl .ttl_first {
	width: 278px;
	background-color: #fff;
	color: #333;
}
	.contact{
		padding: 0 0 100px 0;
	}
.contact .txt p {
	font-size: 15px;
	width: 675px;
	margin: 0 auto 115px;
	text-align: center;
}
.required_txt {
	margin: 0 auto 40px;
	text-align: center;
}
.required_txt h3 {
	font-size: 24px;
	text-align: center;
	font-weight: 500;
}
.required_txt span {
	font-size: 13px;
	margin: 10px auto;
	text-align: center;
	display: block;
}
.conf_txt {
	font-size: 15px;
	margin: 0px auto 80px;
	text-align: center;
}
.comp_txt {
	font-size: 15px;
	margin: 0px auto 80px;
	text-align: center;
}
.form {
	width: 765px;
	margin: 0 auto;
	padding: 0;
}
.form h4 {
	font-size: 18px;
	color: #0075c2;
	text-align: center;
	margin: 0 0 40px 0;
}
.form table {
	width: 100%;
	padding: 10px 0 30px;
	margin: 0 0 60px 0;
}
.form th, .form td {
}
.form th {
	width: 240px;
	text-align: left;
	padding: 20px 0 20px 30px;
	font-size: 16px;
}
.form td {
	padding: 20px;
}
.form td input {
	width: 540px;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	color: #000;
	padding: 15px;
	background-color: #e8e8e8;
}
.form td textarea {
	width: 540px;
	height: 180px;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	padding: 10px;
	color: #000;
	margin-bottom: -6px;
	border-radius: none;
	background-color: #e8e8e8;
}
.form td select {
	width: 180px;
	padding: 10px;
	background-color: #e8e8e8;
	border: none;
}
.contact_btn {
	text-align: center;
	position: relative;
	width: 350px;
	margin: 0 auto;
}
.contact_btn input {
	appearance: none;
	-webkit-appearance: none;
	background: #fff;
	color: #333;
	border: 1px solid #333;
	width: 350px;
	margin: 0 auto 50px;
	padding: 20px 0;
	font-size: 18px;
	transition: .3s;
	cursor: pointer;
}
.contact_btn .fa {
	position: absolute;
	color: #333;
	top: 25px;
	right: 20px;
	font-size: 20px;
	transition: .3s;
}
.contact_btn input:hover~.fa {
	right: 15px;
}
.efo_btn_txt {
	text-align: center;
	color: #333;
	font-size: 13px;
	padding-bottom: 10px;
}
.redbold {
	color: #d60000;
	font-weight: bold;
}
.btn_error {
	text-align: center;
	background: #ccc;
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
	padding: 20px 0;
	width: 350px;
}
.btn_back {
	background: #999;
	color: #fff;
	cursor: pointer;
	text-align: center;
	width: 300px;
	font-size: 18px;
	margin: 0 auto 50px;
}
.btn_back a {
	padding: 20px 0;
	transition: .3s;
	display: block;
	color: #fff;
}
/*===== header =====*/

}

/*===== SP ここから =====*/
@media screen and (max-width: 740px) {
/*===== 共通パーツ =====*/
.fv{
	background-image: url(img/fv.jpg);
	}
.contact .txt p {
	font-size: 14px;
	width: 90%;
	margin: 0 auto 40px;
	text-align: center;
}
.required_txt {
	font-size: 24px;
	width: 285px;
	margin: 0 auto 30px;
	text-align: center;
	font-weight: normal;
}
.required_txt span {
	font-size: 14px;
	margin: 0 auto;
	text-align: center;
}
.contact {
	width: 90%;
	margin: 0 auto;
	padding: 40px 0;
}
.contact h3 {
	font-size: 16px;
	text-align: center;
	color: #333;
	margin: 0 auto 30px;
	line-height: 140%;
}
.contact h3 span {
	display: block;
	font-size: 12px;
	text-align: center;
	color: #333;
}
.txt01 {
	margin: 0 0 30px;
	font-size: 13px;
}
.txt02 {
	margin: 0 auto 30px;
	text-align: center;
	font-size: 13px;
}
.form table {
	width: 100%;
	padding: 0;
	margin: 0 0 30px 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
}
.form th, .form td {
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}
.form th {
	text-align: left;
	font-size: 14px;
	display: block;
	padding: 15px;
}
.form td {
	padding: 15px;
	display: block;
}
.form td .redbold {
	padding: 10px 0 0 0;
	line-height: 100%;
}
.form td input {
	width: 90%;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	color: #333;
	background-color: #e8e8e8;
	padding: 5px;
}
.form td select {
	border: none;
	color: #333;
	background-color: #e8e8e8;
	padding: 5px;
}
.form td textarea {
	width: 90%;
	height: 200px;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	padding: 10px;
	color: #000;
	background-color: #e8e8e8;
	margin-bottom: -6px;
	border-radius: none;
}
.contact_btn {
	text-align: center;
	position: relative;
	width: 80%;
	margin: 0 auto;
}
.contact_btn input {
	appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
	color: #333;
	border: 1px solid #333;
	width: 100%;
	margin: 0 auto 30px;
	padding: 20px 0;
	transition: .3s;
	cursor: pointer;
	font-size: 16px;
	border-radius: 5px;
}
.contact_btn .fa {
	position: absolute;
	color: #333;
	top: 28px;
	right: 20px;
	font-size: 10px;
	transition: .3s;
}
.contact_btn input:hover~.fa {
	right: 15px;
}
.efo_btn_txt {
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 20px;
}
.redbold {
	color: #d60000;
	font-weight: bold;
}
.content .conf_txt {
	text-align: center;
	margin-bottom: 40px;
}
.form .comp_txt {
	text-align: center;
	margin-bottom: 50px;
}
.btn_error {
	text-align: center;
	background: #ccc;
	color: #fff;
	margin: 0 auto;
	padding: 20px 0;
	width: 80%;
	font-size: 15px;
	border-radius: 5px;
}
.btn_back {
	background: #999;
	color: #fff;
	cursor: pointer;
	text-align: center;
	width: 70%;
	font-size: 15px;
	margin: 0 auto;
	border-radius: 5px;
}
.btn_back a {
	padding: 20px 0;
	transition: .3s;
	display: block;
	color: #fff;
}
}
/*===== header =====*/
