@charset "UTF-8";
/*-----------------------------------------
Color
------------------------------------------*/
.order__catch {
  margin-bottom: 20px;
}
.order_table {
  width: 100%;
  margin-bottom: 30px;
}

main tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main tr:not(:last-child) {
  margin-bottom: 20px;
}
main th,
main td {
  width: 100%;
}
main th,
main td {
  font-size: 1.3rem;
}
main th {
  padding: 10px 0;
}
main td input,
main td select,
main td textarea {
  border-radius: 3px;
  background: #f5f5f5;
  border: 1px solid #ccc;
}
main td .form_block input,
main td .form_block select,
main td .form_block textarea {
  border-radius: 3px;
  background: #f5f5f5;
}
main td .size_xs {
  width: 30%;
}
main td .size_xs[name^=name] {
  min-width: 7.5em;
}
main td .size_s {
  width: 30%;
}
main td .size_full {
  width: 96%;
}
main td select.size_full {
  width: 100%;
}
main td select.size_unit {
  width: 80%;
}
main td .size_m,
main td select {
  width: 100%;
}
main td .in_text:not(:first-child) {
  padding-left: 1em;
}
main .agree_check {
  line-height: 1.5;
  text-align: center;
}
main .agree_check .heading_label {
  font-weight: bold;
}
main .agree_check input[name=agree] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 1em;
  height: 1em;
  position: relative;
  top: -0.15em;
}

@media (max-width: 989px) {
  .order_confirm td {
    padding: 16px 8px;
  }
  .order_confirm tr {
    margin-bottom: 0 !important;
  }
  .order_confirm tr:last-of-type {
    border-bottom: 1px solid #ddd;
  }
  .order_confirm th,
  .order_confirm td {
    display: block;
    font-size: 1.4rem;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .order_confirm th {
    padding: 10px 8px;
    color: #666;
    background: #f7f7f7;
  }
}
.heading_set {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.heading_label {
  margin: 0 12px 0 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 5px;
}
.heading_label.any {
  background: #999;
}
.heading_label.req {
  background: #f84747;
}
.heading_name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tips_help {
  justify-self: flex-end;
  width: 16px;
  height: 16px;
  color: #fff;
  background: #5fba3b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  border-radius: 2px;
}

input[type=submit] {
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.operate {
  margin: 0 0 4rem;
  text-align: center;
}

.read_term {
  margin: 0 0 40px;
}
.read_term_box {
  padding: 15px;
  margin: 0 0 10px;
  height: 170px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  font-size: 1.2rem;
  background: #fafafa;
}

.form_next_btn {
  text-align: center;
}
.form_next_btn input,
.form_next_btn button {
  width: 100%;
  padding: 10px 36px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #f84747;
}

.form_edit_btn input {
  width: 100%;
  padding: 10px 15px;
  font-size: 1.6rem;
  background: #bcbcbc;
}

.rows_btn li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
  width: calc(100% - 20px);
}
.rows_btn li:not(:first-child) {
  margin-top: 10px;
}

.rows_btn .form_next_btn input {
  padding: 10px 80px;
}

.terms_ttl {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 6px;
  font-size: 1.4rem;
}

.term_pdf i {
  margin-right: 0.5em;
  color: #ed654a;
}

@media screen and (min-width: 990px) {
  .order__catch {
    margin-bottom: 30px;
  }
  .order_table {
    width: 100%;
  }
  main tr {
    border-bottom: 1px solid #ccc;
  }
  main tr:not(:last-child) {
    margin-bottom: 0;
  }
  main tr:first-child {
    border-top: 1px solid #ccc;
  }
  main th {
    width: 300px;
    padding: 20px 15px;
    font-weight: bold;
    background: #f7f7f7;
  }
  main td {
    padding: 15px 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  main td input,
  main td select,
  main td textarea {
    border-radius: 0;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 1.3rem;
  }
  main td select {
    width: auto;
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
  main td .size_xs {
    width: 88px;
  }
  main td .size_s {
    width: 200px;
  }
  main td .size_m {
    width: 300px;
  }
  main td .size_l {
    width: 400px;
  }
  .read_term_box {
    height: 100px;
  }
  .form_next_btn input,
  .form_next_btn button {
    font-size: 1.8rem;
    width: auto;
  }
  .form_edit_btn input {
    font-size: 1.8rem;
    width: auto;
  }
  .rows_btn li {
    width: auto;
  }
  .rows_btn li:not(:first-child) {
    margin-top: 0;
  }
}
.confirm {
  padding-bottom: 76px;
}
.confirm .operate {
  display: none;
}
.confirm .operate_fixed {
  position: fixed;
  padding: 14px 4%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0px -4px 4px 0px rgba(153, 153, 153, 0.2);
          box-shadow: 0px -4px 4px 0px rgba(153, 153, 153, 0.2);
}
.confirm .operate_fixed .rows_btn input {
  width: 100%;
  margin: 0;
  padding: 0.8em 0;
  font-size: 1.6rem;
}
.confirm .confirm_note {
  margin: 0 0 10px;
  color: #f35e53;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 990px) {
  .confirm {
    padding-bottom: 0;
  }
  .confirm .operate {
    display: block;
  }
  .confirm .operate_fixed {
    display: none;
  }
  .confirm .confirm_note {
    text-align: left;
  }
}
.confirm .operate_fixed .rows_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.confirm .operate_fixed .rows_btn li {
  margin: 0;
  width: calc(50% - 10px);
}
.confirm .operate_fixed .rows_btn li input {
  width: 100%;
  padding: 0.8em 0;
  font-size: 1.6rem;
}

@media screen and (min-width: 990px) {
  .main_table th {
    width: 205px;
  }
  .main_table .heading_name {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.radio_btn input {
  display: none;
}
.radio_btn label {
  width: 100%;
  background: #fafafa;
  border: 1px solid #d3d1d1;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  float: left;
  line-height: 1;
  margin: 0 0 10px;
  padding: 10px;
  text-align: center;
}
.radio_btn input[type=radio]:checked + .switch {
  padding: 10px 10px 10px 28px;
  border: 1px solid #4ea6cb;
  background-color: #4ea6cb;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.radio_btn input[type=radio]:checked + .switch span {
  position: relative;
}
.radio_btn input[type=radio]:checked + .switch span:after {
  position: absolute;
  content: "";
  bottom: 0.2em;
  left: -20px;
  width: 15px;
  height: 15px;
  background-image: url(../../../_common/sp/img/radio_checked.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 0 50%;
}
@media screen and (min-width: 990px) {
  .radio_btn label {
    width: auto;
    margin: 0 10px 10px 0;
  }
}

.check_selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 4%;
}
.check_selects input {
  display: none;
}
.check_selects input:checked + label::before {
  opacity: 1;
}
.check_selects label {
  background-color: #f6f7f8;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 15px;
  text-align: center;
  width: 48%;
  position: relative;
  z-index: 0;
}
.check_selects label::before {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #f5be00;
  border-radius: 3px;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: 0;
  pointer-events: none;
  opacity: 0;
}
.check_selects label.full {
  width: 100%;
}
@media screen and (min-width: 990px) {
  .check_selects {
    gap: 8px 3.5%;
  }
  .check_selects label {
    width: 31%;
  }
}
.want_other_text { margin-top: 5px; }


@media (max-width: 989px) {
  .nofooter footer .information__title,
  .nofooter footer .information--sp {
    display: none;
  }
}