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