@charset "utf-8";

ul.ul01,
ul.ul02 {
  list-style: none;
}
ul.ul01 li,
ul.ul02 li {
    position:relative;
    margin-bottom: 0.2rem;
}
ul.ul02 li {
    border-bottom: 1px dotted #999;
    padding-top: 0.4rem;
    padding-bottom: 0.4em;
}
ul.ul01 li:before,
ul.ul02 li:before {
    display: block;
    position: absolute;
    font-family: FontAwesome;
    content: '\f0da'; /* アイコンのunicode */
    padding-right: 5px;
    font-weight: normal;
    color: #9DB6DC;
    left: -1em;
}

ol.ol00,
ol.ol01 {
    padding:  1em 0 1em 1.5em;
}
ol.ol00 li,
ol.ol01 li {
    padding-bottom: 0.4em;
}
ol.ol01 li {
    border-bottom: 1px dotted #999;
}
