.elementor-5877 .elementor-element.elementor-element-1a45c70d{--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-3ef80d8d *//* BetterDocs 用：アカウントクレジット取扱規定 */
.kb-credit-policy {
  --kcp-text: #1f2937;
  --kcp-muted: #4b5563;
  --kcp-heading: #111827;
  --kcp-border: #e5e7eb;
  --kcp-surface: #ffffff;
  --kcp-primary: #1d4ed8;
  --kcp-primary-soft: #eff6ff;
  --kcp-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  --kcp-radius-lg: 18px;
  --kcp-radius-md: 14px;

  color: var(--kcp-text);
  font-size: 16px;
  line-height: 1.95;
}

.kb-credit-policy * {
  box-sizing: border-box;
}

.kb-credit-policy h2 {
  margin: 0 0 16px;
  padding-left: 14px;
  border-left: 5px solid var(--kcp-primary);
  color: var(--kcp-heading);
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
}

.kb-credit-policy p {
  margin: 0 0 14px;
  color: var(--kcp-muted);
}

.kb-credit-policy p:last-child {
  margin-bottom: 0;
}

.kb-credit-policy strong {
  color: var(--kcp-heading);
}

.kb-credit-policy a {
  color: var(--kcp-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
  word-break: break-word;
}

.kb-credit-policy ol,
.kb-credit-policy ul {
  margin: 0;
  padding-left: 1.5em;
}

.kb-credit-policy li {
  margin-bottom: 10px;
  color: var(--kcp-muted);
}

.kb-credit-policy li:last-child {
  margin-bottom: 0;
}

.kb-credit-policy ol ol,
.kb-credit-policy ol ul,
.kb-credit-policy ul ol,
.kb-credit-policy ul ul {
  margin-top: 10px;
}

.kb-credit-policy__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0 0 28px;
}

.kb-credit-policy__meta p {
  margin: 0;
  padding: 10px 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border: 1px solid var(--kcp-border);
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  font-size: 0.95rem;
}

.kb-credit-policy__card {
  margin: 0 0 24px;
  padding: 24px;
  background: var(--kcp-surface);
  border: 1px solid var(--kcp-border);
  border-radius: var(--kcp-radius-lg);
  box-shadow: var(--kcp-shadow);
}

.kb-credit-policy__card > ol > li,
.kb-credit-policy__card > ul > li {
  padding-left: 0.1em;
}

@media (max-width: 767px) {
  .kb-credit-policy {
    font-size: 15px;
    line-height: 1.85;
  }

  .kb-credit-policy h2 {
    font-size: 1.2rem;
    margin-bottom: 14px;
  }

  .kb-credit-policy__meta {
    display: block;
    margin-bottom: 22px;
  }

  .kb-credit-policy__meta p {
    margin: 0 0 10px;
    border-radius: 14px;
  }

  .kb-credit-policy__meta p:last-child {
    margin-bottom: 0;
  }

  .kb-credit-policy__card {
    padding: 18px;
    border-radius: 14px;
    margin-bottom: 18px;
  }
}/* End custom CSS */