@charset "UTF-8";

/*
商品ページ口コミ
*/
#product_review_area {
    border-top: 2px solid #ccc;
    padding-top: 40px;
}

#product_review_area li {
    list-style: none;
    margin-top: 30px;
    border: 1px solid #f1f0ec;
    border-radius: 5px;
    padding: 24px 20px;
}

#product_review_area .review_list .recommend_level {
    color: #a98948 !important;
}

#product_review_area .review_list li{
    word-break: break-all;
}

#product_review_area li p.review-comment {
    font-size: 15px;
    margin-bottom: 1em;
}

#product_review_area li p.review-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: .5em;
}

#product_review_area .review_list .review_date {
    font-size: 14px;
    margin: 0 0 .5em;
}

#product_review_area span.recommend_name {
    font-weight: bold;
    margin: 0 0 .25em;
    display: block;
    font-size: 14px;
}

#product_review_area .review_reply span {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: .35em;
    display: block;
}

#product_review_area .review_reply p {
    font-size: 14px;
}

.review-link a {
    height: inherit;
    line-height: 1;
    background: #999999;
    border-radius: 3px;
    padding: .75em 1em;
    font-size: 16px;
    margin-bottom: 1em;
    font-weight: 500;
    color: white;
    display: block;
    text-align: center;
}

#product_review_area .recommend_title .recommend_average {
    color: #a98948;
    margin-right: 1em;
}

#product_review_area .recommend_title span {
    font-size: 15px;
}

#product_review_area p.review-none {
    font-size: 14px;
    text-align: center;
    padding: 30px 0 50px;
}

@media(max-width:767px) {
    .recommend_title h4 {
        font-size: 19px;
    }

    #product_review_area li p.review-comment {
        font-size: 13px;
    }

    .review-link a {
        font-size: 14px;
    }
}

/*
口コミ投稿ページ
*/
#page_product_review_index .ec-registerRole__actions button.ec-blockBtn--action {
    color: white;
    background: #333;
    border-color: #333;
    font-weight: 300;
    height: inherit;
    line-height: 1;
    padding: 1em;
    font-size: 14px;
    border-radius: 3px;
    transition: all .2s ease;
    white-space: pre-wrap;
}

#page_product_review_index .ec-registerRole__actions button.ec-blockBtn--cancel {
    color: #333;
    background: white;
    border-color: #333;
    font-weight: 300;
    height: inherit;
    line-height: 1;
    padding: 1em;
    font-size: 14px;
    border-radius: 3px;
    transition: all .2s ease;
    white-space: pre-wrap;
}

#page_product_review_index .ec-registerRole__actions a {
    color: #333;
    background: white;
    border-color: #333;
    font-weight: 300;
    height: inherit;
    line-height: 1;
    padding: 1em;
    font-size: 14px;
    border-radius: 3px;
    transition: all .2s ease;
    white-space: pre-wrap;
}

#page_product_review_index .ec-registerRole__actions {
    margin-bottom: 50px;
}

/*
レビュー投稿画面
*/
#review-form p.ec-para-nomal {
    margin-bottom: 1em;
}

#review-form .ec-borderedDefs dl {
    flex-wrap: wrap;
}

#review-form .ec-borderedDefs dt {
    width: 100%;
    padding-top: 0;
}

#review-form .ec-borderedDefs dt label {
    font-size: 14px;
}

#review-form .ec-borderedDefs dd {
    width: 100%;
}

#review-form .ec-borderedDefs dl.review-product-name {
    display: flex;
    flex-wrap: nowrap;
}

#review-form .ec-borderedDefs dl.review-product-name dt {
    width: 100px;
    margin-bottom: .5em;
}

#review-form .ec-borderedDefs dl.review-product-name dd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 1em;
    line-height: 1.3;
    font-size: 15px;
}

#review-form .ec-borderedDefs textarea {
    margin-bottom: 1em;
}

#review-form .ec-borderedDefs .name-sama {
    position: relative;
}

#review-form .ec-borderedDefs .name-sama:after {
    position: absolute;
    content: "さん";
    right: -30px;
    top: -5px;
}

@media(min-width:768px) {
    #review-form .ec-off1Grid .ec-off1Grid__cell {
        width: 66.33333%;
    }

    #review-form .ec-off1Grid .ec-off1Grid__cell {
        margin-left: 17.33333%;
    }
}

#product_review_recommend_level {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 44px;
    padding-top: 34px;
}

#product_review_recommend_level span {
    text-shadow:
        #dcba74 1px 1px 0, #dcba74 -1px -1px 0,
        /*右下、左上*/
        #dcba74 -1px 1px 0, #dcba74 1px -1px 0,
        /*右上、左下*/
        #dcba74 0px 1px 0, #dcba74 0 -1px 0,
        /*右、左*/
        #dcba74 -1px 0 0, #dcba74 1px 0 0;
    /*上、下*/
}

#product_review_recommend_level input[type='radio'] {
    display: none;
}

#product_review_recommend_level label {
    position: relative;
    padding: 10px 10px 0;
    color: white;
    cursor: pointer;
    font-size: 50px;
    padding: 0;
    margin: 0;
    font-size: 35px;
    left: 0 !important;
    letter-spacing: 11px;
}

#product_review_recommend_level input[type='radio']:checked~label {
    color: #a98948;
}

/*
レビュー確認画面
*/

#review-form-confirm p.ec-para-nomal {
    margin-bottom: 1em;
}

#review-form-confirm .ec-off4Grid .ec-off4Grid__cell {
    width: 100%;
    margin-left: 0;
}

#review-form-confirm .ec-borderedDefs dl {
    flex-wrap: wrap;
}

#review-form-confirm .ec-borderedDefs dl.review-label-recommend dd {
    color: #a98948;
    font-size: 24px;
    letter-spacing: .25em;
}

#review-form-confirm .ec-borderedDefs dt {
    width: 100%;
    padding-top: 0;
    margin-bottom: .5em;
}

#review-form-confirm .ec-borderedDefs dd {
    width: 100%;
    line-height: 1.41;
    margin-bottom: .75em;
}

@media(min-width:768px) {
    #review-form-confirm .ec-off1Grid .ec-off1Grid__cell {
        width: 66.33333%;
    }

    #review-form-confirm .ec-off1Grid .ec-off1Grid__cell {
        margin-left: 17.33333%;
    }
}

/*
レビュー完了画面
*/
#review-form-complete .ec-off3Grid .ec-off3Grid__cell {
    width: 100%;
    margin-left: 0;
}

#review-form-complete .ec-off3Grid .ec-off3Grid__cell a.ec-blockBtn--cancel {
    height: inherit;
    line-height: 1;
    background: white;
    border-radius: 3px;
    padding: 1em;
    font-size: 12px;
    margin-bottom: 1em;
    font-weight: 500;
    border-color: #333;
    color: #333;
}