/* Regular */
@font-face {
  font-family: "YuGothicR";
  src: url("../../font/yu-gothic-regular.ttf") format("truetype");
  font-style: normal;
}
/* Medium */
@font-face {
  font-family: "YuGothicM";
  src: url("../../font/yu-gothic-medium.otf") format("embedded-opentype");
  font-style: normal;
}
/* Bold */
@font-face {
  font-family: "YuGothicB";
  src: url("../../font/yu-gothic-bold.ttf") format("truetype");
  font-style: normal;
}
/* Regular */
@font-face {
  font-family: "HelveticaL";
  src: url("../../font/helveticalt.ttf") format("embedded-opentype");
  font-style: normal;
}
/* Font Weights */
/* Typography Sizes */
/* Breakpoints */
/* Percentages Default Value */
/* Tablet VW Default Value */
/* PC VW Default Value */
/* Desktop VW Default Value */
/* Regular */
@font-face {
  font-family: "YuGothicR";
  src: url("../../font/yu-gothic-regular.ttf") format("truetype");
  font-style: normal;
}
/* Medium */
@font-face {
  font-family: "YuGothicM";
  src: url("../../font/yu-gothic-medium.otf") format("embedded-opentype");
  font-style: normal;
}
/* Bold */
@font-face {
  font-family: "YuGothicB";
  src: url("../../font/yu-gothic-bold.ttf") format("truetype");
  font-style: normal;
}
/* Regular */
@font-face {
  font-family: "HelveticaL";
  src: url("../../font/helveticalt.ttf") format("embedded-opentype");
  font-style: normal;
}
/* Font Weights */
/* Typography Sizes */
/* Breakpoints */
/* Percentages Default Value */
/* Tablet VW Default Value */
/* PC VW Default Value */
/* Desktop VW Default Value */
/* Media Queries */
.inner {
  width: 66.199376947%;
  max-width: 850px;
  margin: 0 auto;
}

.mod_form {
  margin: 160px auto 100px;
}
.mod_form h1.mod_ttl {
  font-size: 40px;
  color: #000000;
  font-family: "YuGothicB", sans-serif;
  margin-bottom: 80px;
  text-align: center;
}
.mod_form .txt_form_note {
  font-size: 20px;
  color: #000000;
  font-family: "YuGothicM", sans-serif;
  margin-bottom: 25px;
}
.mod_form span.required {
  font-size: 20px;
  color: #FF002C;
  font-family: "YuGothicB", sans-serif;
}
.mod_form .txt_form_que {
  font-size: 24px;
  color: #000000;
  font-family: "YuGothicB", sans-serif;
  margin-bottom: 30px;
}
.mod_form .prepare_wrap {
  padding: 40px;
  border: 2px solid #000000;
}
.mod_form .prepare_wrap .txt_note {
  font-size: 16px;
  margin-bottom: 25px;
  color: #000000;
  font-family: "YuGothicM", sans-serif;
}
.mod_form .prepare_wrap .prepare_note {
  margin-bottom: 50px;
}
.mod_form .prepare_wrap .prepare_note .txt_note {
  margin-bottom: 8px;
  text-indent: -8px;
  padding-left: 8px;
  line-height: 1.4;
}
.mod_form .prepare_wrap .prepare_note .txt_note span {
  font-size: 12px;
  color: #000000;
  font-family: "YuGothicM", sans-serif;
}
.mod_form .prepare_wrap .prepare_note.last {
  margin-bottom: 0;
}
.mod_form .mod_row {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  /* The mod_radio */
}
.mod_form .mod_row .col_01 {
  width: 100%;
  margin-bottom: 20px;
}
.mod_form .mod_row .col_01 label {
  font-size: 16px;
  color: #000000;
  font-family: "YuGothicM", sans-serif;
  margin-bottom: 10px;
  display: inline-block;
}
.mod_form .mod_row .col_01 label.mod_radio {
  line-height: 2.3;
  margin-bottom: 5px;
}
.mod_form .mod_row .col_02 {
  width: calc((100% - 20px) / 2);
  display: inline-block;
}
.mod_form .mod_row .col_02 label {
  font-size: 16px;
  color: #000000;
  font-family: "YuGothicM", sans-serif;
  margin-bottom: 10px;
  display: inline-block;
}
.mod_form .mod_row .clm05-1 {
  width: 25%;
}
.mod_form .mod_row .clm05-2 {
  width: 75%;
}
.mod_form .mod_row .clm05-2.add_group {
  justify-content: space-between;
}
.mod_form .mod_row input.form-control,
.mod_form .mod_row select.form-control,
.mod_form .mod_row textarea.form-control {
  box-sizing: border-box;
  border: 2px solid #000000;
  font-family: "YuGothicB", sans-serif;
  font-size: 16px;
  padding: 20px 30px;
  border-radius: 8px;
  width: 100%;
  min-height: 70px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mod_form .mod_row select.form-control {
  width: 100%;
  background: url("/taiyoukou/assets/images/common/icon_select_arrow.png") no-repeat right 20px center;
  background-size: 14px auto;
  color: #cbcbcb;
}
.mod_form .mod_row select.form-control option:not(:first-of-type) {
  color: #000000;
}
.mod_form .mod_row input::placeholder,
.mod_form .mod_row textarea::placeholder {
  color: #cbcbcb;
  font-size: 16px;
  font-family: "YuGothicM", sans-serif;
  opacity: 1;
}
.mod_form .mod_row textarea.form-control {
  resize: none;
}
.mod_form .mod_row div span.error {
  display: none;
}
.mod_form .mod_row .error input.form-control,
.mod_form .mod_row .error select.form-control,
.mod_form .mod_row .error textarea.form-control {
  border: 2px solid #E60328;
}
.mod_form .mod_row .error span.error {
  display: block;
  color: #E60328;
  font-size: 14px;
  font-family: "YuGothicB", sans-serif;
  margin-top: 5px;
}
.mod_form .mod_row .mod_radio {
  display: block;
  position: relative;
  padding-left: 65px;
  margin-bottom: 30px;
  cursor: pointer;
  font-size: 24px;
  font-family: "YuGothicB", sans-serif;
  color: #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.8;
}
.mod_form .mod_row .mod_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.mod_form .mod_row .mod_radio input:checked ~ .checkmark {
  background-color: #ffffff;
  border: 1px solid #E60328;
}
.mod_form .mod_row .mod_radio input:checked ~ .checkmark:after {
  display: block;
  border: 1px solid #E60328;
}
.mod_form .mod_row .mod_radio:hover input ~ .checkmark {
  background-color: #d4d4d4;
}
.mod_form .mod_row .mod_radio .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #E60328;
}
.mod_form .mod_row .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #000000;
}
.mod_form .mod_row .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.mod_form .mod_row .form_label {
  font-size: 20px;
  color: #000000;
  font-family: "YuGothicB", sans-serif;
}
.mod_form .mod_row.radio_wrap .col_02 .mod_radio {
  margin-bottom: 48px;
  font-size: 24px;
}
.mod_form .mod_row.radio_wrap .col_02 .mod_radio span.txt_btn_sm {
  font-size: 16px;
}
.mod_form .mod_row.mod_mb {
  margin-bottom: 80px;
}
.mod_form .mod_btn {
  width: 56%;
}
.mod_form .mod_btn .btn_rounded {
  width: 100%;
  min-height: 112px;
  padding: 0 20px;
  margin-bottom: 2.3529411765%;
  justify-content: center;
  position: relative;
}
.mod_form .mod_btn .btn_rounded .txt_btn {
  font-size: 32px;
}
.mod_form .mod_btn .btn_rounded .arrow {
  position: absolute;
  right: 3%;
}

.mod_thanks {
  margin: 160px auto 100px;
  max-width: 900px;
  min-height: 51vh;
}
.mod_thanks h1 {
  font-size: 40px;
  color: #000000;
  font-family: "YuGothicB", sans-serif;
  margin-bottom: 74px;
}
.mod_thanks p {
  font-size: 20px;
  color: #000000;
  font-family: "YuGothicM", sans-serif;
  line-height: 2;
  margin-bottom: 100px;
}

/*For Tablet*/
@media (min-width: 768px) and (max-width: 1240px) {
  .inner {
    width: 79.7507788162%;
    max-width: 1024px;
    margin: 0 auto;
  }
  .mod_form {
    margin: 15.625vw auto 9.765625vw;
  }
  .mod_form h1.mod_ttl {
    font-size: 3.90625vw;
    margin-bottom: 7.8125vw;
  }
  .mod_form .txt_form_note {
    font-size: 1.953125vw;
    margin-bottom: 2.44140625vw;
  }
  .mod_form span.required {
    font-size: 1.953125vw;
  }
  .mod_form .txt_form_que {
    font-size: 1.953125vw;
    margin-bottom: 2.9296875vw;
  }
  .mod_form .prepare_wrap {
    padding: 3.90625vw;
    border: 0.1953125vw solid #000000;
  }
  .mod_form .prepare_wrap .txt_note {
    font-size: 1.5625vw;
    margin-bottom: 2.44140625vw;
  }
  .mod_form .prepare_wrap .prepare_note {
    margin-bottom: 4.8828125vw;
  }
  .mod_form .prepare_wrap .prepare_note .txt_note {
    margin-bottom: 0.78125vw;
    text-indent: -0.78125vw;
    padding-left: 0.78125vw;
  }
  .mod_form .prepare_wrap .prepare_note .txt_note span {
    font-size: 1.171875vw;
  }
  .mod_form .prepare_wrap .prepare_note.last {
    margin-bottom: 0;
  }
  .mod_form .mod_row {
    justify-content: center;
    align-items: center;
    margin-bottom: 2.9296875vw;
    /* The mod_radio */
  }
  .mod_form .mod_row .col_01 {
    width: 100%;
    margin-bottom: 1.953125vw;
  }
  .mod_form .mod_row .col_01 label {
    font-size: 1.5625vw;
    margin-bottom: 0.9765625vw;
  }
  .mod_form .mod_row .col_01 label.mod_radio {
    margin-bottom: 0.48828125vw;
  }
  .mod_form .mod_row .col_02 label {
    font-size: 1.5625vw;
    margin-bottom: 0.9765625vw;
  }
  .mod_form .mod_row .clm05-1 {
    width: 25%;
  }
  .mod_form .mod_row .clm05-2 {
    width: 75%;
  }
  .mod_form .mod_row .clm05-2.add_group {
    justify-content: space-between;
  }
  .mod_form .mod_row input.form-control,
  .mod_form .mod_row select.form-control,
  .mod_form .mod_row textarea.form-control {
    box-sizing: border-box;
    border: 0.1953125vw solid #000000;
    font-size: 1.5625vw;
    padding: 1.953125vw 2.9296875vw;
    border-radius: 0.78125vw;
    min-width: 22.4609375vw;
    width: 100%;
    min-height: 6.8359375vw;
  }
  .mod_form .mod_row select.form-control {
    width: 100%;
    background: url("/taiyoukou/assets/images/common/icon_select_arrow.png") no-repeat right 1.953125vw center;
    background-size: 1.3671875vw auto;
  }
  .mod_form .mod_row select.form-control :required:invalid {
    color: #cbcbcb;
  }
  .mod_form .mod_row input::placeholder,
  .mod_form .mod_row textarea::placeholder {
    font-size: 1.5625vw;
  }
  .mod_form .mod_row .mod_radio {
    padding-left: 6.34765625vw;
    margin-bottom: 2.9296875vw;
    cursor: pointer;
    font-size: 2.34375vw;
  }
  .mod_form .mod_row .mod_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .mod_form .mod_row .mod_radio input:checked ~ .checkmark {
    background-color: #ffffff;
    border: 2px solid #E60328;
  }
  .mod_form .mod_row .mod_radio input:checked ~ .checkmark:after {
    display: block;
    border: 2px solid #E60328;
  }
  .mod_form .mod_row .mod_radio:hover input ~ .checkmark {
    background-color: #d4d4d4;
  }
  .mod_form .mod_row .mod_radio .checkmark:after {
    width: 1.953125vw;
    height: 1.953125vw;
  }
  .mod_form .mod_row .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 3.90625vw;
    width: 3.90625vw;
  }
  .mod_form .mod_row .form_label {
    font-size: 1.953125vw;
  }
  .mod_form .mod_row.radio_wrap .col_02 .mod_radio {
    margin-bottom: 4.6875vw;
    font-size: 2.34375vw;
  }
  .mod_form .mod_row.mod_mb {
    margin-bottom: 7.8125vw;
  }
  .mod_form .mod_btn .btn_rounded {
    width: 100%;
    min-height: 10.9375vw;
    max-height: 112px;
    padding: 0 1.953125vw;
    margin-bottom: 1.953125vw;
    justify-content: center;
    position: relative;
  }
  .mod_form .mod_btn .btn_rounded .txt_btn {
    font-size: 3.125vw;
  }
  .mod_form .mod_btn .btn_rounded .arrow {
    position: absolute;
    right: 3%;
  }
  .mod_thanks {
    margin: 15.625vw auto 9.765625vw;
    height: 57vh;
  }
  .mod_thanks h1 {
    font-size: 3.90625vw;
    margin-bottom: 7.2265625vw;
  }
  .mod_thanks p {
    font-size: 1.953125vw;
    color: #000000;
    font-family: "YuGothicM", sans-serif;
    line-height: 2;
    margin-bottom: 9.765625vw;
  }
}
/*For SP*/
@media (max-width: 767px) {
  .inner {
    width: 89.5833333333%;
    max-width: 688px;
  }
  .mod_form {
    margin: 2.6rem auto 1rem;
  }
  .mod_form h1.mod_ttl {
    font-size: 0.48rem;
    margin-bottom: 0.6rem;
    line-height: 1.4;
  }
  .mod_form .txt_form_note {
    font-size: 0.32rem;
    margin-bottom: 0.3rem;
  }
  .mod_form span.required {
    font-size: 0.32rem;
  }
  .mod_form .txt_form_que {
    font-size: 0.4rem;
    margin-bottom: 0.3rem;
    line-height: 1.4;
  }
  .mod_form .prepare_wrap {
    padding: 0.4rem;
    border: 0.04rem solid #000000;
  }
  .mod_form .prepare_wrap .txt_note {
    font-size: 0.24rem;
    margin-bottom: 0.25rem;
    line-height: 1.4;
  }
  .mod_form .prepare_wrap .prepare_note {
    margin-bottom: 0.4rem;
  }
  .mod_form .prepare_wrap .prepare_note .txt_note {
    margin-bottom: 0.08rem;
    text-indent: -0.25rem;
    padding-left: 0.25rem;
    line-height: 1.4;
  }
  .mod_form .prepare_wrap .prepare_note .txt_note span {
    font-size: 0.18rem;
    margin-right: 0.1rem;
  }
  .mod_form .prepare_wrap .prepare_note.last {
    margin-bottom: 0;
  }
  .mod_form .mod_row {
    margin-bottom: 0.35rem;
    /* The mod_radio */
  }
  .mod_form .mod_row .col_01 {
    width: 100%;
  }
  .mod_form .mod_row .col_01 label {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
  }
  .mod_form .mod_row .col_01 label.mod_radio {
    margin-bottom: 0.2rem;
    font-family: "YuGothicB", sans-serif;
    line-height: 2.8;
  }
  .mod_form .mod_row .col_02 {
    width: 100%;
    margin-bottom: 0.25rem;
  }
  .mod_form .mod_row .col_02 label {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .mod_form .mod_row .col_02:last-child {
    margin-bottom: 0;
  }
  .mod_form .mod_row .clm05-1 {
    width: 100%;
  }
  .mod_form .mod_row .clm05-2 {
    width: 100%;
  }
  .mod_form .mod_row .clm05-2.add_group {
    justify-content: space-between;
  }
  .mod_form .mod_row input.form-control,
  .mod_form .mod_row select.form-control,
  .mod_form .mod_row textarea.form-control {
    border: 0.03rem solid #000000;
    font-size: 0.24rem;
    padding: 0.22rem 0.3rem;
    border-radius: 0.16rem;
    min-width: auto;
    width: 100%;
    min-height: 0.86rem;
  }
  .mod_form .mod_row select.form-control {
    width: 100%;
    background: url("/taiyoukou/assets/images/common/icon_select_arrow.png") no-repeat right 0.2rem center;
    background-size: 0.24rem auto;
  }
  .mod_form .mod_row input::placeholder,
  .mod_form .mod_row textarea::placeholder {
    font-size: 0.24rem;
  }
  .mod_form .mod_row .error input.form-control,
  .mod_form .mod_row .error select.form-control,
  .mod_form .mod_row .error textarea.form-control {
    border: 0.04rem solid #E60328;
  }
  .mod_form .mod_row .error span.error {
    font-size: 0.24rem;
    margin-top: 0.1rem;
  }
  .mod_form .mod_row .mod_radio {
    padding-left: 0.8rem;
    margin-bottom: 0.3rem;
    line-height: 2.5;
    cursor: pointer;
    font-size: 0.24rem;
  }
  .mod_form .mod_row .mod_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .mod_form .mod_row .mod_radio input:checked ~ .checkmark {
    background-color: #ffffff;
    border: 0.04rem solid #E60328;
  }
  .mod_form .mod_row .mod_radio input:checked ~ .checkmark:after {
    display: block;
    border: 0.04rem solid #E60328;
  }
  .mod_form .mod_row .mod_radio:hover input ~ .checkmark {
    background-color: #ffffff;
  }
  .mod_form .mod_row .mod_radio .checkmark:after {
    width: 0.32rem;
    height: 0.32rem;
  }
  .mod_form .mod_row .checkmark {
    height: 0.64rem;
    width: 0.64rem;
    background-color: #ffffff;
    border-radius: 50%;
    border: 0.04rem solid #000000;
  }
  .mod_form .mod_row .form_label {
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
    display: inline-block;
  }
  .mod_form .mod_row.radio_wrap .col_02 {
    margin-bottom: 0;
  }
  .mod_form .mod_row.radio_wrap .col_02 .mod_radio {
    margin-bottom: 0.3rem;
    font-size: 0.28rem;
  }
  .mod_form .mod_row.first {
    margin-bottom: 0.8rem;
  }
  .mod_form .mod_row.mod_mb {
    margin-bottom: 1.2rem;
  }
  .mod_form .mod_btn .btn_rounded {
    width: 100%;
    min-height: auto;
    height: 1.14rem;
    padding: 0 0.2rem;
    margin-bottom: 0.2rem;
  }
  .mod_form .mod_btn .btn_rounded .txt_btn {
    font-size: 0.4rem;
  }
  .mod_form .mod_btn .btn_rounded .arrow {
    position: absolute;
    right: 3%;
  }
  .mod_thanks {
    margin: 2.6rem auto 1rem;
    height: auto;
  }
  .mod_thanks h1 {
    font-size: 0.48rem;
    margin-bottom: 0.74rem;
  }
  .mod_thanks p {
    font-size: 0.28rem;
    margin-bottom: 1.3rem;
  }
}

/*# sourceMappingURL=form.css.map */
