@charset "UTF-8";

.index-productNotice-heading {
  position: relative;
  padding-left: 1em;
}

.index-productNotice-heading::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 1em;
  position: absolute;
  top: 0.25em;
  left: 0;
  margin: 0;
  background: url("/assets/img/icon_notice.svg") no-repeat 0 0;
  background-size: contain;
}
