@charset "utf-8";
/* CSS Document */
@media print,
screen and (min-width:768px) {
.color_sty05{
    color:#81002a!important;}
    
.border_sty05 > a::after{
        position: absolute;
    content: "";
    left: -1em;
    width: calc(100% + 2em);
    height: 5px;
    margin: auto;
    bottom: 0;

    background-color: #CE025F;
    z-index: 10;
    }   
}