.btn_cata_img_btn{
    font-size: 14px;
    font-weight: bold;
    background-color: #06c755;
    padding: 10px;
    border-radius: 10px;
    text-shadow: none;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #01ab2e;
    text-decoration: none !important;
    color: #fff;
}
.btn_cata_img_btn2{
    font-size: 18px;
    font-weight: bold;
    background-color: #06c755;
    padding: 15px 12px;
    border-radius: 10px;
    text-shadow: none;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #01ab2e;
    text-decoration: none !important;
    color: #fff;
}
.btn_cata_img{
    text-decoration: none;
}
.banner_sp .btn_cata{
    text-decoration: none;
}
.voice .btn_cata{
    text-decoration: none;
}
@media only screen and (max-width: 599px) {
    .btn_cata_img_btn{
        text-decoration: none;
    }
    .btn_cata_img_btn2{
        font-size: 15px;
    }
}
a, a:link, a:visited{
    text-decoration: none !important;
}