@charset "UTF-8";
/* お知らせ
------------------------------------------------------------------------- */
.bl_news {
  padding-top: clamp(3.5rem, 2.955rem + 2.73vw, 5rem);
  padding-bottom: clamp(3.5rem, 2.955rem + 2.73vw, 5rem);
}
.bl_news_inner {
  max-width: 1024px;
  margin: 0 auto;
}
.bl_news_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_news_list {
  display: grid;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 1080px) {
  .bl_news_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 48px;
    justify-content: space-between;
  }
}
.bl_news_item {
  border: 1px solid #359939;
  border-radius: 6px;
  padding: 20px;
  width: 100%;
}
.bl_news_item p {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (min-width: 1080px) {
  .bl_news_item p {
    height: 70px;
  }
}
.bl_news_item .newsTime {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
}
@media screen and (min-width: 1080px) {
  .bl_news_item .newsTime {
    padding-top: 0;
  }
}
.bl_news_item .newsTime time {
  font-size: 12px;
}
.bl_news_item .newsTime span {
  background-image: url(../images/icon_g_right_small.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}/*# sourceMappingURL=news.css.map */