.news_list_page {
   height: 100%;
  background-image: url("../../img/news/bg01.jpg");
  background-size: cover;
  background-position: center center;
  padding-bottom: 5%;
	background-attachment: fixed;
}
#news_area {
  background: transparent;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  padding: 2% 0;
}
footer .ajast {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .ajast img {
  width: 47%;
}
ul.news li {
  border-top: 1px solid #BABABA;
  padding: 1% 0;
}
ul.news {
  border-bottom: 1px solid #BABABA;
}
.newspager_area {
  margin-top: 1%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#news_area .wp-pagenavi a {
  font-family: "m-plus-2p", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: rgba(0, 0, 0, 1.00);
  border: none;
  margin: 2px 10px;
  transition: 0.3s;
}
#news_area .wp-pagenavi a:hover {
  opacity: 0.5;
}
#news_area .wp-pagenavi span {
  border: none;
}
#news_area .wp-pagenavi span.current {
  color: #969696;
}
.news_text_area {
  font-family: "m-plus-2p", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.7vw;
  padding-top: 3%;
  padding-bottom: 3%;
  border-top: 0.1em dotted #CCCCCC;
  border-bottom: 0.1em dotted #CCCCCC;
  letter-spacing: 0.1em;
  padding-left: 4%;
  padding-right: 4%;
  line-height: 2em;
  width: 100%;
}
h1.heading .ajast{
	display: none;
}