@charset "utf-8";

#ctt.policy-page {
  margin: 0;
  padding: 0;
  background: #f7f4ee;
}

#ctt.policy-page #ctt_con {
  padding: 0 0 90px;
  color: #342f29;
  line-height: 1.8;
  word-break: keep-all;
}

.policy-hero {
  padding: 96px 20px 76px;
  background: linear-gradient(180deg, #f7f4ee 0%, #fffaf2 100%);
  text-align: center;
}

.policy-hero__eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--color-main);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.policy-hero__title {
  margin: 0;
  color: #111;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.18;
}

.policy-hero__desc {
  max-width: 720px;
  margin: 20px auto 0;
  color: #6b6256;
  font-size: 17px;
  line-height: 1.8;
}

.policy-wrap {
  width: min(100%, var(--layout-width));
  margin: 0 auto;
  padding: 64px var(--layout-padding, 20px) 0;
}

.policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.policy-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #ded5c7;
  border-radius: 999px;
  background: #fffaf2;
  color: #5f5548;
  font-size: 14px;
  font-weight: 700;
}

.policy-notice {
  margin-bottom: 34px;
  padding: 22px 24px;
  border-left: 4px solid var(--color-main);
  background: #fffaf2;
  color: #5f5548;
}

.policy-notice p {
  margin: 0;
}

.policy-section {
  padding: 34px 0;
  border-top: 1px solid #e2d9cb;
}

.policy-section h3 {
  margin: 0 0 16px;
  color: #111;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
}

.policy-section h4 {
  margin: 24px 0 10px;
  color: #3b3329;
  font-size: 18px;
  font-weight: 800;
}

.policy-section p,
.policy-section li {
  color: #5a5146;
  font-size: 16px;
  line-height: 1.85;
}

.policy-section p + p {
  margin-top: 10px;
}

.policy-section ul,
.policy-section ol {
  margin: 12px 0 0;
  padding-left: 22px;
}

.policy-section li + li {
  margin-top: 6px;
}

.policy-table {
  width: 100%;
  margin: 16px 0 0;
  border-collapse: collapse;
  border-top: 2px solid #6f6252;
  table-layout: fixed;
  background: #fffdf8;
}

.policy-table th,
.policy-table td {
  padding: 15px 16px;
  border-bottom: 1px solid #e5dccf;
  color: #5a5146;
  font-size: 15px;
  line-height: 1.65;
  text-align: left;
  vertical-align: top;
}

.policy-table th {
  background: #efe8dc;
  color: #362f27;
  font-weight: 800;
}

.policy-emphasis {
  color: var(--color-main);
  font-weight: 800;
}

@media (max-width: 768px) {
  .policy-hero {
    padding: 72px 20px 54px;
  }

  .policy-hero__desc {
    font-size: 15px;
  }

  .policy-wrap {
    padding-top: 42px;
  }

  .policy-section {
    padding: 28px 0;
  }

  .policy-section h3 {
    font-size: 21px;
  }

  .policy-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .policy-table th,
  .policy-table td {
    min-width: 170px;
    padding: 13px 12px;
    white-space: normal;
  }
}
