@charset "UTF-8";
.noticebar {
  width: 100% !important;
  background: #f7f7f7 !important;
  border-top: 1px solid #e3e3e3 !important;
  border-bottom: 1px solid #e3e3e3 !important;
  color: #111 !important;
  margin-top: 20px;
}

.noticebar__inner {
  max-width: 980px !important;
  margin: 0 auto !important;
  padding: 10px 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

.noticebar__text {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
  line-height: 1.4 !important;
  font-size: 14px !important;
}

.noticebar__badge {
  display: inline-block !important;
  padding: 2px 8px !important;
  border-radius: 999px !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
}

.noticebar__title {
  font-weight: 700 !important;
}

.noticebar__date {
  color: #555 !important;
}

.noticebar__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 10px !important;
  border-radius: 8px !important;
  border: 1px solid #cfcfcf !important;
  background: #fff !important;
  color: #111 !important;
  text-decoration: none !important;
  font-size: 13px !important;
  white-space: nowrap !important;
}

.noticebar__link:hover,
.noticebar__link:focus {
  text-decoration: underline !important;
}

/* スマホ：縦積み */
@media (max-width: 600px) {
  .noticebar__inner {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
  }
  .noticebar__link {
    width: 100% !important;
  }
}/*# sourceMappingURL=noticebar.css.map */