@charset "UTF-8";
/*--------------------- .entry ---------------------*/
.section.form {
  padding: 90px 10px 90px;
}

.section.form .inr {
  margin: 0 auto;
  width: 1080px;
}

@media only screen and (max-width: 1080px) {
  .section.form .inr {
    width: 100%;
  }
}

.must {
  font-size: 12px;
  line-height: 1;
  padding: 0.1em 0.3em;
  background-color: #ff8368;
  color: #fff;
  font-weight: 500;
}


/*--------------------- .qs_wrap__form ---------------------*/
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 #4a89b8; }

.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: 0.6em;
  border-radius: 2px;
  vertical-align: middle; }

.qs_wrap__form input {
  /*height: 3em;*/
  line-height: 2em;
  font-size: 1.4rem; }

.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: 1.5em;
  padding: 0.1em 0.3em;
  background-color: #ff8368;
  color: #fff;
  font-weight: 500; }

.qs_wrap__form .qs_optional {
  font-size: 12px;
  line-height: 1;
  margin-left: 1.5em;
  padding: 0.1em 0.3em;
  background-color: #8e8e8e;
  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%;
  border-collapse: collapse; }
.qs_wrap__form._style01 table th,
.qs_wrap__form._style01 table td {
  padding: 0 2em; }
.qs_wrap__form._style01 table th {
  width: 25%;
  font-size: 1.6rem;
  color: #363636;
  text-align: left;
  white-space: nowrap; }
.qs_wrap__form._style01 table td {
  /*background-color: #fff;*/
  padding: 1em 1.5em; }
.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: 20em;
    width: auto; } }
.qs_wrap__form._style01 table .qs_notes {
  font-size: 12px;
  display: inline-block;
  margin: 0.5em 0 0 0;
  color: #363636; }
@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 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px; }
  .qs_wrap__form._style01 table tr,
  .qs_wrap__form._style01 table th,
  .qs_wrap__form._style01 table td {
    display: block;
    width: 100%;
    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 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;
    border-bottom-width: 1px; } }
.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._style02 table {
  width: 100%; }
.qs_wrap__form._style02 table th,
.qs_wrap__form._style02 table td {
  display: block;
  text-align: left; }
.qs_wrap__form._style02 table th {
  padding-bottom: 0.8em;
  font-weight: 700; }
.qs_wrap__form._style02 table td {
  margin-bottom: 2em;
  background-color: #fff; }
.qs_wrap__form._style02 table td.wrap__input {
  padding-top: 0.8em;
  border-top: 1px solid #ddd; }
.qs_wrap__form._style02 table tr:last-child td {
  margin-bottom: 0; }
.qs_wrap__form._style02 table .qs_select__inline {
  margin-top: 0;
  padding-top: 0.4em;
  border-top: 1px solid #ddd; }
.qs_wrap__form._style02 table .qs_select {
  padding-top: 0.8em;
  border-top: 1px solid #ddd; }
.qs_wrap__form._style02 table .qs_notes {
  font-size: 13px;
  color: #999;
  display: inline;
  margin: 0 0 0 1.5em; }
.qs_wrap__form._style02 table input[type="email"],
.qs_wrap__form._style02 table input[type="tel"] {
  width: 100%; }
.qs_wrap__form._style02 table input[type="text"],
.qs_wrap__form._style02 table input[type="email"],
.qs_wrap__form._style02 table input[type="tel"],
.qs_wrap__form._style02 table textarea {
  background-color: #fff; }

.qs_wrap__form .btn a,
.qs_wrap__form .btn input,
.qs_wrap__form .btn button {
  color: #4a89b8; }

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

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

.qs_wrap__form .btn__reset a,
.qs_wrap__form .btn__reset input,
.qs_wrap__form .btn__reset button {
  padding: 0.5em 1em;
  background-color: #fff;
  color: #4a89b8;
  border: none; }

.qs_wrap__form .btn__reset 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 1%;
  width: 48%;
  border: solid 1px #4a89b8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
@media only screen and (min-width: 768px), print {
  .qs_wrap__form .qs_btn__action {
    margin: 0 10px;
    width: 17.36111%; } }
.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;
  margin: 0;
  padding: 0.5em;
  border-radius: 0;
  display: block;
  width: 100%;
  height: auto; }
.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.3; }
.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: 6em; }

@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; } }


/*--------------------- .address ---------------------*/
.qs_wrap__form._style01 .address_01 { margin-bottom: 10px; width: 35%; }
.qs_wrap__form._style01 .address_02 { margin-bottom: 10px; width: 50%; }
@media only screen and (min-width: 768px), print {
  .qs_wrap__form._style01 .address_01 { margin-bottom: 10px; width: 100px; }
  .qs_wrap__form._style01 .address_02 { margin-bottom: 10px; width: 150px; }
}

.caption_tx {
  font-size: 13px;
  display: inline-block;
  margin: 0 0 0.5em 0;
  color: #363636;
}
@media only screen and (min-width: 768px) {
  .caption_tx {
    display: inline-block;
  }
}


