/* ------------------------contact */
#contact {
  padding-bottom: 200px;
  padding-top: 60px;
  background-size: 56px auto;
}
.contact_ttl {
  /* width: 213px; */
}
.contact_ttl_sub {
  margin: 12px auto 0;
  height: 15px;
}
.contact_ttl_bg {
  background-image: url('../img/contact_ttl_bg.png');
  background-position: top center;
  background-size: 559px auto;
  padding-bottom: 35px;
}
.contact_block {
  margin-top: 40px;
}
.contact_label_wrap {
  margin-bottom: 5px;
  font-weight: 300;
}
.contact_label {
  font-size: 1.4rem;
}
.required {
  font-size: 1rem;
  margin-left: 10px;
  display: inline-block;
  color: #b6995a;
  word-break: keep-all;
}
.contact_input {
  width: 100%;
  height: 50px;
  border-radius: 4px !important;
  font-size: 1.5rem;
  padding: 3px 10px 3px !important;
}
.contact_textarea {
  width: 100%;
  border-radius: 4px !important;
  font-size: 1.5rem !important;
  padding: 12px 10px 12px !important;
}
.submit_wrap {
  margin-top: 55px;
}
.contact_submit {
  height: 62px;
  font-size: 1.6rem !important;
  text-align: center;
  width: 278px;
  margin: 0 auto;
  border-radius: 6px !important;
  display: block;
  color: #fff !important;
  background: #008d83 !important;
  border: 0 !important;
  border-color: transparent !important;
}
.contact_submit:hover {
  color: #008d83 !important;
  background: #fff !important;
  border: 1px solid #008d83 !important;
}
.contact_select {
  height: 50px;
  font-size: 1.2rem;
  width: 220px;
  padding-left: 10px;
  background-color: #fff;
  background-image: url('../../img/arrow_down_gr.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 4px;
}
.wpcf7 {
  margin-top: 105px !important;
}
@media screen and (max-width: 600px) {
  #contact {
    padding-bottom: 40px;
    padding-top: 40px;
    background-image: none;
  }
  .required {
    margin-left: 4px;
  }
  .contact_ttl {
  }
  .contact_ttl_sub {
    /* margin: 3px auto 0; */
    height:  12px;
  }
  .contact_ttl_bg {
    background-size: 345px auto;
    padding-bottom: 20px;
  }
  .contact_block {
    margin-top: 23px;
  }
  .contact_label {
    font-size: 1.3rem;
  }
  .contact_input {
    height: 40px;
    font-size: 1.2rem;
    padding: 3px 5px 3px !important;
  }
  .contact_select {
    height: 40px;
    padding-left: 5px;
  }
  .submit_wrap {
    margin-top: 35px;
  }
  .wpcf7 {
    margin-top: 62px !important;
  }
}
/* ------------------------contact */