#boshu #form form ul .notice {
    padding-left: 2em;
    text-indent: -1em;
}
#boshu #form form ul .notice_red {
    padding-left: 2em;
    text-indent: -1em;
    color: #b40d0d;
    font-weight: bold;
}
#boshu #form form ul .notice_red::before {
    content: "";
    display: inline-block;
}
#boshu #form form ul .notice::before {
    content: "E";
    display: inline-block;
}