@charset "UTF-8";
#news section#text table {
  width: 100%;
}
#news section#text table > tbody > tr > td {
  text-align: left !important;
}
#news section#text a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 801px) {
  #news section > h2 {
    font-size: clamp(2.5rem, 1.62vw, 3.2rem);
  }
}
@media screen and (max-width: 768px) {
  #news section#text table > thead {
    display: none;
  }
  #news section#text table > tbody > tr {
    display: block;
    margin-bottom: 0.5rem;
  }
  #news section#text table > tbody > tr > th {
    display: flex;
    background: linear-gradient(90deg, rgb(240, 240, 240) 0%, rgb(240, 240, 240) 4em, rgb(204, 204, 204) 4.05em, rgba(240, 240, 240, 0) 4.1em, rgba(240, 240, 240, 0) 100%);
    padding: 0.5em;
    text-align: left !important;
  }
  #news section#text table > tbody > tr > th::before {
    margin-right: 1.5em;
    width: auto;
    content: "項目";
    text-align: center;
    white-space: nowrap;
  }
  #news section#text table > tbody > tr > td {
    display: flex;
    border-top: none !important;
    background: linear-gradient(90deg, rgb(240, 240, 240) 0%, rgb(240, 240, 240) 4em, rgb(204, 204, 204) 4.05em, rgba(240, 240, 240, 0) 4.1em, rgba(240, 240, 240, 0) 100%);
    padding: 0.5em !important;
  }
  #news section#text table > tbody > tr > td::before {
    margin-right: 1.5em;
    padding-left: 0.3em;
    width: auto;
    content: "概要";
    white-space: nowrap;
  }
}/*# sourceMappingURL=style_20260107.css.map */
