#pageNews .categoryArea .categoryTitle {
  font-weight: bold;
}
#pageNews .categoryArea .selectArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#pageNews .categoryArea .selectArea .categoryList {
  border: solid 1px #DCE9F2;
  background: #ffffff;
  text-align: center;
}
#pageNews .categoryArea .selectArea .categoryList.selected {
  border: solid 1px #064B87;
  background: #DCE9F2;
}
#pageNews .newsListArea .newsList {
  border-bottom: solid 1px #DCE9F2;
}
#pageNews .newsListArea .newsList .newsCategory .catLabel {
  display: inline-block;
  background: #DCE9F2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #pageNews .categoryArea .categoryTitle {
    font-size: clamp(14px, 4.61vw, 18px);
    padding: 0 0 20px 0;
  }
  #pageNews .categoryArea .selectArea {
    padding: 0 0 60px 0;
  }
  #pageNews .categoryArea .selectArea .categoryList {
    width: 32%;
    padding: 8px 0;
  }
  #pageNews .newsListArea {
    padding: 0 0 20px 0;
  }
  #pageNews .newsListArea .newsList {
    padding: 16px 0 12px 0;
    display: block;
  }
  #pageNews .newsListArea .newsList .newsDate {
    font-size: 14px;
    padding: 2px 4px 0px 0;
    display: inline-block;
  }
  #pageNews .newsListArea .newsList .newsCategory {
    display: inline-block;
  }
  #pageNews .newsListArea .newsList .newsCategory .catLabel {
    width: 110px;
    padding: 4px 0;
    font-size: 13px;
  }
  #pageNews .newsListArea .newsList .newsTitle {
    font-size: clamp(14px, 4.1vw, 15px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #pageNews .newsListArea .newsList:first-of-type {
    border-top: solid 1px #DCE9F2;
  }
}
@media print, screen and (min-width: 768px) {
  #pageNews .categoryArea .categoryTitle {
    font-size: clamp(14px, 1.67vw, 20px);
    padding: 0 0 20px 0;
  }
  #pageNews .categoryArea .selectArea {
    padding: 0 0 60px 0;
  }
  #pageNews .categoryArea .selectArea .categoryList {
    width: 30%;
    padding: 8px 0;
  }
  #pageNews .newsListArea .newsList {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    padding: 16px 0 12px 0;
  }
  #pageNews .newsListArea .newsList .newsDate {
    font-size: 14px;
    width: 120px;
  }
  #pageNews .newsListArea .newsList .newsCategory .catLabel {
    width: 110px;
    padding: 4px 0;
    font-size: 13px;
  }
  #pageNews .newsListArea .newsList .newsTitle {
    width: calc(100% - 120px);
    padding: 0 0 0 32px;
    font-size: clamp(14px, 1.25vw, 15px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}/*# sourceMappingURL=style.css.map */