@charset "EUC-JP";
#shop_reviews {
    margin-bottom: 35px;
    line-height: 1.6;
}

#shop_reviews .heaingStyleA{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0 30px;
    font-size: 20px;
    padding: 0 0 15px 0;
    background: none;
    font-weight: bold;
    border-bottom: 2px solid #dfdfdf;
    position: relative;
}
	
#shop_reviews .heaingStyleA:before{	
    content: "";
    display: block;
    width: 60px;
    border-bottom: 2px solid #e33c51;
    position: absolute;
    bottom: 0;
    margin-bottom: -2px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}
#reviewSwiper .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}	
#reviewSwiper .swiper-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}
#reviewSwiper .swiper-slide {
    flex-shrink: 0;
    width: 100% !important;
    height: auto !important;
}	
#shop_reviews .shop-review-carousel_total {
    float: left;
    width: 200px;
    margin-left: 45px;		
}
#shop_reviews	.shop-review-carousel_total_ttl {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
#shop_reviews .shop-review-carousel_total_star span {
    font-size: 40px;
    font-weight: bold;
    color: #E5111A;
    margin-right: 9px;
    display: inline-block;
    vertical-align: middle;
}
#shop_reviews .shop-review-carousel_total_star img {
    width: 16px;
    height: 15px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
}
#shop_reviews .shop-review-carousel_total_review {
    margin: 4px 0 0;
    width: 100%;
    border-top: 1px solid #D5D5D5;
    padding: 16px 14px 0 14px;
    border-spacing: 0;
    border-collapse: separate;
}
#shop_reviews .shop-review-carousel_total_review th {
    width: 132px;
    font-size: 12px;
    letter-spacing: -0.09em;
    text-align: left;
}
#shop_reviews .shop-review-carousel_total_review td {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    color: #E5111A;
}
#shop_reviews .shop-review-carousel_total_review tr:nth-child(n+2) th, #shop_reviews .shop-review-carousel_total_review tr:nth-child(n+2) td {
    padding-top: 5px;
}
#reviewSwiper  {
    position: relative;
    display: block;
    width: 560px;
    float: right;
    padding-right: 30px;
    margin: 0 0 0;
    height: 240px;
}
#reviewSwiperCore {
    width: 100% !important;
    height: 100%;
    overflow: hidden;
}
#reviewSwiper .shopCarItemBox {
    height: 100%;
    padding: 0 !important;
    background: #ffffff;
    display:flex;
}	
#reviewSwiper .shopCarItemBox .shopCarItem {
    width: 260px;
    margin-right: 20px;
    padding: 0;
    overflow: hidden;
}
#reviewSwiper .shopCarItemBox .shopReviewItem_ttl {
    height: 40px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
}
#reviewSwiper .shopCarItemBox .shopReviewItem_ttl a {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    color:#333333;
}	
#reviewSwiper .shopCarItemBox .shopReviewItem_head {
    margin-top: 8px;
}
#reviewSwiper .shopCarItemBox .shopReviewItem_head_img {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-right: 10px;
}
#reviewSwiper .shopCarItemBox .shopReviewItem_head_img img {
    display: block;
    width: 100%;
    border: 0;
    vertical-align: top;
}
#reviewSwiper .shopCarItemBox .shopReviewItem_head_ttl {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}
#reviewSwiper .shopCarItemBox .shopReviewItem_head_ttl span {
    font-size: 12px;
    font-weight: normal;
    display: block;
    line-height: 1;
}
#reviewSwiper .shopCarItemBox .shopReviewItem_star {
    margin-top: 8px;
}
#reviewSwiper .shopCarItemBox .shopReviewItem_star img {
    display: inline-block;
    width: 16px;
    height: 15px;
    margin-right: 4px;
}
#reviewSwiper .shopCarItemBox .shopReviewItem_star span {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #E5111A;
}
#reviewSwiper .shopCarItemBox .shopReviewItem_review {
    margin-top: 8px;
}
#reviewSwiper .shopCarItemBox .shopReviewItem_review_ttl {
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#reviewSwiper .shopCarItemBox .shopReviewItem_review_ttl span {
    margin-left: 10px;
    font-weight: bold;
    font-size: 12px;
}
.review-text-wrapper {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    line-height: 1.6;
    font-size: 14px;
    position: relative;
    padding-right: 75px;
}

.shopReviewItem_review_lead.truncated .review-text-wrapper::after {
    content: '...';
    position: absolute;
    right: 75px;
    bottom: 0;
    background: #ffffff;
    padding: 0 2px;
    z-index: 2;
    font-size: 14px;
    display: inline-block !important;
}

.shopReviewItem_review_lead.short-text .review-text-wrapper {
    -webkit-line-clamp: unset;
    margin-bottom: 22.4px;
    padding-right: 75px;
}
.shopReviewItem_review_lead.short-text .review-text-wrapper::after {
    display: none !important;
}

.shopReviewItem_review_lead > a {
    color: #0066cc;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.6;
    font-weight: normal;
    background: #ffffff;
    z-index: 3;
    width: 70px;
    text-align: right;
    float: right;
}

.shopReviewItem_review_lead > a:hover {
    text-decoration: none;
    color: #004999;
}
#reviewSwiper .shopCarItemBox .shopReviewItem_date {
    margin-top: 10px;
    font-size: 12px;
    color: #636363;
    clear: both;
    display: block;
}
#shop_reviews .jcarousel-next {
    background: url(https://img.goo-net.com/usedcar_shop/common_v2/img/icon_sprite.png) no-repeat 5px -128px;
    right: 25px;
}
#shop_reviews .jcarousel-prev {
    background: url(https://img.goo-net.com/usedcar_shop/common_v2/img/icon_sprite.png) no-repeat 0 -68px;
    left: -35px;
}
#shop_reviews .jcarousel-next, #shop_reviews .jcarousel-prev {
    width: 20px;
    height: 41px;
    cursor: pointer;
    position: absolute;
    top: 85px;
}
.shop_review_more a{
    color: #027ab5;
    text-decoration: none;
    padding-right: 20px;
}
#carSwiper .shopCarItem  a{
    text-decoration: none;
}
//-----------SP------------------
.whiteWrap.whiteWrap_review.shopReview_glide {
    padding: 0 1pc 10px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 30px !important;
    
}

.whiteWrap .tit_dtl {
    font-size: 24px;
    font-weight: 700;
    padding: 2pc 0 20px;
    background: 0;
    margin-bottom: 5px;
}

.whiteWrap .m-title_type2_border {
    margin: 0;
    height: 4px;
    display: block;
    background: #dcdcdc;
}

.whiteWrap .m-title_type2_border-blue {
    height: 100%;
    display: block;
    width: 60px;
    background: #e5111a;
}
.whiteWrap .evaluation_box {
    margin: 33px 0 0;
}
.whiteWrap .evaluate {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 25%;
    padding: 5px 0;
    font-size: 12px;
}
.whiteWrap .evaluate em {
    display: block;
    font-size: 33px;
    line-height: 1.1;
    color: #e00923;
    font-style: normal;
    font-weight: 700;
}
.whiteWrap .evaluation_detail {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 19px;
    width: 50%;
}
.whiteWrap .evaluation_point table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
}
.whiteWrap .evaluation_point th {
    box-sizing: content-box;
    width: 4.5em;
    padding: 5px;
    white-space: nowrap;
    font-weight: 400;
}
.whiteWrap .evaluation_point td {
    padding: 5px;
    color: #e00923;
    font-size: 14px;
    font-weight: 700;
}

.shopReview_glide .review_arrow {
    position: relative;
}
.shopReview_glide #prev_arrow {
    left: -17px;
    top: 0px;
}
.whiteWrap .glide_dir, .glide_dir:before {
    position: absolute;
    display: block;
}
.whiteWrap .glide_dir {
    font-size: 0;
    line-height: 0;
    z-index: 1;
    padding: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
}
.whiteWrap .glide_dir:nth-child(1):before {
    left: 4px;
    -webkit-transform: rotate(-180deg);
}
.whiteWrap .review_arrow .glide_dir:before {
    height: 320px;
}
.whiteWrap .glide_dir:before {
    content: "";
    width: 21px;
    height: 54px;
    background: url(//img.goo-net.com/common_v2/img/iphone/icon_carrousel_next.png) no-repeat center center;
    background-size: 21px 54px;
    top: 40%;
    text-indent: -9999px;
}
.shopReview_glide #next_arrow {
    right: -13px;
    top: 0px;
}
.shopReview_glide .glide__track {
    transition-property: height;
    transition-duration: 200ms;
    border-top: none;
    overflow: hidden;
}
.whiteWrap .glide__slides {
    position: relative;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}
.whiteWrap_review .shopReviewBox {
    margin-top: 28px;
}
.whiteWrap .glide__slide {
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}
.whiteWrap .shopReviewBox .revList {
    margin-bottom: 20px;
}
.whiteWrap_review .shopReviewBox .revList .post {
    padding: 0 0 20px;
    border: 0;
    border-bottom: 1px solid #f6f2f2;
    margin-bottom: 0;
    -webkit-border-radius: 5px 5px 0 0;
}
.whiteWrap .shopReviewBox .revList .post .reviewTtl {
    font-size: 1pc;
    font-weight: 700;
}
.whiteWrap_review .shopReviewBox .revList .post dl {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 10px;
    display: table;
}
.whiteWrap .shopReviewBox .revList .post .contributor {
    display: table-cell;
    margin-bottom: 10px;
    font-size: 14px;
}
.whiteWrap .shopReviewBox .revList .post .date {
    display: table-cell;
    font-size: 9pt;
    text-align: right;
}
.whiteWrap .shopReviewBox .revList .post p {
    font-size: 14px;
    line-height: 1.5;
}
.whiteWrap .shopReviewBox .revList .post .stars {
    margin-left: 10px;
    font-size: 1pc;
    color: red;
}
.whiteWrap .shopReviewBox .revList .post p span:not(.comment-text) {
    font-weight: 700;
}
.whiteWrap .shopReviewBox .revList .post .score {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 700;
    color: red;
}
.whiteWrap_review .shopReviewBox .revList .post .PurchasedCar {
    font-size: 14px;
    margin-top: 6px;
    margin-bottom :10px;
}
.whiteWrap_review .shopReviewBox .revList .post .PurchasedCar span {
    margin-left: 20px;
}
.PurchasedCar_comment {
    position: relative;
    display: block !important;
    line-height: 1.5 !important;
    font-size: 14px;
    width: 100%;
    max-height: 63px;
    min-height: 42px;
    overflow: hidden;
    box-sizing: border-box;
    word-break: break-all;
    font-weight: normal;
}

.PurchasedCar_comment::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 42px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    background: #ffffff;
    z-index: 1;
    box-sizing: border-box;
}

.PurchasedCar_comment > span.comment-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: start;
}

.PurchasedCar_comment > a {
    bottom: 0;
    right: 0;
    color: #0066cc;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.5;
    background: #ffffff;
    padding: 0 5px;
    z-index: 3;
    width: 70px;
    text-align: right;
    margin-top: 5px;
}

.PurchasedCar_comment > a:hover {
    color: #004999;
    text-decoration: none;
}
.PurchasedCar_comment > a span{
    float:right;
}
@media screen and (orientation: landscape) {
    .PurchasedCar_comment {
        width: 98% !important;
    }
    .PurchasedCar_comment::before {
        width: calc(100% - 70px) !important;
    }
}
.whiteWrap .glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .5);
    font-weight:700;
}	
.whiteWrap .link {
    font-weight: 700;
    font-size: 9pt;
    margin: 20px 0 0;
    text-align: right;
}
.whiteWrap .link a {
    padding: 0 28px 0 0;
    background: 0;
    position: relative;
    font-weight: 700;
}
.whiteWrap .link a:before {
    border: 0;
    width: 24px;
    height: 24px;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(https://img.goo-net.com/ln/icon_arrow.png);
    background-size: contain;
    margin: 0;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}
