:root{--tfrp-ink:#162033;--tfrp-navy:#111b2d;--tfrp-red:#e63737;--tfrp-red2:#b91c1c;--tfrp-amber:#f59e0b;--tfrp-green:#16845b;--tfrp-blue:#2367d1;--tfrp-soft:#f3f6fa;--tfrp-line:#dce3ec;--tfrp-muted:#5e6878}
body.tfrp-site{color:var(--tfrp-ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP","Yu Gothic",Meiryo,sans-serif;background:#fff;font-size:17px;line-height:1.75}
body.tfrp-site #header-container,body.tfrp-site .header-container,body.tfrp-site header#header,body.tfrp-site #navi,body.tfrp-site .navi,body.tfrp-site #footer,body.tfrp-site footer.footer{display:none!important}
body.tfrp-site .content-in,body.tfrp-site .main,body.tfrp-site #main{max-width:1160px!important;width:min(1160px,calc(100% - 28px))!important;margin-left:auto!important;margin-right:auto!important}
body.tfrp-site.home .content-in,body.tfrp-site.home .main,body.tfrp-site.home #main{max-width:none!important;width:100%!important;margin:0!important;padding:0!important;border:0!important;box-shadow:none!important}
body.tfrp-site.home .entry-title,body.tfrp-site.home .date-tags,body.tfrp-site.home .sns-share,body.tfrp-site.home .sns-follow,body.tfrp-site.home .author-info,body.tfrp-site.home #sidebar{display:none!important}
body.tfrp-site.home .entry-content{margin:0!important;padding:0!important}
body.tfrp-site a{color:var(--tfrp-blue)}
.tfrp-topbar{position:relative;z-index:999;background:#fff;border-bottom:1px solid var(--tfrp-line);box-shadow:0 3px 18px rgba(17,27,45,.06)}
.tfrp-topbar__inner{width:min(1160px,calc(100% - 28px));min-height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px}
.tfrp-brand{display:flex;align-items:center;gap:12px;text-decoration:none!important;color:var(--tfrp-ink)!important}
.tfrp-brand__mark{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:linear-gradient(145deg,var(--tfrp-red),var(--tfrp-red2));color:#fff;font-size:25px;font-weight:900;box-shadow:0 6px 16px rgba(230,55,55,.24)}
.tfrp-brand strong{display:block;font-size:21px;line-height:1.2;letter-spacing:.02em}
.tfrp-brand small{display:block;color:var(--tfrp-muted);font-size:12px;margin-top:3px}
.tfrp-nav{display:flex;align-items:center;gap:6px}
.tfrp-nav a{display:block;padding:12px 15px;border-radius:10px;text-decoration:none!important;color:#263247!important;font-size:15px;font-weight:700}
.tfrp-nav a:hover{background:var(--tfrp-soft);color:var(--tfrp-red2)!important}
.tfrp-home{margin:0;padding:0 0 56px;background:#fff}
.tfrp-hero{background:radial-gradient(circle at 82% 18%,rgba(230,55,55,.24),transparent 25%),linear-gradient(135deg,#101929 0%,#192943 60%,#17233a 100%);color:#fff;padding:72px max(24px,calc((100vw - 1100px)/2)) 76px;min-height:470px;display:flex;flex-direction:column;justify-content:center}
.tfrp-kicker,.tfrp-eyebrow{font-size:13px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.tfrp-kicker{display:inline-flex;width:max-content;padding:7px 11px;border:1px solid rgba(255,255,255,.35);border-radius:999px;color:#fff}
.tfrp-hero h1{font-size:clamp(36px,6vw,68px)!important;line-height:1.1!important;color:#fff!important;margin:20px 0 20px!important;letter-spacing:-.035em}
.tfrp-hero h1 span{color:#ffb4aa}
.tfrp-hero>p{max-width:760px;font-size:clamp(17px,2.2vw,22px);line-height:1.8;color:#e8edf5;margin:0 0 30px}
.tfrp-hero__actions{display:flex;flex-wrap:wrap;gap:12px}
.tfrp-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:12px 22px;border:0;border-radius:12px;text-decoration:none!important;font-weight:900;font-size:16px;cursor:pointer}
.tfrp-button--danger{background:linear-gradient(135deg,var(--tfrp-red),var(--tfrp-red2));color:#fff!important;box-shadow:0 8px 22px rgba(185,28,28,.28)}
.tfrp-button--danger:hover{transform:translateY(-1px);filter:brightness(1.04)}
.tfrp-button--light{background:#fff;color:var(--tfrp-ink)!important}
.tfrp-section{width:min(1100px,calc(100% - 28px));margin:0 auto;padding:64px 0}
.tfrp-section--soft{width:100%;max-width:none;background:var(--tfrp-soft);padding-left:max(14px,calc((100vw - 1100px)/2));padding-right:max(14px,calc((100vw - 1100px)/2))}
.tfrp-section--profit{background:#fff8e8;border:1px solid #f2d28c;border-radius:24px;padding:34px;margin-top:28px}
.tfrp-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}
.tfrp-section__head h2{font-size:clamp(26px,4vw,38px)!important;line-height:1.25!important;color:var(--tfrp-ink)!important;margin:6px 0 0!important}
.tfrp-section__head>p{color:var(--tfrp-muted);font-size:14px;margin:0}
.tfrp-eyebrow{color:var(--tfrp-red2)}
.tfrp-note{background:#fff;border-left:5px solid var(--tfrp-amber);padding:14px 16px;border-radius:0 10px 10px 0;color:#4f5968;font-size:14px;margin:0 0 22px}
.tfrp-status-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.tfrp-status-card{display:flex;flex-direction:column;min-height:210px;padding:19px;border:1px solid var(--tfrp-line);border-radius:16px;background:#fff;text-decoration:none!important;color:var(--tfrp-ink)!important;box-shadow:0 6px 18px rgba(17,27,45,.06);transition:.18s ease}
.tfrp-status-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(17,27,45,.11)}
.tfrp-status-card__label{display:inline-flex;width:max-content;padding:4px 8px;border-radius:999px;background:#edf2f7;color:#465268;font-size:11px;font-weight:900;margin-bottom:14px}
.tfrp-status-card--issue{border-color:#f3aaaa;background:#fff7f7}.tfrp-status-card--issue .tfrp-status-card__label{background:#fee2e2;color:#a31212}
.tfrp-status-card--normal{border-color:#a9dec8}.tfrp-status-card--normal .tfrp-status-card__label{background:#dcf5ea;color:#0c6847}
.tfrp-status-card--error .tfrp-status-card__label{background:#fff0ce;color:#855900}
.tfrp-status-card strong{font-size:20px;margin-bottom:8px}.tfrp-status-card small{color:var(--tfrp-muted);font-size:13px;line-height:1.55;flex:1}.tfrp-status-card b{font-size:13px;color:var(--tfrp-blue);margin-top:12px}
.tfrp-route-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.tfrp-route-grid a{position:relative;display:flex;flex-direction:column;min-height:190px;padding:24px;border-radius:18px;background:#fff;color:var(--tfrp-ink)!important;text-decoration:none!important;border:1px solid var(--tfrp-line);box-shadow:0 5px 16px rgba(17,27,45,.05)}
.tfrp-route-grid a:hover{border-color:#ee8a8a;transform:translateY(-2px)}
.tfrp-route-grid span{color:var(--tfrp-red);font-size:13px;font-weight:900}.tfrp-route-grid strong{font-size:21px;margin:22px 0 7px}.tfrp-route-grid small{color:var(--tfrp-muted);font-size:14px}
.tfrp-guide-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.tfrp-guide-grid a{display:flex;flex-direction:column;gap:8px;padding:22px;border:1px solid var(--tfrp-line);border-radius:15px;text-decoration:none!important;color:var(--tfrp-ink)!important;background:#fff}
.tfrp-guide-grid a:hover{border-color:var(--tfrp-blue);box-shadow:0 7px 22px rgba(35,103,209,.1)}
.tfrp-guide-grid strong{font-size:20px}.tfrp-guide-grid span{font-size:13px;color:var(--tfrp-blue)}.tfrp-guide-grid small{color:#855900;font-weight:800}
body.tfrp-site:not(.home) article{max-width:850px;margin:34px auto 60px;background:#fff}
body.tfrp-site:not(.home) .entry-title{font-size:clamp(30px,5vw,46px)!important;line-height:1.35!important;color:var(--tfrp-ink)!important;letter-spacing:-.02em}
body.tfrp-site:not(.home) .entry-content h2{font-size:28px!important;line-height:1.4!important;margin-top:2.2em!important;padding:15px 18px!important;background:var(--tfrp-soft)!important;border-left:6px solid var(--tfrp-red)!important;border-radius:0 10px 10px 0!important;color:var(--tfrp-ink)!important}
body.tfrp-site:not(.home) .entry-content h3{font-size:22px!important;margin-top:1.8em!important;color:var(--tfrp-ink)!important}
body.tfrp-site:not(.home) .entry-content p,body.tfrp-site:not(.home) .entry-content li{font-size:17px;line-height:1.9}
body.tfrp-site:not(.home) .entry-content li{margin-bottom:.55em}
.tfrp-contact{max-width:720px;background:var(--tfrp-soft);padding:24px;border-radius:16px}
.tfrp-contact label{display:block;font-weight:800}.tfrp-contact label span{font-size:11px;color:#fff;background:var(--tfrp-red);border-radius:4px;padding:2px 5px;margin-left:7px}.tfrp-contact input,.tfrp-contact textarea{display:block;width:100%;margin-top:7px;padding:12px;border:1px solid #bfc8d5;border-radius:8px;background:#fff;font:inherit}.tfrp-hp{position:absolute;left:-9999px}.tfrp-alert{padding:14px;border-radius:9px;background:#eef3f8}.tfrp-alert--success{background:#e2f5ec;color:#096443}.tfrp-alert--error{background:#fee7e7;color:#991b1b}
.tfrp-footer{background:var(--tfrp-navy);color:#cbd4e1;padding:42px 0}.tfrp-footer__inner{width:min(1100px,calc(100% - 28px));margin:auto}.tfrp-footer strong{font-size:21px;color:#fff}.tfrp-footer p{margin:6px 0 18px;font-size:14px}.tfrp-footer nav{display:flex;flex-wrap:wrap;gap:10px 20px}.tfrp-footer a{color:#d8e1ed!important;text-decoration:none!important;font-size:14px}
@media(max-width:980px){.tfrp-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tfrp-route-grid,.tfrp-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){body.tfrp-site{font-size:16px}.tfrp-topbar__inner{min-height:72px}.tfrp-brand__mark{width:42px;height:42px}.tfrp-brand strong{font-size:18px}.tfrp-brand small{display:none}.tfrp-nav a{display:none}.tfrp-nav a:first-child{display:block;padding:10px 12px;background:var(--tfrp-soft)}.tfrp-hero{padding:52px 18px 58px;min-height:420px}.tfrp-hero h1{font-size:40px!important}.tfrp-button{width:100%}.tfrp-section{padding:46px 0}.tfrp-section__head{display:block}.tfrp-section__head>p{margin-top:10px}.tfrp-status-grid,.tfrp-route-grid,.tfrp-guide-grid{grid-template-columns:1fr}.tfrp-status-card{min-height:170px}.tfrp-route-grid a{min-height:150px}.tfrp-section--profit{padding:24px 17px}.tfrp-section--soft{padding-left:14px;padding-right:14px}body.tfrp-site:not(.home) .entry-content h2{font-size:23px!important}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

