@charset "UTF-8";
#news article p {
  text-indent: 1em;
  line-height: 2.3;
}
#news article p>span.p_inner {
  display: block;
  padding-left: 1.2em;
}

#news section.newsDesc figure.logo_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5em;
  margin: 5rem auto 7rem;
}
#news section.newsDesc figure.logo_wrap>img {
  width: 25%;
}
#news section.newsDesc figure.logo_wrap>img:nth-last-of-type(2) {
  width: 15%;
}
#news section.newsDesc address {
  margin-bottom: 1em;
}
#news section.newsDesc address p {
  margin-left: 1em;
}
#news section.newsDesc .notes {
  margin-left: 1rem;
  text-indent: -1em !important;
}
@media screen and (max-width: 768px) {
  #news section.newsDesc figure.logo_wrap {
    margin: 3rem auto;
  }
  #news section.newsDesc address {
    padding: 1rem 1rem 0 !important;
  }
  #news section.newsDesc address>p.mb30 {
    margin-bottom: 2rem;
  }
}
