@charset "utf-8";

.grecaptcha-badge { visibility: hidden; }

/* CF7戻るボタンカスタマイズ */
#mailform_box.check-out .tr.submit-wrapper{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
#mailform_box.check-out .tr.submit-wrapper .td{
    width: 45%;
}

#mailform_box.check-out .wpcf7-previous{
    color: rgb(255, 255, 255);
    background-color: rgb(0, 71, 157);
    border: solid 1px rgb(0, 71, 157);
    position: relative;
    display: block;
    width: 100%;
    height: 15vw;
    cursor: pointer;
    margin: 0;
    font-size: 1.8rem;
    font-weight: bold;
    border: none;
}
.WT #mailform_box.check-out .wpcf7-previous{
    height: 64px;
}
#mailform_box.check-out .wpcf7-previous:hover{
    color:rgba(255,255,255,0.8);
    background-color:rgba(0, 71, 157, 0.8);
    border:solid 1px rgba(0, 71, 157, 0.8);
}
#mailform_box.check-out input[type="submit"] {
    width: 100%;
    margin: 0;
}
#mailform_box.check-out .tr.ck .td>p{
    border-bottom: 1px solid rgb(118, 118, 118);
    padding: 4px;
    
}

/*//////////////////////////////////////////////*/
/* 「お客様の声」ページCSS */
/*//////////////////////////////////////////////*/
/* 全体 */
.reviews-list{
    margin-bottom: 110px;
}
/* ヘッダー見出し */
#review_page .title_box {
    margin: 0 auto;
}
/* フォント */
.review-archive p{
    padding: 8px;
}
.review-comment>p,
.product-list li
 {
    font-size: clamp(1.2rem, 1.2vw, 1.6rem);
}
.review-archive .head{
    font-size: clamp(1.4rem, 1.3vw, 1.8rem);
    border-bottom: 1px solid #d3d3d3;
    font-weight: 600;
}
.review-item {
    padding: 48px 24px;
    margin-bottom: 64px;
    border-bottom: 1px dotted #bfbaba;
}

.review-details {
    width: 100%;
    display: flex;
    margin-bottom: 36px;
}
.review-image {
    width: 30%;
    aspect-ratio: 5 / 5;
    margin-right: 4%;
    box-shadow: 0 0 14px #3333335e;
}
.review-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}
.product-list {
    width: 100%;
    margin-left: 30px;
    padding: 0;
    list-style-type: decimal;
}

.product-list li {
    margin-bottom: 8px;
}

.review-comment {
    width: 66%;
}
.review-buyitems-sp,
.review-comment-sp{
    display: none;
}
/*//////////////////////////////////////////////*/
/* ここまで「お客様の声」ページCSS */
/*//////////////////////////////////////////////*/

@media screen and (min-width: 960px) and (max-width: 1279px){
    /*「お客様の声」ページCSS */
    .review-item{
        padding: 3.75vw 3vw;
    }
    .review-image{
        width: 25%;
        margin-right: 6%;
    }
    .review-comment {
        width: 69%;
    }
}
@media screen and (min-width: 641px) and (max-width: 959px){
    /* CF7戻るボタンカスタマイズ */
    #mailform_box.check-out .wpcf7-previous{
        height: 64px;
    }
    /*「お客様の声」ページCSS */
    .review-item{
        padding: 3.75vw 2vw;
        margin-bottom: 5vw;
    }
}

@media only screen and (min-width: 1280px) {
    /* CF7戻るボタンカスタマイズ */
    #mailform_box.check-out .wpcf7-previous{
        height: 64px;
    }
    /*「お客様の声」ページCSS */
    #review_page .inner {
        width: 960px;
    }
}
@media only screen and (max-width: 640px) {
    /*「お客様の声」ページCSS */
    .review-details{
        display: flex;
        margin-bottom: 4vw;
    }
    .review-comment{
        width: 100%;
    }
    .review-image{
        width: 50%;
        max-width: 200px;
        height: 200px;
        margin-left: 4%;
    }
    .WSP .review-buyitems,
    .WSP .review-comment{
        display: none;
    }
    .review-buyitems-sp,
    .review-comment-sp{
        display: block;
    }
    .review-buyitems-sp{
        width: 66%;
    }
    .review-comment-sp{
        padding-left: 2vw;
    }
    .review-comment-sp p {
        font-size: clamp(1.0rem, 1.2vw, 1.6rem);
    }
    .review-archive .head{
        padding-top: 0;
    }
}