#content-main ul.depth01 a.down{
    background: #ff7033 url(/images/common/arrow01.svg) no-repeat right 14px center;
    color: #fff;
    padding: 5px 28px 6px 15px;
    font-size: 73%;
    font-weight: 400;
    border-radius: 5px;
    margin-left: 8px;
}
#content-main ul.depth01 a.down:hover{
    transition: 0.3s;
    background: #ff4d00 url(/images/common/arrow01.svg) no-repeat right 11px center;
}