.news-list_wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 428px) {
  .news-list_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.news-view {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 428px) {
  .news-view {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.news-view--inner {
  width: 1046px;
  padding: 80px;
  box-sizing: border-box;
  background-color: #fff;
  opacity: 0;
  transform: translateY(40px);
  transition: 0.3s;
}
@media (max-width: 428px) {
  .news-view--inner {
    width: calc(100% - 40px);
    padding: 25px 20px;
  }
}
.news-view--inner.is_show {
  opacity: 1;
  transform: none;
}
.news-view--date {
  background-color: #808080;
  height: 32px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", serif;
  letter-spacing: 0.08em;
  font-style: italic;
  letter-spacing: 0.12em;
  font-size: 14px;
  color: #fff;
}
.news-view--ttl {
  margin-top: 16px;
  font-size: 24px;
  line-height: 1.46;
  font-weight: 500;
}
@media (max-width: 428px) {
  .news-view--ttl {
    font-size: 20px;
    line-height: 1.2;
  }
}
.news-view--thumbnail {
  margin-top: 48px;
  display: block;
  width: 100%;
}
@media (max-width: 428px) {
  .news-view--thumbnail {
    margin-top: 32px;
  }
}
.news-view--content {
  margin-top: 48px;
}
@media (max-width: 428px) {
  .news-view--content {
    margin-top: 32px;
  }
}
.news-view--btn_box {
  margin-top: 80px;
}
@media (max-width: 428px) {
  .news-view--btn_box {
    margin-top: 35px;
  }
}

/*# sourceMappingURL=news.css.map */
