@charset "UTF-8";
/*media query*/
.pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp {
    display: none;
  }
}

body {
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
}

.inner {
  display: block;
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}

.inner-1230 {
  max-width: 1230px;
}

.sec-tristar {
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .sec-tristar {
    margin: 60px 0;
  }
}

.news_tab {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .news_tab {
    justify-content: space-between;
  }
}
.news_tab li {
  display: inline-block;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .news_tab li {
    width: 100%;
    margin-right: 0px;
    text-align: center;
    margin-top: 16px;
  }
}
.news_tab li a {
  color: #fff;
  padding: 12px 40px;
  background-color: #b7b7b7;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .news_tab li a {
    width: 100%;
    padding: 10px 40px;
  }
}
.news_tab .cate02 a {
  background-color: #00a6eb;
}
.news_tab .cate03 a {
  background-color: #014dad;
}
.news_tab .cate04 a {
  background-color: #747474;
}

.news_container {
  margin-top: 40px;
  background-color: #f7f7f7;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .news_container {
    padding: 15px;
  }
}
.news_container a {
  color: #000;
  text-decoration: none;
}
.news_container dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: #747474 1px solid;
  padding-bottom: 8px;
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
}
.news_container dl .day {
  width: 130px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news_container dl .day {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
}
.news_container dl .cate {
  background-color: #b7b7b7;
  font-size: 12px;
  line-height: 1;
  padding: 5px 8px;
  color: #fff;
  width: 130px;
  text-align: center;
}
.news_container dl .cate.cate01 {
  background-color: #00a6eb;
}
.news_container dl .cate.cate02 {
  background-color: #014dad;
}
.news_container dl .cate.cate03 {
  background-color: #747474;
}
.news_container dl .tex {
  width: 67%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 20px;
}
@media screen and (max-width: 950px) {
  .news_container dl .tex {
    width: 100%;
    margin-top: 10px;
    margin-left: 10px;
  }
}

.news_detail_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_detail_container .news_left {
  width: calc(100% - 350px);
}
@media screen and (max-width: 768px) {
  .news_detail_container .news_left {
    width: 100%;
  }
}
.news_detail_container .news_left .day {
  font-weight: bold;
}
.news_detail_container .news_left .ttl {
  margin-top: 20px;
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .news_detail_container .news_left .ttl {
    font-size: 20px;
  }
}
.news_detail_container .news_left .cate {
  margin-top: 20px;
}
.news_detail_container .news_left .cate a {
  text-decoration: none;
}
.news_detail_container .news_left h2 {
  margin: 20px 0;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .news_detail_container .news_left h2 {
    font-size: 18px;
  }
}
.news_detail_container .news_left p {
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .news_detail_container .news_left p {
    font-size: 14px;
  }
}
.news_detail_container .news_right {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .news_detail_container .news_right {
    width: 100%;
  }
}
.news_detail_container .news_right .nav_ttl {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 60px;
  font-size: 16px;
}
.news_detail_container .news_right .nav_link p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
  font-size: 14px;
}
.news_detail_container .news_right .nav_link a {
  text-decoration: none;
  color: #000;
}

.pagination {
  margin: 40px 0 0;
}

.nav-links {
  display: flex;
  justify-content: center;
}

.pagination .page-numbers {
  display: inline-block;
  margin-right: 20px;
  padding: 6px 10px;
  border: 1px solid #014dad;
  color: #014dad;
  background-color: #fff;
  font-size: 16px;
}

.pagination .current {
  background: #014dad;
  color: #fff;
}

.pagination .prev,
.pagination .next {
  background: transparent;
  box-shadow: none;
  color: #69a4db;
  display: none;
}

.pagination .dots {
  background: transparent;
  box-shadow: none;
}

.news_left {
  font-size: 16px;
}
/*# sourceMappingURL=news.css.map */