@charset "UTF-8";
@import "normalize.css";
@import "common.css";
/*=================================
	施設基準
==================================*/
#box > section {
  margin-bottom: 1.8em;
}
#box > section:last-child {
  margin-bottom: 0;
}
#box .sectionSubtitle2 {
  font-size: 16px;
  font-weight: bold;
  color: #076ab6;
  border-left: 4px solid #076ab6;
  padding: 4px 0 4px 10px;
  margin-bottom: 0.8em;
}
#box section p {
  line-height: 1.8;
}
#box ul {
  padding-left: 1.5em;
  line-height: 1.8;
}
#box ul li {
  list-style: disc;
  margin-bottom: 0.5em;
}
#box ul li:last-child {
  margin-bottom: 0;
}