@charset "utf-8";
/* -- price section -- */
.pc {
  display: none;
}
#price {
  margin: 0 auto;
}
#price table {
  font-size: 14px;
  text-align: center;
  width: 100%;
  border: solid 1px #999;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#price table thead,
#price table tbody {
  display: block;
  width: 100%;
  position: relative;
}
#price table thead {
  display: block;
  width: 100%;
  border-bottom: solid 1px #999;
  z-index: 2;
}
#price table tr {
  display: table;
  width: 100%;
}
#price table thead tr > *:first-child {
  border-right: solid 1px #999;
}
#price table thead th,
#price table thead td {
  width: 50%;
}
#price table thead th {
  color: #fff;
  font-size: 1rem;
  padding: 20px 0;
}
#price table thead th:nth-child(1) {
  background: #A9A9A9;
}
#price table thead th:nth-child(2) {
  background: #808080;
}
#price table thead td {
  line-height: 1.43;
  padding: 20px 0;
}
#price table thead tr:nth-child(2) td strong {
  color: #ff5949;
}
#price table thead tr:nth-child(3) td:nth-child(1) {
  background: #f2f2f2;
}
#price table thead tr:nth-child(3) td:nth-child(2) {
  background: #ff7f50;
}
#price table thead tr:nth-child(3) dt {
  font-weight: 600;
  color: #d6281f;
  padding-bottom: 5px;
}
#price table thead tr:nth-child(3) dd {
  font-size: 1.4rem;
  line-height: 1.43;
  padding: 0 10px;
}
#price table tbody {
  /*height: 280px;
  overflow: scroll;
  overflow-x: hidden;*/
  top: -1px;
}
#price table tbody th,
#price table tbody td {
  padding: 15px 0;
  border-top: solid 1px #999;
}
#price table tbody th:not([colspan="4"]) {
  font-weight: 500;
  width: 50%;
}
#price table tbody th[colspan="4"] {
  width: 100%;
  padding: 20px 0;
  border-top: solid 1px #999;
}
#price table tbody td {
  font-weight: 600;
  width: 20%;
}
#price table tbody td:nth-child(1) {
  background: #f2f2f2;
}
#price table tbody td:nth-child(3) {
  background: #f2f2f2;
}
#price .note {
  text-align: left;
}
#price ::-webkit-scrollbar {
  width: 6px;
}
#price ::-webkit-scrollbar-track {
  background: #fa8072;
}
#price ::-webkit-scrollbar-thumb {
  background: #cc3333;
}
#price table tbody td a {
  color: #333;
  text-decoration: underline;
}
#price table tbody td.kakaku {
  text-align: left;
  padding: 15px 5px;
}
.note {
  font-size: 13px;
  line-height: 1.66;
  color: #888;
  margin-top: 15px;
}
