/*-------------------------------
法人概要
-------------------------------*/
#management_corporation .corp_table {
  width: min(100%,90rem);
  margin: 0 auto;

  & td:nth-child(1) {
    width: 5em;
    @media (min-width:768px) {
      width: 33.3%;
    }
  }
}
#management_corporation .business_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;

  & li:not(:last-child)::after {
    content: "、";
  }
}
/*-------------------------------
関連施設
-------------------------------*/
#management_related {
  background: var(--back-purple);
}
#management_related .block_title {
  font-family: inherit;
  font-size: var(--fs-normal);
  margin-top: 1em;
}