@charset "UTF-8";
@import "../normalize.css";
@import "../common.css";
/*=================================
  矯正歯科治療に伴う一般的なリスク・副作用
==================================*/
#box ol {
  margin-top: 1em;
  padding-left: 2em;
}
#box ol li {
  list-style-type: decimal;
  line-height: 1.8;
}
#box ol li:nth-child(n+2) {
  margin-top: 1em;
}
#box p {
  line-height: 1.6;
}
#box p:nth-child(1) {
  font-size: 120%;
  font-weight: bold;
}
#box p:nth-child(n+2) {
  margin-top: 1em;
}