.c-top24Alert {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .c-top24Alert {
    margin: 5px 0 10px;
    padding: 0 5px;
  }
}

.c-top24Alert__inner {
  padding: 12px 24px;
  background-color: #FFF;
  border: 4px solid #a20000;
  border-radius: 2px;
}
@media screen and (max-width: 599px) {
  .c-top24Alert__inner {
    padding: 8px 16px;
  }
}

.c-top24Alert__title {
  font-size: 1.6rem;
}

.c-top24Alert__link {
  display: block;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}
.c-top24Alert__link::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("/_pl_img/ico_arrow_right02.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 13.5px;
  left: 5px;
  transform: translateY(-50%);
}
.c-top24Alert__link:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=top_alert.css.map */