/* =========================================
   page.css
   法定表記・会社概要・規約・静的ページ共通
========================================= */

.page-box {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
}

.page-box h1 {
  margin: 0 0 24px;
  font-size: 30px;
  line-height: 1.4;
}

.page-lead {
  margin: 0 0 28px;
  line-height: 1.9;
  color: #555;
}

.law-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  background: #fff;
}

.law-table th,
.law-table td {
  border: 1px solid #ddd;
  padding: 15px 16px;
  text-align: left;
  vertical-align: top;
  line-height: 1.8;
}

.law-table th {
  width: 260px;
  background: #f7f7f7;
  font-weight: 700;
  color: #222;
}

.law-table td {
  color: #333;
}

.page-note {
  margin-top: 24px;
  padding: 16px 18px;
  background: #f8f8f8;
  border-left: 4px solid #d60000;
  line-height: 1.8;
  color: #444;
}

.page-section {
  margin-top: 34px;
}

.page-section h2 {
  margin: 0 0 14px;
  font-size: 22px;
}

.page-section p {
  margin: 0 0 14px;
  line-height: 1.9;
}

.page-section ul {
  margin: 0;
  padding-left: 1.4em;
}

.page-section li {
  margin-bottom: 8px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .page-box h1 {
    font-size: 24px;
  }

  .law-table,
  .law-table tbody,
  .law-table tr,
  .law-table th,
  .law-table td {
    display: block;
    width: 100%;
  }

  .law-table tr {
    margin-bottom: 14px;
    border: 1px solid #ddd;
    background: #fff;
  }

  .law-table th,
  .law-table td {
    border: none;
  }

  .law-table th {
    border-bottom: 1px solid #ddd;
    padding: 12px 14px;
  }

  .law-table td {
    padding: 14px;
  }
}
/* =========================================
   送料・配送ページ
========================================= */

.shipping-method-box {
  padding-top: 10px;
}

.page-subtitle {
  margin: 24px 0 12px;
  font-size: 18px;
}

.shipping-rate-table-wrap {
  overflow-x: auto;
}

.shipping-rate-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.shipping-rate-table th,
.shipping-rate-table td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  text-align: left;
}

.shipping-rate-table th {
  background: #f7f7f7;
}

.shipping-rate-table td:nth-child(2) {
  white-space: nowrap;
}