.elementor-6104 .elementor-element.elementor-element-108c3f26{--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-6396b19a *//* BetterDocs 手順記事用 */
.bd-guide {
  --bd-text: #1f2937;
  --bd-subtext: #4b5563;
  --bd-border: #e5e7eb;
  --bd-bg-soft: #f8fafc;
  --bd-bg-card: #ffffff;
  --bd-primary: #2563eb;
  --bd-primary-soft: #eff6ff;
  --bd-warning-bg: #fff7ed;
  --bd-warning-border: #fdba74;
  --bd-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  --bd-radius: 16px;

  color: var(--bd-text);
  font-size: 16px;
  line-height: 1.85;
}

.bd-guide * {
  box-sizing: border-box;
}

.bd-guide h2 {
  margin: 48px 0 18px;
  padding-left: 14px;
  border-left: 5px solid var(--bd-primary);
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 700;
  color: #111827;
}

.bd-guide h2:first-of-type {
  margin-top: 0;
}

.bd-guide h3 {
  margin: 0 0 16px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #111827;
}

.bd-guide p {
  margin: 0 0 16px;
  color: var(--bd-subtext);
}

.bd-guide strong {
  color: #111827;
}

.bd-guide a {
  color: var(--bd-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bd-guide__notice {
  margin: 0 0 32px;
  padding: 18px 20px;
  background: linear-gradient(135deg, #fff7ed 0%, #fffaf5 100%);
  border: 1px solid var(--bd-warning-border);
  border-radius: var(--bd-radius);
  box-shadow: 0 6px 18px rgba(245, 158, 11, 0.08);
}

.bd-guide__notice p {
  margin: 0;
  color: #92400e;
  line-height: 1.8;
}

.bd-guide__section {
  margin: 0 0 28px;
  padding: 24px;
  background: var(--bd-bg-card);
  border: 1px solid var(--bd-border);
  border-radius: var(--bd-radius);
  box-shadow: var(--bd-shadow);
}

.bd-guide__step {
  margin-bottom: 18px;
  padding: 18px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border: 1px solid #dbeafe;
  border-radius: 14px;
}

.bd-guide__point-box {
  margin: 16px 0 20px;
  padding: 18px 20px;
  background: var(--bd-bg-soft);
  border: 1px solid var(--bd-border);
  border-radius: 14px;
}

.bd-guide ul,
.bd-guide ol {
  margin: 0;
  padding-left: 1.4em;
}

.bd-guide li {
  margin-bottom: 10px;
  color: var(--bd-subtext);
}

.bd-guide li:last-child {
  margin-bottom: 0;
}

.bd-guide__checklist {
  list-style: none;
  padding-left: 0;
}

.bd-guide__checklist li {
  position: relative;
  padding-left: 1.8em;
}

.bd-guide__checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05em;
  color: var(--bd-primary);
  font-weight: 700;
}

.bd-guide__figure {
  margin: 22px 0 0;
}

.bd-guide__figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid var(--bd-border);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
  background: #fff;
}

.bd-guide__figure figcaption {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #6b7280;
  text-align: center;
}

@media (max-width: 767px) {
  .bd-guide {
    font-size: 15px;
    line-height: 1.75;
  }

  .bd-guide h2 {
    margin: 36px 0 14px;
    font-size: 1.4rem;
  }

  .bd-guide h3 {
    font-size: 1.08rem;
  }

  .bd-guide__section,
  .bd-guide__notice,
  .bd-guide__step,
  .bd-guide__point-box {
    padding: 18px;
    border-radius: 12px;
  }
}/* End custom CSS */