.fake_contact_us {
  height: 82px;
}
@media screen and (max-width: 992px) {
  .fake_contact_us {
    height: 63px;
  }
}
.contact_us {
  width: 100%;
  padding-bottom: 50px;
  position: relative;
  background-image: url("../img/contact/bg_m.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 621px) {
  .contact_us {
    background-image: url("../img/contact/bg_pc2.jpg");
  }
}
@media screen and (max-width: 620px) {
  .contact_us {
    height: 960px;
  }
}
@media screen and (min-width: 1394px) {
  .contact_us {
    background-size: 100% 100%;
  }
}
.contact_us .contact_us_inner {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.contact_us .contact_us_inner h2,
.contact_us .contact_us_inner li {
  color: #fff;
  text-align: center;
}
.contact_us .contact_us_inner h2 span,
.contact_us .contact_us_inner li span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
.contact_us .contact_us_inner h2 {
  font-family: "BerlinSansFBDemi-Bold";
  font-size: 70px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 70px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 40px;
}
.contact_us .contact_us_inner li {
  margin-bottom: 22px;
  font-family: "Poppins-Regular";
  line-height: 25px;
  letter-spacing: 0px;
  color: #ffffff;
}
.contact_us .contact_us_inner .form_box {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
.contact_us .contact_us_inner .form_box div {
  padding-bottom: 15px;
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 621px) {
  .contact_us .contact_us_inner .form_box div {
    padding-bottom: 10px;
  }
}
.contact_us .contact_us_inner .form_box div input {
  margin-bottom: 3px;
}
.contact_us .contact_us_inner .form_box div span {
  width: 100%;
  text-align: left;
  padding-left: 5px;
  color: #f00;
  font-weight: 300;
  font-size: 14px;
  display: none;
}
.contact_us .contact_us_inner .form_box div span.show_span {
  display: inline-block;
}
.contact_us .contact_us_inner .form_box input,
.contact_us .contact_us_inner .form_box textarea {
  width: 100%;
  height: 56px;
  line-height: 56px;
  outline: none;
  padding: 0 20px;
  font-family: "Poppins-Regular";
  font-size: 16px;
  letter-spacing: 0px;
  resize: none;
  box-sizing: border-box;
  border-radius: 6px;
  border: none;
}
.contact_us .contact_us_inner .form_box input::-webkit-input-placeholder,
.contact_us .contact_us_inner .form_box textarea::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 16px;
}
.contact_us .contact_us_inner .form_box textarea.show_red_border,
.contact_us .contact_us_inner .form_box input.show_red_border {
  border: 1px solid #f00;
  background-color: #faf3f3;
}
.contact_us .contact_us_inner .form_box textarea {
  height: 112px;
}
.contact_us .contact_us_inner .form_box input[type="submit"] {
  background-color: #f6821f;
  border: solid 1px #f6821f;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  font-family: "Poppins-SemiBold";
}
@media screen and (min-width: 1366px) {
  .contact_us .contact_us_inner .form_box {
    max-width: 600px;
  }
  .contact_us .contact_us_inner .form_box div:nth-child(1),
  .contact_us .contact_us_inner .form_box div:nth-child(2) {
    width: 290px;
    float: left;
  }
  .contact_us .contact_us_inner .form_box div:nth-child(1) {
    margin-right: 20px;
  }
  .contact_us .contact_us_inner .form_box input[type="submit"] {
    width: 259px;
    margin-top: 10px;
  }
}
