.news {
  margin-bottom: 93px;
}
@media screen and (max-width: 425px) {
  .news {
    margin-bottom: 40px;
  }
}
.news .section_inner {
  margin-top: -79px;
  padding: 90px 0 90px 0;
  border-radius: 5px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .news .section_inner {
    margin-top: -55px;
  }
}
@media screen and (max-width: 425px) {
  .news .section_inner {
    padding: 50px 0 40px 0;
  }
}
.news .section_inner h3 {
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 425px) {
  .news .section_inner h3 {
    font-size: 22px;
  }
}
.news .section_inner .lead {
  margin: 50px 0;
  font-family: "HiraKakuProN-W3";
  font-size: 16px;
  text-align: center;
}
.news .section_inner .categories {
  margin: 40px auto 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 425px) {
  .news .section_inner .categories {
    width: 89.33%;
  }
}
.news .section_inner .categories li {
  font-size: 15px;
  color: #222222;
}
@media screen and (max-width: 425px) {
  .news .section_inner .categories li {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
.news .section_inner .categories li a {
  font-family: "HiraKakuProN-W3";
}
@media screen and (max-width: 425px) {
  .news .section_inner .categories li a {
    font-size: 12px;
  }
}
.news .section_inner .categories li a:hover {
  color: #ff9c00;
}
.news .section_inner .categories li:not(:first-of-type) {
  padding-left: 1.66%;
  border-left: 1px solid #d8d8d8;
}
.news .section_inner .categories li:not(:last-of-type) {
  padding-right: 1.66%;
}
.news .section_inner .news_list {
  margin: 60px auto 0 auto;
  width: 71.6%;
}
@media screen and (max-width: 425px) {
  .news .section_inner .news_list {
    margin: 30px auto 0 auto;
    width: 89.33%;
  }
}
.news .section_inner .news_list li {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding: 30px 0;
}
.news .section_inner .news_list li:first-child {
  border-top: 1px solid #dddddd;
}
.news .section_inner .news_list li .list_inner {
  margin: 0 auto;
  width: 93%;
}
.news .section_inner .news_list li .list_inner .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .section_inner .news_list li .list_inner .info .date {
  font-family: azo-sans-web, sans-serif;
  font-size: 15px;
  min-width: 100px;
}
@media screen and (max-width: 425px) {
  .news .section_inner .news_list li .list_inner .info .date {
    font-size: 12px;
    min-width: initial;
    margin-right: 15px;
  }
}
.news .section_inner .news_list li .list_inner .info .bullet {
  margin-right: 15px;
}
.news .section_inner .news_list li .list_inner .info .bullet span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 30px;
  background-color: #ff9c00;
}
.news .section_inner .news_list li .list_inner .info .tag a {
  font-family: "HiraKakuProN-W3";
  font-size: 15px;
}
@media screen and (max-width: 425px) {
  .news .section_inner .news_list li .list_inner .info .tag a {
    font-size: 12px;
  }
}
.news .section_inner .news_list li .list_inner .info .tag a:hover {
  color: #ff9c00;
}
.news .section_inner .news_list li .list_inner .ttl {
  margin-top: 17px;
}
.news .section_inner .news_list li .list_inner .ttl a {
  font-family: "HiraKakuProN-W3";
  font-size: 15px;
}
@media screen and (max-width: 425px) {
  .news .section_inner .news_list li .list_inner .ttl a {
    font-size: 12px;
  }
}
.news .section_inner .news_list li .list_inner .ttl a:hover {
  color: #ff9c00;
}
.news .section_inner .pagination {
  margin-top: 100px;
}
@media screen and (max-width: 425px) {
  .news .section_inner .pagination {
    margin-top: 40px;
  }
}
.news .section_inner .pagination ul {
  text-align: center;
}
.news .section_inner .pagination ul li {
  display: inline-block;
  margin: 0 1.33%;
}
.news .section_inner .pagination ul li a {
  font-family: azo-sans-web, sans-serif;
  font-size: 15px;
  color: #ff9c00;
}
.news .section_inner .pagination ul li.active {
  border-bottom: 2px solid #333333;
  line-height: 3;
}
.news .section_inner .pagination ul li.active a {
  color: #333333;
}