@charset "utf-8";
/* フォーム関係 */

.progress {
  font-weight: bold;
  text-align: center;
  padding: 5em 0;
}
.progress_number {
  display: block;
  font-size: 1.5em;
  border-radius: 50%;
  width: 2.75em;
  height: 2.75em;
  background: #E3F2FF;
  padding-top: 0.45em;
  margin: 0 0.5em 0.2em;
}
.progress_number.progress_now {
  color: #fff;
  background: #2B73BA;
}
.progress_number.progress_over,
.progress_bar.progress_over {
  background: #5DB04F;
  position: relative;
}
.progress_number.progress_over::after {
  position: absolute;
  content: "";
  width: 0.4em;
  height: 0.9em;
  top: 0.8em;
  left: 1.1em;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}
.progress_letter {
  letter-spacing: 1em;
}
.progress_long-wrap {
  position: relative;
}
.progress_long {
  position: absolute;
  left: -75%;
  width: 250%;
}
.progress_bar {
  display: inline-block;
  width: 8em;
  height: 0.5em;
  background: #E3F2FF;
  border-radius: 0.5em;
  margin-top: 1.825em;
}
.form_thanks {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin: 0 -5% 2em;
  width: 110%;
}
.form_exp {
  font-size: 1.25em;
  text-align: center;
  padding-bottom: 4em;
}
.form_exp .req {
  color: #E32121;
}
.form_thanks span,
.form_exp span {
  display: inline-block;
}
.form_table {
  width: 100%;
  border-collapse: separate;
  border-left: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  background: #fff;
  margin-bottom: 1em;
}
.form_table th,
.form_table td {
  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD;
  vertical-align: middle;
}
.form_table th {
  font-size: 1.25em;
  font-weight: bold;
  text-align: left;
  color: #fff;
  background: #2B73BA;
  width: 18em;
  padding: 1.75em 1.5em;
  position: relative;
}
.form_table th.form_th-en {
  line-height: 1.3em;
  padding: 1.4em 1.5em;
}
.form_table td {
  padding: 1.25em 1.5em;
}
.form_req-mark {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1em;
  color: #E32121;
  background: #fff;
  padding: 0.25em 0.5em;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translate(0, -50%);
}
.form_item-exp {
  padding-top: 1em;
  display: inline-block;
}
.form_item-exp span,
.form_item-exp a {
  display: inline-block;
  line-height: 1.3em;
}
.form_item-exp a img {
  display: inline-block;
  width: 1.25em;
  padding-left: 0.25em;
}
.form_table .form_tani {
  display:-webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form_table .form_tani input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
}
.form_table .form_tani span {
 width: 2.5em;
}
.form_table .form_tani span.long {
  width: 4.5em;
}
.form_table .form_tani span.right {
  text-align: right;
}
.form_table input[type="text"],
.form_table input[type="tel"],
.form_table input[type="email"],
.form_table textarea {
  font-size: 1em;
  border: 1px solid #DDD;
  border-radius: 4px;
  padding: 1.1em 1em;
}
.form_table textarea {
  width: 100%;
  height: 12em;
  resize: none;
  outline: none;
}
.form_table input[type="radio"] {
  position: relative;
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  border: 1px solid #DDD;
  border-radius: 50%;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.form_table input[type="radio"]:checked::after {
  position: absolute;
  content: "";
  width: 0.75em;
  height: 0.75em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2B73BA;
  border-radius: 50%;
}
.form_table input.width100 {
  width: 100%;
}
.form_table input::placeholder,
.form_table textarea::placeholder {
  color: #C0C0C0;
}
.form_yubin {
  width: 100%;
  max-width: 320px;
  padding-bottom: 1em;
}
.form_yubin span {
  font-size: 1.25em;
}
.form_yubin input {
  font-size: 0.8em;
  width: 40%;
}
.form_table select {
  font-size: 1em;
  border: none;
  width: 100%;
}
.form_select {
  width: 100%;
  max-width: 450px;
  font-size: 1em;
  border: 1px solid #DDD;
  border-radius: 4px;
  padding: 1em 0.875em;
  background: #fff;
  position: relative;
}
.form_select::before {
  position: absolute;
  content: "";
  width: 2em;
  height: 2.5em;
  background: #fff;
  top: 0.5em;
  right: 0.5em;
  pointer-events: none;
}
.form_select::after {
  position: absolute;
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  transform: rotate(45deg);
  top: 1.25em;
  right: 1em;
  pointer-events: none;
}
.form_checkbox label {
  padding: 0.5em 0;
}
.width230 {
  width: 230px;
}
.width185 {
  width: 185px;
}
.width130 {
  width: 130px;
}
.width120 {
  width: 120px;
}
.form_hidden {
  margin-top: 3.5em;
  display: none;
}
.form_side-border.form_side-border-mgntop {
  margin-top: 3.5em;
}
.form_side-border {
  border-left: 2px solid #2B73BA;
  border-right: 2px solid #2B73BA;
}
.form_side-border .form_table {
  border-left: none;
}
.form_side-border .form_table:last-of-type {
  margin-bottom: 0;
  border-bottom: 2px solid #2B73BA;
}
.form_hidden-exp {
  text-align: center;
  padding-bottom: 1.5em;
}
.form_hidden-exp span {
  display: inline-block;
}
.form_title {
  font-size: 1.25em;
  text-align: center;
  color: #fff;
  background: #2B73BA;
  padding: 0.5em;
}
.form_title span {
  display: inline-block;
  color: #fff;
}
.form_subtitle {
  font-size: 1.25em;
  padding: 1em 1.15em 0.5em;
}
.form_table .form_radio-th {
  color: #fff;
}
.form_table .form_radio-th input[type="radio"] {
  border: none;
}
.form_td-sp {
 display: none;
}
.gobi_type-wrap {
  padding: 0 1.5em 1em;
}
.gobi_type-box {
  width: 31%;
  padding-bottom: 1em;
}
.gobi_type-title {
  font-size: 1.25em;
  font-weight: bold;
  width: 150px;
  padding-right: 1em;
}
.gobi_type-exp {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  padding-top: 1.5em;
}
.form_caution {
  padding-top: 3em;
}
.form_submit {
  text-align: center;
  padding-top: 4.5em;
}
.form_table input[type="checkbox"],
.agree-check {
  width: 1em;
  height: 1em;
  border: 1px solid #2B73BA;
  border-radius: 2px;
  margin: 0 0.5em 0.4em 0;
  position: relative;
}
.form_table input[type="checkbox"]:checked,
.agree-check:checked {
  background: #2B73BA;
}
.form_table input[type="checkbox"]:checked::after,
.agree-check:checked::after {
  position: absolute;
  content: "";
  width: 0.25em;
  height: 0.5em;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.agree-label {
  color: #2B73BA;
  cursor: pointer;
  font-size: 1.25em;
}
.form_submit-button {
  font-size: 1.25em;
  text-align: center;
  background: #DDD;
  width: 100%;
  max-width: 350px;
  margin-top: 4em;
  border: none;
  border-radius: 2em;
  pointer-events: none;
  position: relative;
  z-index:1;
}
.form_submit-button span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.1em;
  color: #fff;
}
.agree-check:checked + label + div .form_submit-button {
  pointer-events: all;
  cursor: pointer;
  background: linear-gradient(to right, #2B73BA 0%, #5EB14E 100%);
}
.agree-check:checked + label + div .form_submit-button span {
  position: relative;
  width: 100%;
  border-radius: 2em;
}
.agree-check:checked + label + div .form_submit-button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  box-sizing: border-box;
  border-radius: 2em;
  padding: 2px;
  width: 100%;
  height: 100%;
  background: #fff;
  background-clip: content-box;
  transform: scale(.5);
  opacity: 0;
  transition: all .3s ease;
}
.agree-check:checked + label + div .form_submit-button.hover::before {
  transform: scale(1);
  opacity: 1;
}
.agree-check:checked + label + div .form_submit-button.hover span {
  color: #2B73BA;
}
.form_back-button {
  border: none;
  font-size: 1.25em;
  margin-right: 1em;
  margin-top: 4em;
}
.form_back-button a {
  padding: 1.1em 2.5em;
}
.form_error,
.form_error-message {
  display: none;
}
.form_error {
  background: #FCDEDD;
  padding: 1em 3em;
  border: 2px solid #E32121;
  margin-bottom: 2.5em;
}
.form_error-en {
  text-align: center;
}
.form_error img {
  width: 2em;
  margin-right: 2.5em;
}
.form_error span {
  color: #E32121;
  font-size: 1.25em;
}
.form_error span br {
  display: none;
}
.form_error-message {
  color: #E32121;
}
.form_error-message.form_error-appear {
  display: block;
  margin-bottom: -1em;
}
.form_table .form_error-input {
  background: #FCDEDD;
  border: 1px solid #D0666A;
}
@media all and (max-width:750px) {
  .progress_long {
    display: inline-block;
    padding-top: 0.15em;
    left: -10%;
    width: 120%;
    line-height: 1.3em;
  }
  .form_table th,
  .form_table td {
    display: block;
  }
  .form_table th {
    width: 100%;
    font-size: 1.15em;
    color: #2B73BA;
    background: #fff;
    padding: 1.25em 1.3em 0;
  }
  .form_table th.form_th-en {
    padding: 1.4em 1.3em 0.3em;
  }
  .form_table th.form_th-en-req {
    padding: 1.4em 7em 0.3em 1.3em;
  }
  .form_table th.form_th-en br {
    display: none;
  }
  .form_table td {
    border-top: none;
    padding: 0.25em 1.5em 1.5em;
  }
  .form_req-mark {
    font-size: 0.9em;
    border: 1px solid #E32121;
    padding: 0.25em 0.3em;
    top: 1.55em;
    transform: translate(0, 0);
  }
  .form_checkbox-padding {
    padding-left: 2em;
  }
  .width230,
  .width185,
  .width130,
  .width120 {
    display: block;
    width: 100%;
  }
  .form_table .form_radio-th {
    color: #2B73BA;
  }
  .form_table input[type="text"],
  .form_table input[type="tel"],
  .form_table input[type="email"],
  .form_select select,
  .form_table textarea {
    font-size: 16px !important;
    transform: scale(0.875);
  }
  .form_table .form_radio-th input[type="radio"] {
    border: 1px solid #DDD;
  }
  .form_item-exp a {
    display: block;
    padding-top: 2em;
  }
  .form_table .form_td-pc {
    display: none;
  }
  .form_subtitle {
    font-size: 1.15em;
    text-align: center;
    padding: 1em 0;
    background: #F2F2F2;
  }
  .form_table .form_td-sp {
    display: block;
    border-top: 1px solid #DDD;
    padding: 1.25em 1.5em;
    text-align: center;
  }
  .form_table .form_td-sp img {
    max-width: 306px;
  }
  .gobi_type-wrap {
    border-top: 1px solid #DDD;
    padding: 1em 1.5em;
  }
  .gobi_type-box {
    width: 100%;
  }
  .form_table input[type="checkbox"],
  .agree-check {
    width: 1.5em;
    height: 1.5em;
  }
  .form_table input[type="checkbox"]:checked::after,
  .agree-check:checked::after {
    width: 0.3em;
    height: 0.8em;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  .agree-label {
    font-size: 1.15em;
  }
  .form_submit-button {
    font-size: 1.15em;
    margin-top: 2em;
  }
  .form_back-button {
    font-size: 1.15em;
    width: 100%;
    max-width: 350px;
    display: inline-block;
    margin: 1em 0 0;
  }
  .form_error {
    text-align: center;
    padding: 1em 0;
  }
  .form_error img {
    margin-right: 0;
  }
  .form_error span,
  .form_error span br {
    display: block;
  }
  .form_error-message {
    font-size: 1.15em;
  }
}
