@charset "UTF-8";
#cta-6a8507ad20f2575cde4c377e {
  /* CTAコンテナ全体の独立スタイル */
  /* アンダーライン無効化（絶対値での打ち消し指示） */
  /* 上部のアクセントリボン風装飾（グラデーション直接指定） */
  /* バッジ要素の個別の色指定 */
  /* タイトル要素の個別の色指定 */
  /* 本文要素の個別の色指定 */
  /* キーポイント強調ブロック */
  /* ボタン要素の個別の色・アンダーライン打ち消し指定 */
  /* ホバー時の絶対値指定 */
}
#cta-6a8507ad20f2575cde4c377e .demo-blog-wrapper {
  max-width: 800px;
  width: 100%;
  background: #ffffff;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
#cta-6a8507ad20f2575cde4c377e .demo-blog-text {
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 24px;
  text-align: center;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 12px;
}
#cta-6a8507ad20f2575cde4c377e .neo-cta-box {
  box-sizing: border-box;
  position: relative;
  background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 100%);
  border: 2px solid #bae6fd;
  border-radius: 16px;
  padding: 36px 32px;
  box-shadow: 0 10px 25px -5px rgba(2, 132, 199, 0.12), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin: 30px auto;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#cta-6a8507ad20f2575cde4c377e .neo-cta-box * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#cta-6a8507ad20f2575cde4c377e .neo-cta-box a,
#cta-6a8507ad20f2575cde4c377e .neo-cta-box a:hover,
#cta-6a8507ad20f2575cde4c377e .neo-cta-box a:focus,
#cta-6a8507ad20f2575cde4c377e .neo-cta-box a:active,
#cta-6a8507ad20f2575cde4c377e .neo-cta-box a:visited {
  text-decoration: none !important;
}
#cta-6a8507ad20f2575cde4c377e .neo-cta-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #38bdf8 0%, #0284c7 50%, #65a30d 100%);
}
#cta-6a8507ad20f2575cde4c377e .neo-cta-header-group {
  text-align: center;
  margin-bottom: 20px;
}
#cta-6a8507ad20f2575cde4c377e .neo-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #e0f2fe;
  color: #0284c7;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 50px;
  margin-bottom: 12px;
  letter-spacing: 0.03em;
}
#cta-6a8507ad20f2575cde4c377e .neo-cta-badge-icon {
  width: 14px;
  height: 14px;
  fill: #0284c7;
}
#cta-6a8507ad20f2575cde4c377e .neo-cta-title {
  font-size: 22px;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
#cta-6a8507ad20f2575cde4c377e .neo-cta-title-highlight {
  color: #0284c7;
  display: inline-block;
}
#cta-6a8507ad20f2575cde4c377e .neo-cta-body {
  font-size: 15px;
  color: #334155;
  line-height: 1.75;
  margin-bottom: 28px;
}
#cta-6a8507ad20f2575cde4c377e .neo-cta-body p {
  margin-bottom: 12px;
}
#cta-6a8507ad20f2575cde4c377e .neo-cta-body p:last-child {
  margin-bottom: 0;
}
#cta-6a8507ad20f2575cde4c377e .neo-cta-keypoint {
  background-color: #ffffff;
  border-left: 4px solid #0284c7;
  padding: 12px 16px;
  border-radius: 0 8px 8px 0;
  margin: 14px 0;
  font-weight: 500;
  color: #0f172a;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}
#cta-6a8507ad20f2575cde4c377e .neo-cta-strong {
  color: #0284c7;
  font-weight: 700;
}
#cta-6a8507ad20f2575cde4c377e .neo-cta-action {
  text-align: center;
}
#cta-6a8507ad20f2575cde4c377e .neo-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 520px;
  min-height: 64px;
  padding: 16px 32px;
  background: linear-gradient(180deg, #84cc16 0%, #65a30d 100%);
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 50px;
  box-shadow: 0 8px 20px -4px rgba(101, 163, 13, 0.4), 0 4px 0px 0px #3f6212;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  top: 0;
  cursor: pointer;
}
#cta-6a8507ad20f2575cde4c377e .neo-cta-button:hover {
  background: linear-gradient(180deg, #a3e635 0%, #4d7c0f 100%);
  box-shadow: 0 10px 24px -2px rgba(101, 163, 13, 0.5), 0 2px 0px 0px #3f6212;
  top: 2px;
  text-decoration: none !important;
  color: #ffffff !important;
}
#cta-6a8507ad20f2575cde4c377e .neo-cta-button:active {
  box-shadow: 0 4px 10px -2px rgba(101, 163, 13, 0.4), 0 0px 0px 0px #3f6212;
  top: 4px;
  text-decoration: none !important;
  color: #ffffff !important;
}
#cta-6a8507ad20f2575cde4c377e .neo-cta-arrow {
  font-size: 14px;
  transition: transform 0.2s ease;
  color: #ffffff;
}
#cta-6a8507ad20f2575cde4c377e .neo-cta-button:hover .neo-cta-arrow {
  transform: translateX(4px);
}
#cta-6a8507ad20f2575cde4c377e .neo-cta-subnote {
  font-size: 12px;
  color: #64748b;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 640px) {
  #cta-6a8507ad20f2575cde4c377e .demo-blog-wrapper {
    padding: 16px;
  }
  #cta-6a8507ad20f2575cde4c377e .neo-cta-box {
    padding: 24px 18px;
    border-radius: 12px;
  }
  #cta-6a8507ad20f2575cde4c377e .neo-cta-title {
    font-size: 18px;
  }
  #cta-6a8507ad20f2575cde4c377e .neo-cta-body {
    font-size: 14px;
    line-height: 1.65;
  }
  #cta-6a8507ad20f2575cde4c377e .neo-cta-button {
    font-size: 15px;
    min-height: 56px;
    padding: 12px 20px;
  }
}