.f-w-n{
    font-weight: normal;
}

.img-w-f-s{
    width: 100%;
}

@media only screen and (min-width: 720px) {
    .col-1{
        width: 20%;
    }

    .col-2{
        width: 35%;
    }

    .col-3{
        width: 45%;
    }
}

@media only screen and (max-width: 719px) {
    .w-sp-f{
        width: 100%;
    }

    .col-1{
        width: 30%;
    }

    .col-2{
        width: 35%;
    }

    .col-3{
        width: 35%;
    }

    .item-equitment-list a{
        min-height: 372px;
    }
}


@media only screen and (max-width: 599px) {
    .item-equitment-list a{
        min-height: 325px;
    }

}

@media only screen and (max-width: 480px) {

    .item-equitment-list a{
        min-height: 285px;
    }
}