.recent_gardes_car-img {
    width: 27.92%;
    margin: 0;
    padding: 0;
    margin-right: 23px;
    transition: 0.2s;
}
.recent_gardes_car-img img {
    width: 100%;
    vertical-align: middle;
}
.recent_gardes_car-title {
    color: #1322ED;
    font-size: 100%;
    text-align: center;
    font-weight: bold; 
    width: 136px;
}
.recent_gardes_car-release-date {
    font-size: 100%;
    text-align: center;
    font-weight: bold; 
    width: 136px;
}
.recent_gardes_grade-nm {
    font-size: 100%;
    text-align: center;
    width: 136px;
    margin: 0 auto;
}
.recent_gardes_nenpi-jc08{
    display: flex;
    margin: auto;
} 
.nenpi-jc08-icon {
	font-size: 12px;
	color: #0f9a8f;
	padding: 3px 7px;
	display: inline-block;
	border: 1px solid #0f9a8f;
	border-radius: 2px;
	line-height: 1;
}


@media screen and (min-width: 769px){
    .recent_gardes_car-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
    }
    .recent_gardes_car-item{
        border: 1px solid #D5D5D5;
        padding-bottom: 14px;
        margin-bottom: 10px;
        width: 180px;
        flex-shrink: 0;
        margin-right: 10px;
        box-sizing: border-box;
        transition: 0.2s;
    }
    .recent_gardes_car-item:hover{
        opacity: 0.4;
    }
    .recent_gardes_car-img {
        width: 136px;
        margin: 20px auto 10px auto;    
    }
    .recent_gardes_car-release-date {
        font-size: 100%;
        text-align: center;
        font-weight: bold; 
        width: 136px;
        margin: 0 auto;
    }
    .recent_gardes_car-title{
        margin: 0 auto;
    }
    .recent_gardes_grade-nm {
        font-size: 100%;
        text-align: center;
        width: 136px;
        margin: 0 auto;
    }
    .recent_gardes_nenpi-jc08{
        display: flex;
        justify-content: center;
    } 
    .nenpi-jc08-icon {
        font-size: 12px;
        color: #0f9a8f;
        padding: 3px 7px;
        display: inline-block;
        border: 1px solid #0f9a8f;
        border-radius: 2px;
        line-height: 1;
    }
    .nenpi-jc08-value{
        padding: 3px 3px;
        font-size: 14px;
        font-weight: bolder;
        line-height: 1;
    }
    .nenpi-jc08-unit{
        line-height: 1;
        line-height: 1;
        padding: 4px 0px 1px 0px;        
    }
    
}
@media screen and (max-width: 768px){
    .recent_gardes_car-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        flex-direction: column;
        padding-left: 10px;
    }
    .recent_gardes_car-item{
        flex-shrink: 0;
        margin-right: 10px;
        box-sizing: border-box;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #D5D5D5;
        margin-bottom: 0;
        padding: 16px 0 16px 14px;
    }
    .recent_gardes_car-link {
        display: flex;
        align-items: center;
    }
    .recent_gardes_car-info{
        display: block;
    }
    .recent_gardes_car-release-date {
        font-size: 100%;
        text-align: left;
        font-weight: bold; 
    }
    .recent_gardes_car-title {
        text-align: left;
        width: 100%;
    }
    .recent_gardes_grade-nm {
        font-size: 100%;
        text-align: left;
        width: 100%;
    }
    .recent_gardes_nenpi-jc08{
        display: flex;
        justify-content: left;
    } 
    .nenpi-jc08-icon {
        font-size: 12px;
        color: #0f9a8f;
        padding: 3px 7px;
        display: inline-block;
        border: 1px solid #0f9a8f;
        border-radius: 2px;
        line-height: 1;
    }
    .nenpi-jc08-value{
        padding: 3px 3px;
        font-size: 14px;
        font-weight: bolder;
        line-height: 1;
    }
    .nenpi-jc08-unit{
        line-height: 1;
        line-height: 1;
        padding: 4px 0px 1px 0px;        
    }

}

