@-webkit-keyframes snav-fade-in {
  0% {
    opacity: 0;
    margin-bottom: -1.875em;
  }
  100% {
    opacity: 1;
    margin-bottom: 0;
  }
}
@keyframes snav-fade-in {
  0% {
    opacity: 0;
    margin-bottom: -1.875em;
  }
  100% {
    opacity: 1;
    margin-bottom: 0;
  }
}
/**==================================================
NEWS SINGLE
==================================================**/
.section__news-single .section__body {
  position: relative;
  min-height: 77vh;
  padding-top: 5.625em;
  padding-bottom: 5.625em;
}
.section__news-single .breadcrumbs {
  width: 100%;
  position: absolute;
  left: 0;
  top: auto;
  z-index: 1;
}
.section__news-single .layout__container {
  padding-top: 5.625em;
  margin: 0 auto;
  max-width: 1280px;
}

@media screen and (max-width: 766px) {
  .section__news-single .section__body {
    padding-top: 3.125em;
    padding-bottom: 4.6875em;
  }
  .section__news-single .layout__container {
    padding-top: 3.125em;
    margin: 0 auto;
  }
}
.news-single-header__lv1-1 .__text {
  display: block;
  text-align: center;
  font-size: 2.25em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.news-single-header__lv1-1 .__date {
  display: block;
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: #707070;
}

.news-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 1.25rem;
}
.news-category .news-category__item {
  width: 8em;
  padding: 0.5rem 0.875rem;
  background-color: #009740;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.news-category .news-category__item .__text {
  display: inline-block;
  white-space: nowrap;
}

.box__link-button--01 {
  margin-top: 5.625rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 25rem;
}

.news-body {
  position: relative;
  margin-top: 5rem;
  padding: 5rem 2rem 0 2rem;
}
.news-body::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 151, 64, 0)), color-stop(25%, #009740), color-stop(50%, #c5dc00), color-stop(75%, #009740), to(rgba(0, 151, 64, 0)));
  background: linear-gradient(90deg, rgba(0, 151, 64, 0) 0%, #009740 25%, #c5dc00 50%, #009740 75%, rgba(0, 151, 64, 0) 100%);
}

.news-body__contents p {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 766px) {
  .news-single-header__lv1-1 .__text {
    font-size: 1.3125em;
  }
  .news-single-header__lv1-1 .__date {
    margin-top: 1.5625rem;
    font-size: 0.8125em;
  }
  .news-category .news-category__item {
    font-size: 0.8125rem;
  }
  .box__link-button--01 {
    margin-top: 3.75rem;
    max-width: 18.75rem;
  }
  .news-body {
    margin-top: 3.125rem;
    padding: 3.125rem 0 0 0;
  }
  .news-body__contents p {
    font-size: 0.9375rem;
  }
}