.news_detail .news__title {
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  min-height: 110px;
  padding: 20px 0;
}
@media only screen and (max-width: 1040px) {
  .news_detail .news__title {
    margin-bottom: 5%;
    padding: 20px;
  }
}
.news_detail .news__title time {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  order: -1;
  width: 100%;
}
.news_detail .pgtitle {
  align-items: center;
  display: flex;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 1040px) {
  .news_detail .pgtitle {
    margin-top: 5px;
  }
}
.news_detail .pgtitle span {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  text-align: left;
  width: 100%;
}
.news_detail .news__box {
  margin: 0 auto;
  max-width: 880px;
  padding: 0 20px;
  width: 100%;
}
.news_detail .news__box .news__body p {
  margin-top: 20px;
}
.news_detail .news__box .news__body img {
  display: block;
  margin: 20px auto 0;
  max-width: 600px;
  width: 100%;
}
.news_detail .news__box .news__body .note {
  color: #1f1f1f;
  font-size: 1.2rem;
  margin-top: min(15px, 1.3636363636vw);
}
.news_detail .news__box .news__body .news_ex_link {
  margin-top: min(15px, 1.3636363636vw);
}
.news_detail .news__box .news__body .news_ex_link a {
  font-size: min(15px, 1.3636363636vw);
}
@media only screen and (max-width: 859px) {
  .news_detail .news__box .news__body .news_ex_link a {
    font-size: min(3.7333333333vw, 1.6rem);
  }
}
.news_detail .news__box .news__body .news_detail_btn {
  margin-top: 40px;
  text-align: center;
}