#news #article section > h2.title_ad > small {
  display: block;
}
#news #article section#text figure {
  margin: 3rem auto 5rem;
  width: 100%;
  max-width: 1080px;
  text-align: center;
}
#news #article section#text figure > img {
  width: 100%;
  max-width: 100%;
}
#news #article section#text figure figcaption {
  margin-top: 0.5rem;
  font-size: 0.9em;
  line-height: 1.4;
  text-align: left;
}
#news #article section#text ol {
  margin-left: 0.6em;
}
#news #article section#text ol > li {
  margin: 0 0 0.8em;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
#news #article section#text ol > li > h4 {
  font-size: 1.6rem;
}
#news #article section#text ol > li > p {
  text-indent: 0;
}
#news #article section#text ol > li > p span {
  display: block;
  padding-left: 1em;
}
#news #article section#text address > h4 {
  margin-bottom: 0.1em;
}
#news #article section#text a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 801px) {
  #news #article section > h2.title_ad > small {
    font-size: clamp(2.4rem, 2.2vw, 2.78rem);
  }
}
@media screen and (max-width: 800px) {
  #news #article section#text figure figcaption {
    margin-bottom: 1.5em;
  }
  #news #article section#text ol > li > h4 {
    padding-left: 3.8em;
    text-indent: -3.8em;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  #news #article section#text ol > li {
    padding-left: 0;
    font-size: 3.6vw;
  }
}/*# sourceMappingURL=style_20260305.css.map */
