@media (min-width: 767px) {
  .news-detail-text:where(.astro-BAPCHHBJ) {
    padding-left: 90px;
    padding-right: 36px;
  }
}
.heading-title-h2:where(.astro-BAPCHHBJ) {
  font-family: var(--font-ja);
  font-weight: 700;
  font-size: 20px;
  color: var(--color-primary);
  padding: 7px 48px 10px 23px;
  background: #f8f8f8;
  border-left: 4px solid var(--color-primary);
}
@media (min-width: 767px) {
  .heading-title-h2:where(.astro-BAPCHHBJ) {
    margin-bottom: 20px;
  }
}
.heading-title-h3:where(.astro-BAPCHHBJ) {
  padding-top: 36px;
  padding-bottom: 4px;
  margin-bottom: 20px;
  font-family: var(--font-ja);
  font-weight: 700;
  font-size: 18px;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
}
@media (min-width: 767px) {
  .heading-title-h3:where(.astro-BAPCHHBJ) {
    padding-bottom: 6px;
  }
}
.heading-title-h4:where(.astro-BAPCHHBJ) {
  padding-top: 40px;
  margin-bottom: 12px;
  font-family: var(--font-ja);
  font-weight: 700;
  font-size: 16px;
  color: var(--color-primary);
}
.heading-text:where(.astro-BAPCHHBJ) {
  font-family: var(--font-ja);
  font-size: 14px;
  line-height: 1.714;
}
.news-list:where(.astro-BAPCHHBJ) {
  padding: 38px 0;
  font-size: 14px;
}
@media (min-width: 767px) {
  .news-list:where(.astro-BAPCHHBJ) {
    padding-left: 39px;
  }
}
.news-item:where(.astro-BAPCHHBJ):nth-of-type(2) {
  padding: 16px 0;
}
@media (min-width: 767px) {
  .news-item:where(.astro-BAPCHHBJ):nth-of-type(2) {
    padding: 14px 0;
  }
}
.news-detail-quote-box:where(.astro-BAPCHHBJ) {
  position: relative;
  padding: 30px;
  background: #f8f8f8;
  border-left: 3px solid var(--color-primary);
}
@media (min-width: 767px) {
  .news-detail-quote-box:where(.astro-BAPCHHBJ) {
    margin-left: 39px;
    padding: 36px 110px 40px 32px;
  }
}
.news-detail-quote-box:where(.astro-BAPCHHBJ):before {
  position: absolute;
  content: "";
  background: url(/_astro/quote.df38a373.svg) no-repeat center/contain;
  background-size: 180px 180px;
  width: 180px;
  height: 180px;
  top: 22px;
  left: -30px;
  z-index: 1;
}
.news-detail-quote:where(.astro-BAPCHHBJ) {
  position: relative;
  font-size: 14px;
  line-height: 1.714;
  z-index: 2;
}
@media (min-width: 769px) {
  .news-detail-wrap:where(.astro-7T6DMTSI) {
    display: flex;
  }
  .news-detail-wrap-left:where(.astro-7T6DMTSI) {
    width: 69%;
  }
  .news-detail-wrap-right:where(.astro-7T6DMTSI) {
    width: 31%;
    padding-right: 90px;
  }
}
@media (min-width: 376px) and (max-width: 768px) {
  .news-detail-wrap:where(.astro-7T6DMTSI) {
    display: flex;
  }

  .news-detail-wrap-left:where(.astro-7T6DMTSI) {
    width: 60%;
  }

  .news-detail-wrap-right:where(.astro-7T6DMTSI) {
    width: 40%;
    padding-right: 40px;
  }
}
