@charset "UTF-8";

input[type="email"], input[type="tel"] {
	padding: 2px;
}
.f_mail span.mail {
	padding: 0!important;
	background: none;
}

.form_area table td.f_mail span.mail, .form_area table td.f_mail span.mail_confirm {
	display: inline;
	margin-left: 0;
}

.form_area table td.f_mail span.mail input, .form_area table td.f_mail span.mail_confirm input {
	width: 100%;
}

.submit_btn {
	position: relative;
}

div.wpcf7 img.ajax-loader {
	position: absolute;
	bottom: -70%;
	left: 45%;
}

.submit_btn input[type="submit"] {
	/*display: block;
	width: 100%;
	color: #434343;
	font-size: 16px;
	text-decoration: none;
	padding: 10px 0;
	background: url(../../../original_img/arrow_02.png) no-repeat 15px center;
	border: 1px solid #a2da3c;*/
	box-shadow: none;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  font-size: 15px;
  color: #434343;
  padding: 10px 0 10px 15px;
  border: 1px solid #cccccc;
  background: url(../../../original_img/arrow_03.png) no-repeat 10px center;
  border: 1px solid #ffe3b2;
  cursor: pointer;
}
.submit_btn {
text-align: center;
  background: rgb(251,201,112);
  background: -moz-linear-gradient(top, rgba(251,201,112,1) 0%, rgba(251,177,71,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,201,112,1)), color-stop(100%,rgba(251,177,71,1)));
  background: -webkit-linear-gradient(top, rgba(251,201,112,1) 0%,rgba(251,177,71,1) 100%);
  background: -o-linear-gradient(top, rgba(251,201,112,1) 0%,rgba(251,177,71,1) 100%);
  background: -ms-linear-gradient(top, rgba(251,201,112,1) 0%,rgba(251,177,71,1) 100%);
  background: linear-gradient(to bottom, rgba(251,201,112,1) 0%,rgba(251,177,71,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc970', endColorstr='#fbb147',GradientType=0 );
  border: 1px solid #ffa749;
}
.f_tel input {
	width: 100%;
}

@media only screen and (max-width: 750px) {
	/*.form_area table td.f_mail span.mail input, .form_area table td.f_mail span.mail_confirm input {
		width: 112px;
	}*/
	span.tel-city, span.tel-local, span.tel-num {
		display: inline;
	}
}