ul.top_case_list li.none {
	background: none;
	box-shadow: none;
}
ul.top_case_list a{
	position: relative;
}
ul.top_case_list a::before{
	content: "";
    width: 14px;
    height: 14px;
    background: url(/shared/img/parts/blank.svg) no-repeat right center / contain;
    position: absolute;
    right: 6px;
    top: 6px;
}
.blank_ab{
    position: relative;
}
.blank_ab::after{
    content: "";
    width: 15px;
    height: 15px;
    background: url(/shared/img/parts/blank.svg) no-repeat right center / contain;
    position: absolute;
    right: 10px;
    top: 10px;
    @media screen and (max-width: 768px) {
        width: 14px;
        height: 14px;
        right: 4px;
        top: 4px;
    }
}
.read_box a.visionista_flex{
    color: #363b43;
}
.read_box a.visionista_flex span{
    color: #0093cb;
    transition: all 0.3s;
}
.read_box a.visionista_flex:hover span{
    color: #ff8f00;
}