.elementor-5649 .elementor-element.elementor-element-269d3e36{--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-58b9c522 *//* =========================================
   BetterDocs用 - FX専用VPS お申込みガイド
   ========================================= */

.fxvps-guide {
  --guide-text: #1f2937;
  --guide-subtext: #5b6474;
  --guide-border: #e5e7eb;
  --guide-bg: #f8fafc;
  --guide-card: #ffffff;
  --guide-accent: #2563eb;
  --guide-accent-soft: #eff6ff;
  --guide-success: #16a34a;
  --guide-success-soft: #f0fdf4;
  --guide-warning: #d97706;
  --guide-warning-soft: #fff7ed;
  --guide-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  --guide-radius-lg: 20px;
  --guide-radius-md: 14px;
  --guide-radius-sm: 10px;

  color: var(--guide-text);
  font-size: 16px;
  line-height: 1.9;
}

.fxvps-guide * {
  box-sizing: border-box;
}

.fxvps-guide .guide-header {
  margin: 0 0 40px;
  padding: 32px 28px;
  background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
  border: 1px solid #dbeafe;
  border-radius: var(--guide-radius-lg);
}

.fxvps-guide .guide-label {
  display: inline-block;
  margin: 0 0 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.fxvps-guide h1 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.fxvps-guide .guide-lead {
  margin: 0;
  font-size: 16px;
  color: var(--guide-subtext);
}

.fxvps-guide .guide-step {
  margin: 0 0 28px;
  padding: 28px;
  background: var(--guide-card);
  border: 1px solid var(--guide-border);
  border-radius: var(--guide-radius-lg);
  box-shadow: var(--guide-shadow);
}

.fxvps-guide .step-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eef2f7;
}

.fxvps-guide .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 999px;
  background: var(--guide-accent);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.22);
}

.fxvps-guide h2 {
  margin: 0;
  font-size: clamp(22px, 2.5vw, 28px);
  line-height: 1.4;
  font-weight: 800;
  color: #111827;
}

.fxvps-guide h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #111827;
}

.fxvps-guide p {
  margin: 0 0 16px;
}

.fxvps-guide p:last-child {
  margin-bottom: 0;
}

.fxvps-guide a {
  color: var(--guide-accent);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(37, 99, 235, 0.28);
  transition: all 0.2s ease;
}

.fxvps-guide a:hover {
  color: #1d4ed8;
  border-bottom-color: rgba(29, 78, 216, 0.5);
}

.fxvps-guide strong {
  color: #111827;
  font-weight: 800;
}

.fxvps-guide .subheading {
  margin: 20px 0 18px;
  font-size: 17px;
  font-weight: 700;
  color: #111827;
}

.fxvps-guide figure {
  margin: 18px 0 0;
}

.fxvps-guide figure + figure {
  margin-top: 18px;
}

.fxvps-guide img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.fxvps-guide figcaption {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.7;
  color: #6b7280;
  text-align: center;
}

.fxvps-guide .guide-note,
.fxvps-guide .guide-alert,
.fxvps-guide .guide-success {
  margin: 20px 0;
  padding: 18px 18px 18px 20px;
  border-radius: var(--guide-radius-md);
  border: 1px solid transparent;
}

.fxvps-guide .guide-note {
  background: var(--guide-accent-soft);
  border-color: #bfdbfe;
}

.fxvps-guide .guide-alert {
  background: var(--guide-warning-soft);
  border-color: #fed7aa;
}

.fxvps-guide .guide-success {
  background: var(--guide-success-soft);
  border-color: #bbf7d0;
}

.fxvps-guide .guide-note-title,
.fxvps-guide .guide-alert-title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 800;
  color: #111827;
}

.fxvps-guide .payment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 12px;
}

.fxvps-guide .payment-card {
  padding: 22px;
  background: #fbfdff;
  border: 1px solid #e6edf7;
  border-radius: var(--guide-radius-md);
}

.fxvps-guide .payment-card p {
  color: var(--guide-subtext);
}

@media (max-width: 767px) {
  .fxvps-guide {
    font-size: 15px;
    line-height: 1.8;
  }

  .fxvps-guide .guide-header {
    padding: 24px 18px;
    margin-bottom: 28px;
  }

  .fxvps-guide .guide-step {
    padding: 20px 16px;
    margin-bottom: 20px;
    border-radius: 16px;
  }

  .fxvps-guide .step-heading {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 14px;
  }

  .fxvps-guide .step-number {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    font-size: 16px;
  }

  .fxvps-guide .payment-grid {
    grid-template-columns: 1fr;
  }

  .fxvps-guide img {
    border-radius: 12px;
  }
}/* End custom CSS */