/* ===== ebook-header-btn.css — ヘッダー「お役立ち資料」ボタン ===== */

/* PC / スティッキーヘッダー CTA エリア — 横並び */
.l-header__pc-cta,
.l-fixHeader__pc-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 32px;
}

/* 「お役立ち資料」— アウトラインボタン（お問い合わせと同形状） */
.l-header__ebook-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 6px;
  border: 1.5px solid var(--color-primary, #FC599B);
  background: transparent;
  color: var(--color-primary, #FC599B);
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  transition: opacity 0.2s ease;
}

.l-header__ebook-link:hover {
  opacity: 0.75;
}

/* SP メニュー内 CTA — 縦並び */
.wd-sp-menu__cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wd-sp-ebook-btn {
  display: block;
  text-align: center;
  padding: 12px 20px;
  border-radius: 6px;
  border: 1.5px solid var(--color-primary, #FC599B);
  background: transparent;
  color: var(--color-primary, #FC599B);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
