.page-news .s-notify {
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  .page-news .s-notify {
    padding-top: 32px;
  }
}
.page-news .s-notify__items {
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .page-news .s-notify__items {
    margin-top: 30px;
  }
}
.page-news .s-notify__title {
  font-size: 20px;
  line-height: 30px;
}

.page-news .top-page .s-notify__title {
  font-size: 18px;
  line-height: 30px;
  background-color: #fff1f0;
  color: #ff584d;
  padding: 5px 20px 7px 15px;
  border-radius: 0 20px 20px 0;
  font-weight: 500;
}

.material-symbols-outlined {
  font-size: 20px;
  line-height: 30px;
  margin-left: 10px;
}

@media screen and (min-width: 769px) {
  .page-news .s-notify__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.page-news .s-notify__block {
  padding: 18px 0;
  line-height: 21px;
  border-bottom: solid 1px #999999;
}
@media screen and (min-width: 769px) {
  .page-news .s-notify__block {
    line-height: 28px;
    padding: 15px 0;
  }
}
.page-news .s-notify__link {
  font-size: 14px;
  color: #004a29;
}
@media screen and (min-width: 769px) {
  .page-news .s-notify__link {
    display: inline-flex;
    font-size: 16px;
  }
}
.page-news .s-notify__link time {
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .page-news .s-notify__link time {
    display: block;
  }

  .page-detail .link-copy-2::after {
    right: 0;
  }
}
.page-news .pagination {
  max-width: 879px;
  margin: 0;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .page-news .pagination {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  .page-detail {
    padding-top: 35px;
  }
}
.page-detail .wrap-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .page-detail .wrap-title {
    margin-bottom: 24px;
  }
}
.page-detail .wrap-title time {
  color: #004a29;
  font-size: 14px;
  line-height: 21px;
}
@media screen and (min-width: 769px) {
  .page-detail .wrap-title time {
    font-size: 16px;
  }
}
.page-detail .title-large {
  font-size: 14px;
  line-height: 21px;
  color: #006438;
  margin-top: 3px;
}
@media screen and (min-width: 769px) {
  .page-detail .title-large {
    font-size: 32px;
    line-height: 47px;
    margin-top: 6px;
  }
}
.page-detail picture {
  display: block;
}
.page-detail picture, .page-detail picture + .txt-normal {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .page-detail picture, .page-detail picture + .txt-normal {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .page-detail .link {
    font-size: 16px;
  }
}
.page-detail .btn.btn--secondary {
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .page-detail .btn.btn--secondary {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .page-detail .btn.btn--secondary {
    height: 40px;
  }
}