/* PAGE
 * ----------------------------------------------- */
/* SECTION NEWS
 * ----------------------------------------------- */
.section-news {
  overflow: hidden;
  position: relative;
}

.section-news:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 bottom;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.news-list {
  border-top: 1px solid #898989;
}

.news-heading,
.news-detail {
  border-bottom: 1px solid #898989;
  word-break: break-word;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-heading,
  .news-detail {
    word-break: break-all;
  }
}

.news-heading {
  cursor: pointer;
  position: relative;
}

.news-heading::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  top: 50%;
}

.news-detail {
  display: none;
  background: rgba(153, 154, 154, 0.08);
}

.news-time {
  letter-spacing: .16em;
  display: block;
  color: #000;
  border: 1px solid #231815;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.news-title {
  letter-spacing: .18em;
}

@media print, (min-width: 768px) {
  .section-news {
    padding: 83px 0 130px 60px;
  }
  .section-news:after {
    background-image: url(../img/news/triangle_img.jpg);
    height: 100%;
    left: calc(50% - 350px);
  }
  .section-news .wrapper {
    width: 640px;
  }
  .section-news .section-title {
    margin-bottom: 87px;
  }
  .news-heading {
    display: flex;
    align-items: center;
    padding: 16px 43px;
  }
  .news-heading::after {
    background-image: url(../img/common/plus_icon.png);
    right: 20px;
    width: 13px;
    height: 14px;
    margin-top: -10px;
  }
  .news-item.is-active .news-heading::after {
    background-image: url(../img/common/minus_icon_01.png);
    margin-top: -9px;
  }
  .news-detail {
    padding: 27px 50px;
    line-height: 2.17;
    font-size: 12px;
    letter-spacing: .2em;
  }
  .news-time {
    width: 100px;
    height: 25px;
    font-size: 11px;
    padding-top: 5px;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .news-time {
    padding-top: 4px;
  }
}

@media print, (min-width: 768px) {
  .news-title {
    width: calc(100% - 100px);
    padding-left: 28px;
    font-size: 14px;
    line-height: 2.8;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .news-title {
    margin-top: -3px;
  }
}

@media only screen and (max-width: 767px) {
  .section-news {
    padding: .47rem 0;
  }
  .section-news:after {
    background-image: url(../img/news/sp/triangle_img.jpg);
    height: 3.1rem;
    width: 3.2rem;
  }
  .section-news .section-title {
    margin-bottom: .5rem;
  }
  .news-heading {
    padding: .15rem .35rem .11rem;
  }
  .news-heading::after {
    background-image: url(../img/common/sp/plus_icon.png);
    right: .22rem;
    width: .07rem;
    height: .07rem;
    margin-top: -.03rem;
  }
  .news-item.is-active .news-heading::after {
    background-image: url(../img/common/sp/minus_icon_01.png);
  }
  .news-detail {
    padding: .15rem .26rem;
    line-height: 2.14;
    letter-spacing: .25em;
  }
  .news-time {
    width: .82rem;
    height: .18rem;
    padding-top: .02rem;
    margin: 0 auto .07rem;
  }
  .news-title {
    text-align: center;
    line-height: 1.94;
    font-size: .11rem;
  }
}

/*# sourceMappingURL=news.css.map */
