/* .news-head */
.news-head:where(.astro-FRJYPHH5) {
    margin-bottom: 20px;
    font-family: var(--font-ja);
    font-size: clamp(1.25rem, .977rem + 1.36vw, 2rem); /* sp-20px pc-32px */
    font-weight: bold; /* pc-32pxfont-weight */
  }

  @media (min-width: 767px) {
    .news-head:where(.astro-FRJYPHH5) {
      margin-bottom: 24px;
    }
  }

  /* .page-nation */
  .page-nation:where(.astro-FRJYPHH5) {
    padding-top: 20px;
  }

.news-archive:where(.astro-FRJYPHH5) {
    padding-top: 48px;
    padding-bottom: 100px;
    padding-left: 90px;
  }

  @media (min-width: 767px) {
    .news-archive:where(.astro-FRJYPHH5) {
      padding-left: 90px;
    }
  } 
   @media (max-width: 768px) {
    .news-archive:where(.astro-FRJYPHH5) {
      padding: 10px;
    }
  }

  @media (min-width: 767px) {
    /* .news-wrap */
    .news-wrap:where(.astro-5KJ6T6LP) {
      display: flex;
    }

    .news-wrap-left:where(.astro-5KJ6T6LP) {
      width: 69%;
    }

    .news-wrap-right:where(.astro-5KJ6T6LP) {
      width: 31%;
      padding-right: 90px;
    }

  @media (min-width: 376px) and (max-width: 768px) {
    .news-wrap:where(.astro-5KJ6T6LP) {
      display: flex;
    }

    .news-wrap-left:where(.astro-5KJ6T6LP) {
      width: 58%;
    }

    .news-wrap-right:where(.astro-5KJ6T6LP) {
      width: 48%;
      padding-right: 40px;
    }
  }
  }
