@charset "UTF-8";

/* CSS Document */
.section-top h2 {
  margin-bottom: 14px;
  font-size: 1.8rem;
}

.section-top__news-time,
.section-top__news-category {
  color: #FFF;
}

.news-detail {
  margin: 40px 24px 60px;
  text-align: left;
}

.news-detail__body {
  margin-bottom: 40px;
}

.news-detail__image {
  width: 100%;
}

.section-service__video {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 60px;
}

.new-container {
  padding-bottom: 60px;
}

.news-list {
  margin-bottom: 0;
}

@media (min-width: 1161px) {
  .section-top h2 {
    margin-bottom: 60px;
    font-size: 4.0rem;
  }

  .section-top__news-time {
    font-weight: 600;
    font-size: 2.4rem;
  }

  .section-top__news-category {
    font-weight: 600;
  }

  .news-detail {
    font-size: 2.0rem;
    line-height: 3.0rem;
    margin: 120px auto;
    max-width: 800px;
    width: 100%;
  }

  .section-service__video {
    margin: 0 auto 80px;
  }

  .section-news h2 {
    margin-bottom: 80px;
  }

  .new-container {
    padding-top: 0;
  }
}