.news-wrap {
  max-width: 1024px;
  margin: auto auto 80px;
}

h2.news-top {
  margin: 30px auto 15px;
  text-align: center;
}

h2.news-top img {
  max-width: 931px;
}

.news-content {
  margin: 30px auto auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.news-image {
  margin-right: 30px;
  flex-basis: 150px;
}

.news-image img {
  width: 150px;
  height: 150px;
  min-width: 150px;
  object-fit: cover;
}

.news-box {
  width: 100%;
}

.news-title {
  font-size: 2rem;
  margin-bottom: 15px;
  text-align: left;
}

.news-title a {
  text-decoration: none;
  color: #e95500;
}

.news-date {
  font-size: 1.6rem;
  margin-bottom: 15px;
  text-align: left;
}

.news-text {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  position: relative;
  font-size: 1.3rem;
  clear: both;
}

.pagination span,
.pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 8px;
  border: 1px solid #000;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
}

/* ページ番号 */
.pagination .pager {
  width: 32px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

/* 前へ */
.pagination a.prev {
  margin-right: 16px;
}
/* 次へ */
.pagination a.next {
  margin-left: 16px;
}

/* Page x / y */
.pagination span.page_num {
  display: none;
}

@media screen and (max-width: 1054px) {
  .news-content {
    margin: 30px 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .news-wrap {
    margin: auto auto 50px;
  }

  .pagination {
    margin-top: 50px;
  }
}

@media screen and (max-width: 576px) {
  .news-content {
    display: block;
  }

  .news-image {
    float: none;
  }

  .news-title {
    font-size: 1.8rem;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
  }

  .news-date,
  .news-text {
    font-size: 1.4rem;
  }
}
