/* 特商法・プライバシーポリシー共通スタイル */
.page-wrap {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.page-header {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.page-header a {
  font-size: 14px;
  font-weight: 700;
  color: #072334;
}

.page-main {
  padding: 32px 0 60px;
}

.page-main h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
  padding-bottom: 12px;
  border-bottom: 2px solid #072334;
}

/* テーブル（特商法） */
.info-table {
  width: 100%;
  border-collapse: collapse;
}

.info-table tr {
  border-bottom: 1px solid #ddd;
}

.info-table th,
.info-table td {
  padding: 14px 8px;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
}

.info-table th {
  font-weight: 700;
  white-space: nowrap;
  width: 40%;
}

@media (max-width: 500px) {
  .info-table th,
  .info-table td {
    display: block;
    width: 100%;
  }
  .info-table th {
    padding-bottom: 0;
  }
  .info-table td {
    padding-top: 4px;
  }
}

/* プライバシーポリシー */
.intro {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 32px;
}

.policy-section {
  margin-bottom: 28px;
}

.policy-section h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

.policy-section p {
  font-size: 14px;
  line-height: 1.8;
}

.policy-section ul {
  margin-top: 8px;
  padding-left: 1.5em;
}

.policy-section li {
  font-size: 14px;
  line-height: 1.8;
  list-style-type: disc;
}

/* フッター */
.page-footer {
  padding: 24px 0;
  border-top: 1px solid #ddd;
  text-align: center;
}

.page-footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 16px;
}

.page-footer-links a {
  font-size: 12px;
  color: #666;
}

.page-footer p {
  font-size: 12px;
  color: #999;
}
