@import "tailwindcss";

/* FAQ アコーディオン用：Safari の details 既定マーカーを非表示にする */
summary::-webkit-details-marker {
  display: none;
}
