.box-search-sp {
    display: none;
}

.js-footer-margin {
    display: none;
}

.box-result-count {
    text-align: center;
    margin-top: 15px;
}

.box-result-count .result-count {
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    body .section table.tableSytle input.width-input {
        width: calc(100% - 24px) !important;
        padding: 10px;
        border: 1px solid #767676;
        border-radius: 2px;
    }

    body .section div.box-form-search {
        display: block;
    }

    body .section table.tableSytle td:nth-child(4) {
        padding-bottom: 10px;
    }

    .box-search-pc {
        display: none;
    }

    .box-search-sp {
        display: block;
    }

    .js-footer-margin {
        display: block;
        background: #fff;
        width: 100%;
        /* position: fixed; */
        left: 0;
        bottom: 2px;
        z-index: 999;
        box-shadow: 0 1px 4px 0 rgb(0 0 0 / 37%);    
        text-align: center;
    }

    .js-footer-margin .blockAction .largeButton {
        padding: 6px 4px;
    }

    .js-footer-margin .blockAction .largeButton::after {
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
    }

    .js-footer-margin .js-search_result_count,
    .js-footer-margin span {
        color: #0061b8;
    }

    .js-footer-margin .js-search_result_count {
        font-weight: 600;
        font-size: 20px;
    }

    .show-in-pc {
        display: none;
    }
}

body #pageBody #pageBodyInner .main-content .main-left #content #cat_all .show-category .oneCategoryList a:hover {
    color: #e94e30;
    text-decoration-line: underline;
}