.p-user-voice {
    margin-top: 20px
}

.p-user-voice__item {
    width: 50%;
    padding: 0 10px
}

.p-user-voice__link {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    align-items: center;
    color: var(--color-black);
    text-decoration: none;
    transition: opacity .4s ease
}

@media(hover: hover) {
    .p-user-voice__link:hover {
        opacity: .7
    }
}

.p-user-voice__image {
    position: relative;
    border: 1px solid var(--color-gray);
    border-radius: 8px;
    overflow: hidden;
    padding-top: 66.6666666667%
}

.p-user-voice__image img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 101%;
    height: auto;
    transform: translate(-50%, -50%)
}

.p-user-voice__date {
    font-size: 14px;
    color: var(--color-dark-gray)
}

.p-user-voice__title {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.p-user-voice__text {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.info__caution-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.swiper-slide {
    width: 150px
}

.c-slider {
    overflow: hidden
}

.c-slider .swiper:not(.swiper-initialized).slider-wrap[data-slide="3"] .swiper-slide {
    min-width: 315px
}


/* update */
.c-card__title {
	font-weight: 700
}

.c-slider__title {
    color: #000;
    display: block;
}

.c-slider__text small {
    font-size: 10px;
    display: block;
    line-height: 1.5;
}

.c-recommend-card__grid {
    flex-wrap: nowrap;
}

.c-recommend-card__image .js-type-star {
    text-align: right;
    display: block;
    font-size: 12px;
    line-height: 1;
}

.p-usersvoice_link__list {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* .p-user-voice__image span{
  position: relative;
} */


/* .p-user-voice__image > span {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-user-voice__image > span {
    width: 53.33vw;
  }
} */
@media screen and (min-width: 769px) {
    .recommend_link .l-container__inner{
        display: flex;
        }
    }
    @media screen and (max-width: 768px) {
    .recommend_link .l-container__inner .c-button-image-row:first-child{
        margin-bottom: 20px;
        }
    }
    
.info__caution-list em {
    font-style: normal;
}

.info__caution-list em {
    font-style: normal;
}

@media screen and (min-width: 769px) {
    .js-car-recommend .c-recommend-card {
        height: 100% !important;
    }
    .js-car-recommend .swiper-slide {
        height: auto !important;
    }
    .js-car-recommend .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -16px;
        align-items: stretch !important;
    }
}

@media screen and (max-width: 769px) {
    .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
        align-items: stretch !important;
    }
    .js-car-recommend .swiper-slide {
        height: auto !important;
    }
    .js-car-recommend .c-recommend-card {
        height: 100% !important;
    }
}


.color-red{
    color:#c00;
}


.c-mainvisual{
    position: relative;
}
@media screen and (min-width: 769px) {
    .c-mainvisual a.bnr{
        position: absolute;
        width: 21.25%;
        top: 46%;
        right: 7%;
        font-size: 0;
        line-height: 0;
    }
}

@media screen and (max-width: 768px) {
    .c-mainvisual a.bnr{
        position: absolute;
        width: 31%;
        top: 46%;
        right: 7.8%;
        font-size: 0;
        line-height: 0;
    }
}
.c-mainvisual a.bnr img{
    width: 100%;
    height: auto;
}



.c-box--attention{
    padding:40px 15px;
}
.attention-text{
    text-align: center;
    margin:0 auto;
}
.attention-text p{
    text-align: center;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .c-box--attention{
        padding:15px;
    }
}


.c-lineup__text{
    font-size: 12px;
}

.c-mainvisual picture{
	width: 100%;
}