.now_loading {
    text-align: center;
    margin: auto;
}

.monthly_comment {
    margin-bottom: 16px;
}

.monthly_comment h4.hi--gray {
    padding: .5em;
}

.monthly_comment > p {
    margin-top: .5em;
}

@media (min-width: 577px) {
    .monthly_comment {
        margin-bottom: 30px;
    }
}

.sp_more_btn {
    text-align: center;
    padding: 0;
    border-bottom: #e7e8e8 1px solid;
}

.show .sp_more_btn {
    opacity: 0;
    max-height: 0;
}

.sp_more_btn a {
    display: block;
    position: relative;
    align-items: center;
}

.sp_more_btn a:after {
    background-image: url(/img/aucnet/common/icon-arrow-right-key-color.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .sp_more_btn a:after {
        background-image: url(/img/aucnet/common/icon-arrow-right-key-color@2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
    .sp_more_btn a:after {
        background-image: url(/img/aucnet/common/icon-arrow-right-key-color@3x.png);
    }
}

.sp_more_btn a:after {
    background-image: -webkit-image-set(url(/img/aucnet/common/icon-arrow-right-key-color.png) 1x, url(/img/aucnet/common/icon-arrow-right-key-color@2x.png) 2x, url(/img/aucnet/common/icon-arrow-right-key-color@3x.png) 3x);
    background-image: image-set(url(/img/aucnet/common/icon-arrow-right-key-color.png) 1x, url(/img/aucnet/common/icon-arrow-right-key-color@2x.png) 2x, url(/img/aucnet/common/icon-arrow-right-key-color@3x.png) 3x);
    transform: rotate(90deg);
    background-size: 9px 16px;
    content: "";
    display: inline-block;
    transform: rotate(90deg);
    background-size: 6px 11px;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 6px;
    width: 6px;
    height: 11px;
}

.sp_more_btn.show a:after {
    transform: rotate(-135deg);
    margin-top: -2px;
}

.body_type--select {
    padding: 0 8px;
    padding-bottom: 15px;
    border-bottom: #e7e8e8 1px solid;
}

.body_type--select .select-wrap {
    display: block;
}

.body_type--row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.body_type--box {
    width: 100%;
    margin-bottom: 30px;
}

@media (min-width: 577px) {
    .body_type--box {
        width: 313px;
        border: #e7e8e8 1px solid;
    }
}

@media (max-width: 576px) {
    .body_type--box {
        opacity: 0;
        height: 0;
        margin-bottom: 0;
    }

    .body_type--box.active {
        opacity: 1;
        height: auto;
    }

    .body_type--box .sp_more_btn {
        border-bottom-width: 0;
    }

    .body_type--box.show .ranking--item:nth-child(n + 6) {
        opacity: 1;
        max-height: none;
    }
}

.body_type--name {
    font-size: 14px;
    font-weight: bold;
    padding: 20px;
    line-height: 1;
    text-align: center;
    background: #f5f5f5;
}

@media (max-width: 576px) {
    .body_type--name {
        display: none;
    }
}

@media (min-width: 577px) {
    .body_type--list:not(.simple){
        height: 350px;
        overflow-y: scroll;
    }
    .body_type--list.simple{
        height: 324px;
    }
}

.body_type--list .ranking--item a {
    padding: 8px 20px 8px 0;
    border-bottom: #e7e8e8 1px solid;
    display: flex;
    position: relative;
    line-height: 1;
}

.body_type--list .ranking--item a br {
    display: block;
}

@media (max-width: 576px) {
    .body_type--list .ranking--item:nth-child(n + 6) {
        opacity: 0;
        max-height: 0;
    }
}

.body_type .body_type--row .ranking--car {
    background-color: inherit;
    padding: 0;
    position: inherit;
    flex: 1 1 100%;
    line-height: 23px;
}

.body_type .body_type--row .ranking--no {
    min-width: 53px;
    flex: 0 0 53px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}

.body_type .body_type--row .ranking--no img {
    width: 14px;
    margin-bottom: 1px;
}

.body_type .body_type--row .ranking--img {
    margin-right: 14px;
    width: 64px;
    flex: 0 0 64px;
    height: 48px;
    line-height: 1;
}

@media (max-width: 576px) {
    .body_type .body_type--row .ranking--img {
        width: 78px;
        height: 59px;
        flex: 0 0 78px;
    }
}

.body_type .body_type--row .ranking--img img {
    width: 100%;
}

.body_type .body_type--row .ranking--maker {
    font-size: 12px;
    color: #58595b;
    display: block;
    line-height: 18px;
}

@media (min-width: 577px) {
    .body_type .body_type--row {
        margin-bottom: 30px;
    }
}

.ranking--title {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1;
    padding: 25px 0;
    border-top: #e7e8e8 3px solid;
    border-bottom: #e7e8e8 1px solid;
}

@media (max-width: 576px) {
    .ranking--title {
        padding: 21px 0;
        margin-top: 0;
        margin-bottom: 0;
        border-top: #e7e8e8 1px solid;
        border-bottom: none;
    }
}

.ranking--tab {
    display: flex;
    list-style: none;
    border-top: #e7e8e8 1px solid;
    border-left: #e7e8e8 1px solid;
    margin: 35px 0;
}

@media (max-width: 576px) {
    .ranking--tab {
        margin: 0;
    }
}

.ranking--tab li {
    width: 50%;
    line-height: 1em;
    text-align: center;
    border-right: #e7e8e8 1px solid;
    border-bottom: #e7e8e8 1px solid;
    background: #f5f5f5;
    display: block;
    padding: 19px 0;
    cursor: pointer;
    color: #25a9e0;
}

.ranking--tab li.active {
    border-bottom: none;
    background-color: transparent;
    color: #58595b;
    font-weight: bold;
}

@media (max-width: 576px) {
    .ranking--tab_content .ranking--list.show .ranking--item:nth-child(n + 6) {
        opacity: 1;
        max-height: 10000px;
    }

    .ranking--tab_content .ranking--item:nth-child(n + 6) {
        opacity: 0;
        max-height: 0;
    }

    .ranking--tab_content .ranking--item .ranking--no {
        line-height: 18px;
    }
}

@media (min-width: 577px) {
    .ranking--tab_content .ranking--wrap {
        display: flex;
        flex-wrap: wrap;
        /*justify-content: space-between;*/
    }

    .ranking--tab_content .ranking--car {
        position: relative;
        padding-right: 35px;
        padding-right: 30px;
    }

    @media (min-width: 577px) {
        .ranking--tab_content .ranking--car {
            padding-right: 50px;
        }
    }

    .ranking--tab_content .ranking--car::after {
        background-image: url(/img/aucnet/common/icon-arrow-right-key-color.png);
    }

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .ranking--tab_content .ranking--car::after {
            background-image: url(/img/aucnet/common/icon-arrow-right-key-color@2x.png);
        }
    }

    @media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
        .ranking--tab_content .ranking--car::after {
            background-image: url(/img/aucnet/common/icon-arrow-right-key-color@3x.png);
        }
    }

    .ranking--tab_content .ranking--car::after {
        background-image: -webkit-image-set(url(/img/aucnet/common/icon-arrow-right-key-color.png) 1x, url(/img/aucnet/common/icon-arrow-right-key-color@2x.png) 2x, url(/img/aucnet/common/icon-arrow-right-key-color@3x.png) 3x);
        background-image: image-set(url(/img/aucnet/common/icon-arrow-right-key-color.png) 1x, url(/img/aucnet/common/icon-arrow-right-key-color@2x.png) 2x, url(/img/aucnet/common/icon-arrow-right-key-color@3x.png) 3x);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding-top: inherit;
        padding-bottom: inherit;
        width: 30px;
        height: 100%;
        content: "";
        margin-left: auto;
        background-size: 9px 15px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    @media (min-width: 577px) {
        .ranking--tab_content .ranking--car::after {
            background-size: 8px 15px;
        }
    }

    .ranking--tab_content .ranking--car.disabled::after {
        background-image: url(/img/aucnet/common/icon-arrow-right-gray.png);
    }

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .ranking--tab_content .ranking--car.disabled::after {
            background-image: url(/img/aucnet/common/icon-arrow-right-gray@2x.png);
        }
    }

    @media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
        .ranking--tab_content .ranking--car.disabled::after {
            background-image: url(/img/aucnet/common/icon-arrow-right-gray@3x.png);
        }
    }

    .ranking--tab_content .ranking--car.disabled::after {
        background-image: -webkit-image-set(url(/img/aucnet/common/icon-arrow-right-gray.png) 1x, url(/img/aucnet/common/icon-arrow-right-gray@2x.png) 2x, url(/img/aucnet/common/icon-arrow-right-gray@3x.png) 3x);
        background-image: image-set(url(/img/aucnet/common/icon-arrow-right-gray.png) 1x, url(/img/aucnet/common/icon-arrow-right-gray@2x.png) 2x, url(/img/aucnet/common/icon-arrow-right-gray@3x.png) 3x);
    }

    .ranking--tab_content .ranking--car--back-blue::after {
        background-image: url(/img/aucnet/common/icon-arrow-right-white-large.png);
    }

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .ranking--tab_content .ranking--car--back-blue::after {
            background-image: url(/img/aucnet/common/icon-arrow-right-white-large@2x.png);
        }
    }

    @media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
        .ranking--tab_content .ranking--car--back-blue::after {
            background-image: url(/img/aucnet/common/icon-arrow-right-white-large@3x.png);
        }
    }

    .ranking--tab_content .ranking--car--back-blue::after {
        background-image: -webkit-image-set(url(/img/aucnet/common/icon-arrow-right-white-large.png) 1x, url(/img/aucnet/common/icon-arrow-right-white-large@2x.png) 2x, url(/img/aucnet/common/icon-arrow-right-white-large@3x.png) 3x);
        background-image: image-set(url(/img/aucnet/common/icon-arrow-right-white-large.png) 1x, url(/img/aucnet/common/icon-arrow-right-white-large@2x.png) 2x, url(/img/aucnet/common/icon-arrow-right-white-large@3x.png) 3x);
        background-color: #25a9e0;
    }

    .ranking--tab_content .ranking--car--back-blue.arrow-down::after {
        background-image: url(/img/aucnet/common/icon-arrow-right-key-color.png);
    }

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .ranking--tab_content .ranking--car--back-blue.arrow-down::after {
            background-image: url(/img/aucnet/common/icon-arrow-right-key-color@2x.png);
        }
    }

    @media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
        .ranking--tab_content .ranking--car--back-blue.arrow-down::after {
            background-image: url(/img/aucnet/common/icon-arrow-right-key-color@3x.png);
        }
    }

    .ranking--tab_content .ranking--car--back-blue.arrow-down::after {
        background-image: -webkit-image-set(url(/img/aucnet/common/icon-arrow-right-key-color.png) 1x, url(/img/aucnet/common/icon-arrow-right-key-color@2x.png) 2x, url(/img/aucnet/common/icon-arrow-right-key-color@3x.png) 3x);
        background-image: image-set(url(/img/aucnet/common/icon-arrow-right-key-color.png) 1x, url(/img/aucnet/common/icon-arrow-right-key-color@2x.png) 2x, url(/img/aucnet/common/icon-arrow-right-key-color@3x.png) 3x);
        transform: rotate(90deg);
        background-size: 9px 16px;
        background-size: 15px 9px;
    }

    .ranking--tab_content .ranking--model {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .ranking--tab_content .ranking--item .ranking--no br {
        display: none;
    }

    .ranking--tab_content .ranking--item:nth-of-type(1),
    .ranking--tab_content .ranking--item:nth-of-type(2),
    .ranking--tab_content .ranking--item:nth-of-type(3) {
        width: 313px;
        margin-bottom: 30px;
    }

    .ranking--tab_content .ranking--item:nth-of-type(1) .ranking--no,
    .ranking--tab_content .ranking--item:nth-of-type(2) .ranking--no,
    .ranking--tab_content .ranking--item:nth-of-type(3) .ranking--no {
        padding-bottom: 11px;
    }

    .ranking--tab_content .ranking--item:nth-of-type(1) .ranking--no span,
    .ranking--tab_content .ranking--item:nth-of-type(2) .ranking--no span,
    .ranking--tab_content .ranking--item:nth-of-type(3) .ranking--no span {
        font-size: 17px;
        padding-left: 9px;
    }

    .ranking--tab_content .ranking--item:nth-of-type(2),
    .ranking--tab_content .ranking--item:nth-of-type(3) {
        margin-left: 2em;
    }

    .ranking--tab_content .ranking--item:nth-of-type(4),
    .ranking--tab_content .ranking--item:nth-of-type(5),
    .ranking--tab_content .ranking--item:nth-of-type(6),
    .ranking--tab_content .ranking--item:nth-of-type(7),
    .ranking--tab_content .ranking--item:nth-of-type(8) {
        width: 188px;
        margin-bottom: 34px;
    }

    .ranking--tab_content .ranking--item:nth-child(n + 5) {
        margin-left: 1em;
    }

    .ranking--tab_content .ranking--item:nth-of-type(9),
    .ranking--tab_content .ranking--item:nth-of-type(15) {
        margin-left: 0;
    }

    .ranking--tab_content .ranking--item:nth-child(n + 9) {
        width: 154px;
        margin-bottom: 34px;
    }
}

.ranking--item a {
    padding: 0;
}

@media (max-width: 576px) {
    .ranking--tab_content {
        border-bottom: #f5f5f5 15px solid;
    }

    .ranking--list {
        display: block;
        opacity: 0;
        height: 0;
        transition: all .3s ease;
        overflow: hidden;
    }

    .ranking--list.active {
        opacity: 1;
        height: auto;
    }

    .ranking--item a {
        padding: 8px 20px 8px 0;
        border-bottom: #e7e8e8 1px solid;
        display: flex;
        position: relative;
    }

    .ranking--item a span {
        display: block;
    }

    .ranking--item:last-of-type a {
        border-bottom: none;
    }

    .ranking--no {
        width: 53px;
        text-align: center;
        font-size: 14px;
    }

    .ranking--no span {
        display: inline-block !important;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .ranking--no img {
        width: 14px;
    }

    .ranking--img {
        margin-right: 14px;
        width: 63px;
        height: 47px;
        flex: 0 0 63px;
    }

    @media (max-width: 576px) {
        .ranking--img {
            width: 78px;
            height: 59px;
            flex: 0 0 78px;
        }
    }

    .ranking--img img {
        width: 100%;
    }

    .ranking--maker {
        font-size: 12px;
        color: #58595b;
        display: block;
    }
}

@media (min-width: 577px) {
    .ranking--list {
        opacity: 0;
        height: 0;
        transition: all .3s ease;
    }

    .ranking--list.active {
        opacity: 1;
        height: auto;
    }

    .ranking--list .ranking--item a {
        padding-right: 0;
    }

    .ranking--list .ranking--item a:after {
        width: 0;
    }

    .ranking--item a {
        display: block;
    }

    .ranking--no {
        text-align: center;
    }

    .ranking--no span {
        font-family: 'Roboto Condensed', sans-serif;
    }

    .ranking--no img {
        width: 24px;
        margin-bottom: -5px;
    }

    .ranking--img {
        line-height: 0;
    }

    .ranking--img img {
        width: 100%;
    }

    .ranking--car {
        background-color: #f5f5f5;
        padding: 7px 20px 7px 10px;
        position: relative;
    }

    .ranking--maker {
        color: #58595b;
        font-size: 12px;
    }

    .ranking--model {
        font-display: 13px;
    }
}







