@charset "UTF-8";

/* FAQエリア内だけの box-sizing 補正 */
#faq-scope *,
#faq-scope *::before,
#faq-scope *::after {
    box-sizing: border-box !important;
}