.elementor-6095 .elementor-element.elementor-element-7ded497f{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1366px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-1063a9ef *//* BetterDocs 用：特定商取引法に基づく表示 */
.kb-commerce-law {
  --kcl-text: #1f2937;
  --kcl-muted: #4b5563;
  --kcl-heading: #111827;
  --kcl-border: #e5e7eb;
  --kcl-surface: #ffffff;
  --kcl-surface-soft: #f8fafc;
  --kcl-primary: #1d4ed8;
  --kcl-primary-soft: #eff6ff;
  --kcl-notice-bg: #fff7ed;
  --kcl-notice-border: #fdba74;
  --kcl-notice-text: #9a3412;
  --kcl-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  --kcl-radius-lg: 18px;
  --kcl-radius-md: 14px;

  color: var(--kcl-text);
  font-size: 16px;
  line-height: 1.9;
}

.kb-commerce-law * {
  box-sizing: border-box;
}

.kb-commerce-law h2 {
  margin: 0 0 16px;
  padding-left: 14px;
  border-left: 5px solid var(--kcl-primary);
  color: var(--kcl-heading);
  font-size: 1.35rem;
  line-height: 1.45;
  font-weight: 700;
}

.kb-commerce-law h3 {
  margin: 24px 0 10px;
  color: var(--kcl-heading);
  font-size: 1.02rem;
  line-height: 1.6;
  font-weight: 700;
}

.kb-commerce-law p {
  margin: 0 0 14px;
  color: var(--kcl-muted);
}

.kb-commerce-law p:last-child {
  margin-bottom: 0;
}

.kb-commerce-law strong {
  color: var(--kcl-heading);
}

.kb-commerce-law a {
  color: var(--kcl-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
  word-break: break-word;
}

.kb-commerce-law ul {
  margin: 0;
  padding-left: 1.4em;
}

.kb-commerce-law li {
  margin-bottom: 10px;
  color: var(--kcl-muted);
}

.kb-commerce-law li:last-child {
  margin-bottom: 0;
}

.kb-commerce-law__meta {
  margin: 0 0 28px;
  padding: 14px 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border: 1px solid var(--kcl-border);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.kb-commerce-law__meta p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--kcl-muted);
}

.kb-commerce-law__card {
  margin: 0 0 24px;
  padding: 24px;
  background: var(--kcl-surface);
  border: 1px solid var(--kcl-border);
  border-radius: var(--kcl-radius-lg);
  box-shadow: var(--kcl-shadow);
}

.kb-commerce-law__notice {
  margin-top: 18px;
  padding: 16px 18px;
  background: linear-gradient(135deg, #fff7ed 0%, #fffaf5 100%);
  border: 1px solid var(--kcl-notice-border);
  border-radius: var(--kcl-radius-md);
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.08);
}

.kb-commerce-law__notice p,
.kb-commerce-law__notice li {
  color: var(--kcl-notice-text);
}

@media (max-width: 767px) {
  .kb-commerce-law {
    font-size: 15px;
    line-height: 1.8;
  }

  .kb-commerce-law h2 {
    font-size: 1.18rem;
    margin-bottom: 14px;
  }

  .kb-commerce-law h3 {
    font-size: 1rem;
    margin-top: 20px;
  }

  .kb-commerce-law__meta {
    border-radius: 14px;
    padding: 14px 16px;
  }

  .kb-commerce-law__card {
    padding: 18px;
    border-radius: 14px;
  }

  .kb-commerce-law__notice {
    padding: 14px 16px;
    border-radius: 12px;
  }
}/* End custom CSS */