@charset "utf-8";

/*----------------------------------------

  News

----------------------------------------*/

.news-title {
  max-width: 140px;
  margin-bottom: 35px;
}

.news-header__caption {
  font-size: 22px;
}

.news-header__date {
  border-bottom: 1px solid #a0a0a0;
  font-weight: var(--semiBold);
  margin-bottom: 15px;
  margin-top: 60px;
  padding-bottom: 15px;
}

.news-header__text {
  line-height: 1.545454;
}

.news-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.news-detail__item {
  width: 48.076923076%;
}

.news-detail__item:nth-child(n + 3) {
  margin-top: 40px;
}

.news-details__text {
  font-size: 18px;
  margin-top: 30px;
  text-align: right;
}

.news-item__info {
  font-size: 18px;
  font-weight: var(--regular);
  line-height: 1.7;
  margin-top: 35px;
}

@media not all and (min-width: 1050px) {
  .news-title {
    max-width: 100px;
  }

  .news-header__caption {
    font-size: 20px;
  }

  .news-header__date {
    margin-top: 40px;
  }

  .news-header__text {
    font-size: 16px;
  }

  .news-details__text {
    font-size: 16px;
  }
}

@media not all and (min-width: 768px) {
  .news-item {
    border-top: none;
    display: block;
  }

  .news-item__date {
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 10px;
    margin-right: 0;
    padding-bottom: 5px;
  }

  .news-item__link {
    padding-right: 45px;
  }

  .news-item__link::after {
    display: block;
  }

  .news-header__caption {
    font-size: 16px;
  }

  .news-header__date {
    margin-top: 30px;
    padding-bottom: 6px;
  }

  .news-detail {
    display: block;
  }

  .news-detail__item {
    width: 100%;
  }

  .news-detail__item {
    margin-top: 20px;
  }

  .news-detail__item:nth-child(n + 3) {
    margin-top: 20px;
  }

  .news-details__text {
    font-size: 15px;
    margin-top: 20px;
    text-align: center;
  }

  .news-item__info {
    font-size: 14px;
    margin-top: 15px;
  }
}
