.news_list_wrap .news_list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.news_list_wrap .news_list .list {
  display: grid;
  grid-template-columns: 130px 100px 1fr;
  gap: 20px;
  min-height: 100px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news_list_wrap .news_list .list {
    grid-template-columns: 80px 1fr;
    gap: 6px 20px;
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.news_list_wrap .news_list .list .category,
.main .post_category{
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0082AA;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
}
.main .post_category{
    width: 130px;
    margin-right: calc(50vw - 513px);
    margin-left: auto;
}
@media screen and (max-width: 767px) {
  .news_list_wrap .news_list .list .category,
  .main .post_category{
    height: 25px;
    font-size: 13px;
    margin-right: 10px;
  }
}
.news_list_wrap .news_list .list .category.management,
.main .post_category.management{
  background: #52BCA0;
}
.news_list_wrap .news_list .list .category.other,
.main .post_category.other{
  background: #ddbe26;
}
.news_list_wrap .news_list .list .publication_date {
  font-size: 15px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 767px) {
  .news_list_wrap .news_list .list .publication_date {
    font-size: 13px;
  }
}
.news_list_wrap .news_list .list .news_item {
    height: 100%;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
  .news_list_wrap .news_list .list .news_item {
    grid-column: 1/3;
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .news_list_wrap .news_list .list:hover {
    background: #F5F5F5;
  }
}

.container .contents a{
	text-decoration:underline;
}


/*# sourceMappingURL=news.css.map */
