@charset "UTF-8";
/* 20250514追記 */
:where(.is-notificationDot) {
  position: relative;
}

:where(.is-notificationDot)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ff0000;
  border-radius: 100%;
  translate: 100% -50%;
}

.headerAttention {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-inline: 4px;
}

.headerAttention__container {
  padding: 4px 0.5em;
  font-size: 14px;
  background-color: #222;
  border-radius: 4px;
}

/*# sourceMappingURL=utils.css.map */