.news .news_ttl {
  max-width: 157px;
  width: 100%;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 60px;
}
.news .news-item .thumnail {
  border: 2px solid #ff6633;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .news-flex02 {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news .news-item02 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  color: #fff;
  margin-bottom: 40px;
}
.news .news-item02 .thumnail {
  border: 2px solid #ff6633;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .news-item02-fig {
  position: relative;
}
.news .news-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 22px;
}
.news .category-list {
  color: #a1aac9;
  margin-top: 10px;
}
.news .news-item-time02 {
  margin: 5px 0;
  font-family: "Open Sans", sans-serif;
}
.news .page-numbers {
  color: #fff;
  margin: 0 8px;
  font-size: 20px;
}
.news #pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news .page-numbers.current {
  display: inline-block;
  position: relative;
}
.news .page-numbers.current::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
}
.news .news-allcategory-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.news .news-allcategory-list a {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  padding: 12px;
  margin-right: 20px;
  margin-bottom: 12px;
  font-size: 15px;
}
.news .news-allcategory-list li.active a {
  background-color: #fff;
  color: #00196d;
}

@media screen and (max-width: 767px) {
  .news .news_ttl {
    margin-top: 60px;
  }
  .news .news-arrow {
    max-width: 12px;
  }
}
.news-detail {
  padding-bottom: 0px;
}
.news-detail .main-contens {
  background-color: #f0f0f9;
  padding-bottom: 70px;
}
.news-detail .page-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 4.9138888889;
  width: 100%;
  margin: 0 auto 30px;
  border-bottom: 1px solid #180097;
}
.news-detail .news-time {
  color: #180097;
  font-weight: 400;
}
.news-detail .news-ttl {
  color: #180097;
  font-weight: bold;
}
.news-detail .category-ttl-list {
  color: #180097;
  font-weight: 400;
  margin-bottom: 25px;
}
.news-detail .news-time {
  margin-bottom: 18px;
}
.news-detail .news-ttl {
  font-size: 20px;
  margin-bottom: 33px;
}
.news-detail .news-arcihve-return {
  max-width: 307px;
  width: 100%;
  margin: auto;
  margin-top: 45px;
}
.news-detail .news-arcihve-return-link {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
}
.news-detail .news-arcihve-return-link img {
  max-width: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 20px;
}
.news-detail .news-arcihve-return-link::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #fff;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: -100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media (hover: hover) {
  .news-detail .news-arcihve-return-link:hover::after {
    left: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .news-allcategory-list li a:hover {
    background-color: #fff;
    color: #00196d;
  }
}
.news-single {
  color: #180097;
}
.news-single img {
  display: inline-block;
  margin-bottom: 30px;
}
.news-single p {
  color: #180097;
  margin-bottom: 30px;
  font-size: 16px;
}
.news-single a {
  color: #180097;
  text-decoration: underline;
}

#single_pagenate {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#single_pagenate a {
  max-width: 307px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #00196d;
  font-size: 14px;
  color: #00196d;
}
#single_pagenate .next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
#single_pagenate .prev {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
#single_pagenate .next a {
  background-image: url(../img/news/news_arrow02.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center left;
}
#single_pagenate .prev a {
  background-image: url(../img/news/news_arrow01.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center right;
}