@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "notoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "roboto500";
  src: url("../font/Roboto-Medium.woff");
}
@font-face {
  font-family: "roboto700";
  src: url("../font/Roboto-Bold.woff");
}
@media screen and (min-width: 769px) {
  .news-article {
    padding: 40px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .news-article {
    padding: 50px 0 100px;
  }
}

.news-article__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.news-article__headingWrap {
  max-width: 900px;
  margin: 0 auto;
}

.news-article__heading {
  font-family: notoSans700, sans-serif;
  border-bottom: 1px solid #0D82C7;
}
@media screen and (min-width: 769px) {
  .news-article__heading {
    padding: 0 20px 10px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .news-article__heading {
    padding-bottom: 10px;
    font-size: 20px;
  }
}

.news-article__date {
  font-family: notoSans400, sans-serif;
}
@media screen and (min-width: 769px) {
  .news-article__date {
    margin-top: 20px;
    padding: 0 20px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .news-article__date {
    margin-top: 10px;
    font-size: 15px;
  }
}

.news-article__edit {
  max-width: 900px;
}
@media screen and (min-width: 769px) {
  .news-article__edit {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .news-article__edit {
    margin: 30px auto 0;
  }
}
.news-article__edit p {
  margin-bottom: 1em;
  line-height: 1.86;
}
@media screen and (max-width: 768px) {
  .news-article__edit p {
    font-size: 14px;
  }
}

.news-article__moveGroup {
  max-width: 610px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .news-article__moveGroup {
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .news-article__moveGroup {
    margin: 50px auto 0;
  }
}

.news-article__moveWrap {
  width: 48%;
}

.news-article__move {
  width: 100%;
  height: 48px;
}
.news-article__move.--prev.--arrow:after {
  right: auto;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}
@media screen and (min-width: 769px) {
  .news-article__move {
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .news-article__move {
    height: 58px;
  }
}