#news #article section#text figure {
  margin: 3rem auto 5rem;
  width: 100%;
  max-width: 960px;
  text-align: center;
}
#news #article section#text figure > img {
  width: 100%;
  max-width: 100%;
}
#news #article section#text figure figcaption {
  text-align: left;
}
#news #article section#text ul {
  margin-left: 0.6em;
}
#news #article section#text ul > li {
  margin: 0 0 0.8em;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
#news #article section#text ul > li > ol {
  margin: 0.5em 1.2em;
  margin-right: 0;
}
#news #article section#text ul > li > ol > li > em {
  display: block;
}
#news #article section#text dl {
  display: flex;
  flex-wrap: wrap;
}
#news #article section#text dl dt {
  width: 11em;
  text-align: right;
}
#news #article section#text dl dd {
  padding-right: 1em;
  width: calc(100% - 11em);
}
#news #article section#text > address > h5 {
  margin-top: 2rem;
  font-weight: normal;
  font-size: 1em;
}
#news #article section#text a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 801px) {
  #news #article section > h2.title_ad {
    font-size: clamp(2.8rem, 2.35vw, 2.95rem);
  }
}
@media screen and (max-width: 768px) {
  #news #article section#text figure figcaption {
    margin-bottom: 1.5em;
  }
  #news #article section#text dl dt {
    width: 100%;
    text-align: left;
  }
  #news #article section#text dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  #news #article section#text ul > li {
    font-size: 3.6vw;
  }
  #news #article section#text ul > li > ol > li {
    font-size: 3.6vw;
  }
  #news #article section#text dl dt {
    font-size: 3.6vw;
  }
  #news #article section#text dl dd {
    font-size: 3.6vw;
  }
}/*# sourceMappingURL=style_20260226.css.map */
