@charset "UTF-8";
/* CSS Document */
/*--------------------
  add form
----------------------*/
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
  box-shadow: none;
}
.mfp_element_textarea {
  width: 100% !important;
  min-height: 150px;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
  border-radius: 0px;
  border: none;
  text-shadow: none !important;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0.5px;
  padding: 12px 15px 12px 10px !important;
  background-image: linear-gradient(90deg, rgba(61, 93, 44, 1) 25%, rgba(70, 131, 98, 1) 50%, rgba(61, 93, 44, 1) 100%);
  background-size: 200% auto;
  transition: 0.3s;
  margin: 0px auto 10px auto;
  width: 48%;
  text-align: center !important;
	  display: block !important;
}
.mfp_element_button span {
  display: block;
  width: 100%;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
  background-image: linear-gradient(90deg, rgba(61, 93, 44, 1) 25%, rgba(70, 131, 98, 1) 50%, rgba(61, 93, 44, 1) 100%);
  background-position: right center;
  box-shadow: none !important;
}
form#mailformpro label.mfp_checked {
	padding: 0px;
	border: none;
	background-color: transparent;
	box-shadow: 0px 0px 0px #fff inset;
}
form#mailformpro label.mfp_not_checked {
	padding: 0px;
	border: none;
}
div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 5px 0px;
  color: #DA0F38;
  font-size: 12px;
  background-image: none;
}
div#mfp_overlay h4 {
  text-align: center;
  margin: 20px auto 20px auto;
  font-size: 18px;
  color: #3D6B3C;
}
table#mfp_confirm_table {
  border-bottom: solid 1px #CCC;
}
table#mfp_confirm_table tr.mfp_colored {
  background-color: #F6F4EA;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
  text-align: left;
  font-size: 16px;
  border-top: solid 1px #CCC;
  padding: 10px 10px;
}
div.mfp_buttons {
  display: flex;
  padding: 30px 0 10px 0px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  div.mfp_buttons button {
    font-size: 14px;
    text-align: center;
  }
}

/*--------------------
  form
----------------------*/
#mailformpro input,#mailformpro textarea{
  background-color: #F6F7F1;
  border: 1px solid #d1cfc0;
  padding: 5px 10px;
  width: 80%;
}
#mailformpro input:focus,#mailformpro textarea:focus{
  background-color: #EFEDE4;
  border: 1px solid #A38F38;
}
#mailformpro input.checkbox{
  width: 20px;
  height: 20px;
}
.policy{
  margin: 0 0 30px 0;
  padding: 20px 10px;
  text-align: center;
  font-size: 1.7rem;
  background-color: #F9EFD4;
}
.policy a{
  text-decoration: underline;
  color: #3D6B3C !important;
  font-weight: bold;
  margin: 0 5px 0 5px;
}
.checkboxItem {
  display: flex;
  align-items: center;
  column-gap: 4px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}
.checkboxItem:not(:last-of-type) {
  margin-bottom: 16px;
}
.checkbox {
  appearance: none;
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid #CCC8B8;
  border-radius: 2px;
  cursor: pointer;
}
.checkbox:checked {
  background-color: #3D6B3C !important;
}
.checkbox:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
.submit{
  margin: 0 auto;
  width: 60%;
}
#mailformpro input.btn{
  text-align: center !important;
}
@media (max-width: 767px) {
#mailformpro input,#mailformpro textarea{
  width: 100%;
}
}