.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;
}

.r-border_01 {
    border-top: red 2px solid!important;
    border-left: red 2px solid!important;
    border-bottom: red 2px solid!important;
}
.r-border_02 {
    border-top: red 2px solid!important;
    border-right: red 2px solid!important;
    border-bottom: red 2px solid!important;
}
.bg-color-b {
    background-color: #f8f8ed;
    font-weight: bold;
}

