@charset "utf-8";

#alcresist_sta_header h1 {
  margin-bottom: 10px;
}
#alcresist_sta_header .notice_list {
  color: #df1515;
  float: right;
  font-size: 12px;
  font-weight: bold;
}
#alcresist_sta_header .notice_list li {
  display: flex;
  margin-bottom: 5px;
}
#alcresist_sta_header .notice_list li:last-child {
  margin-bottom: 0;
}
#alcresist_sta_header .notice_list li::before {
  content: '※';
}