.elementor-78395 .elementor-element.elementor-element-645fac5{padding:50px 50px 50px 50px;}@media(max-width:767px){.elementor-78395 .elementor-element.elementor-element-fdf3991{padding:25px 15px 25px 15px;}}/* Start custom CSS for html, class: .elementor-element-d37cdcc *//* ================================
   KiwiGolf – Terms of Service
   ================================ */

:root {
  --kiwi-green: #0f6b53;
  --kiwi-green-soft: #2f8f76;
  --kiwi-accent: #7fc9b3;
  --text-main: #1f2933;
  --text-sub: #4b5563;
  --border-soft: #e5e7eb;
  --bg-soft: #f9fafb;
}

/* Wrapper */
#terms-kiwigolf {
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  max-width: 860px;
  margin: 0 auto;
  padding: 64px 24px 80px;
  background: #ffffff;
  color: var(--text-main);
  line-height: 1.85;
}

/* Page title */
#terms-kiwigolf h1 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: var(--kiwi-green);
  margin-bottom: 48px;
  letter-spacing: 0.05em;
}

/* Section headers */
#terms-kiwigolf h2 {
  font-size: 16px;
  font-weight: 700;
  color: var(--kiwi-green);
  margin-top: 40px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

/* Paragraphs */
#terms-kiwigolf p {
  font-size: 14px;
  color: var(--text-sub);
  margin: 8px 0;
}

/* Lists */
#terms-kiwigolf ul {
  padding-left: 20px;
  margin: 10px 0 14px;
}

#terms-kiwigolf li {
  font-size: 14px;
  color: var(--text-sub);
  margin-bottom: 6px;
}

/* Links */
#terms-kiwigolf a {
  color: var(--kiwi-green);
  font-weight: 600;
  text-decoration: none;
}

#terms-kiwigolf a:hover {
  text-decoration: underline;
}

/* Divider */
#terms-kiwigolf hr {
  margin: 48px 0 24px;
  border: none;
  border-top: 1px solid var(--border-soft);
}

/* ---- FONT LOCK FIX ---- */
/* Force Noto Sans JP for numbers & English */
#terms-kiwigolf,
#terms-kiwigolf * {
  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-a21353f *//* ================================
   KiwiGolf – Terms of Service (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 */
#terms-mobile {
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 32px 16px 56px;
  background: #ffffff;
  color: var(--text-main);
  line-height: 1.85;
}

/* Page title */
#terms-mobile .tm-title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: var(--kiwi-green);
  margin-bottom: 32px;
  letter-spacing: 0.05em;
}

/* Section blocks */
#terms-mobile .tm-block {
  margin-bottom: 28px;
}

/* Section headers */
#terms-mobile .tm-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--kiwi-green);
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}

/* Paragraph text */
#terms-mobile .tm-text {
  font-size: 13px;
  color: var(--text-sub);
  margin: 6px 0;
}

/* Lists */
#terms-mobile .tm-list {
  padding-left: 18px;
  margin: 8px 0 12px;
}

#terms-mobile .tm-list li {
  font-size: 13px;
  color: var(--text-sub);
  margin-bottom: 6px;
}

/* Links */
#terms-mobile a {
  color: var(--kiwi-green);
  font-weight: 600;
  text-decoration: none;
}

#terms-mobile a:hover {
  text-decoration: underline;
}

/* Divider */
#terms-mobile hr {
  margin: 36px 0 20px;
  border: none;
  border-top: 1px solid var(--border-soft);
}

/* ---- FONT LOCK FIX ---- */
/* Force Noto Sans JP for numbers & English */
#terms-mobile,
#terms-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 */