.sec_news_content {
  margin: 16px 0;
  position: relative;
}
@media (min-width: 768px) {
  .sec_news_content {
    margin: 16px 0 0;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .news_detail {
    margin: 16px 0 0;
  }
}
@media (min-width: 768px) {
  .news_detail * {
    font-size: 16px;
    line-height: 2;
  }
}
.news_detail_header .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.news_detail_header .date {
  font-size: 10px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .news_detail_header .date {
    font-size: 16px;
  }
}
.news_detail_header .terms {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5em;
}
.news_detail_header .terms .term {
  padding: 6px 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background-color: #88d7e0;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .news_detail_header .terms .term {
    padding: 8px 10px;
    font-size: 14px;
  }
}
.news_detail_header .terms .term:hover {
  opacity: 0.8;
}
.news_detail_header .title h1 {
  margin: 16px 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  .news_detail_header .title h1 {
    font-size: 30px;
  }
}
.news_detail_header .thumbnail {
  margin: 16px 0;
  text-align: center;
}
.news_detail_header .excerpt {
  margin: 16px 0;
}
@media (min-width: 768px) {
  .news_detail_header .excerpt {
    margin: 1em 0;
  }
}

/*# sourceMappingURL=style-s-news-detail.css.map */
