.form_area {
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .form_area {
    width: 100%;
  }
}
.form_area .table_form {
  padding: 25px;
  margin: 25px 0;
  width: 100%;
  text-align: left;
}
.form_area .table_form th,
.form_area .table_form td {
  padding: 15px;
  vertical-align: top;
  padding-left: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .form_area .table_form th,
  .form_area .table_form td {
    display: inline-block;
    border-bottom: none;
    padding: 3%;
    max-width: 100%;
  }
}
.form_area .table_form th {
  width: 35%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .form_area .table_form th {
    max-width: 100%;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 3% !important;
  }
}
.form_area .table_form td {
  /* padding-left: 0; */
}
@media screen and (max-width: 767px) {
  .form_area .table_form td {
    padding-left: 3%;
    /* padding-top: 0; */
    max-width: 100%;
    width: 100%;
  }
}
.form_area .table_form .must {
  color: #DF0011;
  font-size: 13px;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 767px) {
  .form_area .table_form .must {
    display: inline;
  }
}
.form_area .table_form input,
.form_area .table_form select,
.form_area .table_form textarea {
  font-size: 15px;
  padding: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .form_area .table_form input,
  .form_area .table_form select,
  .form_area .table_form textarea {
    width: 100%;
    font-size: 13px;
    padding: 3%;
  }
}
.form_area .table_form .ant {
  font-size: 13px;
}
.form_area .table_form .ant a {
  font-weight: 600;
  text-decoration: underline;
}
.form_area .btns {
  text-align: center;
  margin: 35px 0;
}
.form_area .btns input {
  display: inline-block;
  font-size: 15px;
  padding: 15px 40px;
  margin: 0 10px;
  color: #fff;
  margin-bottom: 20px;
  background-color: #292929;
  border: none;
}
.form_area .btns input:hover {
  background-color: #e7784c;
  cursor: pointer;
  color: #fff;
}

.btn_inq {
  background-color: #EA5711;
  color: #fff;
  position: fixed;
  right: -1500px;
  bottom: 50px;
  line-height: 0;
  transition: 1s cubic-bezier(0.77, 0, 0.18, 1);
  z-index: 998;
}
.btn_inq a {
  padding: 40px;
  padding-left: 80px;
  padding-right: 25px;
  display: block;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  background-image: url(../img/icon_design.svg);
  background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: auto 50%;
  font-size: 18px;
}
.btn_inq a:hover {
  background-color: #e7784c;
}
@media screen and (max-width: 767px) {
  .btn_inq a {
    padding: 8%;
    padding-left: 15%;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .btn_inq {
    bottom: -200px;
    width: 100%;
  }
}

.active_scroll {
  right: 0;
}
@media screen and (max-width: 767px) {
  .active_scroll {
    bottom: 0;
  }
}/*# sourceMappingURL=custom.css.map */