@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");
}
.news-article {
  padding-top: 60px;
}

.news-article__content {
  max-width: 840px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.news-article__heading {
  line-height: 1.3;
  font-family: notoSans700, sans-serif;
}
@media screen and (min-width: 769px) {
  .news-article__heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .news-article__heading {
    font-size: 21px;
  }
}

.news-article__date {
  margin-top: 10px;
  font-family: notoSans500, sans-serif;
  color: #214D74;
}

@media screen and (min-width: 769px) {
  .news-article__edit {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .news-article__edit {
    margin-top: 20px;
  }
}
.news-article__edit p {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.8;
  font-family: notoSans500, sans-serif;
}
.news-article__edit h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: notoSans700, sans-serif;
}
@media screen and (min-width: 769px) {
  .news-article__edit figure {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .news-article__edit figure {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .news-article__edit div figure {
    width: 48%;
    display: inline-block;
  }
  .news-article__edit div figure:nth-child(2) {
    margin-left: 3.4%;
  }
}

.news-article__optionsWrap {
  background-color: #F2F6F9;
}
@media screen and (min-width: 769px) {
  .news-article__optionsWrap {
    padding: 40px 15px 140px;
  }
}
@media screen and (max-width: 768px) {
  .news-article__optionsWrap {
    padding: 60px 15px;
  }
}

.news-article__options {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: notoSans500, sans-serif;
  background-color: #F2F6F9;
}
@media screen and (max-width: 768px) {
  .news-article__options {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news-article__button {
  min-height: 62px;
  font-size: 17px;
}
@media screen and (min-width: 769px) {
  .news-article__button {
    width: 272px;
    margin: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .news-article__button {
    width: 70%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.news-article__anchorWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .news-article__anchorWrap {
    max-width: 140px;
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .news-article__anchorWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.news-article__anchorText {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-article__anchorText.--prev:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 13%;
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("../img/common/arrow1.svg") no-repeat center/contain;
}
.news-article__anchorText.--next:after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 13%;
  display: inline-block;
  background: url("../img/common/arrow1.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .news-article__anchorText {
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}