.news_title h1,
.news_title h2,
.news_title h3,
.news_title h4,
.news_title h5,
.news_title h6,
.news_title .news_p {
  font-size: 3.2rem;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .news_title {
    text-align: center;
  }
  .news_title h1,
  .news_title h2,
  .news_title h3,
  .news_title h4,
  .news_title h5,
  .news_title h6,
  .news_title .news_p {
    font-size: 2.6rem;
  }
}
.news_title .-jp {
  font-size: 1.6rem;
}

.news_detail_title h1,
.news_detail_title h2,
.news_detail_title h3,
.news_detail_title h4,
.news_detail_title h5,
.news_detail_title h6 {
  font-size: 3.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .news_detail_title h1,
  .news_detail_title h2,
  .news_detail_title h3,
  .news_detail_title h4,
  .news_detail_title h5,
  .news_detail_title h6 {
    font-size: 2.8rem;
  }
}
.news_detail_note {
  margin-top: 40px;
  color: #888;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .news_detail_note {
    margin-top: 25px;
  }
}
.news_section {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .news_section {
    margin-top: 40px;
    padding-top: 30px;
  }
}
.news_button.theme-reverse {
  position: relative;
  max-width: 240px;
  margin: 60px auto 0;
}
.news_button.theme-reverse a {
  min-height: 46px;
  color: #222;
  font-size: 1.3rem;
}
.news_button.theme-reverse a:after {
  border-color: #222;
}
@media screen and (max-width: 767px) {
  .news_button.theme-reverse {
    margin-top: 40px;
  }
}
