@charset "UTF-8";
#news section.newsDesc figure {
  margin: 2rem auto 3rem;
  width: 98%;
  max-width: 72rem;
  text-align: center;
}
#news section.newsDesc figure>img {
  width: 100%;
}
#news section.newsDesc ul>li>p {
  text-indent: 0 !important;
}
#news section.newsDesc .inner_section {
  padding-bottom: 10px !important;
  padding-left: 0;
}
#news section.newsDesc .inner_section dl {
  margin-bottom: 3rem;
}
#news section.newsDesc .inner_section dl dt {
  margin-bottom: 0;
  font-size: 1.8rem;
}
#news section.newsDesc .inner_section dl dd {
  margin-bottom: 0;
  font-size: 1.8rem;
}

#news article section.newsDesc address h5 {
  margin-bottom: 0.5em;
  font-weight: normal;
  font-size: 1.1em;
  text-indent: 0;
}
#news article section.newsDesc address P {
  line-height: 1.6;
  text-indent: 1em;
}
#news section.newsDesc address .notes {
  margin-left: 1rem;
  text-indent: -1em !important;
}
@media screen and (min-width: 769px) {
  #news section.newsDesc ul {
    margin-left: 2rem;
  }
  #news section.newsDesc ul>li {
    display: flex;
  }
  #news section.newsDesc ul>li>h4 {
    padding-top: 0.3rem;
    width: 30rem;
    font-size: 1.8rem !important;
  }
  #news section.newsDesc ul>li>p {
    width: calc(100% - 30rem);
  }
  #news section.newsDesc .inner_section>h5 {
    font-size: 1.8rem;
  }
  #news section.newsDesc .inner_section dl {
    display: flex;
    flex-wrap: wrap;
    margin-left: 3rem !important;
  }
  #news section.newsDesc .inner_section dl dt {
    width: 19rem;
  }
  #news section.newsDesc .inner_section dl dd {
    width: calc(100% - 19rem);
  }
}
@media screen and (max-width: 768px) {
  #news section.newsDesc .inner_section dl {
    margin-left: 0 !important;
  }
  #news section.newsDesc .inner_section dl dd {
    margin-bottom: 1.5rem !important;
  }
  #news section.newsDesc address {
    padding: 1rem 1rem 0 !important;
  }
  #news section.newsDesc address>p {
    margin-bottom: 2rem;
  }
}
/*# sourceMappingURL=style_20250828.css.map */
