/* v1.6: scoped integration and keyboard / narrow-screen fixes; vendor CSS otherwise unchanged. */
:root{--faq-font:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif}
body,input,button,select,textarea{font-family:var(--faq-font)}
main a:not(.category-card):not(.important-link){text-decoration:underline;text-underline-offset:.18em}
a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #1c7272!important;outline-offset:4px}
[hidden]{display:none!important}
#header .logo_area,#header .logo_area .in{min-width:0}
.faq-question{overflow-wrap:anywhere;min-width:0}
.faq-question .important-chip{flex-shrink:0}
.article-card h1{overflow-wrap:anywhere}
.answer-detail p,.article-answer p{margin:.6em 0;white-space:pre-wrap}
#footer .g_box dd,#footer .g_box dd a{white-space:nowrap}
@media(max-width:420px){#header .logo_area .txt{font-size:clamp(13px,4vw,17px)}#header .logo_area .btn a{white-space:nowrap} .category-tools{flex-wrap:wrap} .category-tools input{flex:1 1 100%;min-width:0}}
@media print{#header,#footer,.category-tools,.search-panel{display:none}.faq-item>.faq-answer{display:block!important}.faq-item{break-inside:avoid}}
