@charset "UTF-8";
.request-allwrap{
	padding-top: 20px;
	padding-bottom: 40px;
}
.request-read{
	padding: 0 10px;
}
.request{
	margin-top: 20px;
	padding: 20px 10px;
	background-color: #f0f6f0;
}
.request-h3{
	font-weight: bold;
}
.request-wrap{
	margin-top: 10px;
}
.request-item-wrap{
	margin-top: 10px;
}
.required{
	position: relative;
	color: #f00;
	bottom: 4px;
	padding-left: 2px;
}
.br-2{
	display: inline-block;
}
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	width: 100%;
	height: 30px;
	padding-left: 10px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 0;
}
select:focus {
	box-shadow: 0 0 3px 0 rgba(139, 165, 41, 1);
	border:  none;
	outline: 0;
}
.select-wrap{
	position: relative;
	width: 80px;
	float: left;
}
.time2{
	width: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	font-weight: bold;
}
.select-wrap:before{
	position: absolute;
	content: "▼";
	width: 20px;
	height: 28px;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	padding-left: 3px;
	background-color: #8fa929;
	top: 1px;
	right: 1px;
	pointer-events : none;

}
input[type="checkbox"]{
	width: 20px;
	background-color: transparent;
	margin-right: 10px;
}
input,
texrarea,
input[type="text"] {
	width: calc(100% - 30px);
	height: 28px;
	padding-left: 10px;
	background-color: #fff;
	border: 1px solid #000;
}
input[type="text"]:focus {
	box-shadow: 0 0 3px 0 rgba(139, 165, 41, 1);
	border:  none;
	outline: 0;
}
input[type="radio"]{
	width: 14px;
	background-color: transparent;
	padding-left: 0;
}

form#mailformpro label.mfp_checked{
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
form#mailformpro label.mfp_not_checked{
	border: none;
}
.select2{
	width: 220px;
}
.request-red{
	color: #f00;
}
.unit{
	position: relative;
	padding-left: 4px;
	top: 6px;
}
.client{
	padding: 20px 10px;
}
.request-value a{
	text-decoration: underline;
}
#mfp_overlay_inner h4{
	font-size: 1.1em;
	border-left: 4px solid #8fa929;
}
#mfp_button_send{
	width: 30%;
	font-size: 13px;
	font-weight: 200;
	margin-left: 15%;
	text-align: center;
	padding-top: .4em;
	padding-bottom: .4em;
	float: left;
	color:#fff;
	background-color: #8fa929;
	border: 1px solid #8fa929;
	transition: all .3s;
}
#mfp_button_send:hover{
	color: #000;
	background-color: #fff;
}
#mfp_button_cancel{
	width: 30%;
	font-size: 13px;
	font-weight: 200;
	margin-left: 10%;
	text-align: center;
	padding-top: .4em;
	padding-bottom: .4em;
	float: left;
	color:#fff;
	background-color: #aaa;
	border: 1px solid #aaa;
	transition: all .3s;
}
#mfp_button_cancel:hover{
	color: #000;
	background-color: #fff;
	border: 1px solid #8fa929;
}
input::-webkit-input-placeholder{
	font-weight: 200;
    color: #8E8E8E;
}
input::-moz-placeholder{
    font-weight: 200;
    color: #8E8E8E;
}
input:-moz-placeholder{
    font-weight: 200;
    color: #8E8E8E;
}
input:-ms-input-placeholder{
    font-weight: 200;
    color: #8E8E8E;
}
input:invalid, textarea:invalid{
	background-color: #fff;
}
textarea{
	border: 0 !important;
	border: 1px solid #000 !important;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
textarea:focus {
	box-shadow: 0 0 3px 0 rgba(139, 165, 41, 1) !important;
	border: none !important;
	outline: 0 !important;
}
input[type="submit"] {
	-webkit-appearance: none;
	margin-top: 1em;
	padding: 0;
	width: 47.5%;
	height: 32px;
	text-align: center;
	float: left;
	font-size: 13px;
	color:#fff;
	font-weight: 200;
	border: none;
	background-color: #8fa929;
	border: 1px solid #8fa929;
	transition: all .3s;
}
input[type="submit"]:hover{
	color: #000;
	background-color: #fff;

}
input[type="reset"] {
	-webkit-appearance: none;
	margin-top: 1em;
	padding: 0;
	width: 47.5%;
	height: 32px;
	margin-left: 5%;
	text-align: center;
	float: left;
	font-size: 13px;
	color:#fff;
	font-weight: 200;
	border: none;
	background-color: #aaa;
	border: 1px solid #aaa;
	transition: all .3s;
}
input[type="reset"]:hover{
	color: #000;
	background-color: #fff;
	border: 1px solid #8fa929;
}

textarea{
	width: 100% !important;
	height:150px !important;
}
form#mailformpro{
	padding: 0;
}
div#mfp_thanks{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #000;
	text-align: center;
	border-bottom: 2px solid #8fa929;
}
div#mfp_thanks strong{
	color: #8fa929;
	font-weight: normal;
}
#mfp_phase_confirm_label{
	display: none;
}
div.mfp_thanks{
	padding: 0;
}
div#mfp_overlay_inner h4{
	padding-left: 6px;
	margin-bottom: 10px;
	border-bottom: 1px solid #8fa929;	
}
table#mfp_confirm_table tr.mfp_colored{
	background-color: #f0f6f0;
}
div#mfp_overlay_inner{
	border-radius: 0;
}
table#mfp_confirm_table tr th{
	font-weight: normal;
}
.thanks{
	padding: 20px 10px;
	padding-bottom: 40px;
}
.thanks-read{
	font-size: 1.1rem;
	font-weight: bold;
}
.contact{
	padding: 20px 10px;
	padding-bottom: 40px;
}
.contact-h3{
	font-weight: bold;
}
.contact-read{
	margin-top: 10px;
	text-align: justify;
}
.contact-all-wrap{
	margin-top: 10px;	
}
.contact-wrap{
	margin-bottom: 10px;
}
.contact-name{
	font-weight: bold;
}
.contact-value input[type="text"]{
	width: 100%;
}
.contact-value input[type="checkbox"]{
	width: 20px;
	float: left;
}
.contact-check-label{
	width: 100%;
}
.check-contact{
	display: block;
	width: calc(100% - 50px);
	padding-top: 4px;
	float: left;
}
.contact-value a{
	text-decoration: underline;
}
/* Tablet Layout: 601px to 960px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 601px) {
.request-wrap{
	width: 50%;
	margin-bottom: 4px;
}
.request-left{
	padding-right: 10px;
	clear: both;
	float: left;
}
.request-right{
	padding-left: 10px;
	float: left;
}
.request-long{
	width: 100%;
	float: left;
}
.request-long input[type="text"]{
	width: 220px;
}
.request-value>label{
	padding-top: 4px;
}
.value-short input[type="text"]{
	width: 220px;
}
.client input[type="text"]{
	width: 100%;
}
input[type="submit"] {
	width: 200px;
	height: 42px;
}
input[type="reset"] {
	width: 200px;
	height: 42px;
}
.contact{
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.contact-all-wrap{
	margin-top: 20px;
}
.contact-wrap{
	margin-bottom: 16px;
}
.contact-name{
	width: 120px;
	float: left;
	font-weight: normal;
	border-bottom: 1px dotted #000;
}
.contact-value{
	width: calc(100% - 120px);
	padding-left: 20px;
	float: left;
}
.contact-value input[type="text"]{
	max-width: 500px;
}

.bdn{
	border-bottom: 1px solid #fff;
}



}


/* Desktop Layout: 981px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 981px) {
.request-allwrap{
}
.request-read{
	padding: 30px 60px;
	padding-bottom: 20px;
}
.request{
	padding: 30px 60px;
}
.request-left{
	padding-right: 20px;
}
.request-right{
	padding-left: 20px;
}
.request-name{
	width: 160px;
	font-size: 15px;
	margin-right: 10px;
	float: left;
	border-bottom: 1px dotted #aaa;
}
.required{
	font-size: 10px;
	padding-left: 2px;
	top: -8px;
}
.request-value{
	width: calc(100% - 170px);
	padding-left: 10px;
	float: left;
}
.unit{
	font-size: 14px;
}
.bdn{
	border-bottom: 1px solid #fff;
}
.request-red{
	font-size: 14px;
}
.select-wrap{
	width: 90px;
}
.time1{
	width: 90px;
}
.select2{
	width: 220px;
}
select{
	font-size: 14px;
}
.client{
	padding: 30px 60px;
	margin-bottom: 40px;
}
.value1 input[type="text"]{
	width: 100%;
}
.thanks{
	padding: 30px 60px;
}
.contact{
	padding-top: 30px;
	margin-bottom: 40px;
}
.contact-all-wrap{
	padding-top: 30px;
}
.contact-name{
	width: 140px;
}
.contact-value{
	width: calc(100% - 140px);
	padding-left: 40px;
}
}

