/* mixin
========================================================================== */
/* news
--------------------------------------------- */
.news_detail_head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news_detail_head h1 {
  margin-top: 18px;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .news_detail_head h1 {
    width: 100%;
    margin-top: 0;
    order: -1;
    font-size: 3.0rem;
    text-align: center;
  }
}
.news_detail_head .news_detail_date {
  margin-top: 18px;
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .news_detail_head .news_detail_date {
    margin-top: 50px;
    font-size: 1.6rem;
    margin-bottom: 8px;
    line-height: 1.5;
    order: -1;
  }
}
.news_detail_content {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .news_detail_content {
    margin-top: 10px;
  }
}
.news_detail_content > p + p {
  margin-top: 32px;
}
.news_detail_content a {
  text-decoration: underline;
  color:#2A6AB2;
  transition: opacity .5s;
}
@media screen and (min-width: 768px) {
  .news_detail_content a:hover {
    opacity: 0.7;
  }
}
.news_detail_content img {
  margin-top: 40px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .news_detail_content img {
    margin-top: 30px;
  }
}
.news_detail .btn {
  margin-top: 60px;
  width: 286px;
}
@media screen and (max-width: 767px) {
  .news_detail .btn {
    width: 100%;
    margin-top: 30px;
  }
}

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