/* ============================================================
   TOKUSHOHO PAGE (.tks-*)
   ============================================================ */
.tks-main {
  background: #fff;
  padding: 80px 0 120px;
  min-height: 60vh;
}
.tks-inner {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
.tks-lead {
  font-size: 0.95rem;
  line-height: 1.9;
  color: #444;
  margin-bottom: 48px;
  padding: 24px 28px;
  background: #f7f7f7;
  border-left: 4px solid #ea9801;
  border-radius: 0 4px 4px 0;
}
/* テーブル */
.tks-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tks-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}
.tks-table th,
.tks-table td {
  padding: 18px 24px;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
  line-height: 1.8;
}
.tks-table tr:first-child th,
.tks-table tr:first-child td {
  border-top: 1px solid #e8e8e8;
}
.tks-table th {
  width: 220px;
  min-width: 160px;
  font-weight: 700;
  color: #1a1a1a;
  background: #f7f7f7;
  white-space: nowrap;
}
.tks-table td {
  color: #444;
}
.tks-table td a {
  color: #ea9801;
  text-decoration: underline;
  text-underline-offset: 3px;
  word-break: break-all;
  transition: opacity 0.2s;
}
.tks-table td a:hover {
  opacity: 0.7;
}
.tks-table td strong {
  font-weight: 700;
  color: #1a1a1a;
}
.tks-table td small {
  font-size: 0.82rem;
  color: #888;
}

/* ============================================================
   TOKUSHOHO — SP (max-width: 767px)
   ============================================================ */
@media (max-width: 767px) {
  .tks-main {
    padding: 56px 0 80px;
  }
.tks-lead {
  font-size: 0.85rem;
  padding: 18px 16px;
  margin-bottom: 32px;
}
.tks-table th,
  .tks-table td {
  display: block;
  width: 100%;
  padding: 12px 16px;
  box-sizing: border-box;
}
  .tks-table th {
    white-space: normal;
    background: #f2f2f2;
    border-bottom: none;
    padding-bottom: 8px;
    font-size: 0.82rem;
    color: #555;
    br { display: none; }
  }
.tks-table td {
  padding-top: 8px;
  border-bottom: 1px solid #e8e8e8;
}
  .tks-table tr:first-child th {
    border-top: 1px solid #e8e8e8;
  }
}
/* ============================================================
   PRIVACY POLICY PAGE (.pp-*)
   ============================================================ */
.pp-main {
  background: #fff;
  padding: 80px 0 120px;
}
.pp-inner {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
/* リード文 */
.pp-lead {
  font-size: 0.95rem;
  line-height: 1.9;
  color: #444;
  margin-bottom: 48px;
  padding: 24px 28px;
  background: #f7f7f7;
  border-left: 4px solid #ea9801;
  border-radius: 0 4px 4px 0;
}
/* 目次 */
.pp-toc {
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  padding: 28px 32px;
  margin-bottom: 64px;
}
.pp-toc__title {
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 16px;
}
.pp-toc__list {
  columns: 2;
  column-gap: 40px;
  padding-left: 0;
  list-style: none;
  counter-reset: toc-counter;
}
.pp-toc__list li {
  counter-increment: toc-counter;
  font-size: 0.88rem;
  line-height: 1.6;
  margin-bottom: 8px;
  break-inside: avoid;
}
.pp-toc__list li a {
  color: #444;
  text-decoration: none;
  transition: color 0.2s;
  display: flex;
  align-items: baseline;
  gap: 0 6px;
}
.pp-toc__list li a::before {
  content: counter(toc-counter) ".";
  color: #ea9801;
  font-weight: 700;
  font-size: 0.8rem;
  min-width: 20px;
  flex-shrink: 0;
}
.pp-toc__list li a:hover {
  color: #ea9801;
}
/* 各セクション */
.pp-section {
  padding: 40px 0;
  border-bottom: 1px solid #e8e8e8;
}
.pp-section:last-child {
  border-bottom: none;
}
.pp-section__ttl {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
  gap: 0 10px;
  padding-bottom: 12px;
  border-bottom: 2px solid #ea9801;
}
.pp-section__num {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1rem;
  color: #ea9801;
  font-weight: 700;
  flex-shrink: 0;
}
.pp-section p {
  font-size: 0.92rem;
  line-height: 1.9;
  color: #444;
  margin-bottom: 16px;
}
.pp-section p:last-child {
  margin-bottom: 0;
}
.pp-section a {
  color: #ea9801;
  text-decoration: underline;
  text-underline-offset: 3px;
  word-break: break-all;
  transition: opacity 0.2s;
}
.pp-section a:hover {
  opacity: 0.7;
}
/* リスト */
.pp-list {
  list-style: none;
  counter-reset: pp-counter;
  padding-left: 0;
  margin-bottom: 16px;
}
.pp-list > li {
  counter-increment: pp-counter;
  font-size: 0.92rem;
  line-height: 1.9;
  color: #444;
  padding: 10px 0 10px 32px;
  position: relative;
  border-bottom: 1px dotted #e0e0e0;
}
.pp-list > li:last-child {
  border-bottom: none;
}
.pp-list > li::before {
  content: counter(pp-counter) ".";
  position: absolute;
  left: 0;
  top: 10px;
  color: #ea9801;
  font-weight: 700;
  font-size: 0.85rem;
  min-width: 24px;
}
/* ネストリスト */
.pp-list--nested {
  counter-reset: pp-nested;
  margin-top: 12px;
  padding-left: 0;
}
.pp-list--nested > li {
  counter-increment: pp-nested;
  padding-left: 28px;
  border-bottom: none;
}
.pp-list--nested > li::before {
  content: "(" counter(pp-nested) ")";
  font-size: 0.82rem;
}
/* 注釈ボックス */
.pp-note {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 20px 24px;
  margin-top: 20px;
}
.pp-note p {
  font-size: 0.85rem !important;
  color: #666 !important;
  margin-bottom: 12px !important;
}
.pp-note p:last-child {
  margin-bottom: 0 !important;
}
/* リンクリスト */
.pp-link-list {
  list-style: none;
  padding-left: 0;
  margin-top: 16px;
}
.pp-link-list li {
  font-size: 0.88rem;
  line-height: 1.8;
  color: #444;
  padding: 14px 0 14px 16px;
  border-left: 3px solid #e8e8e8;
  margin-bottom: 12px;
}
.pp-link-list li:last-child {
  margin-bottom: 0;
}
/* お問い合わせボックス */
.pp-contact-box {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 24px 28px;
  margin-top: 16px;
}
.pp-contact-box p {
  font-size: 0.92rem !important;
  line-height: 1.8 !important;
  margin-bottom: 12px !important;
}
.pp-contact-box p:last-child {
  margin-bottom: 0 !important;
}
/* 改定履歴 */
.pp-revision {
  margin-top: 20px;
  padding: 16px 20px;
  background: #f9f9f9;
  border-radius: 4px;
}
.pp-revision p {
  font-size: 0.85rem !important;
  color: #888 !important;
  margin-bottom: 4px !important;
}
.pp-revision p:last-child {
  margin-bottom: 0 !important;
}

/* ============================================================
   PRIVACY POLICY — SP (max-width: 767px)
   ============================================================ */
@media (max-width: 767px) {
  .pp-main {
    padding: 56px 0 80px;
  }
.pp-lead {
  font-size: 0.85rem;
  padding: 18px 16px;
  margin-bottom: 32px;
}
.pp-toc {
  padding: 20px 16px;
  margin-bottom: 40px;
}
  .pp-toc__list {
    columns: 1;
  }
  .pp-section {
    padding: 28px 0;
  }
  .pp-section__ttl {
    font-size: 1rem;
  }
  .pp-note {
    padding: 16px;
  }
  .pp-contact-box {
    padding: 18px 16px;
  }
  .pp-list > li {
    padding-left: 28px;
  }
}
/* ============================================================
   DIAMOND LIST（ソーシャルメディアポリシー等 ◆ 箇条書き）
   ============================================================ */
.pp-diamond-list {
  list-style: none;
  padding-left: 0;
  margin: 16px 0;
}
.pp-diamond-list li {
  font-size: 0.92rem;
  line-height: 1.9;
  color: #444;
  padding: 10px 0 10px 28px;
  border-bottom: 1px dotted #e0e0e0;
  position: relative;
}
.pp-diamond-list li:last-child {
  border-bottom: none;
}
.pp-diamond-list li::before {
  content: '◆';
  position: absolute;
  left: 0;
  top: 10px;
  color: #ea9801;
  font-size: 0.75rem;
  line-height: 1.9;
}
.pp-diamond-list li small {
  display: block;
  font-size: 0.82rem;
  color: #888;
  margin-top: 4px;
  font-style: italic;
}
@media (max-width: 767px) {
.pp-diamond-list li {
  padding-left: 22px;
  font-size: 0.88rem;
}
}
/* ============================================================
   SERVICE INFO（申込・利用規約に関するご案内）
   ============================================================ */
.svi-main {
  background: #fafafa;
  padding: 80px 0 120px;
}
.svi-inner {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
.svi-lead {
  font-size: 0.95rem;
  line-height: 1.9;
  color: #555;
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid #ddd;
}
.svi-section {
  margin-bottom: 56px;
}
.svi-section-ttl {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #232323;
  border-left: 3px solid #ea9801;
  padding-left: 12px;
  margin-bottom: 20px;
}
.svi-list {
  list-style: none;
  padding: 0;
}
.svi-list li {
  border-bottom: 1px solid #e8e8e8;
}
.svi-list li:first-child {
  border-top: 1px solid #e8e8e8;
}
.svi-list a {
  display: block;
  padding: 14px 16px;
  color: #232323;
  font-size: 0.92rem;
  transition: color 0.2s, padding-left 0.2s;
}
.svi-list a:hover {
  color: #ea9801;
  padding-left: 24px;
}
.svi-notice {
  border-left: 3px solid #ddd;
  padding: 16px 20px;
  margin-bottom: 24px;
  background: #fff;
}
.svi-notice__meta {
  font-size: 0.82rem;
  font-weight: 700;
  color: #232323;
  margin-bottom: 12px;
}
.svi-notice__meta time {
  color: #999;
  margin-right: 8px;
}
.svi-notice p {
  font-size: 0.88rem;
  line-height: 1.85;
  color: #555;
  margin-bottom: 8px;
}
.svi-notice p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .svi-main { padding: 56px 0 80px; }
  .svi-notice { padding: 14px 16px; }
}
/* ============================================================
   TERMS OF SERVICE（利用規約）
   ============================================================ */
.tos-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 24px;
  border-bottom: 2px solid #111;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.tos-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #111;
  margin: 0;
}
.tos-enacted {
  font-size: 0.8rem;
  color: #999;
  margin: 0;
  white-space: nowrap;
}
.tos-preamble {
  background: #f7f7f7;
  border-left: 4px solid #ea9801;
  border-radius: 0 4px 4px 0;
  padding: 24px 28px;
  margin-bottom: 48px;
}
.tos-preamble p {
  font-size: 0.92rem;
  line-height: 1.9;
  color: #444;
  margin-bottom: 10px;
}
.tos-preamble p:last-child {
  margin-bottom: 0;
}
.tos-body {
  color: #444;
}
.tos-body .tos-chapter {
  font-size: 1.05rem;
  font-weight: 700;
  color: #111;
  background: #f5f5f5;
  border-left: 4px solid #ea9801;
  padding: 12px 20px;
  margin: 48px 0 24px;
}
.tos-body .tos-article {
  font-size: 1rem;
  font-weight: 700;
  color: #232323;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 8px;
  margin: 32px 0 14px;
}
.tos-body p {
  font-size: 0.92rem;
  line-height: 1.9;
  margin-bottom: 10px;
}
.tos-body li {
  font-size: 0.92rem;
  line-height: 1.9;
  padding: 4px 0 4px 1.2em;
  position: relative;
  list-style: none;
  color: #555;
}
.tos-body li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #ea9801;
}
.pp-history {
  font-size: 0.82rem;
  color: #999;
  border-top: 1px solid #e0e0e0;
  margin-top: 48px;
  padding-top: 20px;
}
@media (max-width: 767px) {
.tos-header {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 28px;
  padding-bottom: 16px;
}
.tos-title {
  font-size: 1rem;
  line-height: 1.5;
}
  .tos-enacted {
    font-size: 0.75rem;
  }
.tos-preamble {
  padding: 16px 14px;
  margin-bottom: 32px;
  border-left-width: 3px;
}
.tos-preamble p {
  font-size: 0.84rem;
  line-height: 1.85;
  margin-bottom: 8px;
}
.tos-body .tos-chapter {
  font-size: 0.9rem;
  padding: 10px 12px;
  margin: 36px 0 16px;
}
.tos-body .tos-article {
  font-size: 0.88rem;
  margin: 24px 0 10px;
  padding-bottom: 6px;
}
.tos-body p,
  .tos-body li {
  font-size: 0.84rem;
  line-height: 1.85;
}
.pp-history {
  font-size: 0.75rem;
  margin-top: 36px;
  padding-top: 16px;
}
}

/* 英語版 ol/li スタイル（pp-listクラスに合わせる） */
.pp-section ol,
.pp-section ul:not(.pp-list):not(.pp-toc__list):not(.pp-link-list) {
  list-style: none;
  counter-reset: pp-counter;
  padding-left: 0;
  margin-bottom: 16px;
}
.pp-section ol > li,
.pp-section ul:not(.pp-list):not(.pp-toc__list):not(.pp-link-list) > li {
  counter-increment: pp-counter;
  font-size: 0.92rem;
  line-height: 1.9;
  color: #444;
  padding: 10px 0 10px 32px;
  position: relative;
  border-bottom: 1px dotted #e0e0e0;
}
.pp-section ol > li:last-child,
.pp-section ul:not(.pp-list):not(.pp-toc__list):not(.pp-link-list) > li:last-child {
  border-bottom: none;
}
.pp-section ol > li::before {
  content: counter(pp-counter) ".";
  position: absolute;
  left: 0;
  top: 10px;
  color: #ea9801;
  font-weight: 700;
  font-size: 0.85rem;
  min-width: 24px;
}
.pp-section ul:not(.pp-list):not(.pp-toc__list):not(.pp-link-list) > li::before {
  content: "•";
  position: absolute;
  left: 8px;
  top: 10px;
  color: #ea9801;
  font-weight: 700;
}
