.tt-vehicle{
    font-size: 30px;
    color: #448E38;
    font-family: A-OTF-R;
    display: flex;
    padding: 0 20px 30px;
    padding-left: 40px;border-bottom: 1px solid #707070;
    align-items: center;
    line-height: 130%;flex-wrap: wrap;position: relative;}
.tt-vehicle span{
    font-size: 12px;
    color: #CCCCCC;
    font-family: A-OTF-R;
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.tt-vehicle span::before, .tt-vehicle::before{
    content: '';
    border-top: 1px solid #CCCCCC;
    height: 1px;
    width: 20px;
    margin-right: 10px;
    display: block;
}
.tt-vehicle::before{
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/vehicle/ic-arr.png');
    width: 12px;
    height: 12px;
    border-top: 0;
    margin-right: 10px;
    position: absolute;
    top: 15px;
    left: 20px;
}
.c-list-vehicle{
    padding: 30px 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.c-list-vehicle .c-item{
    width: 23.1%;
    margin-right: 2.5%;
}
.c-list-vehicle .c-item:nth-of-type(4n){
    margin-right: 0;
}
@media(max-width: 768px){
    .tt-vehicle span{
        width: 100%;
        margin-left: 0;
    }
}
@media(max-width: 580px){
    .c-list-vehicle .c-item {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
	.c-list-vehicle .c-item:nth-of-type(2n){
		margin-right: 0;
	}
	.tt-vehicle{
		font-size: 22px;
		padding-bottom: 15px;
	}
	.tt-vehicle::before{
		top: 10px;
	}
}