@charset "UTF-8";
#news section#text .square::before {
  padding-right: 0.2em;
  content: "■";
  font-size: 0.75em;
}
#news section#text figure {
  margin: 2rem auto 3rem;
  width: 98%;
  max-width: 72rem;
  text-align: center;
}
#news section#text figure > img {
  width: 100%;
}
#news section#text ul > li > p {
  text-indent: 0 !important;
}
#news section#text .inner_section {
  padding-bottom: 10px !important;
  padding-left: 0;
}
#news section#text .inner_section dl {
  margin-bottom: 3rem;
}
#news section#text address {
  margin-bottom: 1em;
}
#news section#text .notes {
  margin-left: 1rem;
  text-indent: -1em !important;
}
@media screen and (min-width: 769px) {
  #news section#text ul {
    margin-left: 2rem;
  }
  #news section#text ul > li {
    display: flex;
  }
  #news section#text ul > li > h4 {
    padding-top: 0.3rem;
    width: 20rem;
  }
  #news section#text ul > li > p {
    width: calc(100% - 20rem);
  }
  #news section#text .inner_section > h4 {
    padding-left: 2rem;
  }
  #news section#text .inner_section dl {
    display: flex;
    flex-wrap: wrap;
    margin-left: 3rem !important;
  }
  #news section#text .inner_section dl dt {
    width: 19rem;
  }
  #news section#text .inner_section dl dd {
    width: calc(100% - 19rem);
  }
}
@media screen and (max-width: 768px) {
  #news section#text .inner_section dl {
    margin-left: 0 !important;
  }
  #news section#text .inner_section dl dd {
    margin-bottom: 1.5rem !important;
  }
  #news section#text address {
    padding: 1rem 1rem 0 !important;
  }
  #news section#text address > p.mb30 {
    margin-bottom: 2rem;
  }
}/*# sourceMappingURL=style_20250828.css.map */
