.on_sp-min {
  display: none;
}
@media only screen and (max-width:425px) {
  .on_sp-min {
    display: block;
  }
}

#news .fv__inner {
  background: url("../images/news/top_bg.jpg") top center/100% no-repeat;
}

/* ----------------------------------------------------
news
---------------------------------------------------- */
.attention {
  padding-left: 28px;
  padding-right: 28px;
  margin-bottom: 98px;
}
@media only screen and (max-width:1024px) {
  .attention {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
  }
}
.attention p {
  font-size: 20px;
  line-height: 1.6;
}
@media only screen and (max-width:1024px) {
  .attention p {
    font-size: 15px;
    line-height: 1.5;
  }
}
.attention p + p {
  margin-top: 40px;
}
@media only screen and (max-width:1024px) {
  .attention p + p {
    margin-top: 30px;
  }
}
.attention dl {
  overflow-wrap: break-word;
}
.attention dl dt {
  width: 226px;
  float: left;
  clear: both;
}
@media only screen and (max-width:1024px) {
  .attention dl dt {
    margin-top: 10px;
    width: 100%;
    flost: none;
  }
}
.attention dl dd {
  margin-left: 226px;
}
@media only screen and (max-width:1024px) {
  .attention dl dd {
    margin-left: 0;
  }
}
.attention dl a {
  color: #333333;
}

.post__item {
  padding: 26px 44px;
  border-bottom: 2px solid #969696;
}
@media only screen and (max-width:1024px) {
  .post__item {
    padding: 20px 4px;
    border-bottom: 1px solid #969696;
  }
}
.post__group {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width:1024px) {
  .post__group {
    margin-bottom: 8px;
    flex-wrap: wrap;
  }
}
.post__date {
  font-size: 18px;
  margin-right: 15px;
  letter-spacing: 0.08em;
}
@media only screen and (max-width:1024px) {
  .post__date {
    font-size: 12px;
    margin-right: 8px;
  }
}
.post__title {
  font-size: 25px;
  line-height: 1.76;
}
@media only screen and (max-width:1024px) {
  .post__title {
    font-size: 15px;
    line-height: 1.5;
  }
}
.post__title a {
  color: #333333;
}
.post__category {
  font-size: 18px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width:1024px) {
  .post__category {
    font-size: 12px;
    flex-wrap: wrap;
  }
}
.post__category li {
  padding: 0 15px;
  background: #004d82;
  margin-right: 15px;
  color: #fff;
}
@media only screen and (max-width:1024px) {
  .post__category li {
    padding: 0 8px;
    margin-right: 8px;
    margin-bottom: 2px;
  }
}

.wp-pagenavi {
  margin-top: 147px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
}
@media only screen and (max-width:1024px) {
  .wp-pagenavi {
    margin-top: 100px;
    font-size: 15px;
    flex-wrap: wrap;
  }
}
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .current {
  margin: 0 4px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width:1024px) {
  .wp-pagenavi .page,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .current {
    margin-bottom: 8px;
    width: 44px;
    height: 44px;
  }
}
.wp-pagenavi a {
  color: #ffffff;
  background: #004d82;
}
.wp-pagenavi a:hover {
  text-decoration: none;
}/*# sourceMappingURL=news.css.map */