.text_block .sa_shinyo__list .b-r {
    border-right-width: 1px;
    border-right-style:solid;
}
.ul_notice {
    list-style-type: none;
    counter-reset: ul_notice_counter;
}
.ul_notice li:before {
    counter-increment: ul_notice_counter;
    content: "※" counter(ul_notice_counter) " " ;
}
.ul_notice li {
    text-indent: -2em;
    /* padding-left: 1.5em; */
    padding-left: .5em;
}

.text_block .hl02b {
    /* margin-top: 60px;
    padding-top: 50px; */
    margin-bottom: 20px;
    border-top: none;
}
.text_block .hl02b .hl02b__main {
    font-size: 20px;
}