@charset "UTF-8";
/* #tab-faq の中にある、リンク先が "/" のFAQボタンだけを非表示 */
#tab-faq p.component-item-product-contents__button:has(a[href="/"]) {
  display: none !important;
}