/*謚慕ｨｿ繝壹�繧ｸ�亥�騾夲ｼ�*/
#main_area {
  background-image: url("../../img/news/bg01.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
strong {
  font-weight: bold;
}
/*



news_area



*/
.news_list_page {
  min-height: 100%;
  background-image: url("../../img/news/bg01.jpg");
  background-size: cover;
  background-position: center center;
  padding-bottom: 10%;
  background-attachment: fixed;
}
#news_area {
  background: transparent;
}
.newspager_area {
  margin-top: 1%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
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%;
}
#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_area a {
  color: #696969;
}
#news_area a:hover {
  opacity: 0.5;
}
.article_title_area {
  /* width: 100%;*/
  padding-top: 1%;
  padding-bottom: 2%;
  /*border-bottom:5px dotted #CCCCCC;*/
  padding-left: 4%;
  padding-right: 18%;
  margin-top: 0.5%;
  letter-spacing: 0.4em;
  display: inline-block;
  font-size: 22px;
}
.news_title {
  letter-spacing: 0.1em;
  margin-top: 0.5%;
}
.news_date {
  font-family: "m-plus-2p", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.news_text_area {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  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%;
}
.news_text_area img {
  width: 50%;
  height: auto;
}
.page_area01 {
  width: 100%;
  display: flex;
  margin-top: 2%;
  justify-content: space-between;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
}
.page_area01 a {
  transition: 0.3s;
}
.page_area01 a:hover {
  opacity: 0.5;
}
.page_item {
  display: flex;
}
.page_area02 {
  font-family: "m-plus-2p", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  display: flex;
  justify-content: center;
  letter-spacing: 0.4em;
  margin-top: 1%;
}
.news_more_area {
  margin-top: 3%;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.3em;
}
.newspager_area {
  margin-top: 5%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#news_area .wp-pagenavi a {
  color: rgba(0, 0, 0, 1.00);
  border: none;
}
#news_area .wp-pagenavi a {
  margin: 2px 4px;
}
#news_area .wp-pagenavi span {
  border: none;
}
#news_area .wp-pagenavi span.current {
  color: #153b94;
}
.black_belt {
  padding-left: 2%;
  padding-right: 40%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.black_belt::after {
  background: #231815;
  position: absolute;
  margin-top: 4%;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.black_belt:hover {
  cursor: pointer;
  transition: 0.5s;
  color: #fff;
}
.black_belt:hover::after {
  transform: scale(1, 1);
}
/*end news_area*/
@media screen and (max-width: 800px) {
  #news_area {
    width: 90%;
  }
  #main_area h1 {
    font-size: 4vw;
  }
  #main_area h1 img {
    width: 4vw;
  }
  .news_text_area {
    font-size: max(2.5vw, 13px);
    line-height: 1.3em;
    padding: 3% 0 10%;
  }
  .article_title_area {
    font-size: max(3vw, 14px);
    padding-right: 0;
    padding-left: 0;
    line-height: 1.3em;
  }
  .page_area01 {
    font-size: 0.7vw;
    font-size: max(1vw, 11px);
    flex-direction: column;
    margin-bottom: 6%;
  }
  .pre_area {
    margin-bottom: 1%;
    margin-top: 3%;
  }
  .page_item.left {
    justify-content: center;
  }
  .page_item.right {
    justify-content: center;
  }
  .page_area02 {
    font-size: 0.9vw;
    font-size: max(2.8vw, 12px);
  }
}