#news .mv {
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/mainvisual01_2.jpg) no-repeat center/cover;
}

@media screen and (max-width: 1199px) {
  #news .mv {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  #news .mv {
    height: 200px;
  }
}

#news .mv__head {
  color: #fff;
  font-size: 4rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 1199px) {
  #news .mv__head {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  #news .mv__head {
    font-size: 2.4rem;
  }
}

#news .news {
  margin-top: 80px;
}

@media screen and (max-width: 1199px) {
  #news .news {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  #news .news {
    margin-top: 60px;
  }
}

#news .news__list__content {
  border-bottom: 1px solid #ccc;
}

#news .news__list__content__link {
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  text-decoration: none;
}

#news .news__list__content__link:hover {
  color: #f64a42;
}

#news .news__list__content__link:hover span {
  color: #f64a42;
}

#news .news__list__content__link__day {
  color: #333;
  display: block;
  margin-right: 26px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #news .news__list__content__link__day {
    margin-right: 10px;
  }
}

#news .news__wrap__head {
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 1199px) {
  #news .news__wrap__head {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  #news .news__wrap__head {
    font-size: 1.6rem;
  }
}

#news .news__wrap__day {
  margin: 20px 0;
  font-weight: bold;
}

#news .news__wrap__link {
  color: #fff;
  width: 100%;
  max-width: 375px;
  display: block;
  margin: 30px auto 0;
  padding: 10px 0;
  font-size: 1.8rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  background: url(../../common/img/ico_vec02@2x.png) no-repeat center right 20px/7px, #f64a42;
}

#news .news__wrap__link:hover {
  opacity: 0.8;
}

#news .news .wp-pagenavi {
  max-width: 350px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  #news .news .wp-pagenavi {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #news .news .wp-pagenavi {
    max-width: 240px;
    margin-top: 30px;
  }
}

#news .news .wp-pagenavi a {
  color: #f64a42;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #f64a42;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}

@media screen and (max-width: 1199px) {
  #news .news .wp-pagenavi a {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  #news .news .wp-pagenavi a {
    font-size: 1.2rem;
  }
}

#news .news .wp-pagenavi a:hover {
  color: #fff;
  background: #f64a42;
}

#news .news .wp-pagenavi .previouspostslink {
  text-indent: -9999px;
  border: 1px solid #f64a42;
  background: url(../../common/img/ico_vec04@2x.png) no-repeat center/18px, #fff;
}

@media screen and (max-width: 1199px) {
  #news .news .wp-pagenavi .previouspostslink {
    background-size: 7px;
  }
}

#news .news .wp-pagenavi .previouspostslink:hover {
  background: url(../../common/img/ico_vec06@2x.png) no-repeat center/18px, #f64a42;
}

@media screen and (max-width: 1199px) {
  #news .news .wp-pagenavi .previouspostslink:hover {
    background-size: 7px;
  }
}

#news .news .wp-pagenavi .nextpostslink {
  text-indent: -9999px;
  border: 1px solid #f64a42;
  background: url(../../common/img/ico_vec03@2x.png) no-repeat center/18px, #fff;
}

@media screen and (max-width: 1199px) {
  #news .news .wp-pagenavi .nextpostslink {
    background-size: 7px;
  }
}

#news .news .wp-pagenavi .nextpostslink:hover {
  background: url(../../common/img/ico_vec05@2x.png) no-repeat center/18px, #f64a42;
}

@media screen and (max-width: 1199px) {
  #news .news .wp-pagenavi .nextpostslink:hover {
    background-size: 7px;
  }
}

#news .news .wp-pagenavi .current {
  color: #fff;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #f64a42;
  border-radius: 5px;
  background: #f64a42;
}

@media screen and (max-width: 1199px) {
  #news .news .wp-pagenavi .current {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  #news .news .wp-pagenavi .current {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=style.css.map */