.page-news .en-ttl {
  text-align: center;
  color: #00479d;
  font-size: 40px;
  font-weight: 700;
}
.page-news .m-ttl {
  margin: 0 0 40px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.page-news .gesture {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 70px;
}
.page-news .gesture li {
  width: 190px;
}
.page-news .gesture li:nth-child(2) {
  margin: 0 10px;
}
.page-news .gesture li a {
  position: relative;
  display: block;
  padding: 25px 0;
  border: 1px solid #00479d;
  line-height: 1;
  text-align: center;
  color: #00479d;
}
.page-news .gesture li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  right: 10px;
}
.page-news .gesture li a:hover ,.page-news .gesture li a.true{
  background: #00479d;
  color: #fff;
}
.page-news .gesture li a.true {
  opacity: 1;
  pointer-events: none;
}
.page-news .gesture li a.true:hover {
  opacity: 1;
}
.page-news .news_list {
  margin: 0 0 58px;
}
.page-news .news_list li {
  margin: 0 0 35px;
}
.page-news .news_list li:last-child {
  margin: 0;
}
.page-news .news_list li a ,.page-news .news_list li a .status{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-news .news_list li a time ,.page-news .news_list li a span {
  display: block;
}
.page-news .news_list li a .status {
  margin: 0 45px 0 0;
}
.page-news .news_list li a .status time {
  color: #00479d;
  margin: 0 35px 0 0;
}
.page-news .news_list li a .status .tag {
  padding: 10px;
  border: 1px solid #00479d;
  min-width: 100px;
  line-height: 1;
  text-align: center;
  color: #00479d;
}
.page-news .pager {
  margin: 0 0 100px;
}
.page-news .pager ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-news .pager ul li {
  margin: 0 10px 0 0;
  min-width: 60px;
  height: 60px;
  border: 1px solid #00479d;
}
.page-news .pager ul li:last-child {
  margin: 0;
}
.page-news .pager ul li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00479d;
  height: 100%;
  width: 100%;
}
.page-news .pager ul li a.ture {
  background: #00479d;
  color: #fff;
  pointer-events: none;
}
.page-news .pager ul li.end a {
  position: relative;
  padding: 0 45px 0 30px;
}
.page-news .pager ul li.end a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    right: 20px;
  }
.page-news .pager ul li.start a {
  position: relative;
  padding: 0 30px 0 45px;
}
.page-news .pager ul li.start a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f100";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    left: 20px;
  }
  .page-news .pager ul li.all a {
    background: #00479d;
    color: #fff;
  }
  @media screen and (max-width: 768px) {
    .page-news .en-ttl {
      font-size: 26px;
    }
    .page-news .m-ttl {
      margin: 0 0 20px;
      font-size: 18px;
    }
    .page-news .gesture {
    }
    .page-news .gesture li:nth-child(2) {
      margin: 0 10px;
    }
    .page-news .gesture li a {
      position: relative;
      display: block;
      padding: 15px 0;
      border: 1px solid #00479d;
      line-height: 1;
      text-align: center;
      color: #00479d;
    }
    .page-news .gesture li a:before {
      content: none;
    }
    .page-news .news_list {
      margin: 0 0 25px;
    }
    .page-news .news_list li a {
      display: block;
    }
    .page-news .news_list li a time ,.page-news .news_list li a span {
      display: block;
    }
    .page-news .news_list li a .status {
      margin: 0 0 10px;
    }
    .page-news .news_list li a .status time {
      margin: 0 10px 0 0;
    }
    .page-news .pager {
      margin: 0  0 50px;
    }
    .page-news .pager ul li {
      margin: 0 10px 0 0;
      min-width: 40px;
      height: 40px;
      border: 1px solid #00479d;
    }
    .page-news .pager ul li:last-child {
      margin: 0;
    }
    .page-news .pager ul li a {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #00479d;
      height: 100%;
      width: 100%;
    }
    .page-news .pager ul li a.ture {
      background: #00479d;
      color: #fff;
      pointer-events: none;
    }
    .page-news .pager ul li.end ,.page-news .pager ul li.start{
      display: none;
    }
    .page-news .pager.single-pager ul {
      display: block;
    }
    .page-news .pager.single-pager ul li {
      margin: 0;
    }
    .page-news .pager.single-pager ul li:nth-child(2) {
      margin: 15px 0;
    }
    .page-news .pager.single-pager ul li.end ,.page-news .pager.single-pager ul li.start{
      display: block;
    }
  }
