.thepage .p-head {
  padding-bottom: 0;
}
.news-wrap {
  padding:3.7rem 5.6rem;
  background: var(--sub4-color);
}
main .news-detail {
  padding-top: 0;
}
main .news-detail h1 {
  font-size: 2rem;
  margin-bottom: 12px;
}
.news-detail .date {
  color: var(--sub0-color);
  font-size: 1rem;
  font-weight: 400;
}
.post-content {
  margin-top: 1.4rem;
  line-height: 1.9;
  font-weight: 400;
}
.post-content a {
  text-decoration: underline;
}
.detail-btm {
  padding-bottom: 80px;
}

.other-news .other-wrap {
  max-width: 780px;
  margin:auto;
}
.other-news .other-wrap h3 {
  margin-bottom: 1.8rem;
  text-align: center;
}

@media (max-width: 1199px) {
  .news-wrap {
    padding:3.2rem 4.4rem;
  }
}
@media (max-width: 992px) {
  .news-wrap {
    padding:2.4rem;
  }
  main .news-detail h1 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .post-content iframe[src^="https://www.youtube.com/"] {
    height: 100%;
    aspect-ratio: 16 / 9;
  }

}

@media (max-width: 767px) {
  .news-wrap {
    padding:20px;
  }
  .post-content {
    font-size: 0.95rem;
    line-height: 1.8;
  }
  main .news-detail h1 {
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  .news-detail .date {
    font-size: 0.8rem;
  }
}