@charset "utf-8";
/* CSS Document */
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
.m-hdg-lv3 {
  margin: 70px 0 20px;
}
.m-tbl thead th.a-fc-white {
  color: #FFF;
}
.m-tbl tbody td span {
  display: inline-block;
}
.m-tbl tbody td > *:not(br):not(.m-btn-s):not(.m-tbl-cal-btn):not(.m-frm-select):not(.m-form-btn__calendar):not(label) {
  margin-top: 0 !important;
}
.m-tbl tbody td.a-bg-red {
  background: #ffe9e8;
  font-weight: 600;
}
.m-list-order__txt > *:first-child {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .m-accordion .m-accordion-content {
    overflow: hidden;
    overflow-x: scroll;
  }
  .m-accordion .m-accordion-content .m-img {
    width: 750px;
  }
}