@charset "utf-8";
/* 今すぐ使えるAI /ai-free と /ai-free/{slug}   2026-09-25
   ★2026-09-25 デザインを他のナビ（/ai-tools・/ai-kumiawase）とそろえた（藤井さんの指示）。
     前は記事詳細の器（tooldetail.css）で組んでいたので、白地に黒文字と細い線だけになっていた。
     色・角丸・影・動きは本番の aitools.css / kumiawase.css から実測して同じ値にしてある。片方だけ変えない。
   クラス名は af- で閉じ、全体を .afx の下に置く（同じサイトを複数のチャットが並行で触っているため）。 */

:root{
  --af-sky:#1AC2F1; --af-sky-d:#0E9BC4; --af-ink:#0D1B2A; --af-ink2:#1C3549;
  --af-bg:#f5f7f9; --af-card:#fff; --af-txt:#12212e; --af-sub:#61707d; --af-line:#e6ebef;
  --af-soft:#eef3f7; --af-r:10px; --af-rp:999px;
  --af-sh:0 1px 2px rgba(13,27,42,.05),0 6px 16px rgba(13,27,42,.06);
  --af-sh-h:0 3px 8px rgba(13,27,42,.08),0 16px 36px rgba(13,27,42,.12);
  --af-font:"Zen Kaku Gothic New","Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
body.ai-freehub{margin:0;background:var(--af-bg);color:var(--af-txt);
 font-family:var(--af-font);font-size:15px;line-height:1.75;letter-spacing:.01em;-webkit-font-smoothing:antialiased}
.afx *{box-sizing:border-box}
.afx a{color:var(--af-sky-d);text-decoration:none}
.afx a:hover{text-decoration:underline}
.afx button{cursor:pointer;border:0;background:none;font:inherit;color:inherit;font-family:inherit}
.afx input,.afx select{font:inherit;color:inherit}
.afx img{max-width:100%}
.afx .wrap{max-width:1200px;margin:0 auto;padding:0 18px}
.afx .scr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
 clip:rect(0 0 0 0);white-space:nowrap;border:0}

/* ======================================================================
   ヘッダー。白ベース＋ぼかした光が19〜27秒でゆっくり動く（他のナビと同じ）
   ====================================================================== */
.afx .af-hero{background:#fff;color:var(--af-txt);padding:24px 0 18px;position:relative;overflow:hidden}
.afx .af-hero .wrap{position:relative;z-index:2}
.afx .af-hdfx{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:1}
.afx .af-hdfx span{position:absolute;border-radius:50%;filter:blur(58px)}
.afx .af-hdfx span:nth-child(1){width:420px;height:420px;left:-90px;top:-230px;background:#7aa8ff;opacity:.20;
 animation:afw1 19s ease-in-out infinite alternate}
.afx .af-hdfx span:nth-child(2){width:360px;height:360px;right:2%;top:-200px;background:#2fd0f0;opacity:.20;
 animation:afw2 23s ease-in-out infinite alternate}
.afx .af-hdfx span:nth-child(3){width:260px;height:260px;left:52%;bottom:-190px;background:#b78cff;opacity:.14;
 animation:afw1 27s ease-in-out infinite alternate-reverse}
@keyframes afw1{to{transform:translate(64px,30px) scale(1.14)}}
@keyframes afw2{to{transform:translate(-54px,22px) scale(1.1)}}

.afx .af-hdtop{display:flex;align-items:flex-end;justify-content:space-between;gap:16px 36px;flex-wrap:wrap}
.afx .af-hdl{min-width:0;flex:1 1 380px}
/* タイトル。斜めに置いて色をゆっくり流す（他のナビと同じ） */
.afx .af-ttl{font-size:46px;line-height:1.14;letter-spacing:-.01em;font-weight:900;margin:0 0 10px}
.afx .af-ttl .af-tw{display:inline-block;transform:skewX(-9deg);transform-origin:left bottom;padding-right:.14em;
 background:linear-gradient(100deg,#2f5fe0 0%,#12c2e9 22%,#8b5be0 44%,#12c2e9 66%,#2f5fe0 88%,#12c2e9 100%);
 background-size:320% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;
 animation:afflow 14s linear infinite}
@keyframes afflow{from{background-position:0 0}to{background-position:-320% 0}}
@media(prefers-reduced-motion:reduce){
  .afx .af-ttl .af-tw{animation:none;background-position:14% 0}
  .afx .af-hdfx span{animation:none}
}
.afx .af-lead{margin:0 0 6px;font-size:14px;color:var(--af-sub);max-width:800px;line-height:1.8}
.afx .af-src2{margin:0;font-size:12px;color:var(--af-sub)}
.afx .af-src2 b{color:var(--af-txt);font-weight:700}

/* 数字の札。タイトルの右（他のナビと同じ） */
.afx .af-kpi{display:flex;gap:12px;flex:none;padding-bottom:3px;flex-wrap:wrap}
.afx .af-kp{background:#fff;border:1px solid var(--af-line);border-radius:12px;padding:13px 18px;
 box-shadow:var(--af-sh);text-align:center;min-width:118px}
.afx .af-kp .af-n{display:block;font-size:30px;font-weight:900;line-height:1.1;color:var(--af-sky-d);
 letter-spacing:-.02em;font-variant-numeric:tabular-nums}
.afx .af-kp .af-n em{font-style:normal;font-size:13px;margin-left:2px}
.afx .af-kp small{display:block;font-size:11px;color:var(--af-sub);margin-top:3px;line-height:1.5}
.afx .af-kp-key .af-n{background:linear-gradient(96deg,#3f6fe0,#12c2e9);-webkit-background-clip:text;
 background-clip:text;color:transparent}

/* 検索窓（他のナビと同じ丸い窓） */
.afx .af-sbox{display:flex;align-items:center;background:#fff;border-radius:var(--af-rp);max-width:560px;
 box-shadow:0 2px 8px rgba(20,50,90,.07),0 12px 30px rgba(20,50,90,.09);padding:0 8px 0 18px;margin:16px 0 0}
.afx .af-sbox:focus-within{box-shadow:0 0 0 3px rgba(26,194,241,.28),0 12px 30px rgba(20,50,90,.12)}
.afx .af-sbox .af-si{width:16px;height:16px;flex:none;border:2px solid #97a6b3;border-radius:50%;position:relative;margin-right:10px}
.afx .af-sbox .af-si:after{content:"";position:absolute;right:-5px;bottom:-4px;width:8px;height:2px;background:#97a6b3;transform:rotate(45deg)}
.afx .af-sbox input{flex:1;border:0;outline:none;padding:16px 8px;min-width:0;background:none;color:var(--af-txt);font-size:16px;line-height:1.5}
.afx .af-sbox input:focus-visible{outline:none;outline-offset:0}
.afx .af-sbox input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;display:none}
.afx .af-sbox input::-webkit-search-decoration{-webkit-appearance:none;appearance:none}
.afx .af-sbox .af-clr{width:30px;height:30px;border-radius:50%;color:#8a99a6;font-size:17px;line-height:1;flex:none;display:none}
.afx .af-sbox .af-clr.is-on{display:block}
.afx .af-sbox .af-clr:hover{background:#eef2f6;color:#48586a}

/* ======================================================================
   よく使う条件の帯（他のナビと同じ）
   ====================================================================== */
.afx .af-quick{background:#fff;box-shadow:0 1px 0 var(--af-line);position:sticky;top:0;z-index:40}
.afx .af-quick .wrap{display:flex;align-items:center;gap:12px;padding-top:10px;padding-bottom:10px;position:relative}
.afx .af-quick .wrap::after{content:"";position:absolute;right:18px;top:0;bottom:0;width:40px;
 pointer-events:none;background:linear-gradient(90deg,transparent,#fff)}
.afx .af-ql{font-size:12px;color:var(--af-sub);white-space:nowrap;font-weight:700;flex:none}
.afx .af-qs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:1px 0;min-height:37px}
.afx .af-qs::-webkit-scrollbar{display:none}
.afx .af-qp{background:var(--af-soft);color:#33475a;font-size:13px;padding:7px 14px;border-radius:var(--af-rp);
 white-space:nowrap;font-weight:500;transition:background .15s;flex:none}
.afx .af-qp:hover{background:#e0e9f0}
.afx .af-qp.is-on{background:linear-gradient(96deg,#12b9e8,#3f8ae0);color:#fff;font-weight:700}

/* ======================================================================
   本体。左に条件、右に一覧（他のナビと同じ2段組み）
   ====================================================================== */
.afx .af-body{display:grid;grid-template-columns:248px 1fr;gap:26px;padding:22px 18px 70px;align-items:start}
.afx .af-sidewrap{position:sticky;top:62px}
.afx .af-side{background:var(--af-card);border-radius:12px;box-shadow:var(--af-sh);
 overflow:hidden;display:flex;flex-direction:column;max-height:calc(100vh - 88px)}
.afx .af-sidehd{flex:none;display:flex;align-items:center;justify-content:space-between;
 padding:13px 16px;background:var(--af-soft);font-size:13.5px;font-weight:700}
.afx .af-sclose{display:none;font-size:13px;color:var(--af-sub)}
.afx .af-sides{overflow-y:auto;padding:4px 16px 8px;-webkit-overflow-scrolling:touch}
.afx .af-sideft{flex:none;padding:10px 16px;border-top:1px solid var(--af-line);background:#fafcfd}
.afx .af-reset{font-size:12.5px;color:var(--af-sub);text-decoration:underline}
.afx .af-g{padding:14px 0;border-bottom:1px solid var(--af-line)}
.afx .af-g:last-child{border-bottom:0}
.afx .af-gt{display:flex;align-items:center;gap:8px;margin:0 0 9px;font-size:13.5px;font-weight:700;line-height:1.4}
.afx .af-gt em{font-style:normal;font-size:11.5px;font-weight:500;color:var(--af-sub)}
.afx .af-opts{display:flex;flex-wrap:wrap;gap:6px}
.afx .af-op{position:relative;display:inline-flex}
.afx .af-op input{position:absolute;opacity:0;width:100%;height:100%;left:0;top:0;margin:0;cursor:pointer}
.afx .af-op>span{display:block;padding:7px 11px;border:1px solid #dde4ea;border-radius:6px;background:#fff;
 font-size:12.5px;line-height:1.4;transition:.12s}
.afx .af-op>span i{font-style:normal;margin-left:5px;font-size:11px;color:var(--af-sub);font-variant-numeric:tabular-nums}
.afx .af-op input:hover+span{border-color:#b9c7d3;background:#f7fafc}
.afx .af-op input:checked+span{border-color:var(--af-sky-d);background:#e8f8fe;font-weight:700;
 box-shadow:inset 0 0 0 1px var(--af-sky-d)}
.afx .af-op input:checked+span i{color:#3f5768}
.afx .af-op input:focus-visible+span{outline:2px solid var(--af-sky-d);outline-offset:1px}

/* ======================================================================
   件数のバー（他のナビと同じ）
   ====================================================================== */
.afx .af-bar{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:13px}
.afx .af-cnt b{font-size:29px;font-weight:900;font-variant-numeric:tabular-nums;margin-right:4px;
 background:linear-gradient(96deg,#3f6fe0,#12c2e9);-webkit-background-clip:text;background-clip:text;color:transparent}
.afx .af-cnt span{font-size:13.5px;color:var(--af-sub)}
.afx .af-barr{margin-left:auto;display:flex;gap:9px;align-items:center}
.afx .af-vsw{display:flex;background:var(--af-card);border-radius:var(--af-rp);box-shadow:var(--af-sh);padding:3px}
.afx .af-vsw button{font-size:12.5px;padding:6px 13px;border-radius:var(--af-rp);color:var(--af-sub);font-weight:700}
.afx .af-vsw button.is-on{background:linear-gradient(96deg,#12b9e8,#3f8ae0);color:#fff}
.afx .af-barr select{background:var(--af-card);border:0;box-shadow:var(--af-sh);padding:9px 12px;
 border-radius:var(--af-rp);font-size:13.5px}

/* 選んだ条件の札 */
.afx .af-chips{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 13px}
.afx .af-chips:empty{display:none}
.afx .af-chip{background:#12314a;color:#fff;font-size:12.5px;padding:5px 10px;border-radius:var(--af-rp);
 display:inline-flex;align-items:center;gap:6px}
.afx .af-chip b{font-weight:700}
.afx .af-chip button{color:#9fb4c6;font-size:14px;line-height:1}
.afx .af-chip button:hover{color:#fff}

/* ======================================================================
   カード。上端に用途の色を細く入れる（/ai-tools と同じ見分け方）
   ====================================================================== */
.afx .af-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:16px}
.afx .af-cards.v-row{display:flex;flex-direction:column;gap:12px}
.afx .af-card{background:var(--af-card);border-radius:var(--af-r);box-shadow:var(--af-sh);position:relative;
 padding:19px 18px 15px;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}
.afx .af-card:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;
 border-radius:var(--af-r) var(--af-r) 0 0;background:var(--afc,linear-gradient(90deg,#12b9e8,#3f8ae0))}
.afx .af-card:hover{box-shadow:var(--af-sh-h);transform:translateY(-4px)}
/* 用途の色。/ai-tools の .u-* と同じ値 */
.afx .u-chat{--afc:linear-gradient(90deg,#5b7cf0,#8ba6ff)}
.afx .u-write{--afc:linear-gradient(90deg,#2f9bd8,#7fd3f5)}
.afx .u-image{--afc:linear-gradient(90deg,#e0568f,#ff9ec4)}
.afx .u-video{--afc:linear-gradient(90deg,#f0913a,#ffc27a)}
.afx .u-voice{--afc:linear-gradient(90deg,#12b48a,#6fe3bf)}
.afx .u-music{--afc:linear-gradient(90deg,#8b5be0,#c69bff)}
.afx .u-meeting{--afc:linear-gradient(90deg,#3aa0a8,#8adfe4)}
.afx .u-slide{--afc:linear-gradient(90deg,#4b7ef5,#95b8ff)}
.afx .u-translate{--afc:linear-gradient(90deg,#2fb0b0,#84e3e3)}
.afx .u-code{--afc:linear-gradient(90deg,#5a6577,#9aa5b5)}
.afx .u-agent{--afc:linear-gradient(90deg,#d4703a,#f5a670)}
.afx .u-data{--afc:linear-gradient(90deg,#3f6fe0,#8fb0ff)}
.afx .u-office{--afc:linear-gradient(90deg,#6b7a8c,#aab7c5)}
.afx .u-support{--afc:linear-gradient(90deg,#c25bb0,#f0a6e2)}

.afx .af-hd{display:flex;align-items:flex-start;gap:12px}
.afx .af-lg{width:38px;height:38px;flex:0 0 auto;object-fit:contain;border-radius:8px;background:#fff}
.afx .af-lgt{display:flex;align-items:center;justify-content:center;background:var(--af-soft);border-radius:8px;
  font-size:14px;font-weight:800;color:var(--af-sub)}
.afx .af-hdt{flex:1 1 auto;min-width:0}
.afx .af-hdt h3{margin:0;font-size:18px;font-weight:900;line-height:1.35;letter-spacing:-.01em}
.afx .af-ven{margin-left:8px;font-size:12px;font-weight:600;color:var(--af-sub)}
.afx .af-cat{margin:2px 0 0;font-size:12.5px;color:var(--af-sub)}
/* その場で開くボタン。他のナビの「公式サイト」と同じ青のグラデ */
.afx .af-go{flex:0 0 auto;padding:9px 16px;border-radius:var(--af-rp);
 background:linear-gradient(96deg,#12b9e8,#3f8ae0);color:#fff;font-size:13.5px;font-weight:700;
 line-height:1.4;text-decoration:none;white-space:nowrap;box-shadow:0 4px 14px rgba(26,150,220,.34)}
.afx .af-go:hover{color:#fff;text-decoration:none;box-shadow:0 6px 18px rgba(26,150,220,.46)}

.afx .af-rows{margin:14px 0 0;padding:0}
.afx .af-r{display:grid;grid-template-columns:100px 1fr;gap:0 14px;padding:9px 0;border-top:1px solid var(--af-line)}
.afx .af-r dt{font-size:12px;font-weight:700;line-height:1.55;color:var(--af-sub)}
.afx .af-r dd{margin:0;font-size:14px;line-height:1.7}
/* ★主役はここ。実測でしか分からない「ログインしないと何が違うか」 */
.afx .af-r-key{background:linear-gradient(90deg,#f2fbfe,transparent 72%);margin:0 -8px;padding:9px 8px;border-radius:6px}
.afx .af-r-key dt{color:var(--af-sky-d)}
.afx .af-r-key dd{font-weight:600}
.afx .af-ul{list-style:none;margin:0;padding:0}
.afx .af-ul li{position:relative;padding-left:15px}
.afx .af-ul li::before{content:"";position:absolute;left:2px;top:.62em;width:6px;height:6px;border-radius:50%;
 background:var(--af-sky)}
.afx .af-x li::before{background:#fff;border-radius:0;width:7px;height:7px;top:.58em;left:1px;
  background-image:linear-gradient(45deg,transparent 43%,#98A3AE 43%,#98A3AE 57%,transparent 57%),
    linear-gradient(-45deg,transparent 43%,#98A3AE 43%,#98A3AE 57%,transparent 57%)}
.afx .af-x li{color:#4A5560}
.afx .af-p,.afx .af-src,.afx .af-next{margin:0}
.afx .af-src{margin-top:4px;font-size:12.5px;line-height:1.6;color:var(--af-sub)}
.afx .af-next{font-weight:800;color:var(--af-txt)}
.afx .af-ev{margin:12px 0 0;padding:10px 12px;background:var(--af-soft);border-radius:8px;font-size:13px;line-height:1.7}
.afx .af-ev b{display:block;font-size:11.5px;font-weight:700;letter-spacing:.04em;color:var(--af-txt)}
.afx .af-links{display:flex;flex-wrap:wrap;gap:4px 16px;margin:10px 0 0;font-size:12.5px}
.afx .af-open2{color:var(--af-sub);text-decoration:none;word-break:break-all}
.afx .af-open2:hover{color:var(--af-sky-d)}
.afx .af-links a.af-more{font-size:12.5px;font-weight:700;color:var(--af-sky-d);text-decoration:none;white-space:nowrap}
.afx .af-links a.af-more:hover{text-decoration:underline}
.afx .af-none{margin:16px 0 0;padding:20px 18px;background:#fff;border-radius:var(--af-r);
 box-shadow:var(--af-sh);font-size:14px;text-align:center}

/* 用途の札と、日本語・かんたんさの点（/ai-tools のカードと同じ部品） */
.afx .af-tags{display:flex;flex-wrap:wrap;gap:5px;margin:11px 0 0}
.afx .af-tg{font-size:11.5px;font-weight:700;padding:3px 9px;border-radius:var(--af-rp);
 background:#e8f6fd;color:#0b6f8f;line-height:1.6}
.afx .af-tg-1{background:linear-gradient(96deg,#12b9e8,#3f8ae0);color:#fff}
.afx .af-meta{display:flex;flex-wrap:wrap;gap:4px 16px;margin:10px 0 0;font-size:11.5px;color:var(--af-sub)}
.afx .af-dots{display:inline-flex;gap:2px;vertical-align:middle;margin-left:4px}
.afx .af-dots i{width:7px;height:7px;border-radius:50%;background:#d7dee5;display:block}
.afx .af-dots i.on{background:var(--af-sky)}
.afx .af-jpco{font-weight:700;color:#0b6f8f}

/* リスト表示 */
.afx .af-cards.v-row .af-card{padding:16px 18px 14px}
.afx .af-cards.v-row .af-rows{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}
@media(max-width:820px){.afx .af-cards.v-row .af-rows{grid-template-columns:1fr}}

/* ======================================================================
   下の読み物（登録が要る理由・止まり方・確かめ方・よくある質問）
   ====================================================================== */
.afx .af-sec{background:#fff;border-radius:var(--af-r);box-shadow:var(--af-sh);padding:24px 26px 26px;margin:0 0 18px}
.afx .af-sec>h2{margin:0 0 4px;font-size:21px;font-weight:900;letter-spacing:-.01em;line-height:1.45}
.afx .af-sec>h2 .af-h2b{background:linear-gradient(96deg,#3f6fe0,#12c2e9);-webkit-background-clip:text;
 background-clip:text;color:transparent}
.afx .af-note{margin:0 0 14px;font-size:13px;color:var(--af-sub);line-height:1.7}
.afx .af-sec .af-p{margin:0 0 13px;font-size:15px;line-height:1.85}
.afx .af-sec .af-p:last-child{margin-bottom:0}
.afx .af-sec .af-p b{color:var(--af-txt);font-weight:800}
.afx .af-tiny{font-size:13px;color:var(--af-sub)}
.afx .af-more{margin:14px 0 0;font-size:14.5px;font-weight:700}

/* 個別ページへの静的リンク */
.afx .af-tiles{list-style:none;margin:14px 0 0;padding:0;
 display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:10px}
.afx .af-tiles li{margin:0}
.afx .af-tiles a{display:block;padding:14px 16px;text-decoration:none;color:inherit;border-radius:var(--af-r);
 background:var(--af-soft);border:1px solid transparent;transition:background .15s,border-color .15s,box-shadow .15s}
.afx .af-tiles a:hover{background:#e3eef6;border-color:var(--af-sky);box-shadow:var(--af-sh);text-decoration:none}
.afx .af-tiles b{display:block;font-size:15.5px;font-weight:800;line-height:1.5;color:var(--af-sky-d)}
.afx .af-tn{display:block;margin-top:3px;font-size:12.5px;color:var(--af-sub);line-height:1.6}

/* 表 */
.afx .af-tbl{margin:14px 0 16px;overflow-x:auto;border-radius:var(--af-r);border:1px solid var(--af-line)}
.afx .af-tbl table{width:100%;border-collapse:collapse;background:#fff;font-size:14px}
.afx .af-tbl th,.afx .af-tbl td{padding:11px 14px;text-align:left;line-height:1.7;border-bottom:1px solid var(--af-line)}
.afx .af-tbl thead th{background:var(--af-soft);font-size:12.5px;font-weight:700;color:#33475a;white-space:nowrap}
.afx .af-tbl tbody th{font-weight:700;font-size:13.5px;background:#fbfdfe;text-align:left;vertical-align:top}
.afx .af-sub2{display:block;font-size:11.5px;color:var(--af-sub);font-weight:500;line-height:1.5;margin-top:1px}
.afx .af-tbl td{vertical-align:top}
.afx .af-tbl tr:last-child th,.afx .af-tbl tr:last-child td{border-bottom:0}
.afx .af-stop table{min-width:560px}
.afx .af-stop tbody th{width:230px}
.afx .af-lk table{min-width:700px}
.afx .af-lk tbody th{width:170px}
.afx .af-lk td:nth-child(2){white-space:nowrap}
.afx .af-lkf{white-space:nowrap;text-align:center;width:88px}

/* よくある質問 */
.afx .af-faq details{border-bottom:1px solid var(--af-line)}
.afx .af-faq details:last-of-type{border-bottom:0}
.afx .af-faq summary{padding:14px 30px 14px 0;font-size:15px;font-weight:700;cursor:pointer;position:relative;list-style:none}
.afx .af-faq summary::-webkit-details-marker{display:none}
.afx .af-faq summary::after{content:"";position:absolute;right:6px;top:50%;width:9px;height:9px;
 border-right:2px solid var(--af-sky-d);border-bottom:2px solid var(--af-sky-d);
 transform:translateY(-70%) rotate(45deg);transition:transform .18s}
.afx .af-faq details[open] summary::after{transform:translateY(-30%) rotate(-135deg)}
.afx .af-faq details p{margin:0 0 14px;font-size:14px;line-height:1.85;color:#33475a}
.afx .af-topr{margin:0;padding:0 18px 60px;text-align:center;font-size:14.5px;font-weight:700}

/* スマホの「条件でしぼる」 */
.afx .af-mfab,.afx .af-sheetbtn{display:none}
.afx .af-mfab{position:fixed;z-index:60;background:var(--af-ink);color:#fff;
 align-items:center;font-size:13.5px;font-weight:700}
.afx .af-mfab b{color:var(--af-sky)}

/* ======================================================================
   画面が狭いとき
   ====================================================================== */
@media(max-width:1000px){
  .afx .af-ttl{font-size:38px}
  .afx .af-body{grid-template-columns:1fr;gap:16px;padding-bottom:86px}
  /* ★条件は下からせり上がるシートにする（/ai-tools と同じ）。
     一覧の前に長い条件が並ぶと、カードまで指を何度も動かすことになる */
  .afx .af-sidewrap{position:fixed;inset:0;z-index:70;transform:translateY(100%);
   transition:transform .25s ease;will-change:transform}
  body.af-sheet .afx .af-sidewrap{transform:none}
  .afx .af-side{height:100%;max-height:none;border-radius:0}
  .afx .af-sclose{display:block}
  .afx .af-sides{padding-bottom:78px}
  .afx .af-mfab{display:flex;left:0;right:0;bottom:0;transform:none;border-radius:0;
   justify-content:center;gap:14px;padding:12px 16px}
  .afx .af-mfab button{background:linear-gradient(96deg,#12b9e8,#3f8ae0);color:#fff;
   font-weight:700;padding:11px 22px;border-radius:var(--af-rp);font-size:14px}
  .afx .af-mfab span{font-size:13px}
  .afx .af-mfab b{font-size:19px;font-weight:900}
  body.af-sheet .afx .af-mfab{display:none}
  body.af-sheet{overflow:hidden}
  .afx .af-sheetbtn{display:none}
  body.af-sheet .afx .af-sheetbtn{display:block;position:fixed;left:0;right:0;bottom:0;z-index:80;
   padding:12px 16px;background:#fff;box-shadow:0 -2px 12px rgba(13,27,42,.12)}
  body.af-sheet .afx .af-sheetbtn button{width:100%;background:linear-gradient(96deg,#12b9e8,#3f8ae0);
   color:#fff;font-weight:700;padding:14px;border-radius:var(--af-rp);font-size:15px}
}
@media(max-width:760px){
  .afx .af-hero{padding:18px 0 14px}
  .afx .af-ttl{font-size:31px;margin-bottom:8px}
  .afx .af-hdtop{gap:14px}
  .afx .af-kpi{width:100%;gap:8px}
  .afx .af-kp{flex:1 1 0;min-width:0;padding:11px 8px}
  .afx .af-kp .af-n{font-size:24px}
  .afx .af-kp small{font-size:10.5px}
  .afx .af-sec{padding:20px 17px 22px;border-radius:0;margin-left:-18px;margin-right:-18px}
  .afx .af-sec>h2{font-size:19px}
  .afx .af-cards{grid-template-columns:1fr}
}
@media(max-width:560px){
  .afx .af-lk table,.afx .af-stop table{min-width:0}
  .afx .af-lk thead th:nth-child(2),.afx .af-lk tbody td:nth-child(2){display:none}
  .afx .af-lk tbody th{width:92px}
  .afx .af-tbl th,.afx .af-tbl td{padding:8px 9px;font-size:13px;line-height:1.65}
  .afx .af-stop tbody th{width:110px}
  .afx .af-lkf{width:48px}
  .afx .af-hd{flex-wrap:wrap}
  .afx .af-go{width:100%;text-align:center;margin-top:6px}
  .afx .af-r{grid-template-columns:1fr;gap:3px}
  .afx .af-r dt{font-size:11.5px;letter-spacing:.03em}
  .afx .af-r-key{margin:0;padding:9px 10px}
  .afx .af-card{padding:17px 15px 14px}
}
