@charset "utf-8";
/* CSS Document */

/*レビュー*/
.review-container {
width: 100%;
max-width:1296px;
margin: 0 auto;
}

.reviewSliderWidget .reviewWebsiteRedirect_morebtn a {
    width: 100%;
    max-width: 240px;
    padding: 0 40px;
    line-height: 46px;
    color:#812C31;
    font-size: 1.3rem;
    border: 1px solid #d1c290;;
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

.reviewSliderWidget .reviewWebsiteRedirect_morebtn a:hover {
    width: 100%;
    max-width: 240px;
    padding: 0 40px;
    line-height: 46px;
    color:#812C31;
    font-size: 1.3rem;
    border: 1px solid #d1c290;;
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    opacity: 0.6;
}


.reviewSliderWidget .reviewProductName a {
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 4; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
    color: #3d76b4;
    line-height: 1.6;
}

.reviewSliderWidget .singleReview_name {
    margin-right:20px;
    display:inline-block;
    width:auto;
}

p.singleReview_date {
text-align: right!important;
padding: 0!important;
}

.mart50 {
margin-top: 50px;
}

.review-container {
margin-top: 100px!important;
}

.product .reviewWidget_title {
padding-left:;
}

.site .reviewWidget_title {
padding-left:;
}

.product .reviewWidget_title::before {
  content: "商品";
}

.site .reviewWidget_title::before {
  content: "サイト";
}
@media (max-width: 767px) {
.review-container {
margin-top: 30px!important;
}
}

