contact-page-type-a .company_head {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
}
contact-page-type-a .company_name h1 {
  font-size: 30px;
  text-align: center;
}
contact-page-type-a .company_name h2 {
  font-size: 30px;
  text-align: center;
  margin: 0;
}
contact-page-type-a .company_addr {
  font-size: 18px;
  line-height: 1.7;
  color: #212121;
}
contact-page-type-a .company_addr a {
  font-size: 30px;
  line-height: 1.45;
  margin-bottom: 10px;
  color: black;
  display: block;
  word-break: break-word;
}
contact-page-type-a .company_addr a:hover {
  text-decoration: none;
  color: black;
}
contact-page-type-a .company_contact_form {
  display: block;
}
contact-page-type-a .company_contact_form .contact_wait {
  display: none;
  font-size: 26px;
  text-align: center;
  color: #2121;
}
contact-page-type-a .company_contact_form .contact_success {
  display: none;
  font-size: 26px;
  text-align: center;
  color: #37a037;
}
contact-page-type-a .company_contact_form .contact_error {
  display: none;
  font-size: 26px;
  text-align: center;
  color: red;
}
contact-page-type-a .company_contact_form #contact_form .error_text {
  width: 100%;
  font-size: 14px;
  color: #f55858;
  padding-top: 5px;
  padding-left: 5px;
}
contact-page-type-a .company_contact_form #contact_form .form_input_text {
  width: 100%;
  height: 50px;
  border-radius: 2px;
  border: 1px solid #eee;
  font-size: 16px;
  color: #212121;
  padding: 0px 10px;
  outline: none;
}
contact-page-type-a .company_contact_form #contact_form .form_input_textarea {
  width: 100%;
  height: 150px;
  border-radius: 2px;
  border: 1px solid #eee;
  font-size: 16px;
  color: #212121;
  padding: 10px;
  outline: none;
}
contact-page-type-a .company_contact_form #contact_form button {
  outline: none;
}
