@charset "utf-8";
#price .price-list-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}

#price .price-list-table {
  width: 100%;
  min-width: 420px;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #dfd5c8;
}

#price .price-list-table th,
#price .price-list-table td {
  border: 1px solid #e6ddd1;
  padding: 12px 14px;
  line-height: 1.7;
}

#price .price-list-table th {
  background: linear-gradient(135deg, #ffaf59 0%, #ef6902 65%, #c95500 100%);
  color: #fff;
  font-weight: 700;
  text-align: center;
}

#price .price-list-table td:nth-child(1),
#price .price-list-table td:nth-child(2) {
  text-align: center;
  white-space: nowrap;
}

#price .price-list-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 640px) {
  #price .price-list-table {
    min-width: 0;
    font-size: max(14px, 0.9em);
  }

  #price .price-list-table th,
  #price .price-list-table td {
    padding: 10px 8px;
  }

  #price .price-list-table td:nth-child(1),
  #price .price-list-table td:nth-child(2) {
    white-space: normal;
  }

  #price .top-price-lead {
    text-align: left;
  }
}
