input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset; }

.qs_wrap__form input ,
.qs_wrap__form button ,
.qs_wrap__form select,
.qs_wrap__form textarea {
  border: 1px solid #eee; }

.qs_wrap__form input[type="button"],
.qs_wrap__form input[type="submit"],
.qs_wrap__form button[type="button"],
.qs_wrap__form button[type="submit"] {
  border: none; }
  .qs_wrap__form input[type="button"]:focus,
  .qs_wrap__form input[type="submit"]:focus,
  .qs_wrap__form button[type="button"]:focus,
  .qs_wrap__form button[type="submit"]:focus {
    outline: 0; }

.qs_wrap__form input ,
.qs_wrap__form select,
.qs_wrap__form textarea {
  padding: 1em;
  border-radius: 2px;
  vertical-align: middle; }

.qs_wrap__form input {
  height: 3em;
  line-height: 3em; }

.qs_wrap__form select {
  width: 100%; }
  .qs_wrap__form select:focus {
    outline: 0; }

.qs_wrap__form input[type="text"],
.qs_wrap__form textarea {
  width: 100%; }

.qs_wrap__form [type="radio"] {
  border-radius: 50%; }

.qs_wrap__form input[type="number"] {
  -moz-appearance: textfield; }

.qs_wrap__form input[type="number"]::-webkit-outer-spin-button,
.qs_wrap__form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.qs_wrap__form input[type="checkbox"],
.qs_wrap__form input[type="radio"] {
  position: relative;
  margin-right: 0.35em; }

.qs_wrap__form ::-webkit-input-placeholder {
  color: #aaa; }

.qs_wrap__form :-ms-input-placeholder {
  color: #aaa; }

.qs_wrap__form ::-moz-placeholder {
  color: #aaa; }

.qs_wrap__form ::-placeholder {
  color: #aaa; }

.qs_wrap__form .qs_must {
  font-size: 12px;
  line-height: 1;
  margin-left: 0.5em;
  padding: 0.1em 0.3em;
  background-color: #45B69A;
  border-radius: 2px;
  color: #fff;
  font-weight: 500; }

.qs_wrap__form input[type="text"]#qs_zip {
  width: 7em;
  margin-left: 0.5em; }

.qs_wrap__form #qs_addr {
  margin-top: 10px; }

.qs_wrap__form .qs_wrap__select {
  position: relative;
  display: inline-block; }
  .qs_wrap__form .qs_wrap__select:after {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-top: 4px solid #999;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  .qs_wrap__form .qs_wrap__select._multiple:after {
    display: none; }
  .qs_wrap__form .qs_wrap__select._multiple select {
    margin-right: 10px;
    padding-right: 0; }
  .qs_wrap__form .qs_wrap__select select {
    padding-right: 25px;
    min-height: 2em;
    line-height: 2em; }

.qs_wrap__form .qs_select__inline {
  zoom: 1;
  margin-top: -0.4em; }
  .qs_wrap__form .qs_select__inline:after {
    display: block;
    content: "";
    clear: both; }
  .qs_wrap__form .qs_select__inline li {
    display: inline; }
    .qs_wrap__form .qs_select__inline li label {
      display: inline-block;
      margin: 0.4em 0.8em 0 0; }
      @media only screen and (min-width: 768px), print {
        .qs_wrap__form .qs_select__inline li label {
          margin: 0.4em 1.2em 0 0; } }
    .qs_wrap__form .qs_select__inline li:last-child label {
      margin-right: 0; }

.qs_wrap__form._style01 table {
  width: 100%; }
  .qs_wrap__form._style01 table th,
  .qs_wrap__form._style01 table td {
    padding: 1.2em;
    border: 1px solid #eee; }
  .qs_wrap__form._style01 table th {
    width: 1%;
    color: #fff;
    background-color: #f8f8f8;
    text-align: left;
    white-space: nowrap;
    color: #666; }
  .qs_wrap__form._style01 table td {
    background-color: #fff; }
  .qs_wrap__form._style01 table input[type="email"],
  .qs_wrap__form._style01 table input[type="tel"] {
    width: 100%; }
    @media only screen and (min-width: 768px), print {
      .qs_wrap__form._style01 table input[type="email"],
      .qs_wrap__form._style01 table input[type="tel"] {
        min-width: 10em;
        width: auto; } }
  .qs_wrap__form._style01 table .qs_notes {
    font-size: 13px;
    display: inline-block;
    margin: 0.5em 0 0 0;
    color: #999; }
    @media only screen and (min-width: 768px), print {
      .qs_wrap__form._style01 table .qs_notes {
        margin: 0 0 0 1em; } }
  .qs_wrap__form._style01 table #qs_zip + .qs_notes {
    margin: 0 0 0 1em; }
  @media only screen and (max-width: 767px) {
    .qs_wrap__form._style01 table tr,
    .qs_wrap__form._style01 table th,
    .qs_wrap__form._style01 table td {
      display: block;
      width: auto;
      white-space: normal !important; }
    .qs_wrap__form._style01 table th,
    .qs_wrap__form._style01 table td {
      padding: 0.5em 1em; }
    .qs_wrap__form._style01 table th {
      padding: 0.5em 1em; }
    .qs_wrap__form._style01 table td {
      padding: 1em 1em;
      border-top-width: 0;
      border-bottom-width: 0; }
    .qs_wrap__form._style01 table tr:last-child td {
      margin-bottom: 0; } }
  .qs_wrap__form._style01 table input[type="text"],
  .qs_wrap__form._style01 table input[type="email"],
  .qs_wrap__form._style01 table input[type="tel"],
  .qs_wrap__form._style01 table textarea {
    background-color: #fff; }

.qs_wrap__form .btn__submit a,
.qs_wrap__form .btn__submit input,
.qs_wrap__form .btn__submit button {
  padding: 0.5em 1em;
  background-color: #45B69A;
  color: #fff; }

.qs_wrap__form .btn__submit a:hover {
  text-decoration: none; }

.qs_wrap__form .qs_wrap__btn {
  margin-top: 30px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.qs_wrap__form .qs_btn__action {
  margin: 0 8px; }
  @media only screen and (min-width: 768px), print {
    .qs_wrap__form .qs_btn__action {
      margin: 0 15px; } }
  .qs_wrap__form .qs_btn__action a {
    display: inline-block;
    text-align: center; }
  .qs_wrap__form .qs_btn__action a,
  .qs_wrap__form .qs_btn__action input,
  .qs_wrap__form .qs_btn__action button {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    font-size: 16px;
    padding: 1em 1.5em;
    border-radius: 2px; }
    .qs_wrap__form .qs_btn__action a:hover,
    .qs_wrap__form .qs_btn__action input:hover,
    .qs_wrap__form .qs_btn__action button:hover {
      opacity: 0.8; }
  .qs_wrap__form .qs_btn__action a,
  .qs_wrap__form .qs_btn__action input:not([type="reset"]),
  .qs_wrap__form .qs_btn__action button:not([type="reset"]) {
    min-width: 9em; }

@media all and (-ms-high-contrast: none) {
  .qs_wrap__form input[type="checkbox"],
  .qs_wrap__form input[type="radio"] {
    top: -0.15em; } }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .qs_wrap__form input[type="checkbox"], .qs_wrap__form input[type="radio"] {
    top: -0.15em; } }

tbody {
  border-bottom: 1px solid #eee; }

.form_error_list {
  padding: 20px;
  margin-bottom: 25px;
  background: #F2DEDE;
  border: 1px solid #EED3D7;
  color: #B94A48;
  font-size: 13px; }

.form_error_list li {
  list-style-type: disc;
  color: #B94A48;
  padding: 3px;
  margin-left: 30px; }

.form_confirm_box {
  padding: 30px;
  text-align: center; }

.qs_form_description {
  font-size: 12px;
  color: #666;
  display: inline-block;
  color: #999; }

.qs_wrap__form input[name=postal] {
  width: 7em; }

.qs_wrap__form input[name=tel] {
  width: 15em; }
