@charset "UTF-8";
/* CSS Document */
main #sec01 div ol li:nth-of-type(2) div div.fl-text.left, main #sec01 div ol li:nth-of-type(4) div div.fl-text.left {
  /*p:nth-of-type(2) {
      margin-left: 0.8em;
      text-indent: -1em;
  }*/
}
/*main #sec01 div ol li:nth-of-type(2) div div.fl-text.left p:nth-of-type(2)::before,*/
main #sec01 div ol li:nth-of-type(4) div div.fl-text.left p:nth-of-type(2)::before {
  display: inline-block;
  width: 1em;
  text-align: center;
  content: "※";
  margin-left: -1em;
}
