.elementor-76047 .elementor-element.elementor-element-86a0879{padding:50px 50px 50px 50px;}@media(max-width:767px){.elementor-76047 .elementor-element.elementor-element-8a42984{padding:25px 15px 25px 15px;}}/* Start custom CSS for html, class: .elementor-element-6d07d95 *//* ================================
   KiwiGolf – 特定商取引法ページ
   ================================ */

:root {
  --kiwi-green: #0f6b53;
  --kiwi-green-light: #2f8f76;
  --kiwi-accent: #7fc9b3;
  --text-main: #1f2933;
  --text-sub: #4b5563;
  --border-soft: #e5e7eb;
  --bg-soft: #f9fafb;
}

/* Base */
.tokutei {
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text-main);
  background-color: #ffffff;
  max-width: 860px;
  margin: 0 auto;
  padding: 64px 24px 80px;
  line-height: 1.8;
}

/* Page title */
.tokutei h1 {
  font-size: 28px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  text-align: center;
  color: var(--kiwi-green);
  margin-bottom: 56px;
  letter-spacing: 0.04em;
}

/* Definition list layout */
.tokutei dl {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
}

/* Section labels */
.tokutei dt {
  font-size: 15px;
  font-weight: 700;
  color: var(--kiwi-green);
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}

/* Section content */
.tokutei dd {
  font-size: 14px;
  color: var(--text-sub);
  margin: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-soft);
}

/* Remove border from last item */
.tokutei dd:last-child {
  border-bottom: none;
}

/* Sub-headings inside sections */
.tokutei h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--kiwi-green-light);
  margin: 20px 0 8px;
}

/* Lists */
.tokutei ul {
  padding-left: 18px;
  margin: 8px 0 12px;
}

.tokutei li {
  font-size: 14px;
  margin-bottom: 6px;
  color: var(--text-sub);
}

/* Paragraphs */
.tokutei p {
  font-size: 14px;
  margin: 6px 0;
  color: var(--text-sub);
}

/* Highlight important notices */
.tokutei .important {
  background: var(--bg-soft);
  border-left: 4px solid var(--kiwi-green);
  padding: 12px 16px;
  margin-top: 12px;
  font-size: 13px;
}

/* Links */
.tokutei a {
  color: var(--kiwi-green);
  text-decoration: none;
  font-weight: 600;
}

.tokutei a:hover {
  text-decoration: underline;
}

/* Mobile optimization */
@media (max-width: 640px) {
  .tokutei {
    padding: 48px 16px 64px;
  }

  .tokutei h1 {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .tokutei dt {
    font-size: 14px;
  }

  .tokutei dd,
  .tokutei p,
  .tokutei li {
    font-size: 13px;
  }
}

/* ================================
   Font Lock – Noto Sans JP
   (Latin + numerals + English safety)
   ================================ */

.tokutei,
.tokutei * {
  font-family: "Noto Sans JP", sans-serif !important;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0;
  font-variant-numeric: lining-nums;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a423966 *//* ================================
   KiwiGolf – 特商法（Mobile）
   ================================ */

:root {
  --kiwi-green: #0f6b53;
  --kiwi-green-soft: #2f8f76;
  --kiwi-accent: #7fc9b3;
  --text-main: #1f2933;
  --text-sub: #4b5563;
  --border-soft: #e5e7eb;
  --bg-soft: #f9fafb;
}

/* Wrapper */
#tokutei-mobile {
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: #ffffff;
  color: var(--text-main);
  padding: 24px 16px 56px;
  line-height: 1.85;
}

/* Title */
.tm-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--kiwi-green);
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: 0.05em;
}

/* Content blocks */
.tm-block {
  padding: 20px 0;
  border-bottom: 1px solid var(--border-soft);
}

.tm-block:last-child {
  border-bottom: none;
}

/* Section labels */
.tm-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--kiwi-green);
  margin-bottom: 6px;
  letter-spacing: 0.06em;
}

/* Normal text */
.tm-text {
  font-size: 13px;
  color: var(--text-sub);
  margin: 0;
}

/* Sub sections */
.tm-sub {
  font-size: 13px;
  font-weight: 700;
  color: var(--kiwi-green-soft);
  margin: 14px 0 4px;
}

/* Lists */
.tm-list {
  padding-left: 18px;
  margin: 6px 0 10px;
}

.tm-list li {
  font-size: 13px;
  color: var(--text-sub);
  margin-bottom: 6px;
}

/* Notes / small print */
.tm-note {
  font-size: 12px;
  color: #6b7280;
  margin-top: 6px;
  line-height: 1.6;
}

/* Links */
#tokutei-mobile a {
  color: var(--kiwi-green);
  font-weight: 600;
  text-decoration: none;
  word-break: break-all;
}

#tokutei-mobile a:active,
#tokutei-mobile a:hover {
  text-decoration: underline;
}

/* Optional highlight (if you ever need it) */
.tm-highlight {
  background: var(--bg-soft);
  border-left: 3px solid var(--kiwi-green);
  padding: 10px 12px;
  margin-top: 10px;
  font-size: 12px;
  color: var(--text-sub);
}

/* Small phones */
@media (max-width: 360px) {
  .tm-title {
    font-size: 20px;
  }

  .tm-label {
    font-size: 13px;
  }

  .tm-text,
  .tm-list li {
    font-size: 12.5px;
  }
}

/* ================================
   Font Lock – Noto Sans JP (Mobile)
   ================================ */

#tokutei-mobile,
#tokutei-mobile * {
  font-family: "Noto Sans JP", sans-serif !important;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0;
  font-variant-numeric: lining-nums;
}/* End custom CSS */