@charset "UTF-8";
.rwd-table {
  width: 100%;
}

.rwd-table tr:not(:first-child) {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:before {
  content: attr(data-th);
  font-weight: bold;
  width: 5em;
  display: inline-block;
}

.rwd-table td:last-child::before {
  display: none;
}

.rwd-table td:first-child {
  padding-top: 0.5em;
}

.rwd-table td:last-child {
  padding: 1em 0;
  text-align: center;
}

.rwd-table th,
.rwd-table td:before {
  color: #dd5;
}

.rwd-table th,
.rwd-table td {
  margin: 0.5em 0;
  text-align: left;
}

@media (min-width: 992px) {
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table td:before {
    display: none;
  }
}

/*標準字*/
@font-face {
  font-family: ROGFonts;
  src: url(../css/fonts/ROGFontsv1.5-Regular.otf);
}

.rogFonts {
  font-family: ROGFonts;
  color: #ea0a2a;
  font-size: 1.6em;
}

/*checkbox*/
.checkbox-button {
  display: flex;
  align-items: center;
  text-align: left;
}

.checkbox-button__input {
  opacity: 0;
  position: absolute;
}

.checkbox-button__control {
  position: relative;
  display: inline-block;
  min-width: 20px;
  height: 20px;
  margin-right: .5em;
  vertical-align: middle;
  background-color: inherit;
  border: 2px solid #969696;
}

.checkbox-button__input:checked + .checkbox-button__control:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #FFF;
}

.checkbox-button__input:checked + .checkbox-button__control {
  border-color: #969696;
}

/*Info*/
.infoTitle {
  font-weight: bold;
  color: #ea0a2a;
}

/* 預購明細 */
.orderItem {
  border-bottom: 1px dashed #9f9f9f;
}

.orderItem table {
  font-weight: normal;
}

.orderItem table th {
  color: #FFF;
  width: 8em;
}
