@charset "UTF-8";
.section-top {
  margin-bottom: 40px;
}
.section-top .top-image {
  width: 100%;
  height: 240px;
  background-image: url("../images/news_heroimage.jpg");
  background-size: cover;
}
.section-top .top-image .image-filter {
  width: 100%;
  height: 240px;
  background-color: rgba(0, 0, 0, 0.3);
}
.section-top .top-image .image-filter h1 {
  font-family: toppan-bunkyu-mincho-pr6n, "凸版文久見出し明朝 Std EB", "小塚明朝 Pro", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝   ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3rem;
  color: #FFF;
  padding-top: 100px;
}

.section-news {
  margin: 0 10% 40px;
  text-align: left;
}
.section-news .news {
  border: 2px solid #0066CC;
  margin-bottom: 30px;
}
.section-news .news .news-title {
  background-color: #0066CC;
  color: #FFF;
  padding: 5px 10px;
}
.section-news .news .news-title .date {
  display: flex;
}
.section-news .news .news-title h2 {
  font-size: 1.8rem;
}
.section-news .news:last-child {
  margin-bottom: 0px;
}
.section-news .discription {
  padding: 10px 10px 20px;
}

.pagination {
  margin-bottom: 60px;
}
.pagination a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 980px) {
  .section-top {
    margin-bottom: 70px;
  }
  .section-top .top-image {
    height: 500px;
    background-position: center;
  }
  .section-top .top-image .image-filter {
    height: 500px;
  }
  .section-top .top-image .image-filter h1 {
    font-size: 3.6rem;
    padding-top: 250px;
  }
  .section-news {
    margin: 0 auto 60px;
    max-width: 1000px;
  }
  .section-news .news {
    margin-bottom: 50px;
  }
  .section-news .news .news-title {
    padding: 10px 20px;
  }
  .section-news .news .news-title time {
    font-size: 1.8rem;
  }
  .section-news .news .news-title h2 {
    font-size: 2.4rem;
  }
  .section-news .news:last-child {
    margin-bottom: 0px;
  }
  .section-news .discription {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 30px 10px;
  }
  .pagination {
    font-size: 1.8rem;
    margin-bottom: 120px;
  }
}/*# sourceMappingURL=news.css.map */