/* NEWS詳細 個別CSS（実質固定・本番20260729と同一系。_fz170:160%/_fz190:200% の本番誤記のみ修正済み） */
.news-detail-flex {
  display: flex;
  column-gap: 4%;
}
.news-detail-flex > img {
  width: 60%;
  height: auto;
}
._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: 170%;
}
._fz180 {
  font-size: 180%;
}
._fz190 {
  font-size: 190%;
}
._fz200 {
  font-size: 200%;
}
.w100 img {
  width: 100%;
  height: auto;
}
.news-detail-img img {
  max-width: 100%;
  height: auto;
}
.news-detail-img img.w60 {
  width: 60%;
  height: auto;
  margin: 0 auto;
}
.mt20 {
  margin-top: 20px;
}
.sp-only {
  display: none;
}
.pc-only {
  display: block;
}
@media (max-width: 767px) {
  .news-detail-flex > img {
    width: 100%;
  }
  .w100 img {
    width: 100%;
  }
  .news-detail-img img.w60 {
    width: 100%;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
