.news-detail-flex {
  display: flex;
  column-gap: 4%;
}
.news-detail-flex > a {
  width: 48%;
}
.news-detail-flex > img {
  width: 48%;
}

._bold {
  font-weight: bold;
}
._underline {
  text-decoration: underline;
}
._center {
  text-align: center;
}
._fz110 {
  font-size: 110%;
}
._fz120 {
  font-size: 120%;
}
._fz130 {
  font-size: 130%;
}
._fz140 {
  font-size: 140%;
}
._fz150 {
  font-size: 150%;
}
._fz160 {
  font-size: 160%;
}
._fz170 {
  font-size: 160%;
}
._fz180 {
  font-size: 180%;
}
._fz190 {
  font-size: 200%;
}
._fz200 {
  font-size: 200%;
}
.news-detail-img02 {
  width: 50%;
}
@media (max-width: 767px) {
  .news-detail-flex > a {
    width: 50%;
  }
  .news-detail-img02 {
    width: 100%;
  }
  .news-link {
    margin: calc(150 * 100vw / 750) 0;
  }
}

.news-detail_20260220_03 .guide_members_wrapper {
  display: flex;
  column-gap: min(20 * 100vw / 1400, 20px);
  width: min(375 * 100vw / 1400, 375px);
  margin: min(30 * 100vw / 1400, 30px) auto 0;
}
@media (max-width: 767px) {
.news-detail_20260220_03 .guide_members_wrapper {
    margin: calc(30 * 100vw / 750) auto 0;
    column-gap: calc(30 * 100vw / 750);
    width: calc(400 * 100vw / 750);
  }
}