/* ==========================================
   news
   ========================================== */
@charset "utf-8";
.main-visual {
  background-image: none;
}


.main-content {
   position: relative;
   z-index: 0;
   margin: 20px 0 auto;
   padding: 40px 0;
}

#crumb.section-block  {
  background-color: transparent;
  border: none;
}

#news {
  & h2.section-title {
    color: #fff;
    padding: 0;
    font-size: 2.125rem;
    font-weight: normal;
    position: relative;
    margin-bottom: 70px;
    text-align: center;
  }

  & h2.section-title::after {
    content: "";
    background-image: url(../../img/neon-line.png);
    width: 60%;
    height: 14px;
    display: block;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.news-list {
  max-width: 1200px;
  padding: 0;
  border: none;
}

.news-list li p {
  border-bottom: none;
  margin-top: 10px;
  padding-bottom: 0;
}

.footer-img {
   display: none;
}

@media (max-width: 768px) {
  #news.section-block {
    padding: 4%;
  }

  #news {
    & h2.section-title {
      font-size: 1.5rem;
    }
  }
}