/* TellAhead locale navigation and multilingual layout helpers */
.ta-header__tools{display:flex;align-items:center;gap:24px}
.ta-locale-nav{display:flex;align-items:center;gap:8px;font:650 10px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.08em}
.ta-locale-nav a{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;padding:0 7px;border:1px solid transparent;color:#65717D;text-decoration:none}
.ta-locale-nav a:hover{border-color:#C8D1D9;color:var(--ta-navy)}
.ta-locale-nav a[aria-current="page"]{border-color:var(--ta-navy);background:var(--ta-navy);color:#fff}
html[lang="ja"] body{font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,Inter,Arial,sans-serif}
html[lang="ja"] .ta-hero h1,html[lang="ja"] .ta-section-head h2,html[lang="ja"] .ta-buyers h2,html[lang="ja"] .ta-access h2,html[lang="ja"] .ta-signal__identity h2,html[lang="ja"] .ta-signal__purchase strong,html[lang="ja"] .ta-sequence__rail strong{font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;letter-spacing:-.025em}
@media(max-width:980px){.ta-header__tools{gap:12px}.ta-locale-nav{gap:3px}.ta-locale-nav a{min-width:28px;padding:0 5px}}
@media(max-width:640px){.ta-brand img{width:142px}.ta-locale-nav a{min-width:25px;height:28px;padding:0 4px;font-size:9px}.ta-locale-nav a:not([aria-current="page"]):nth-child(4){display:none}}
