.newsdetail-box {
  padding-bottom: clamp(6rem, 4.5rem + 3.88vw, 12rem);
}

.newsdetail-box__block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

@media screen and (min-width: 1024px) {
  .newsdetail-box__block {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.newsdetail-box__wrap {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
}

@media screen and (min-width: 1024px) {
  .newsdetail-box__wrap {
    flex: 1;
    width: auto;
    margin: 0;
  }
}
.newsdetail-box__cnt {
  border-bottom: solid 1px #ccc;
  padding-block: clamp(5rem, 3.1rem + 5.09vw, 7rem);
}

.newsdetail-box__cnt .info-detail-top {
  border-bottom: solid 1px #ccc;
  text-align: center;
  padding-bottom: clamp(2rem, 1rem + 2.54vw, 3rem);
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}

.newsdetail-box__cnt .blogdate {
  font-family: "Sen", sans-serif;
  color: #4e6743;
  margin-bottom: 10px;
}

.newsdetail-box__cnt .info-detail-ttl {
  font-family: var(--sub_font);
  font-size: clamp(2rem, 1.6rem + 1.02vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.newsdetail-box__cnt .post-photo {
  text-align: center;
}

.newsdetail-box__cnt .info-detail-content {
  font-size: clamp(1.6rem, 1.4rem + 0.51vw, 1.8rem);
  margin-top: clamp(3rem, 2rem + 2.54vw, 4rem);
}

.newsdetail-box__info {
  width: 200px;
}

@media screen and (min-width: 1024px) {
  .newsdetail-box__info {
    padding-top: 140px;
  }
}
.newsdetail-box__cate + .newsdetail-box__cate {
  margin-top: clamp(4rem, 1.7rem + 6.16vw, 8rem);
}

.newsdetail-box__cate-ttl {
  background-color: #4e6743;
  font-size: clamp(1.6rem, 1.4rem + 0.51vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 10px 10px 10px 15px;
  margin-bottom: 25px;
}

.newsdetail-box__cate .webgene-item a {
  display: block;
  padding-left: 15px;
  position: relative;
}

.newsdetail-box__cate .webgene-item a::before {
  content: "";
  width: 6px;
  height: 10px;
  background: url(/system_panel/uploads/images/icon_triangle01.png) no-repeat center center/contain;
  position: absolute;
  top: 10px;
  left: 0;
}

.newsdetail-box__cate .webgene-item a p {
  color: #4e6743;
}

.newsdetail-box__cate .webgene-item a p .blogttl {
  letter-spacing: 0.05em;
  color: #333;
}

.newsdetail-box__nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.newsdetail-box__nav-item {
  width: 80px;
}

@media screen and (min-width: 768px) {
  .newsdetail-box__nav-item {
    width: 120px;
  }
}
.newsdetail-box__nav-item.--back {
  width: 120px;
}

@media screen and (min-width: 768px) {
  .newsdetail-box__nav-item.--back {
    width: 180px;
  }
}
.newsdetail-box__nav a {
  display: block;
  border: solid 1px #506149;
  border-radius: 25px;
  font-size: clamp(1.6rem, 1.4rem + 0.51vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #506149;
  text-align: center;
  padding: 10px;
}

.newsdetail-box__nav .webgene-item-nextPageLink a {
  position: relative;
}

.newsdetail-box__nav .webgene-item-prevPageLink a {
  position: relative;
}

.newsdetail-box__nav .webgene-item-aroundPageLink.is-hidden {
  display: none;
}