@charset "UTF-8";
/* ------------------------------
- mv
------------------------------ */
.mv {
  background-image: url(../../images/news/mv_sp.jpg);
}
@media only screen and (min-width: 750px) {
  .mv {
    background-image: url(../../images/news/mv.jpg);
  }
}
/* ------------------------------
- news__list
------------------------------ */
.news__list {
  padding-bottom: 8.95522%;
}
.news__item {
  background: #fff;
}
.news__item + .news__item {
  margin-top: 10px;
}
.news__img {
  width: 33%;
  min-height: 100px;
}
.news__img .img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news__content {
  width: 67%;
  padding: 15px 20px;
  position: relative;
}
.news__item__top {
  margin-bottom: 5px;
}
.news__date,
.news__new,
.news__category__item {
  font-size: 12px;
  line-height: 1;
}
.news__date {
  color: #999;
  margin-right: 10px;
}
.news__heading {
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 30px;
}
.news__category {
  position: absolute;
  left: 20px;
  bottom: 15px;
}
.news__category__item {
  display: -webkit-flex;
  display: -ms-flex;
  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: #8a877e;
  color: #fff;
  padding: 4px 10px;
  margin-right: 5px;
  font-size: 10px;
}
@media only screen and (min-width: 750px) {
  .news__img {
    min-height: 180px;
  }
  .news__content {
    padding: 30px 40px;
  }
  .news__item__top {
    margin-bottom: 10px;
  }
  .news__heading {
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 25px;
  }
  .news__category {
    left: 40px;
    bottom: 30px;
  }
  .news__heading,
  .news__date,
  .news__category__item {
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
  }
  .news__item:hover .news__heading,
  .news__item:hover .news__date {
    color: #f0801d;
    opacity: .7;
  }
  .news__item:hover .news__category__item {
    background: #f0801d;
    opacity: .7;
  }
}
