.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: 160%;
}
._fz180 {
  font-size: 180%;
}
._fz190 {
  font-size: 200%;
}
._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;
  }
}
.news-detail_table-container {
  margin-top: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; 
}
.news-detail-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000; 
  background: #fff;
  color: #000;
  line-height: 1.4;
}
.news-detail-table th,
.news-detail-table td {
  border: 1px dotted #000;
  padding: 0.4em 0.6em;
  text-align: center;
  white-space: nowrap; 
  font-weight: normal; 
}
.news-detail-table thead th {
  background: #fafac3;
}
.news-detail-table tr > :last-child {
  border-left: 1px solid #000;
}
.news-detail-table col:first-child { width: 13.5%; }
.news-detail-table col:last-child  { width: 11.5%; }
.news-detail-hidden-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
