@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: "zenKakuGothicNew400";
  src: url("../font/ZenKakuGothicNew-Regular.woff");
}
@font-face {
  font-family: "zenKakuGothicNew500";
  src: url("../font/ZenKakuGothicNew-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew700";
  src: url("../font/ZenKakuGothicNew-Bold.woff");
}
.news__contentsWrap {
  max-width: 950px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .news__contentsWrap {
    padding-right: 270px;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .news-article {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .news-article {
    padding-bottom: 60px;
  }
}

.news-article__inner {
  max-width: 650px;
}
@media screen and (max-width: 767px) {
  .news-article__inner {
    margin: 0 auto;
  }
}

.news-article__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.news-article__date {
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

.news-article__tag {
  min-width: 96px;
  min-height: 23px;
  margin-left: 15px;
  padding: 3px 10px;
  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;
  line-height: 1.2;
  color: #fff;
  border-radius: 1000px;
  background-color: #064EA2;
}

.news-article__heading {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.5;
  font-family: notoSans500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  border-bottom: 1px dotted #064EA2;
}
@media screen and (min-width: 768px) {
  .news-article__heading {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news-article__heading {
    padding-bottom: 10px;
  }
}

.news-article__thumbWrap {
  max-width: 450px;
  margin: 40px auto 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news-article__thumbWrap {
    padding-top: 45%;
  }
}
@media screen and (max-width: 767px) {
  .news-article__thumbWrap {
    padding-top: 57%;
  }
}
.news-article__thumbWrap img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.news-article__edit {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .news-article__edit {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .news-article__edit {
    margin-top: 20px;
  }
}
.news-article__edit p {
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 1.66;
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.news-article__edit h2, .news-article__edit h3 {
  margin-bottom: 24px;
  position: relative;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1.5;
  font-family: notoSans500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.news-article__edit h2:before, .news-article__edit h3:before {
  content: "";
  width: 7px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #064EA2;
}
.news-article__edit figure {
  margin: 20px 0 50px;
}

.news-article__buttonGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .news-article__buttonGroup {
    max-width: 380px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .news-article__buttonWrap {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .news-article__buttonWrap:first-child {
    width: 48%;
  }
  .news-article__buttonWrap:nth-child(2) {
    width: 100%;
    margin: 15px auto 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .news-article__buttonWrap:nth-child(3) {
    width: 48%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.news-article__button {
  max-width: unset;
}
.news-article__button.--prev:after {
  left: 22px;
  right: unset;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.news-article__button.--back:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .news-article__button.--prev:after {
    left: 22px;
  }
}
@media screen and (max-width: 767px) {
  .news-article__button {
    height: 42px;
    font-size: 15px;
  }
  .news-article__button.--prev:after {
    left: 15px;
  }
  .news-article__button.--next:after {
    right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .news-aside {
    width: 250px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow-y: auto;
  }
}

.news-aside__category {
  padding: 3px;
  font-size: 17px;
  letter-spacing: 0.1em;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #064EA2;
}

.news-aside__item {
  border-bottom: 1px dotted #064EA2;
}

.news-aside__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-aside__date {
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

.news-aside__tag {
  min-width: 96px;
  min-height: 23px;
  margin-left: 15px;
  padding: 3px 10px;
  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;
  line-height: 1.2;
  color: #fff;
  border-radius: 1000px;
  background-color: #064EA2;
}

.news-aside__anchor {
  display: block;
  font-size: 14px;
  line-height: 1.57;
}
@media screen and (min-width: 768px) {
  .news-aside__anchor {
    padding: 20px;
  }
  .news-aside__anchor:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .news-aside__anchor {
    padding: 20px 10px;
  }
}

.news-aside__itemTitle {
  margin-top: 10px;
}