@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) {
  .blog-article {
    padding: 40px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .blog-article {
    padding: 50px 0 100px;
  }
}

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

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

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

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

.blog-article__thumbWrap {
  max-width: 560px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .blog-article__thumbWrap {
    margin: 50px auto 0;
    padding-top: 40%;
  }
}
@media screen and (max-width: 768px) {
  .blog-article__thumbWrap {
    margin: 30px auto 0;
    padding-top: 55%;
  }
}
.blog-article__thumbWrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.blog-article__edit {
  margin-top: 40px;
}
.blog-article__edit p {
  margin-bottom: 1em;
  line-height: 1.86;
}
@media screen and (max-width: 768px) {
  .blog-article__edit p {
    font-size: 14px;
  }
}

.blog-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) {
  .blog-article__moveGroup {
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .blog-article__moveGroup {
    margin: 50px auto 0;
  }
}

.blog-article__moveWrap {
  width: 48%;
}

.blog-article__move {
  width: 100%;
}
.blog-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) {
  .blog-article__move {
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .blog-article__move {
    height: 58px;
  }
}