.news {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.news .pagettl_wrap {
  padding-top: 40px;
}
@media screen and (min-width: 960px) {
  .news .pagettl_wrap {
    padding-top: 80px;
  }
}
.news_item {
  margin-top: 3px;
  background-color: #F6F6F6;
  padding: 25px 25px 32px;
  display: block;
  transition: 0.7s;
  position: relative;
}
.news_item:hover {
  background-color: #EDEDED;
}
.news_item .date {
  display: block;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 0.9333333333;
  opacity: 0.5;
}
.news_item .title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 6px;
  padding-right: 18px;
}
.news_arrow {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  z-index: 1;
}
.news_article {
  margin-top: 40px;
}
.news_article_date {
  display: block;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 0.9333333333;
  opacity: 0.5;
  padding: 0 20px;
}
.news_article_title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 6px;
  padding: 0 20px;
}
.news_article_content {
  margin-top: 20px;
  background-color: #F6F6F6;
  padding: 20px 20px 20px;
}
@media screen and (min-width: 960px) {
  .news_article_content {
    padding: 40px 40px 40px;
  }
}
.news_footer {
  margin-top: 40px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.news_footer a {
  text-decoration: underline;
}
.news_footer_prev, .news_footer_next {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.news_footer_list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-style: normal;
}