@charset "UTF-8";


/* 2/5修正（赤瀬）スマホ版のお知らせnewの表示不具合あり */
.p-news__new {
  position: absolute;
  top: -0.9375rem;
  left: -0.8rem;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-news__new {
    left: 8.4375rem;
  }
}