/*================================
 #mixins
 ===============================*/
/*================================
 # colors
===============================*/
/*=========================================
*news
=========================================*/
.news .hero {
  background-image: url(../img/news-hero.jpg);
}
.news-inner {
  max-width: 817px;
  margin: 122px auto 0;
}
@media screen and (max-width: 1080px) {
  .news-inner {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .news-inner {
    width: 100%;
    margin-top: 52px;
  }
}
.news-list {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 599px) {
  .news-list {
    padding: 20px;
  }
}
.news-item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 18px 0 22px;
  border-top: 1px dashed #9ED8F5;
}
@media screen and (max-width: 599px) {
  .news-item {
    display: block;
  }
}
.news-item:first-of-type {
  border-top: none;
}
.news-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-item-title {
  margin-left: 20px;
  color: #9c9c9c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 68%;
}
@media screen and (max-width: 599px) {
  .news-item-title {
    margin-left: 0;
    margin-top: 10px;
    line-height: 1.5;
    font-size: 1.3rem;
    width: 100%;
  }
}
.news-date {
  font-size: 1.8rem;
  color: #000;
}
@media screen and (max-width: 599px) {
  .news-date {
    display: inline-block;
    font-size: 1.4rem;
  }
}
.news-cat {
  margin-left: 20px;
  font-size: 1.4rem;
  color: #1967b2;
  padding: 2px 20px;
  background-color: #f6f7fb;
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {
  .news-cat {
    padding: 2px 10px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 599px) {
  .news-cat {
    display: inline-block;
    font-size: 1.2rem;
    margin-left: 10px;
    padding: 2px 6px;
  }
}
.news .wp-pagenavi {
  margin-top: 30px;
}
.news-title {
  font-size: 2.4rem;
  line-height: 1.4791;
  color: #000;
  margin-top: 10px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 599px) {
  .news-title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.news-content {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 20px;
  padding: 0 13px;
  color: #000;
}
@media screen and (max-width: 599px) {
  .news-content {
    font-size: 1.3rem;
  }
}

.s-news .news-date {
  display: inline-block;
}
.s-news .news-cat {
  display: inline-block;
}/*# sourceMappingURL=news.css.map */