@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/* ============================================================
   転職ライフ - 企業サイト風デザインシステム
   配色ルール:
   - メイン:    #1a3a5c (ネイビー)
   - アクセント: #1976d2 (ブルー)
   - CTA:       #e65100 (オレンジ)
   - 背景:      #ffffff (白) / #f8f9fa (薄グレー)
   - テキスト:  #1a1a2e (濃紺) / #555 (本文)
   - 境界線:    #e0e0e0 (薄グレー)
============================================================ */

/* ============ 1. 基本・全体 ============ */

body {
  background-color: #f8f9fa !important;
  color: #333 !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Yu Gothic", sans-serif !important;
}

a {
  color: #1976d2 !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}
a:hover {
  color: #1a3a5c !important;
  text-decoration: underline !important;
}

img {
  max-width: 100%;
  height: auto;
}

/* ============ 2. ヘッダー ============ */

.header-container {
  background-color: #1a3a5c !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15) !important;
  border-bottom: none !important;
}

.header-container-in,
.header-in {
  background-color: transparent !important;
}

/* センターロゴレイアウト時の上部帯（キャッチコピー） */
.header-top-container,
.header-container .sub-title {
  background-color: #1a3a5c !important;
  color: rgba(255,255,255,0.75) !important;
  font-size: 12px !important;
  letter-spacing: 0.05em !important;
}

/* サイト名 */
.site-name-text,
.logo-text,
.site-name a {
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-shadow: none !important;
}
.site-name-text:hover,
.logo-text:hover {
  color: rgba(255,255,255,0.85) !important;
}

/* サブタイトル */
.site-description,
.site-catch {
  color: rgba(255,255,255,0.7) !important;
  font-size: 12px !important;
}

/* ============ 3. グローバルナビ ============ */

.navi,
.navi-wrap,
.menu-top-container {
  background-color: #ffffff !important;
  border-bottom: 2px solid #e0e0e0 !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06) !important;
}

.navi-in {
  max-width: 1100px;
  margin: 0 auto;
}

/* ナビリンク */
.menu-top li a,
.menu-header li a {
  color: #1a3a5c !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  padding: 16px 18px 13px !important;
  display: block !important;
  position: relative !important;
  transition: color 0.2s !important;
  border-bottom: none !important;
  text-decoration: none !important;
}

/* アクティブ・ホバー時のアンダーライン（テキスト下に余白を確保） */
.menu-top li a::after,
.menu-header li a::after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 0 !important;
  height: 3px !important;
  background-color: #1976d2 !important;
  transition: width 0.25s ease !important;
}

.menu-top li a:hover::after,
.menu-header li a:hover::after,
.menu-top .current-menu-item > a::after,
.menu-header .current-menu-item > a::after {
  width: 80% !important;
}

.menu-top li a:hover,
.menu-header li a:hover,
.menu-top .current-menu-item > a,
.menu-header .current-menu-item > a {
  color: #1976d2 !important;
  text-decoration: none !important;
}

/* caption-wrap を非表示にしてシンプルに */
.navi .caption-wrap {
  display: block !important;
}
.navi .item-label {
  font-size: 14px !important;
}
.navi .item-description {
  display: none !important;
}

/* ============ 4. レイアウト全体 ============ */

.wrap,
.content-in {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  box-sizing: border-box !important;
}

.main {
  flex: 1 1 0% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.sidebar {
  flex: 0 0 336px !important;
  width: 336px !important;
  min-width: 336px !important;
}

.main {
  background-color: #ffffff !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}

/* ============ 5. 記事カード（トップ・カテゴリー） ============ */

.entry-card-wrap,
.card-wrap {
  background-color: #ffffff !important;
  border: 1px solid #e8eaed !important;
  border-radius: 4px !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04) !important;
  transition: box-shadow 0.2s, border-color 0.2s !important;
  overflow: hidden !important;
}

.entry-card-wrap:hover,
.card-wrap:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
  border-color: #1976d2 !important;
}

.card-title,
.e-card-title,
.entry-card-title {
  color: #1a3a5c !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}

.card-snippet,
.e-card-content {
  color: #666 !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
}

/* カテゴリラベル */
.cat-label,
.card-cat-label {
  background-color: #1976d2 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  padding: 2px 8px !important;
  border-radius: 2px !important;
  letter-spacing: 0.03em !important;
}

/* ============ 6. 記事ページ - 見出し ============ */

/* H2 見出し: ネイビー左ボーダー＋薄グレー背景 */
.article h2,
.entry-content h2 {
  background-color: #f0f4f8 !important;
  color: #1a3a5c !important;
  border-left: 4px solid #1976d2 !important;
  border-bottom: none !important;
  border-top: none !important;
  border-right: none !important;
  padding: 14px 20px !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  margin: 40px 0 20px !important;
  border-radius: 0 4px 4px 0 !important;
}

/* H3 見出し: ブルー左ボーダー */
.article h3,
.entry-content h3 {
  color: #1a3a5c !important;
  border-left: 3px solid #1976d2 !important;
  border-bottom: 1px solid #e0e0e0 !important;
  background-color: transparent !important;
  padding: 10px 16px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  margin: 32px 0 16px !important;
}

/* H4 見出し: シンプル */
.article h4,
.entry-content h4 {
  color: #1a3a5c !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 8px 0 8px 12px !important;
  border-left: 2px solid #90caf9 !important;
  margin: 24px 0 12px !important;
  background: none !important;
}

/* ============ 7. 記事本文 ============ */

.article p,
.entry-content p {
  line-height: 1.9 !important;
  font-size: 16px !important;
  color: #333 !important;
  margin-bottom: 20px !important;
}

/* 強調 */
.article strong,
.entry-content strong {
  color: #1a3a5c !important;
  font-weight: 700 !important;
}

/* リスト */
.article ul,
.entry-content ul,
.article ol,
.entry-content ol {
  padding-left: 24px !important;
  margin-bottom: 20px !important;
}

.article li,
.entry-content li {
  line-height: 1.8 !important;
  margin-bottom: 6px !important;
  color: #333 !important;
  font-size: 16px !important;
}

/* 記事タイトル */
.entry-title {
  color: #1a3a5c !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  margin-bottom: 16px !important;
}

/* ============ 8. CTA ボタン ============ */

/* アポプラス薬剤師CTAボックス内のボタン */
.article a[href*="a8.net"],
.entry-content a[href*="a8.net"],
.article a[href*="px.a8.net"],
.entry-content a[href*="px.a8.net"] {
  background-color: #e65100 !important;
  color: #ffffff !important;
  display: inline-block !important;
  padding: 14px 28px !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: background-color 0.2s, transform 0.15s !important;
  box-shadow: 0 2px 6px rgba(230, 81, 0, 0.3) !important;
  border: none !important;
  letter-spacing: 0.02em !important;
}

.article a[href*="a8.net"]:hover,
.entry-content a[href*="a8.net"]:hover,
.article a[href*="px.a8.net"]:hover,
.entry-content a[href*="px.a8.net"]:hover {
  background-color: #bf360c !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 10px rgba(230, 81, 0, 0.35) !important;
}

/* CTAボックス全体のデザイン統一（インラインスタイル上書き） */
div[style*="border: 2px solid #2196F3"],
div[style*="border:2px solid #2196F3"] {
  border: 1px solid #1976d2 !important;
  border-radius: 6px !important;
  background-color: #f0f7ff !important;
  padding: 24px !important;
  margin: 40px 0 !important;
}

/* あわせて読みたいボックス */
div[style*="border-left: 4px solid #2196F3"],
div[style*="border-left:4px solid #2196F3"] {
  background-color: #f8fbff !important;
  border-left: 3px solid #1976d2 !important;
  padding: 16px 20px !important;
  border-radius: 0 4px 4px 0 !important;
  margin: 24px 0 !important;
}

/* ============ 9. サイドバー ============ */

.sidebar {
  background-color: transparent !important;
}

.widget {
  background-color: #ffffff !important;
  border: 1px solid #e8eaed !important;
  border-radius: 4px !important;
  padding: 20px !important;
  margin-bottom: 24px !important;
  box-shadow: none !important;
}

/* ウィジェットタイトル */
.widget-title,
.widgettitle {
  color: #1a3a5c !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  border-bottom: 2px solid #1976d2 !important;
  padding-bottom: 10px !important;
  margin-bottom: 14px !important;
  letter-spacing: 0.05em !important;
  background: none !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
}

.widget ul li a {
  color: #333 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}
.widget ul li a:hover {
  color: #1976d2 !important;
}

/* 検索ウィジェット */
.search-form input[type="search"],
.widget .search-field {
  border: 1px solid #e0e0e0 !important;
  border-radius: 4px 0 0 4px !important;
  padding: 9px 12px !important;
  font-size: 14px !important;
}

.search-form button,
.search-submit {
  background-color: #1976d2 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 4px 4px 0 !important;
  padding: 9px 14px !important;
  cursor: pointer !important;
}

/* ============ 10. フッター ============ */

.footer {
  background-color: #1a3a5c !important;
  color: rgba(255,255,255,0.8) !important;
  padding: 40px 0 20px !important;
  border-top: none !important;
  margin-top: 60px !important;
}

.footer a {
  color: rgba(255,255,255,0.7) !important;
}
.footer a:hover {
  color: #ffffff !important;
}

.footer-bottom,
.footer-bottom-container {
  border-top: 1px solid rgba(255,255,255,0.15) !important;
  padding-top: 16px !important;
  margin-top: 16px !important;
}

.copyright {
  color: rgba(255,255,255,0.6) !important;
  font-size: 12px !important;
}

/* ============ 11. パンくずリスト ============ */

.breadcrumb,
.breadcrumb-wrap {
  background-color: #f8f9fa !important;
  padding: 10px 20px !important;
  font-size: 12px !important;
  border-bottom: 1px solid #e8eaed !important;
}

.breadcrumb a,
.breadcrumb-wrap a {
  color: #666 !important;
  font-size: 12px !important;
}
.breadcrumb a:hover {
  color: #1976d2 !important;
}

/* ============ 12. テーブル ============ */

.article table,
.entry-content table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 24px 0 !important;
  font-size: 14px !important;
  background-color: #fff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
}

.article th,
.entry-content th {
  background-color: #1a3a5c !important;
  color: #ffffff !important;
  padding: 12px 16px !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  border: 1px solid #2a4a6c !important;
  text-align: left !important;
}

.article td,
.entry-content td {
  padding: 11px 16px !important;
  border: 1px solid #e8eaed !important;
  color: #333 !important;
  font-size: 14px !important;
  vertical-align: top !important;
  line-height: 1.7 !important;
}

.article tr:nth-child(even) td,
.entry-content tr:nth-child(even) td {
  background-color: #f8f9fa !important;
}
.article tr:hover td,
.entry-content tr:hover td {
  background-color: #f0f7ff !important;
}

/* ============ 13. 投稿メタ情報 ============ */

.post-date,
.post-update,
.date,
.entry-date {
  color: #888 !important;
  font-size: 12px !important;
}

.post-author,
.author-name {
  color: #666 !important;
  font-size: 12px !important;
}

/* ============ 14. タグ・カテゴリバッジ ============ */

.tag-box a,
.tax-box a,
.cat-box a {
  background-color: #f0f4f8 !important;
  color: #1a3a5c !important;
  border: 1px solid #d0dae4 !important;
  font-size: 12px !important;
  padding: 3px 10px !important;
  border-radius: 3px !important;
  display: inline-block !important;
  margin: 2px !important;
}
.tag-box a:hover,
.tax-box a:hover {
  background-color: #1976d2 !important;
  color: #fff !important;
  border-color: #1976d2 !important;
  text-decoration: none !important;
}

/* ============ 15. ページネーション ============ */

.pagination a,
.pagenation a {
  background-color: #ffffff !important;
  color: #1a3a5c !important;
  border: 1px solid #e0e0e0 !important;
  padding: 8px 14px !important;
  border-radius: 3px !important;
  font-size: 14px !important;
}
.pagination a:hover,
.pagenation a:hover {
  background-color: #1976d2 !important;
  color: #fff !important;
  border-color: #1976d2 !important;
  text-decoration: none !important;
}
.pagination .current,
.pagenation .current {
  background-color: #1a3a5c !important;
  color: #fff !important;
  border-color: #1a3a5c !important;
}

/* ============ 16. モバイルメニュー ============ */

.sp-menu-toggle,
.mobile-menu-button {
  background-color: #1a3a5c !important;
  color: #fff !important;
}

.sp-navi,
.mobile-navi {
  background-color: #1a3a5c !important;
}

.sp-navi a,
.mobile-navi a {
  color: rgba(255,255,255,0.9) !important;
  border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}

/* ============ 17. トップページ ヒーロー帯 ============ */

/* キャッチフレーズ帯（Cocoonのtop-imageが有効な場合） */
.top-image-wrap,
.main-image-wrap {
  background-color: #1a3a5c !important;
  color: #fff !important;
}

/* ============ 18. 関連記事・次の記事 ============ */

.related-entry-wrap .entry-card-wrap {
  border: 1px solid #e8eaed !important;
}

.pager-next-link a,
.pager-prev-link a {
  background-color: #f0f4f8 !important;
  color: #1a3a5c !important;
  border: 1px solid #d0dae4 !important;
  font-weight: 600 !important;
}
.pager-next-link a:hover,
.pager-prev-link a:hover {
  background-color: #1976d2 !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* ============ 19. Cocoon装飾ボックス系の統一 ============ */

/* メモボックス */
.memo-box,
.alert-box,
.point-box,
.caution-box,
.bad-box,
.good-box {
  border-radius: 4px !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

/* ============ 20. スクロールしたときのヘッダー固定 ============ */

.fixed-header,
.header-fixed {
  background-color: #1a3a5c !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
}

/* ============ レスポンシブ ============ */

@media screen and (max-width: 1023px) {
  .wrap {
    padding: 0 16px !important;
  }
  
  .article h2,
  .entry-content h2 {
    font-size: 18px !important;
    padding: 12px 16px !important;
  }
  
  .article h3,
  .entry-content h3 {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 834px) {
  body {
    font-size: 15px !important;
  }

  .article p,
  .entry-content p {
    font-size: 15px !important;
  }

  .article h2,
  .entry-content h2 {
    font-size: 17px !important;
    margin: 30px 0 16px !important;
  }
  
  .article h3,
  .entry-content h3 {
    font-size: 15px !important;
    margin: 24px 0 12px !important;
  }
  
  .entry-title {
    font-size: 20px !important;
  }
  
  .widget {
    padding: 16px !important;
  }
  
  .article a[href*="a8.net"],
  .entry-content a[href*="a8.net"],
  .article a[href*="px.a8.net"],
  .entry-content a[href*="px.a8.net"] {
    padding: 14px 20px !important;
    font-size: 14px !important;
    display: block !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 480px) {
  .article h2,
  .entry-content h2 {
    font-size: 16px !important;
    padding: 10px 14px !important;
  }
  
  .article h3,
  .entry-content h3 {
    font-size: 14px !important;
    padding: 8px 12px !important;
  }
  
  .entry-title {
    font-size: 18px !important;
  }
  
  .article table,
  .entry-content table {
    font-size: 12px !important;
  }
  
  .article th,
  .entry-content th,
  .article td,
  .entry-content td {
    padding: 8px 10px !important;
  }
}


/* ========================================
   トップページ ヒーローエリア
   ======================================== */

/* ヒーローセクション */
.hero-section {
  background: linear-gradient(135deg, #1a3a5c 0%, #1976d2 100%);
  color: white;
  padding: 60px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.05) 0%, transparent 60%);
  pointer-events: none;
}

.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 4px 16px;
  border-radius: 20px;
  margin-bottom: 16px;
  border: 1px solid rgba(255,255,255,0.4);
}

.hero-title {
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin: 0 0 16px !important;
  color: white !important;
}

.hero-subtitle {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.9);
  margin: 0 0 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hero-cta-group {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.hero-cta-primary {
  display: inline-block;
  background: #e65100;
  color: white !important;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none !important;
  box-shadow: 0 4px 15px rgba(230,81,0,0.4);
  transition: all 0.2s;
}

.hero-cta-primary:hover {
  background: #bf360c;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(230,81,0,0.5);
  color: white !important;
}

.hero-cta-secondary {
  display: inline-block;
  background: transparent;
  color: white !important;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 50px;
  text-decoration: none !important;
  border: 2px solid rgba(255,255,255,0.7);
  transition: all 0.2s;
}

.hero-cta-secondary:hover {
  background: rgba(255,255,255,0.15);
  border-color: white;
  color: white !important;
}

.hero-stats {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-stat {
  color: rgba(255,255,255,0.9);
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-stat-num {
  font-size: 20px;
  font-weight: 700;
  color: #ffcc02;
}

/* ========================================
   悩み別ナビゲーション
   ======================================== */

.worry-nav {
  background: white;
  padding: 48px 20px;
}

.worry-nav-title {
  text-align: center;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #1a3a5c !important;
  margin: 0 0 32px !important;
}

.worry-nav-title span {
  display: inline-block;
  border-bottom: 3px solid #1976d2;
  padding-bottom: 8px;
}

.worry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

.worry-card {
  display: block;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 20px 16px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.2s;
  color: #1a3a5c !important;
}

.worry-card:hover {
  border-color: #1976d2;
  background: #e3f2fd;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(25,118,210,0.15);
  color: #1976d2 !important;
}

.worry-icon {
  font-size: 32px;
  margin-bottom: 10px;
  display: block;
}

.worry-label {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}

/* ========================================
   おすすめ転職サイトセクション
   ======================================== */

.recommend-section {
  background: #f0f4f8;
  padding: 48px 20px;
}

.recommend-title {
  text-align: center;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1a3a5c !important;
  margin: 0 0 24px !important;
}

.recommend-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.recommend-card {
  background: white;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #dee2e6;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.recommend-card-rank {
  display: inline-block;
  background: #1a3a5c;
  color: white;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.recommend-card-rank.gold { background: #f59e0b; }
.recommend-card-rank.silver { background: #6b7280; }
.recommend-card-rank.bronze { background: #b45309; }

.recommend-card-name {
  font-size: 18px;
  font-weight: 700;
  color: #1a3a5c;
  margin-bottom: 8px;
}

.recommend-card-desc {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 16px;
}

.recommend-card-btn {
  display: block;
  background: #e65100;
  color: white !important;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: background 0.2s;
}

.recommend-card-btn:hover {
  background: #bf360c;
  color: white !important;
}

/* レスポンシブ */
@media (max-width: 600px) {
  .hero-title { font-size: 22px !important; }
  .worry-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-stats { gap: 16px; }
}


/* ========================================
   統一CTAボックス（記事内・記事末）
   ======================================== */

.cta-box {
  background: linear-gradient(135deg, #1a3a5c 0%, #1976d2 100%);
  border-radius: 12px;
  padding: 28px 24px;
  margin: 32px 0;
  text-align: center;
  color: white;
}

.cta-box-label {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  color: white;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 3px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.cta-box-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: white !important;
  margin: 0 0 8px !important;
  line-height: 1.5 !important;
}

.cta-box-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  margin: 0 0 20px;
  line-height: 1.7;
}

.cta-box-btn {
  display: inline-block;
  background: #e65100;
  color: white !important;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  transition: all 0.2s;
}

.cta-box-btn:hover {
  background: #bf360c;
  transform: translateY(-2px);
  color: white !important;
}

.cta-box-note {
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  margin-top: 10px;
}

/* シンプル版CTA */
.cta-simple {
  background: #fff8e1;
  border: 2px solid #f59e0b;
  border-radius: 10px;
  padding: 20px 24px;
  margin: 24px 0;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-simple-text {
  flex: 1;
  min-width: 200px;
}

.cta-simple-text strong {
  display: block;
  font-size: 15px;
  color: #1a3a5c;
  margin-bottom: 4px;
}

.cta-simple-text span {
  font-size: 12px;
  color: #666;
}

.cta-simple-btn {
  display: inline-block;
  background: #e65100;
  color: white !important;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 50px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.2s;
}

.cta-simple-btn:hover {
  background: #bf360c;
  color: white !important;
}

/* ========================================
   FAQセクション
   ======================================== */

.faq-section {
  margin: 40px 0;
}

.faq-section-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1a3a5c !important;
  margin-bottom: 20px !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid #1976d2 !important;
}

.faq-item {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-question {
  background: #f0f4f8;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #1a3a5c;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.faq-question::before {
  content: 'Q';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: #1976d2;
  color: white;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
}

.faq-answer {
  padding: 14px 20px;
  font-size: 13px;
  line-height: 1.8;
  color: #444;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.faq-answer::before {
  content: 'A';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: #e65100;
  color: white;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
}

/* ========================================
   転職サイトレビューカード
   ======================================== */

.review-card {
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  background: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.review-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.review-card-rank {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #1a3a5c;
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
}

.review-card-rank.rank-1 { background: #f59e0b; }
.review-card-rank.rank-2 { background: #6b7280; }
.review-card-rank.rank-3 { background: #b45309; }

.review-card-name {
  font-size: 20px;
  font-weight: 700;
  color: #1a3a5c;
}

.review-card-stars {
  font-size: 20px;
  letter-spacing: 2px;
}

.review-card-score {
  font-size: 14px;
  font-weight: 700;
  color: #f59e0b;
}

.review-card-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.review-tag {
  display: inline-block;
  background: #e3f2fd;
  color: #1976d2;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
}

.review-card-cta {
  display: block;
  background: #e65100;
  color: white !important;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  margin-top: 16px;
  transition: background 0.2s;
}

.review-card-cta:hover {
  background: #bf360c;
  color: white !important;
}

/* ========================================
   信頼性バッジ・著者情報
   ======================================== */

.author-box {
  background: #f0f4f8;
  border-radius: 10px;
  padding: 20px;
  margin: 32px 0;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.author-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  background: #1a3a5c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.author-info-name {
  font-size: 15px;
  font-weight: 700;
  color: #1a3a5c;
  margin-bottom: 4px;
}

.author-info-title {
  font-size: 11px;
  color: #1976d2;
  font-weight: 600;
  margin-bottom: 8px;
}

.author-info-bio {
  font-size: 12px;
  color: #555;
  line-height: 1.7;
}

.trust-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 20px 0;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #1a3a5c;
}

/* ========================================
   記事末「次のステップ」ナビ
   ======================================== */

.next-steps {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 24px;
  margin: 32px 0;
}

.next-steps-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1a3a5c !important;
  margin: 0 0 16px !important;
}

.next-steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.next-steps-list li {
  margin-bottom: 10px;
}

.next-steps-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1976d2 !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  padding: 8px 12px;
  background: white;
  border-radius: 6px;
  border: 1px solid #e9ecef;
  transition: all 0.2s;
}

.next-steps-list a:hover {
  border-color: #1976d2;
  background: #e3f2fd;
}

.next-steps-list a::before {
  content: '→';
  color: #e65100;
  font-weight: 700;
}

/* ========================================
   地域別・状況別バナー
   ======================================== */

.situation-nav {
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 20px;
  margin: 24px 0;
}

.situation-nav-title {
  font-size: 14px;
  font-weight: 700;
  color: #1a3a5c;
  margin-bottom: 12px;
}

.situation-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.situation-tag {
  display: inline-block;
  background: #f0f4f8;
  color: #1a3a5c;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  text-decoration: none !important;
  border: 1px solid #dee2e6;
  transition: all 0.2s;
}

.situation-tag:hover {
  background: #1976d2;
  color: white !important;
  border-color: #1976d2;
}

@media (max-width: 600px) {
  .cta-simple { flex-direction: column; }
  .author-box { flex-direction: column; }
  .review-card-header { gap: 8px; }
}


/* ヘッダータイトル中央揃えの修正 */
.header-in {
  flex-direction: column !important;
  align-items: center !important;
}
