@charset "UTF-8";
@font-face {
  font-family: "NotoSans400";
  src: url("../font/NotoSansJP-Regular.woff2");
}
@font-face {
  font-family: "NotoSans500";
  src: url("../font/NotoSansJP-Medium.woff2");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff2");
}
@media screen and (min-width: 961px) {
  .single-news {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 960px) {
  .single-news {
    padding: 30px 0 60px;
  }
}

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

.single-news__box {
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .single-news__box {
    padding: 60px;
  }
}
@media screen and (max-width: 960px) {
  .single-news__box {
    padding: 20px;
  }
}

.single-news__date {
  letter-spacing: 0.01em;
  color: #1F9F60;
}

.single-news__title {
  margin-bottom: 20px;
  padding-bottom: 8px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #1F9F60;
}
@media screen and (min-width: 961px) {
  .single-news__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 960px) {
  .single-news__title {
    font-size: 20px;
  }
}

.single-news__edit p {
  line-height: 2;
}
@media screen and (min-width: 961px) {
  .single-news__edit p {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  .single-news__edit p {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 961px) {
  .single-news__edit ul, .single-news__edit ol {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .single-news__edit ul, .single-news__edit ol {
    margin-bottom: 20px;
  }
}
.single-news__edit ul li:before {
  content: "・";
}
.single-news__edit li {
  margin-bottom: 3px;
  line-height: 2;
}
.single-news__edit h3, .single-news__edit h4 {
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .single-news__edit h3, .single-news__edit h4 {
    margin-bottom: 20px;
    font-size: 25px;
  }
}
@media screen and (max-width: 960px) {
  .single-news__edit h3, .single-news__edit h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.single-news__edit figure {
  max-width: 554px;
}
@media screen and (min-width: 961px) {
  .single-news__edit figure {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 960px) {
  .single-news__edit figure {
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 961px) {
  .single-news__edit .wp-block-group {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .single-news__edit .wp-block-group {
    margin-bottom: 50px;
  }
}

.single-news__buttonGroup {
  max-width: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 961px) {
  .single-news__buttonGroup {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .single-news__buttonGroup {
    margin: 30px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single-news__buttonWrap {
  max-width: 280px;
  width: 100%;
}
.single-news__buttonWrap.--white {
  margin: 20px auto 0;
}
@media screen and (max-width: 960px) {
  .single-news__buttonWrap {
    margin: 10px auto;
  }
  .single-news__buttonWrap:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .single-news__buttonWrap:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .single-news__buttonWrap:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.single-news__button.--prev:after {
  right: unset;
  left: 10px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
@media screen and (min-width: 961px) {
  .single-news__button {
    height: 60px;
  }
  .single-news__button:hover.--prev:after {
    left: -20px;
  }
}
@media screen and (max-width: 960px) {
  .single-news__button {
    height: 50px;
  }
}