@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* 福井会計事務所: お問い合わせフォーム (secretary 2026-09-11) */
.fk-form label{display:block;font-weight:600;margin-bottom:.25em}
.fk-form input[type=text],.fk-form input[type=email],.fk-form input[type=tel],.fk-form select,.fk-form textarea{width:100%;max-width:100%;padding:.6em .8em;border:1px solid #ccd3db;border-radius:4px;font-weight:400}
.fk-form textarea{min-height:8em}
.fk-form .fk-req{display:inline-block;background:#c0392b;color:#fff;font-size:.75em;padding:.1em .5em;border-radius:3px;margin-left:.4em;vertical-align:middle}
.fk-form .wpcf7-submit{background:#1b3a5c;color:#fff;border:0;padding:.9em 2.5em;border-radius:4px;font-size:1.05em;cursor:pointer}

/* ===== 体裁調整 (secretary 2026-09-11) ===== */
/* 見出し・ボタンは文節単位で折り返す（対応ブラウザ）。単語の途中で切らない */
h1,h2,h3,h4,.wp-block-button__link,.p-postList__title{word-break:auto-phrase;line-break:strict;text-wrap:balance}
.wp-block-heading{line-height:1.45}
/* 本文の改行は文節を優先し、禁則処理を強めに */
.post_content p,.post_content li,.post_content td{overflow-wrap:anywhere;text-wrap:wrap}
/* 列レイアウト: 中間幅では2列に折り返す（見出しが縦長にならないように） */
.fk-feat.wp-block-columns{flex-wrap:wrap!important;gap:2rem 2.5rem}
.fk-feat.wp-block-columns>.wp-block-column{flex:1 1 calc(25% - 2rem);min-width:220px}
@media (max-width:1100px){.fk-feat.wp-block-columns>.wp-block-column{flex-basis:calc(50% - 1.5rem)}}
.fk-svc.wp-block-columns{gap:2rem 2.5rem}
.wp-block-columns .wp-block-heading{margin-top:0}
.wp-block-column>h3.wp-block-heading:first-child{margin-top:0}
/* 仕様表: 左列を項目名幅に固定 */
.fk-spec table{table-layout:fixed}
.fk-spec td:first-child{width:11em;background:#f3f6f9;font-weight:600;white-space:nowrap}
@media (max-width:600px){.fk-spec td:first-child{width:7.5em;white-space:normal}}
/* 料金表: 数字は右寄せ・見出し行は折り返さない */
.post_content table th{white-space:normal}
/* 段落間の余白を少し詰めて読みやすく */
.post_content p{margin-bottom:1.4em}
/* details(FAQ) */
.wp-block-details{border:1px solid #dfe5ec;border-radius:6px;padding:.9em 1.1em;margin-bottom:.8em;background:#fff}
.wp-block-details summary{font-weight:600;cursor:pointer;list-style-position:inside}
.wp-block-details summary::before{content:"Q. ";color:#1b3a5c}
.wp-block-details p{margin:.8em 0 0;padding-left:1.6em;position:relative}
.wp-block-details p::before{content:"A. ";position:absolute;left:0;color:#c0392b;font-weight:600}
/* 記事リスト（クエリループ）: 箇条書き記号と見出し装飾を外し、シンプルな日付＋タイトルに */
.post_content .wp-block-post-template{list-style:none;padding-left:0;margin:0}
.post_content .wp-block-post-template>li{margin:0;padding:0}
.post_content .wp-block-post-template .wp-block-post-date{font-size:.85em;color:#666;margin:0;line-height:1.4}
.post_content .wp-block-post-template h3.wp-block-post-title{font-size:1.02em;font-weight:600;line-height:1.55;margin:.15em 0 0;padding:0;border:0;background:none;box-shadow:none}
.post_content .wp-block-post-template h3.wp-block-post-title::before,.post_content .wp-block-post-template h3.wp-block-post-title::after{display:none;content:none}
.post_content .wp-block-post-template h3.wp-block-post-title a{color:#1b3a5c;text-decoration:none}
.post_content .wp-block-post-template h3.wp-block-post-title a:hover{text-decoration:underline}
/* 料金表: 金額列を右寄せ */
.post_content .wp-block-table td:nth-child(n+2){text-align:right}
.post_content .fk-spec td:nth-child(n+2){text-align:left}
/* 記事タイトルは均等2行割り(balance)をやめ、短い末尾行だけ避ける */
.post_content .wp-block-post-template h3.wp-block-post-title,.p-postList__title{text-wrap:pretty}
/* トップ: 中身を同一幅(alignwide)に統一。内側の列は親幅いっぱい */
.fk-home>*{max-width:none}
.fk-home .fk-feat.wp-block-columns>.wp-block-column{flex:1 1 calc(25% - 2rem)}
/* 料金表: 注記番号は小さく、数値は右揃え、1列目は折り返さない */
.fk-price sup{font-size:.7em;margin-left:.15em}
.fk-price td:first-child,.fk-price th:first-child{white-space:nowrap}
.fk-price td:not(:first-child){text-align:right;white-space:nowrap}
.fk-notes{color:#555;line-height:1.8}
/* ボタンは全て中央揃え（保険） */
.post_content .wp-block-buttons{justify-content:center}
/* 列内のボタンは下端で揃える */
.fk-svc .wp-block-column,.fk-home .wp-block-columns:not(.fk-feat) .wp-block-column{display:flex;flex-direction:column}
.fk-svc .wp-block-column>.wp-block-buttons,.fk-home .wp-block-column>.wp-block-buttons{margin-top:auto;padding-top:.5rem}
/* 特徴・流れの小見出しは1行固定 */
.fk-feat h3.wp-block-heading{white-space:nowrap;font-size:clamp(1rem,1.45vw,1.2rem);text-wrap:initial}
@media (max-width:781px){.fk-feat h3.wp-block-heading{font-size:1.15rem}}
/* 中間幅は2列x2段（優先順位を後段で確定） */
@media (max-width:1100px){.fk-home .fk-feat.wp-block-columns>.wp-block-column{flex:1 1 calc(50% - 1.5rem)}}
@media (max-width:781px){.fk-home .fk-feat.wp-block-columns>.wp-block-column{flex-basis:100%}}
@media (max-width:1100px){.fk-home .fk-feat.wp-block-columns{row-gap:2.5rem}}
/* 表の見出し行は中央揃え（全ページ） */
.post_content table th,.post_content table thead td{text-align:center;vertical-align:middle}
/* ===== 配色: オレンジ基調＋葉の緑（旧サイトのコンセプト継承 2026-09-11） ===== */
:root{--fk-orange:#ef8a3c;--fk-orange-d:#d9731f;--fk-green:#7cc242;--fk-green-d:#5aa632;--fk-cream:#fff7ee;--fk-brown:#4a4239}
.wp-block-button__link{background-color:var(--fk-orange)!important;color:#fff!important;border:2px solid var(--fk-orange)!important;box-shadow:none}
.wp-block-button__link:hover{background-color:var(--fk-orange-d)!important;border-color:var(--fk-orange-d)!important}
.wp-block-button.is-style-outline .wp-block-button__link{background-color:transparent!important;color:var(--fk-orange-d)!important;border-color:var(--fk-orange)!important}
.wp-block-button.is-style-outline .wp-block-button__link:hover{background-color:var(--fk-orange)!important;color:#fff!important}
.fk-cta .wp-block-button__link{background-color:#fff!important;color:var(--fk-orange-d)!important;border-color:#fff!important}
.fk-cta .wp-block-button__link:hover{background-color:var(--fk-cream)!important}
.fk-hero{border-bottom:6px solid var(--fk-green)}
/* h3の短い下線を緑に（SWELL main_gray 系） */
.post_content h3::before,.post_content h3.wp-block-heading::before{background-color:var(--fk-green)!important;border-color:var(--fk-green)!important}
/* h4の左線を緑に */
.post_content h4.wp-block-heading{border-left-color:var(--fk-green)!important}
.wp-block-details summary::before{color:var(--fk-orange)}
.wp-block-details p::before{color:var(--fk-green-d)}
.fk-spec td:first-child{background:var(--fk-cream)}
.fk-notes{color:#6b6259}
.fk-home .wp-block-post-template .wp-block-group{border-bottom-color:#e6efd9}
.post_content a:not(.wp-block-button__link){color:var(--fk-orange-d)}
/* h2帯はオレンジ（文字色設定と切り離す） */
/* ヒーロー・CTA内のh2は帯なし */
.fk-hero h2.wp-block-heading,.fk-cta h2.wp-block-heading{background:none!important;border:0!important;padding:0!important;margin:0 0 .6em!important;box-shadow:none!important;font-size:clamp(1.5rem,3vw,2.1rem)}
.fk-hero h2.wp-block-heading::before,.fk-hero h2.wp-block-heading::after,.fk-cta h2.wp-block-heading::before,.fk-cta h2.wp-block-heading::after{display:none!important}
.fk-hero h2.wp-block-heading{color:var(--fk-orange)!important}
.fk-cta h2.wp-block-heading{color:#fff!important}
/* h3/h4 の文字は茶色（帯色=オレンジと切り離す） */
.post_content h3.wp-block-heading,.post_content h4.wp-block-heading{color:var(--fk-brown)!important}
/* ブロック内の固定色を変数に追従させる（配色切替用） */
:root{--fk-green-l:#eef7e6}
.fk-hero .wp-block-cover__background{background-color:var(--fk-cream)!important}
.fk-cta .wp-block-cover__background{background-color:var(--fk-orange)!important}
.post_content .has-background[style*="#fff7ee"]{background-color:var(--fk-cream)!important}
.post_content .has-background[style*="#eef7e6"]{background-color:var(--fk-green-l)!important}
.fk-spec td:first-child{background:var(--fk-cream)}
/* スマホ: 料金表は横スクロール（セルの重なり防止） */
@media (max-width:640px){
  .wp-block-table.fk-price{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-left:0;margin-right:0}
  .wp-block-table.fk-price table{table-layout:auto;min-width:560px;font-size:.92em}
  .wp-block-table.fk-price td,.wp-block-table.fk-price th{padding:.5em .6em}
  .fk-spec td:first-child{white-space:normal;width:6.5em}
}
/* ロゴ: 画像幅の上限を外し高さ基準で表示 */
.c-headLogo{max-width:none!important;width:auto!important}
.c-headLogo__img{height:var(--logo_size_pc,40px)!important;width:auto!important;max-width:100%!important;object-fit:contain}
@media (max-width:959px){.c-headLogo{max-width:calc(100vw - 130px)!important}.c-headLogo__img{height:var(--logo_size_sp,36px)!important}}
/* 仕様表: 左列幅を強制（自動レイアウトで最小幅として効かせる） */
.fk-spec table{table-layout:auto!important}
.fk-spec td:first-child{width:11em!important;min-width:9em!important}
@media (max-width:640px){.fk-spec td:first-child{width:6.5em!important;min-width:6.5em!important}}
/* スマホ: 料金表はまず画面内に収める。収まらない時だけ横スクロール＋案内 */
@media (max-width:640px){
  .wp-block-table.fk-price table{min-width:0;font-size:.82em}
  .wp-block-table.fk-price td,.wp-block-table.fk-price th{padding:.45em .4em}
  .wp-block-table.fk-price.is-scrollable{position:relative;padding-top:1.6em}
  .wp-block-table.fk-price.is-scrollable::before{content:"→ 表は横にスクロールできます";position:absolute;top:0;left:0;font-size:.75rem;color:#8a7f74}
}
/* 段落は通常の折り返し（Safariで右に空白が出るpretty/balanceを無効化） */
.post_content p,.post_content li,.post_content td,.post_content dd{text-wrap:wrap!important;text-wrap-style:auto}
@media (max-width:781px){h1,h2,h3,h4{text-wrap:wrap!important}}
/* スマホヘッダー: 高さ56px固定・ロゴは中央に30pxで収める */
@media (max-width:959px){
  .l-header__inner{height:56px!important;min-height:56px}
  .c-headLogo{height:56px!important;display:flex!important;align-items:center;justify-content:center;max-width:calc(100vw - 130px)!important}
  .c-headLogo__link{height:auto!important;display:flex!important;align-items:center;line-height:0}
  .c-headLogo__img{height:30px!important;width:auto!important;margin:0!important;transform:none!important}
}
/* PCヘッダー: ロゴは中央揃え */
@media (min-width:960px){.c-headLogo{display:flex!important;align-items:center}.c-headLogo__link{display:flex!important;align-items:center;line-height:0}.c-headLogo__img{height:38px!important;width:auto!important}}
/* 料金表（全幅共通）: セルは絶対に折り返さない。スマホは文字を小さくし、収まらない分は横スクロール */
.wp-block-table.fk-price th,.wp-block-table.fk-price td{white-space:nowrap!important}
.wp-block-table.fk-price sup{white-space:nowrap!important}
@media (max-width:640px){
  .wp-block-table.fk-price{overflow-x:auto!important;-webkit-overflow-scrolling:touch;max-width:100%}
  .wp-block-table.fk-price table{width:max-content!important;min-width:100%!important;table-layout:auto!important;font-size:.8em!important}
  .wp-block-table.fk-price th,.wp-block-table.fk-price td{padding:.55em .6em!important;line-height:1.4}
}
/* スマホ: 囲み内の料金表は囲みの余白まで広げる（横スクロール回避） */
@media (max-width:640px){
  .post_content .has-background .wp-block-table.fk-price{margin-left:-1.5rem!important;margin-right:-1.5rem!important;width:calc(100% + 3rem)!important;max-width:none!important;padding:0 1.5rem;box-sizing:border-box}
  .post_content .has-background .wp-block-table.fk-price.is-scrollable::before{left:1.5rem}
}
@media (max-width:640px){
  .post_content .has-background .wp-block-table.fk-price{margin-left:-1.25rem!important;margin-right:-1.25rem!important;width:calc(100% + 2.5rem)!important;padding:0!important}
  .post_content .has-background .wp-block-table.fk-price.is-scrollable{padding-top:1.6em!important}
  .post_content .has-background .wp-block-table.fk-price.is-scrollable::before{left:0}
  .wp-block-table.fk-price table{font-size:.78em!important}
}
/* 囲み(has-background)内の先頭h2は囲みの端まで広げ、囲みの見出し帯にする */
/* 囲み内の先頭h2: 自動マージンに打ち消されないよう相対配置で端まで広げる */
/* 囲み内の先頭h2を囲みの端まで広げる（inner-container 経由） */
.post_content .has-background>.wp-block-group__inner-container>h2.wp-block-heading:first-child{position:relative;left:-1.5rem;width:calc(100% + 3rem)!important;max-width:none!important;margin-top:-2rem!important;margin-bottom:1.4rem!important}
/* お知らせ枠（いま一番伝えたいこと） */
.fk-notice{border-left:6px solid var(--fk-green)}
.post_content .fk-notice-label{display:inline-block;background:var(--fk-green);color:#fff;font-size:.8rem;font-weight:700;line-height:1;padding:.45em .9em;border-radius:999px;margin:0 0 .8em!important;letter-spacing:.04em}
.post_content h3.fk-notice-title{background:none!important;border:0!important;padding:0!important;margin:0 0 .7em!important;font-size:1.3rem;color:var(--fk-brown)!important;text-wrap:balance}
.post_content h3.fk-notice-title::before,.post_content h3.fk-notice-title::after{display:none!important}
@media (max-width:781px){.post_content h3.fk-notice-title{font-size:1.15rem}}
/* お知らせ札のバリエーション */
.post_content .fk-notice-label{display:inline-flex;align-items:center;gap:.4em;font-size:1rem;padding:.4em 1em .4em .8em;border-radius:999px;margin:0 0 .7em!important;letter-spacing:.06em;line-height:1}
.post_content .fk-notice-label small{font-size:.7em;font-weight:600;opacity:.95;margin-left:.2em}
.post_content .fk-lv1{background:var(--fk-orange);color:#fff;transform:rotate(-2deg);box-shadow:0 2px 0 rgba(0,0,0,.08)}
.post_content .fk-lv2{background:var(--fk-green);color:#fff;font-family:Montserrat,"Helvetica Neue",Arial,sans-serif;font-weight:800;letter-spacing:.12em}
.post_content .fk-lv3{background:#fff;color:var(--fk-orange-d);border:2px solid var(--fk-orange);font-family:Montserrat,"Helvetica Neue",Arial,sans-serif;font-weight:800;letter-spacing:.14em}
.post_content .fk-lv4{background:var(--fk-orange);color:#fff;font-family:Montserrat,"Helvetica Neue",Arial,sans-serif;font-weight:800;letter-spacing:.14em;border-radius:6px}
.post_content .fk-lv5{background:#fff;color:var(--fk-orange-d);border:2px solid var(--fk-orange);border-radius:6px}
/* 特徴5項目: PCは3列＋2列（2段目中央）、中間幅2列、スマホ1列 */
.fk-home .fk-feat5.wp-block-columns{justify-content:center;row-gap:2.5rem}
.fk-home .fk-feat5.wp-block-columns>.wp-block-column{flex:0 1 calc(33.333% - 1.7rem)!important;min-width:0}
@media (max-width:1100px){.fk-home .fk-feat5.wp-block-columns>.wp-block-column{flex:0 1 calc(50% - 1.5rem)!important}}
@media (max-width:781px){.fk-home .fk-feat5.wp-block-columns>.wp-block-column{flex-basis:100%!important}}
/* 一覧ページ見出しの種別ラベル（– category – 等）を非表示 */
.c-pageTitle__subTitle{display:none!important}
/* 料金表: 折り返し禁止は金額セルのみ。文章のセル（1列目・見出し行）は折り返す */
.wp-block-table.fk-price th,.wp-block-table.fk-price td:first-child{white-space:normal!important;text-align:left}
.wp-block-table.fk-price th:not(:first-child){text-align:center}
.wp-block-table.fk-price td:not(:first-child){white-space:nowrap!important;text-align:right}
.wp-block-table.fk-price table{table-layout:auto!important;width:100%!important}
@media (max-width:640px){.wp-block-table.fk-price table{width:100%!important;min-width:0!important}}

/* 更新日の明示・免責注記（secretary 2026-09-12） */
.fk-updated{font-size:.9em;color:#4a4239;background:#eef7e6;border-left:4px solid var(--fk-green,#7cc242);padding:.6em .9em;margin:0 0 1.5em;border-radius:4px}
.fk-disclaimer{font-size:.82em;color:#6b6259;background:#faf7f2;border:1px solid #e8e0d4;border-radius:6px;padding:.9em 1.1em;margin:2.5em 0 0;line-height:1.7}
.fk-disclaimer__title{font-weight:700;margin:0 0 .3em;color:#4a4239}
.fk-disclaimer p{margin:0}

/* フッター免責1行（secretary 2026-09-12） */
.fk-footer-disclaimer{font-size:.78em;color:#6b6259;text-align:center;margin:.6em auto 0;max-width:60em;line-height:1.6}
.fk-footer-disclaimer a{color:#6b6259;text-decoration:underline;margin-left:.3em}
.fk-disclaimer{display:none}
@media (max-width:959px){.fk-footer-disclaimer{padding:0 3.4em 0 .8em;text-align:left}}
/* フッター免責: PCは本文1行・リンクは2行目（先生指示 2026-09-12） */
.fk-footer-disclaimer{max-width:none;white-space:nowrap}
.fk-footer-disclaimer__text{display:inline-block;white-space:nowrap}
.fk-footer-disclaimer a{display:block;margin:.2em 0 0}
@media (max-width:959px){.fk-footer-disclaimer,.fk-footer-disclaimer__text{white-space:normal}}
/* フッター免責リンクは常に中央寄せ（先生指示 2026-09-12） */
.fk-footer-disclaimer a{text-align:center;margin-left:0}
@media (max-width:959px){.fk-footer-disclaimer a{margin:.2em -3.4em 0 -.8em}}
/* SPも本文・リンクとも中央寄せ。ページトップボタンとは下余白で回避（先生指摘 2026-09-12） */
@media (max-width:959px){.fk-footer-disclaimer{text-align:center;padding:0 .8em 4.5em}.fk-footer-disclaimer__text{text-align:center}.fk-footer-disclaimer a{margin:.2em 0 0}}

/* クエリループ一覧の日付: 公開日＋更新日（更新日は公開日より後の場合だけ表示・先生指示 2026-09-12） */
.fk-pub-date,.fk-mod-date{display:inline-block;margin:0}
.fk-mod-date{margin-left:.9em}
.fk-mod-date::before{content:"更新 ";}
/* 更新日は（）書き（先生指示 2026-09-12）: クエリループ＝.fk-mod-date／SWELL一覧・記事ヘッダー＝.c-postTimes__modified */
.fk-mod-date{margin-left:.4em}
.fk-mod-date::before{content:"（更新 "}
.fk-mod-date::after{content:"）"}
.c-postTimes__modified.icon-modified{margin-left:.2em}
.c-postTimes__modified.icon-modified::before{content:"（更新 ";font-family:inherit;margin:0;width:auto}
.c-postTimes__modified.icon-modified::after{content:"）"}
/* トップ冒頭リード: PCは3行固定・句読点なし、SPは改行せず句読点で流す（先生指示 2026-09-12） */
.fk-lead-line{display:block}
@media (max-width:599px){.fk-lead-line{display:inline}.fk-lead-line::after{content:attr(data-sp)}}
/* ヒーロー下の緑ラインに旧サイトの街並みシルエットを載せる（先生指示 2026-09-12・元=business_003/img/bg.jpg 白を透過化） */
.fk-hero{position:relative;overflow:hidden}
.fk-hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:143px;background:url(img/machinami.png) repeat-x center bottom;background-size:auto 143px;pointer-events:none;z-index:1}
.fk-hero .wp-block-cover__inner-container{position:relative;z-index:2;padding-bottom:150px}
@media (max-width:599px){.fk-hero::after{height:90px;background-size:auto 90px}.fk-hero .wp-block-cover__inner-container{padding-bottom:96px}}
/* 街並みの緑をサイト緑(#7cc242)に合わせた版（試作 2026-09-12）。元版=img/machinami.png */
.fk-hero::after{background-image:url(img/machinami_site.png)}
/* 街並みは元の色味・緑ラインは廃止（先生指示 2026-09-12） */
.fk-hero::after{background-image:url(img/machinami.png)}
.fk-hero{border-bottom:0}
/* 代表者写真（旧サイト fukui.jpg 流用・2026-09-12） */
.fk-portrait{margin:0 0 .8em 1.2em}.fk-portrait img{border-radius:8px;background:#fff}@media (max-width:599px){.fk-portrait{float:none;margin:0 auto 1em;text-align:center}.fk-portrait img{width:140px!important}}
/* 代表者写真 2カラム版（2026-09-12） */
.fk-photo-cols .fk-portrait{margin:0 auto}.fk-photo-cols .fk-portrait img{border-radius:10px;max-width:260px;display:block;margin:0 auto}.fk-photo-cols{align-items:flex-start}
/* 文章主体の料金表（相続の加算表）: 1列目を広く・左寄せ（2026-09-12） */
.fk-price--text table{table-layout:auto}.fk-price--text th:first-child,.fk-price--text td:first-child{width:46%;white-space:normal}.fk-price--text td,.fk-price--text th{text-align:left!important}@media (max-width:599px){.fk-price--text th:first-child,.fk-price--text td:first-child{width:44%}}
.fk-price--text td,.fk-price--text th{white-space:normal!important}
.wp-block-table.fk-price--text table{table-layout:fixed!important;width:100%;min-width:0!important}.fk-price--text th:first-child,.fk-price--text td:first-child{width:44%!important}
.fk-photo-cols .fk-portrait{margin:0 auto!important}.fk-photo-cols .wp-block-column>p:first-child{margin-top:0}
/* 事務所写真（2026-09-12） */
.fk-office-photo img{border-radius:10px;width:100%;height:auto}.fk-office-photo figcaption{text-align:center;font-size:.85em;color:#6b6259;margin-top:.4em}
/* 道順ギャラリー（2026-09-12） */
.fk-route figcaption{font-size:.85em;color:#4a4239;text-align:center}.fk-route img{border-radius:8px}
/* 一覧・関連記事のサムネイル枠を非表示（似顔絵の既定画像が不気味との先生指摘 2026-09-12） */
.p-postList__thumb,.p-postList__item .c-postThumb{display:none!important}.p-postList__body{margin-left:0!important;padding-left:0!important;width:100%!important}.p-postList.-type-list .p-postList__link{display:block}

/* 記事末尾「この記事の執筆者」欄（secretary 2026-09-12・E-E-A-T） */
.fk-author{display:flex;gap:1em;align-items:flex-start;background:#fff7ee;border:1px solid #f3dcc4;border-radius:10px;padding:1em 1.2em;margin:2.5em 0 1.5em}
.fk-author__img{flex:0 0 72px;width:72px;height:72px;border-radius:50%;object-fit:cover;box-shadow:none}
.fk-author__body{flex:1;min-width:0;font-size:.92em;line-height:1.7}
.fk-author__label{display:block;font-size:.8em;color:#8a7f73;letter-spacing:.05em;margin-bottom:.2em}
.fk-author__name{font-weight:700;color:#4a4239;font-size:1.05em}
.fk-author__name small{font-weight:400;font-size:.85em;margin-left:.4em}
.fk-author__desc{margin:.3em 0 .6em;color:#4a4239}
.fk-author__link{display:inline-block;border:2px solid var(--fk-orange,#ef8a3c);color:var(--fk-orange-d,#d9731f);border-radius:999px;padding:.35em 1.1em;font-size:.9em;text-decoration:none}
.fk-author__link:hover{background:var(--fk-orange,#ef8a3c);color:#fff}
@media (max-width:599px){.fk-author{flex-direction:column;align-items:center;text-align:center}.fk-author__link{margin:0 auto}}

/* 2026-09-13 Q&A結論段落 */
.fk-answer{background:#eef7e6;border-left:4px solid var(--fk-green,#7cc242);padding:.8em 1em;margin:0 0 1.5em;border-radius:4px}
.fk-answer p{margin:0}


/* 2026-09-13 トップ サービス欄: PC幅では3列をグリッド化し、見出し行・説明文行・ボタン行の高さを列間で共有（ボタンの上端が揃う。並びは見出し→説明文→ボタンのまま） */
@media (min-width:782px){
.fk-svc.wp-block-columns{display:grid;grid-auto-columns:minmax(0,1fr);grid-template-rows:auto auto auto;grid-auto-flow:column;column-gap:2.5rem;row-gap:0}
.fk-home .fk-svc.wp-block-columns>.wp-block-column,.fk-svc.wp-block-columns>.wp-block-column{display:contents}
.fk-svc .wp-block-column>.wp-block-buttons{margin-top:.75rem;align-self:start}
}


/* 2026-09-13 先生指示: 段落→段落の間隔を0（Wordの改行と同じ・行間のみ）。段落の次が見出し・表・リスト等の場合は2emを維持 */
.post_content>p:has(+p){margin-bottom:0} /* 段落の次が段落のときだけ。見出し・表・リスト前はSWELL標準のまま */

/* 2026-09-14 文章表（新着スケジュール等）: 2列目以降の右寄せを解除し、1列目（日付）は折り返さない */
.post_content .wp-block-table.fk-tbl-text td,
.post_content .wp-block-table.fk-tbl-text th { text-align: left; }
.post_content .wp-block-table.fk-tbl-text th { text-align: center; }
.post_content .wp-block-table.fk-tbl-text td:first-child { white-space: nowrap !important; text-wrap: nowrap !important; word-break: keep-all; overflow-wrap: normal !important; }
