@charset "UTF-8";
@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");
}
@media screen and (min-width: 961px) {
  .single-news {
    padding: 100px 0 200px;
  }
}
@media screen and (max-width: 960px) {
  .single-news {
    padding: 50px 0 100px;
  }
}

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

.single-news__date {
  letter-spacing: 0.01em;
}

.single-news__title {
  margin-bottom: 20px;
  padding-bottom: 8px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #489A17;
}
@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__moveGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 961px) {
  .single-news__moveGroup {
    max-width: 680px;
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .single-news__moveGroup {
    max-width: 480px;
    margin: 50px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 961px) {
  .single-news__moveWrap {
    width: 48%;
  }
}
@media screen and (max-width: 960px) {
  .single-news__moveWrap {
    width: 100%;
    margin: 10px;
  }
}

.single-news__move {
  display: block;
  text-align: center;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #E6E6E6;
}
@media screen and (min-width: 961px) {
  .single-news__move {
    padding: 20px 10px;
    font-size: 18px;
  }
  .single-news__move:hover {
    color: #fff;
    background-color: #489A17;
  }
}
@media screen and (max-width: 960px) {
  .single-news__move {
    padding: 10px;
  }
  .single-news__move:nth-child(n+2) {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 961px) {
  .single-news__buttonWrap {
    max-width: 280px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .single-news__buttonWrap {
    max-width: 200px;
    margin: 40px auto 0;
  }
}

@media screen and (min-width: 961px) {
  .single-news__button {
    height: 60px;
  }
}
@media screen and (max-width: 960px) {
  .single-news__button {
    height: 45px;
  }
}