@charset "UTF-8";
/* ↓以下、眞砂追加 ----- */
/* Font Size ----- */
table.deliv-fee {
  width: 100%;
  border: solid 1px #999;
  border-top: none;
}

table.deliv-fee tr > * {
  border-top: solid 1px #999;
  padding: 7px;
}

table.deliv-fee tr > * + * {
  border-left: solid 1px #999;
}

table.deliv-fee tr + tr > *:first-child {
  font-weight: bold;
  text-align: center;
}

table.deliv-fee tr + tr > *:last-child {
  text-align: right;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  table.deliv-fee tr > * {
    padding: 7px 30px;
  }
  table.deliv-fee tr + tr > *:first-child {
    white-space: nowrap;
  }
  table.deliv-fee tr > th {
    font-weight: normal;
    text-align: center;
    background-color: #ffd0ce;
  }
}

@media screen and (max-width: 767px) {
  table.deliv-fee {
    display: block;
  }
  table.deliv-fee > *, table.deliv-fee tr, table.deliv-fee tr > * {
    display: block;
    width: 100%;
  }
  table.deliv-fee tr + tr > * {
    border-left: none;
  }
  table.deliv-fee tr + tr > *:first-child {
    background-color: #ffd0ce;
  }
  table.deliv-fee tr + tr > *:first-child > span {
    /*
                            writing-mode: vertical-lr;
                            min-height: 3.6em;
                            */
  }
  table.deliv-fee tr + tr > *:nth-child(2) {
    line-height: 1.6em;
    letter-spacing: 0.05em;
    border-top: none;
  }
  table.deliv-fee tr + tr > *:nth-child(2) > span {
    display: inline-block;
    white-space: nowrap;
  }
  table.deliv-fee tr + tr > *:nth-child(3) {
    border-top-style: dotted;
  }
}
