/*------------page-title--------------*/
.page-title {
  width: 100vw;
  background: url(../img/page-title-bg.png) no-repeat;
  background-size: cover;
  border-bottom: #ccc solid 1px;
}
.page-title .page-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/page-title-news.png) no-repeat;
  background-size: 200px;
  background-position: center center;
}
.page-title .page-title-container img {
  margin-top: 160px;
  width: 46px;
  height: auto;
}
.page-title .page-title-container h2 {
  font-size: 42px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 64px;
  padding-top: 16px;
}
.page-title .page-title-container p {
  color: #888;
  font-size: 16px;
  margin-bottom: 120px;
}

/*------------news--------------*/
#news {
  margin-bottom: 120px;
}
#news .news-container ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: #ccc solid 1px;
  transition: 0.1s ease;
}
#news .news-container ul li:nth-child(1) {
  border-top: #ccc solid 1px;
}
#news .news-container ul li a {
  padding: 30px 0 30px 10%;
  width: 100%;
  display: block;
}
#news .news-container ul li a .news-date {
  font-size: 12px;
  vertical-align: text-top;
}
#news .news-container ul li a .news-category {
  margin: 0 80px;
  color: #82A2DB;
  font-size: 10px;
  padding: 2px 10px;
  border: #82A2DB solid 1px;
  border-radius: 4px;
  line-height: 10px;
}
#news .news-container ul li:hover {
  background: #333;
  transition: 0.1s ease;
}
#news .news-container ul li:hover a {
  color: #eee;
}

/*----------------------------responsive--------------------------*/
@media screen and (max-width: 960px) {
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .break {
    flex-basis: 100%;
  }
  /*------------news--------------*/
  #news .news-title {
    margin: 90px 30px;
  }
  #news .news-title h2 {
    font-size: 36px;
  }
  #news .news-title h2::after {
    width: 24px;
    height: 20px;
  }
  #news .news-container ul li a .news-category {
    margin: 0 10px;
    line-height: 30px;
  }
  #news .news-container ul li a .news-text {
    margin-top: 10px;
    line-height: 50px;
  }
}/*# sourceMappingURL=news.css.map */