@media (min-width: 769px) {
    .usedcar_detail-list {
        width: 100%;
        display: grid;
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(5, 1fr);
        column-gap: 2.4%;
    }
    .usedcar_detail-item {
        width: 160px;
        margin-bottom: 25px;
        transition: 0.2s;
    }
    .usedcar_detail-item:hover {
        opacity: 0.5;
    }
    .usedcar_detail-image img {
        width: 160px;
    }
    .usedcar_detail-data {
        font-size: 11px;
        height: auto;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 3px;
    }
}
@media (max-width: 768px) {
    .usedcar_detail-list {
        display: flex;
        overflow: scroll;
        margin-right: 20px;
    }
    .usedcar_detail-item {
        width: 136px;
        margin-right: 20px;
        padding-top: 20px;
        padding-bottom: 8px;
    }
    .usedcar_detail-item:first-child {
        margin-left: 20px;
    }
    .usedcar_detail-image img {
        width: 136px;
    }
    .usedcar_detail-data {
        height: auto;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        margin-top: 12px;
    }
    .unit_year {
        padding-left: 12px;
    }
    .unit_kilo {
        padding-left: 9px;
    }
}
.usedcar_detail-link {
    display: inline-block;
    width: 100%
}
.usedcar_detail-text {
    margin-top: 2px;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 16px;
    height: 31px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: Roboto,Meiryo,"MS PGothic","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
}
.usedcar_detail-data dt {
    font-size: 11px;
    margin-top: 4px;
    width: 45px;
    font-family: Roboto,Meiryo,"MS PGothic","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
}
.usedcar_detail-data dl {
    line-height: 1.2;
    font-size: 11px;
    font-family: Roboto,Meiryo,"MS PGothic","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
}
.font_l {
    font-size: 120%;
    font-weight: 700;
    vertical-align: baseline;
    margin-right: 2px;
    font-family: Roboto,Meiryo,"MS PGothic","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
}
.color_red {
    color: red;
}
.font_weight_plus {
    font-weight: 700;
}
.font_size_lower {
    font-size: 80%;
}
a.usedcar_detail-link {
    text-decoration: none;
    color: #333;
}
