@charset "UTF-8";
/* FAQのliごと非表示（親要素を対象にする場合） */
.component-item-product-tabs__item:has([data-click="tab-faq"]) {
  display: none !important;
}