@charset "utf-8";
/* default PC */
#contents .news-category .news-group {
    border-bottom: 2px solid #ebebeb;
    padding: 10px 15px;
}
#contents .news-category .news-group:first-child {
    border-top: 2px solid #ebebeb;
}
#contents .news-group .txt p{
  margin-bottom: 0;
}
.news-group .txt{
    display: flex;
    align-items: center;
}
.news-group .txt .category{
  width: 120px;
  color: #fff;
  padding: 5px;
  text-align: center;
  border-radius: 30px;
}
.news-group .txt .day{
  margin: 0 20px;
  width: 10%;
}
.news-group .txt .ttl{
  width: calc(90% - 160px);
}
.news-group .txt .category{
  width: 120px;
  color: #fff;
  padding: 5px;
  text-align: center;
  border-radius: 30px;
}
.category.news,.category.event,.category.seminar{
  border-radius: 15px;
}
.category.news{
  background-color: #298bcf;
}
.category.event{
  background-color: #f67a00;
}
.category.seminar{
  background-color: #2ea68b;
}
.page-numbers.current {
    padding: 15px 25px;
    color: #fff;
    background-color: #8f8f8f;
    margin-right: 5px;
}
.page-numbers {
    padding: 15px 25px;
    color: #fff;
    background-color: #2ea68b;
    transition: 0.5s;
    text-decoration: none;
    margin-right: 5px;
}
.page-numbers:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
}
/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {}

  @media screen and (max-width: 768px) {
  .news-group .txt {
    display: block;
  }
  .news-group .txt .day {
      width: 100%;
      margin: 0;
  }
  .news-group .txt .ttl {
      width: 100%;
  }
  }
  /* view-559 Mobile */
@media screen and (max-width: 559px) {}

/* 559以下はRWD時に崩れがあれば任意で作成 */

/*IE*/
@media all and (-ms-high-contrast: none) {}
