/* ------------------------news */
#news {
  background: url('../img/news_bg.png') top center no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: contain;
}
.news_ttl {
}
.news_ttl_bg {
  background-image: url('../img/news_ttl_bg.png');
  background-position: top center;
  background-size: 315px auto;
  padding-bottom: 20px;
}
.news_contents_wrap {
  margin: 76px auto 0;
  height: auto;
  padding: 11px 30px 30px;
  background-color: #fafafa;
}
.news_contents > ul >li {
  border-bottom: 1px solid #808080;
  padding-top: 20px;
  padding-bottom: 11px;
  margin-bottom: 0 !important;
}
.news_contents > ul >li:last-child {
  /* border-bottom: 1px solid #808080; */
}
.news_contents > ul >li > span{
  /* 1行の記事のみ */
  vertical-align: middle;
  /* 2行以上の記事を含む時 */
  /* vertical-align: top; */
}
.news_contents {
  width: 100%;
}
.date_index {
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 8px;
}
.categ_index {
  /* border: 1px solid #fff; */
  background-color: #b6995a;
  color: #fff;
  padding: 3px 13px 4px;
  margin-right: 28px;
  font-size: 1.2rem;
}
.excerpt_index {
  font-size: 1.4rem;
  /* display: inline-block; */
  /* width: 80%; */
  margin-top: -4px;
}
@media screen and (max-width: 600px) {
  #news {
    background: url('../img/news_bg_sp.png') bottom center no-repeat;
    background-color: #000;
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% auto;
  }
  .news_ttl {
    width: 71px;
  }
  .news_ttl_bg {
    background-size: auto 87px;
    padding-bottom: 40px;
  }
  .news_contents_wrap {
    width: 100%;
    height: auto;
    margin: 40px auto 0;
  }
  .news_subttl {
    font-size: 1.6rem;
    margin-top: 11px;
  }
  .date_index {
    border-right: none;
    margin-right: 6px;
  }
  .excerpt_index {
    width: 100%;
    margin-top: 13px;
    line-height: 1.9;
  }
}
/* ------------------------news */
.more_link {
  font-size: 1.4rem;
  color: #808080;
  float: right;
}
.fa-angle-right {
  font-size: 1.7rem;
}
.news_contents a {
  /* display: inline-block; */
  vertical-align: middle;
}