.arigatou-tour *,
.job-fair * {
  -webkit-transition: unset;
  transition: unset;
}
.arigatou-tour #mailform input.sendbutton,
.job-fair #mailform input.sendbutton {
  background-color: #95be31;
  border: 2px solid #95be31 !important;
  color: #fff;
  cursor: pointer;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  padding: 5px 30px;
}
.arigatou-tour #mailform input.sendbutton:hover,
.job-fair #mailform input.sendbutton:hover {
  background-color: #fff;
  color: #95be31;
}
.arigatou-tour #mailform .confirm-btn-wrapper,
.job-fair #mailform .confirm-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
}
.arigatou-tour #mailform .confirm-btn-wrapper .confirm-btn,
.job-fair #mailform .confirm-btn-wrapper .confirm-btn {
  cursor: pointer;
  padding: 5px 30px;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.arigatou-tour #mailform .confirm-btn-wrapper .confirm-back,
.job-fair #mailform .confirm-btn-wrapper .confirm-back {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.arigatou-tour #mailform .confirm-btn-wrapper .confirm-send,
.job-fair #mailform .confirm-btn-wrapper .confirm-send {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  background-color: #95be31;
  border: 2px solid #95be31;
  color: #fff;
}
.arigatou-tour #mailform .confirm-btn-wrapper .confirm-send:hover,
.job-fair #mailform .confirm-btn-wrapper .confirm-send:hover {
  background-color: #fff;
  color: #95be31;
}
.arigatou-tour #mailform .send,
.job-fair #mailform .send {
  background-color: unset;
}
@media screen and (max-width: 767px) {
  .arigatou-tour #mailform .send,
  .job-fair #mailform .send {
    width: 100%;
  }
}
.arigatou-tour .order-made-wrapper label span,
.job-fair .order-made-wrapper label span {
  display: inline-block;
}
.arigatou-tour .order-made-wrapper span,
.job-fair .order-made-wrapper span {
  display: block;
}
.arigatou-tour .form-wrap .soy_iqnuiry_responsive,
.job-fair .form-wrap .soy_iqnuiry_responsive {
  margin-top: 2rem;
}
.arigatou-tour .form-wrap p.btn,
.job-fair .form-wrap p.btn {
  text-align: center;
}
.arigatou-tour .form-wrap p.btn a,
.job-fair .form-wrap p.btn a {
  display: inline-block;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  line-height: 32px;
  border-radius: 0px !important;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 5px 30px;
}/*# sourceMappingURL=add_style.css.map */