@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/* line 14, style.scss */
.form_flowb {
  display: flex;
  justify-content: center;
  align-items: center; }
  /* line 18, style.scss */
  .form_flowb:before {
    display: block;
    content: '';
    width: 25px;
    height: 2px;
    background: #ffa722;
    order: 1; }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 18, style.scss */
      .form_flowb:before {
        width: 10px; } }
    @media screen and (max-width: 350px) {
      /* line 18, style.scss */
      .form_flowb:before {
        width: 10px; } }
  /* line 38, style.scss */
  .form_flowb:after {
    display: block;
    content: '';
    width: 25px;
    height: 2px;
    background: #ffa722;
    order: 3; }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 38, style.scss */
      .form_flowb:after {
        width: 10px; } }
    @media screen and (max-width: 350px) {
      /* line 38, style.scss */
      .form_flowb:after {
        width: 10px; } }
  /* line 58, style.scss */
  .form_flowb .step {
    width: 115px;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border: 2px solid #ffa722;
    border-radius: 50%;
    font-size: 18px;
    font-size: 1.8rem;
    color: #ffa722;
    line-height: 1.3;
    font-weight: 700;
    text-align: center; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 58, style.scss */
      .form_flowb .step {
        font-size: 16px;
        font-size: 1.6rem;
        width: 100px;
        height: 100px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 58, style.scss */
      .form_flowb .step {
        font-size: 16px;
        font-size: 1.6rem;
        width: 100px;
        height: 100px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 58, style.scss */
      .form_flowb .step {
        font-size: 16px;
        font-size: 1.6rem;
        width: 90px;
        height: 90px; } }
    @media screen and (max-width: 350px) {
      /* line 58, style.scss */
      .form_flowb .step {
        font-size: 15px;
        font-size: 1.5rem;
        width: 75px;
        height: 75px; } }
    /* line 99, style.scss */
    .form_flowb .step:nth-of-type(2) {
      order: 2; }
    /* line 102, style.scss */
    .form_flowb .step:nth-of-type(3) {
      order: 4; }
    /* line 105, style.scss */
    .form_flowb .step.this {
      background: #ffa722;
      color: #ffffff; }

/* line 111, style.scss */
.form_txt {
  margin-top: 40px;
  text-align: center; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 111, style.scss */
    .form_txt {
      margin-top: 30px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 111, style.scss */
    .form_txt {
      margin-top: 20px; } }
  @media screen and (max-width: 350px) {
    /* line 111, style.scss */
    .form_txt {
      margin-top: 20px; } }
  /* line 127, style.scss */
  .form_txt p {
    display: inline-block;
    text-align: left; }

/* line 132, style.scss */
.form_area {
  margin-top: 20px; }

/* line 136, style.scss */
.form_areab table {
  width: 100%; }
  /* line 138, style.scss */
  .form_areab table th {
    vertical-align: top;
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid #ffa722;
    white-space: nowrap;
    width: 260px;
    font-weight: 500; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 138, style.scss */
      .form_areab table th {
        width: 210px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 138, style.scss */
      .form_areab table th {
        display: block;
        width: 100%;
        border-bottom: none;
        padding: 20px 0 0 0; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 138, style.scss */
      .form_areab table th {
        display: block;
        width: 100%;
        border-bottom: none;
        padding: 15px 0 0 0; } }
    @media screen and (max-width: 350px) {
      /* line 138, style.scss */
      .form_areab table th {
        display: block;
        width: 100%;
        border-bottom: none;
        padding: 10px 0 0 0; } }
    /* line 168, style.scss */
    .form_areab table th span.imp {
      display: inline-block;
      width: 70px;
      text-align: center;
      padding: 3px 0;
      background: #ffa722;
      border-radius: 3px;
      color: #ffffff;
      line-height: 1.2;
      margin-right: 40px; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 168, style.scss */
        .form_areab table th span.imp {
          margin-right: 20px; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 168, style.scss */
        .form_areab table th span.imp {
          margin-right: 20px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 168, style.scss */
        .form_areab table th span.imp {
          margin-right: 10px;
          width: 50px; } }
      @media screen and (max-width: 350px) {
        /* line 168, style.scss */
        .form_areab table th span.imp {
          margin-right: 10px;
          width: 50px; } }
    /* line 195, style.scss */
    .form_areab table th span.imp_not {
      display: inline-block;
      width: 70px;
      margin-right: 40px; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 195, style.scss */
        .form_areab table th span.imp_not {
          margin-right: 20px; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 195, style.scss */
        .form_areab table th span.imp_not {
          display: none; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 195, style.scss */
        .form_areab table th span.imp_not {
          display: none; } }
      @media screen and (max-width: 350px) {
        /* line 195, style.scss */
        .form_areab table th span.imp_not {
          display: none; } }
  /* line 228, style.scss */
  .form_areab table td {
    padding: 20px 0;
    border-bottom: 1px solid #ffa722; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 228, style.scss */
      .form_areab table td {
        display: block;
        width: 100%;
        padding: 5px 0 20px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 228, style.scss */
      .form_areab table td {
        display: block;
        width: 100%;
        padding: 5px 0 15px; } }
    @media screen and (max-width: 350px) {
      /* line 228, style.scss */
      .form_areab table td {
        display: block;
        width: 100%;
        padding: 5px 0 10px; } }
    /* line 250, style.scss */
    .form_areab table td span + input,
    .form_areab table td input + span {
      margin-left: 10px; }
    /* line 254, style.scss */
    .form_areab table td ul {
      display: flex; }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 254, style.scss */
        .form_areab table td ul {
          display: block; } }
      @media screen and (max-width: 350px) {
        /* line 254, style.scss */
        .form_areab table td ul {
          display: block; } }

/* line 272, style.scss */
.contact-btn {
  margin-top: 50px;
  text-align: center; }
  /* line 275, style.scss */
  .contact-btn input {
    border: 1px solid #cccccc; }
  /* line 278, style.scss */
  .contact-btn.confirm_area {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 278, style.scss */
      .contact-btn.confirm_area {
        display: block; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 278, style.scss */
      .contact-btn.confirm_area {
        display: block; } }
    @media screen and (max-width: 350px) {
      /* line 278, style.scss */
      .contact-btn.confirm_area {
        display: block; } }

/* line 297, style.scss */
.form_box_btn {
  max-width: 370px;
  width: 100%;
  margin: auto; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 297, style.scss */
    .form_box_btn {
      max-width: 320px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 297, style.scss */
    .form_box_btn {
      max-width: 280px; } }
  @media screen and (max-width: 350px) {
    /* line 297, style.scss */
    .form_box_btn {
      max-width: 240px; } }
  /* line 314, style.scss */
  .form_box_btn button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #ffa722;
    border-radius: 5px;
    color: #ffffff;
    line-height: 1.5;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 500; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 314, style.scss */
      .form_box_btn button {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 314, style.scss */
      .form_box_btn button {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 314, style.scss */
      .form_box_btn button {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 350px) {
      /* line 314, style.scss */
      .form_box_btn button {
        font-size: 15px;
        font-size: 1.5rem; } }
    /* line 345, style.scss */
    .form_box_btn button:before {
      display: block;
      content: '';
      width: 8px;
      height: 8px;
      border-right: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff;
      transform: rotate(-45deg) skew(10deg, 10deg);
      margin-right: 10px; }
  /* line 357, style.scss */
  .confirm_area .form_box_btn {
    max-width: 320px;
    margin: 0; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 357, style.scss */
      .confirm_area .form_box_btn {
        max-width: 300px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 357, style.scss */
      .confirm_area .form_box_btn {
        max-width: 320px;
        margin: auto; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 357, style.scss */
      .confirm_area .form_box_btn {
        max-width: 280px;
        margin: auto; } }
    @media screen and (max-width: 350px) {
      /* line 357, style.scss */
      .confirm_area .form_box_btn {
        max-width: 240px;
        margin: auto; } }
    /* line 377, style.scss */
    .confirm_area .form_box_btn + .form_box_btn {
      margin-right: 20px; }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 377, style.scss */
        .confirm_area .form_box_btn + .form_box_btn {
          margin: 10px auto 0; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 377, style.scss */
        .confirm_area .form_box_btn + .form_box_btn {
          margin: 10px auto 0; } }
      @media screen and (max-width: 350px) {
        /* line 377, style.scss */
        .confirm_area .form_box_btn + .form_box_btn {
          margin: 10px auto 0; } }
    /* line 394, style.scss */
    .confirm_area .form_box_btn button.form_box_btn_back {
      background: #aaaaaa; }

/*
---------------------------------------------------------------*/
/* line 402, style.scss */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none; }

/* line 416, style.scss */
textarea {
  resize: vertical; }

/* line 420, style.scss */
input[type='checkbox'],
input[type='radio'] {
  display: none; }

/* line 425, style.scss */
input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer; }

/* line 433, style.scss */
select::-ms-expand {
  display: none; }

/*
---------------------------------------------------------------*/
/* line 439, style.scss */
input,
button,
select,
textarea {
  font-size: 14px;
  background: #fff;
  /* iOS 16px以下だとフォーム拡大 */ }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 439, style.scss */
    input,
    button,
    select,
    textarea {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 439, style.scss */
    input,
    button,
    select,
    textarea {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 350px) {
    /* line 439, style.scss */
    input,
    button,
    select,
    textarea {
      font-size: 16px;
      font-size: 1.6rem; } }

/* line 464, style.scss */
input, textarea {
  border-radius: 3px; }

/* line 469, style.scss */
input {
  padding: 5px; }

/* line 473, style.scss */
.radio label {
  position: relative;
  padding-left: 25px;
  margin-right: 30px;
  display: inline-block; }

/* line 480, style.scss */
.radio label::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff; }

/* line 493, style.scss */
.radio input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: #ffa722;
  border-radius: 50%; }

/* line 504, style.scss */
.check label {
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  display: inline-block; }

/* line 511, style.scss */
.check label::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: #fff; }

/* line 524, style.scss */
.check input:checked + label::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #ffa722;
  border-left: 2px solid #ffa722;
  content: "";
  display: block;
  height: 7px;
  left: 2px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 14px; }

/* line 539, style.scss */
select {
  border: 1px solid #ddd;
  padding: 5px 30px 5px 10px;
  /*矢印用スペース*/
  border-radius: 5px;
  background: #eee; }

/* line 546, style.scss */
textarea {
  margin: 0;
  padding: 5px; }

/* line 550, style.scss */
#address {
  margin-top: 15px; }

/* line 553, style.scss */
.w30 {
  width: 60px; }

/* line 566, style.scss */
.w40 {
  width: 30%; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 566, style.scss */
    .w40 {
      width: 40%; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 566, style.scss */
    .w40 {
      width: 40%; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 566, style.scss */
    .w40 {
      width: calc(50% - 30px); } }
  @media screen and (max-width: 350px) {
    /* line 566, style.scss */
    .w40 {
      width: calc(50% - 30px); } }

/* line 583, style.scss */
.w60 {
  width: 60%; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 583, style.scss */
    .w60 {
      width: 100%; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 583, style.scss */
    .w60 {
      width: 100%; } }
  @media screen and (max-width: 350px) {
    /* line 583, style.scss */
    .w60 {
      width: 100%; } }

/* line 599, style.scss */
.w100 {
  width: 90%; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 599, style.scss */
    .w100 {
      width: 100%; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 599, style.scss */
    .w100 {
      width: 100%; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 599, style.scss */
    .w100 {
      width: 100%; } }
  @media screen and (max-width: 350px) {
    /* line 599, style.scss */
    .w100 {
      width: 100%; } }

/* line 616, style.scss */
#uword {
  width: 30%; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 616, style.scss */
    #uword {
      width: 40%; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 616, style.scss */
    #uword {
      width: 80%; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 616, style.scss */
    #uword {
      width: 80%; } }
  @media screen and (max-width: 350px) {
    /* line 616, style.scss */
    #uword {
      width: 80%; } }

/* line 633, style.scss */
.error {
  color: #cc0000; }
  /* line 635, style.scss */
  .error.first {
    margin-top: 10px; }

/* line 640, style.scss */
.error_box > div {
  text-align: center; }
  /* line 642, style.scss */
  .error_box > div p {
    display: inline-block;
    text-align: left; }
  /* line 646, style.scss */
  .error_box > div .section {
    margin-top: 30px; }
    /* line 648, style.scss */
    .error_box > div .section ul {
      width: fit-content;
      text-align: left;
      margin: auto; }
      /* line 653, style.scss */
      .error_box > div .section ul li em {
        font-weight: 600; }

/* line 662, style.scss */
.finish_box > div {
  min-height: 300px;
  text-align: center; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 662, style.scss */
    .finish_box > div {
      min-height: auto; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 662, style.scss */
    .finish_box > div {
      min-height: auto; } }
  @media screen and (max-width: 350px) {
    /* line 662, style.scss */
    .finish_box > div {
      min-height: auto; } }
  /* line 678, style.scss */
  .finish_box > div p {
    display: inline-block;
    text-align: left; }

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