@charset "UTF-8";
/* =========================================================
   コンテンツ（コラム）セクション専用スタイル
   - 既存 header.php / footer.php と併用
   - 配色：オレンジ #FF8C00 / 緑 #7AB800 / 赤 #E50012 / クリーム #FFF8E7
   - 全体を .col_wrap 配下にスコープし common.css との衝突を防ぐ
   ========================================================= */

.col_wrap {
  background: #f7f6f2;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
}
.col_wrap a { color: inherit; text-decoration: none; }
.col_wrap *,
.col_wrap *::before,
.col_wrap *::after { box-sizing: border-box; }
.col_inner { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ---------- パンくず ---------- */
.col_breadcrumb { background: #fff; border-bottom: 1px solid #eee; }
.col_breadcrumb .col_inner { padding-top: 11px; padding-bottom: 11px; font-size: 12px; color: #888; }
.col_breadcrumb a { color: #888; }
.col_breadcrumb .sep { margin: 0 8px; color: #ccc; }
.col_breadcrumb .current { color: #FF8C00; font-weight: 700; }

/* ---------- ヒーロー（コンテンツTOP） ---------- */
.col_hero { position: relative; overflow: hidden; background-color: #FF8C00; background-position: center; background-size: cover; background-repeat: no-repeat; }
.col_hero::before {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(45deg, #f58800, #f58800 14px, #ec8200 14px, #ec8200 28px);
  opacity: 0;
}
.col_hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.30), rgba(0,0,0,.52));
}
.col_hero_in { position: relative; z-index: 2; max-width: 1000px; margin: 0 auto; padding: 58px 24px 64px; text-align: center; color: #fff; }
.col_hero_tag {
  display: inline-flex; align-items: center; gap: 8px; background: #7AB800;
  font-size: 13px; font-weight: 700; padding: 6px 16px; border-radius: 30px;
  margin-bottom: 20px; letter-spacing: 1px;
}
.col_hero_in h1 { font-size: 44px; font-weight: 900; margin: 0 0 16px; letter-spacing: 2px; text-shadow: 0 2px 8px rgba(0,0,0,.22); line-height: 1.3; }
.col_hero_in p { font-size: 18px; font-weight: 500; margin: 0; line-height: 1.8; text-shadow: 0 1px 4px rgba(0,0,0,.2); }
.col_hero_stats { display: flex; gap: 14px; justify-content: center; margin-top: 28px; flex-wrap: wrap; }
.col_hero_stats span { background: #E50012; font-size: 15px; font-weight: 700; padding: 11px 26px; border-radius: 5px; box-shadow: 0 3px 0 #a8000d; }

/* ---------- セクション見出し（h2 中央・下線＋ドット） ---------- */
.col_sechead { text-align: center; margin: 56px 0 38px; }
.col_sechead h2 {
  display: inline-block; font-size: 28px; font-weight: 900; margin: 0;
  padding-bottom: 12px; color: #2b2b2b; letter-spacing: 1px; border-bottom: 4px solid #FF8C00;
}
.col_sechead .dots { margin-top: 12px; color: #FF8C00; font-size: 13px; letter-spacing: 6px; }

/* ---------- カードグリッド共通 ---------- */
.col_grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.col_grid3.sm { gap: 22px; }
.col_card {
  text-decoration: none; color: inherit; display: flex; flex-direction: column;
  background: #fff; border: 1px solid #ececec; border-radius: 10px; overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,.06);
}
.col_card_body { padding: 20px 20px 24px; display: flex; flex-direction: column; flex: 1; }
.col_card_date { font-size: 12px; color: #999; margin-bottom: 8px; }
.col_card_body h3 { font-size: 18px; font-weight: 700; margin: 0 0 10px; line-height: 1.5; }
.col_card_body p { font-size: 13px; color: #777; line-height: 1.8; margin: 0 0 16px; flex: 1; }
.col_more { font-size: 13px; color: #FF8C00; font-weight: 700; }

/* サムネイル（ストライプのプレースホルダ。実画像は background-image で差替え） */
.col_thumb {
  position: relative; background: repeating-linear-gradient(45deg, #f0efe9, #f0efe9 11px, #e7e6df 11px, #e7e6df 22px);
  display: flex; align-items: center; justify-content: center; color: #b0aea2;
  font-family: monospace; font-size: 12px; background-size: cover; background-position: center;
}
.col_thumb.h188 { height: 188px; }
.col_thumb.h150 { height: 150px; }
.col_thumb.h160 { height: 160px; }

/* バッジ */
.col_badge { color: #fff; font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 3px; }
.col_badge.green { background: #7AB800; }
.col_badge.orange { background: #FF8C00; }
.col_badge.blue { background: #3a8dde; }
.col_badge_tl { position: absolute; top: 14px; left: 14px; }
.col_pickup { position: absolute; top: 0; right: 0; background: #E50012; color: #fff; font-size: 11px; font-weight: 700; padding: 5px 14px; border-bottom-left-radius: 8px; }

/* 新着カード（小） */
.col_card_sm { box-shadow: 0 3px 10px rgba(0,0,0,.05); border-radius: 9px; }
.col_card_sm .col_card_body { padding: 16px; }
.col_card_meta { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.col_card_meta .col_badge { font-size: 11px; padding: 2px 9px; }
.col_card_meta .date { font-size: 11px; color: #999; }
.col_card_sm h3 { font-size: 15px; font-weight: 700; margin: 0; line-height: 1.6; }

/* ---------- カテゴリー別ボックス（h3 ブロック見出し） ---------- */
.col_catbox { background: #fff; border: 1px solid #ececec; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 14px rgba(0,0,0,.06); }
.col_h3block { font-size: 18px; font-weight: 700; margin: 0; padding: 8px 16px; background: #FFF8E7; border-left: 4px solid #FF8C00; }
.col_catbox_list { padding: 8px 20px 18px; }
.col_catbox_list a.row { display: flex; gap: 8px; padding: 13px 0; border-bottom: 1px dashed #eee; color: #444; font-size: 14px; line-height: 1.6; }
.col_catbox_list a.row .arr { color: #FF8C00; font-weight: 900; }
.col_catbox_more { display: block; text-align: center; margin-top: 14px; background: #fff3e0; color: #cc7000; font-weight: 700; font-size: 13px; padding: 10px; border-radius: 5px; }

/* ---------- 共通ボタン ---------- */
.col_wrap .col_btn_pill { display: inline-block; font-size: 15px; font-weight: 700; color: #fff; background: #FF8C00; padding: 13px 40px; border-radius: 30px; box-shadow: 0 3px 0 #cc7000; }
.col_center { text-align: center; }
.col_mt40 { margin-top: 40px; }
.col_listbtn { padding-bottom: 30px; } /* 記事一覧ボタン下の余白 */

/* ---------- CTAバナー（緑） ---------- */
.col_cta_sec { max-width: 1180px; margin: 0 auto; padding: 56px 24px 64px; }
.col_cta {
  position: relative; overflow: hidden; display: block; border-radius: 14px;
  padding: 50px 40px; text-align: center; color: #fff; box-shadow: 0 14px 32px rgba(0,0,0,.18);
}
.col_cta_bg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.col_cta .badge, .col_cta .big, .col_cta .btn { position: relative; z-index: 2; }
.col_cta .badge { display: inline-block; background: #E50012; color: #fff; font-size: 13px; font-weight: 900; letter-spacing: 2px; padding: 6px 20px; border-radius: 30px; margin-bottom: 16px; box-shadow: 0 2px 10px rgba(0,0,0,.3); animation: colpulse 1.6s infinite; }
@keyframes colpulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(229,0,18,.5), 0 2px 10px rgba(0,0,0,.3); } 50% { box-shadow: 0 0 0 12px rgba(229,0,18,0), 0 2px 10px rgba(0,0,0,.3); } }
.col_cta .lead { font-size: 15px; font-weight: 700; letter-spacing: 2px; margin-bottom: 8px; opacity: .95; }
.col_cta .big { font-size: 36px; font-weight: 900; letter-spacing: 1px; margin-bottom: 26px; text-shadow: 0 3px 14px rgba(0,0,0,.5); }
.col_cta .sub { font-size: 15px; opacity: .95; margin-bottom: 24px; }
.col_cta .btn { display: inline-flex; align-items: center; gap: 13px; background: linear-gradient(135deg, #ffb14a, #FF8C00); color: #fff; font-size: 24px; font-weight: 900; padding: 18px 50px; border-radius: 12px; box-shadow: 0 0 28px rgba(255,140,0,.6), 0 7px 0 #c46b00; transition: .15s; }
.col_cta:hover .btn { transform: translateY(2px); box-shadow: 0 0 34px rgba(255,140,0,.8), 0 5px 0 #c46b00; }
.col_cta .btn .circle { width: 34px; height: 34px; border-radius: 50%; border: 2px solid #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 18px; }

/* ---------- 2カラム（本文＋サイドバー） ---------- */
.col_two { max-width: 1180px; margin: 0 auto; padding: 32px 24px 56px; display: flex; gap: 34px; align-items: flex-start; }
.col_main { flex: 1; min-width: 0; }
.col_aside { width: 300px; flex-shrink: 0; display: flex; flex-direction: column; gap: 24px; }

/* ---------- 記事一覧（list） ---------- */
.col_listtitle { font-size: 26px; font-weight: 900; margin: 0 0 8px; padding: 14px 22px; background: #FFF8E7; border-left: 4px solid #FF8C00; color: #2b2b2b; letter-spacing: .5px; }
.col_listcount { font-size: 13px; color: #999; margin: 0 0 24px; padding-left: 4px; }
.col_listcount b { color: #FF8C00; font-weight: 700; }
.col_filterbar { background: #fff; border: 1px solid #ececec; border-radius: 10px; padding: 16px 18px; margin-bottom: 26px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; box-shadow: 0 2px 8px rgba(0,0,0,.04); }
.col_tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.col_tab { font-size: 13px; font-weight: 700; padding: 9px 18px; border-radius: 30px; cursor: pointer; border: 2px solid #e3e2da; background: #fff; color: #666; font-family: 'Noto Sans JP', sans-serif; }
.col_tab.active { border-color: #FF8C00; background: #FF8C00; color: #fff; box-shadow: 0 2px 6px rgba(255,140,0,.3); }
.col_sortwrap { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #666; font-weight: 500; }
.col_sortwrap select { border: 1px solid #ddd; border-radius: 6px; padding: 8px 12px; font-size: 13px; color: #333; background: #fff; cursor: pointer; font-family: 'Noto Sans JP', sans-serif; }
.col_grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.col_grid2 .col_card_body { padding: 16px 18px 20px; }
.col_grid2 .col_card_body h3 { font-size: 16px; margin: 0 0 10px; line-height: 1.55; }
.col_grid2 .col_more { align-self: flex-start; }

/* ページネーション */
.col_pager { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 40px; }
.col_pager a, .col_pager span.dot { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 6px; font-size: 15px; }
.col_pager a { border: 1px solid #ddd; background: #fff; color: #444; font-weight: 700; }
.col_pager a.nav { color: #bbb; font-weight: 400; }
.col_pager a.current { border: none; background: #FF8C00; color: #fff; box-shadow: 0 2px 0 #cc7000; }
.col_pager span.dot { color: #bbb; width: auto; padding: 0 4px; }

/* ---------- 記事詳細（article） ---------- */
.col_article { flex: 1; min-width: 0; background: #fff; border: 1px solid #ececec; border-radius: 12px; overflow: hidden; box-shadow: 0 3px 14px rgba(0,0,0,.05); }
.col_art_head { padding: 34px 44px 0; }
.col_art_meta { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; }
.col_art_meta .date, .col_art_meta .author { font-size: 13px; color: #999; }
.col_art_head h1 { font-size: 32px; font-weight: 900; line-height: 1.5; margin: 0 0 22px; color: #222; letter-spacing: .5px; }
.col_eyecatch { margin: 0 44px 32px; height: 340px; border-radius: 10px; }
.col_artbody { padding: 0 44px 40px; font-size: 16px; line-height: 2; color: #444; }
.col_artbody p { margin: 0 0 26px; }
.col_artbody h2 { font-size: 22px; font-weight: 700; color: #222; margin: 40px 0 18px; padding: 12px 20px; border-left: 4px solid #FF8C00; background: #FFF8E7; }
.col_artbody h3 { font-size: 18px; font-weight: 700; color: #FF8C00; margin: 28px 0 12px; padding-left: 12px; border-left: 3px solid #FF8C00; }
.col_artbody ul { margin: 0 0 26px; padding-left: 0; list-style: none; }
.col_artbody ul li { position: relative; padding: 8px 0 8px 30px; border-bottom: 1px dashed #eee; }
.col_artbody ul li:last-child { border-bottom: none; }
.col_artbody ul li::before { content: "✓"; position: absolute; left: 0; top: 8px; color: #7AB800; font-weight: 900; font-size: 18px; }
.col_artbody blockquote { margin: 32px 0; padding: 24px 28px; background: #f3f8e8; border-left: 6px solid #7AB800; border-radius: 0 8px 8px 0; font-size: 16px; color: #3f5a00; line-height: 1.9; font-weight: 500; }
.col_artbody blockquote .qmark { display: block; font-size: 42px; line-height: .4; color: #7AB800; font-weight: 900; height: 20px; }

/* SNSシェア */
.col_share { padding: 28px 44px 36px; border-top: 1px solid #f0f0f0; }
.col_share_ttl { font-size: 13px; font-weight: 700; color: #888; margin-bottom: 14px; text-align: center; }
.col_share_btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.col_share_btns a { display: flex; align-items: center; gap: 9px; color: #fff; font-size: 14px; font-weight: 700; padding: 11px 26px; border-radius: 6px; }
.col_share_btns a.x { background: #000; }
.col_share_btns a.fb { background: #1877f2; }
.col_share_btns a.line { background: #06c755; }

/* 著者プロフィール */
.col_author { margin: 0 44px 44px; background: #FFF8E7; border: 1px solid #f0e6cc; border-radius: 12px; padding: 26px; display: flex; gap: 22px; align-items: flex-start; }
.col_author_ph { width: 92px; height: 92px; flex-shrink: 0; border-radius: 50%; background: repeating-linear-gradient(45deg, #ece4cf, #ece4cf 8px, #e2d8be 8px, #e2d8be 16px); display: flex; align-items: center; justify-content: center; color: #b0a583; font-family: monospace; font-size: 10px; text-align: center; background-size: cover; background-position: center; }
.col_author_body { flex: 1; }
.col_author_label { font-size: 12px; color: #FF8C00; font-weight: 700; letter-spacing: 1px; margin-bottom: 4px; }
.col_author_name { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap; }
.col_author_name .nm { font-size: 19px; font-weight: 900; color: #222; }
.col_author_name .tag { background: #7AB800; color: #fff; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 3px; }
.col_author_body p { font-size: 13px; line-height: 1.9; color: #6a6258; margin: 0; }

/* 関連記事 */
.col_related { padding: 32px 44px 40px; border-top: 1px solid #ececec; }
.col_related h3 { font-size: 18px; font-weight: 700; margin: 0 0 22px; padding: 8px 16px; background: #FFF8E7; border-left: 4px solid #FF8C00; }
.col_related_grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.col_related_grid a { display: flex; flex-direction: column; background: #fff; border: 1px solid #ececec; border-radius: 9px; overflow: hidden; color: inherit; }
.col_related_grid .col_thumb { height: 120px; font-size: 11px; }
.col_related_grid .meta { padding: 14px; }
.col_related_grid .meta .date { font-size: 11px; color: #999; margin-bottom: 6px; }
.col_related_grid .meta h3 { all: unset; font-size: 14px; font-weight: 700; line-height: 1.6; display: block; }

/* ---------- サイドバー ---------- */
.col_widget { background: #fff; border: 1px solid #ececec; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.04); }
.col_widget .col_h3block { font-size: 18px; }
.col_wlist { padding: 6px 18px 14px; }
.col_wlist a { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px dashed #eee; color: #444; font-size: 14px; }
.col_wlist a:last-child { border-bottom: none; }
.col_wlist .num { background: #f1f0ea; color: #999; font-size: 11px; font-weight: 700; padding: 2px 9px; border-radius: 11px; }
.col_wlatest { padding: 8px 18px 14px; }
.col_wlatest a { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px dashed #eee; color: #444; align-items: center; }
.col_wlatest a:last-child { border-bottom: none; }
.col_wlatest .th { width: 62px; height: 48px; flex-shrink: 0; border-radius: 5px; background: repeating-linear-gradient(45deg, #f0efe9, #f0efe9 8px, #e7e6df 8px, #e7e6df 16px); background-size: cover; background-position: center; }
.col_wlatest .date { font-size: 11px; color: #999; }
.col_wlatest .ttl { font-size: 13px; font-weight: 700; line-height: 1.5; }
.col_tags { padding: 16px 18px; display: flex; flex-wrap: wrap; gap: 9px; }
.col_tags a { font-size: 12px; color: #666; background: #f1f0ea; padding: 6px 13px; border-radius: 30px; }
.col_minicta { display: block; background: linear-gradient(135deg, #7AB800, #6aa300); border-radius: 10px; padding: 24px 20px; text-align: center; color: #fff; box-shadow: 0 6px 18px rgba(122,184,0,.25); }
.col_minicta .lead { font-size: 13px; font-weight: 700; opacity: .95; margin-bottom: 4px; }
.col_minicta .big { font-size: 20px; font-weight: 900; margin-bottom: 14px; }
.col_minicta .btn { display: inline-block; background: #E50012; color: #fff; font-size: 14px; font-weight: 900; padding: 11px 22px; border-radius: 6px; box-shadow: 0 3px 0 #a8000d; }

/* =========================================================
   レスポンシブ（コラムは 1023px ブレークポイント。※既存ヘッダー/フッターは 767px）
   ========================================================= */
@media only screen and (max-width: 1023px) {
  .col_inner { padding: 0 16px; }
  .col_hero_in { padding: 40px 16px 44px; }
  .col_hero_in h1 { font-size: 28px; letter-spacing: 1px; }
  .col_hero_in p { font-size: 15px; }
  .col_hero_in p br { display: none; }
  .col_sechead { margin: 40px 0 28px; }
  .col_sechead h2 { font-size: 22px; }
  .col_grid3, .col_grid3.sm, .col_grid2, .col_related_grid { grid-template-columns: 1fr; }
  .col_two { flex-direction: column; padding: 24px 16px 40px; gap: 28px; }
  .col_aside { width: 100%; }
  .col_cta_sec { padding: 40px 16px 48px; }
  .col_cta { padding: 28px 22px; }
  .col_cta .big { font-size: 24px; }
  .col_cta .btn { font-size: 17px; padding: 14px 28px; }
  .col_art_head { padding: 24px 20px 0; }
  .col_art_head h1 { font-size: 23px; }
  .col_eyecatch { margin: 0 20px 24px; height: 200px; }
  .col_artbody { padding: 0 20px 32px; font-size: 15px; }
  .col_share, .col_related { padding-left: 20px; padding-right: 20px; }
  .col_author { margin: 0 20px 32px; flex-direction: column; align-items: center; text-align: center; }
  .col_filterbar { flex-direction: column; align-items: stretch; }
}

/* ---------- 記事タグ（管理画面連携・2026追加） ---------- */
.col_tags_area { margin: 24px 0 4px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.col_tags_label { font-size: 12px; color: #999; font-weight: 700; }
.col_tagitem { display: inline-block; background: #fff8e7; color: #cc7000; border: 1px solid #f0d6ad; border-radius: 3px; padding: 3px 11px; font-size: 12px; }

/* ---------- コラム一覧：検索・絞り込み・タグ（2026追加） ---------- */
.col_searchform { display: flex; gap: 8px; margin: 4px 0 18px; }
.col_searchform input[type="search"] { flex: 1; padding: 10px 14px; border: 1px solid #ddd; border-radius: 4px; font-size: 14px; }
.col_searchform input[type="search"]:focus { outline: 0; border-color: #FF8C00; box-shadow: 0 0 0 3px rgba(255,140,0,.14); }
.col_searchform button { padding: 10px 20px; border: 0; border-radius: 4px; background: #FF8C00; color: #fff; font-weight: 700; font-size: 14px; cursor: pointer; }
.col_searchform button:hover { background: #e07d00; }
.col_activefilter { font-size: 13px; color: #666; margin: 0 0 14px; }
.col_activefilter a { color: #E50012; margin-left: 8px; font-weight: 700; }
.col_noresult { padding: 40px 0; text-align: center; color: #999; }
.col_tags a.active { background: #FF8C00; color: #fff; border-color: #FF8C00; }
.col_pager a:hover { border-color: #FF8C00; color: #FF8C00; }

/* ---------- 著者写真（管理画面連動・2026追加） ---------- */
.col_author_ph { background-size: cover; background-position: center; }

/* ---------- 下書きプレビューバナー（管理画面連動・2026追加） ---------- */
.col_preview_bar { background: #fff3cd; color: #8a6d00; border-bottom: 2px solid #e0b400; text-align: center; padding: 10px 16px; font-size: 13px; font-weight: 700; }
