/*レビューフォーム*/
div.review_flex{
    display: flex;
    justify-content: space-between;
}
div.review_flex div.product{
    width: 304px;
}
div.review_flex div.product div.product_img{
    margin-top:30px;
    margin-bottom: 28px;
}
div.review_flex div.product div.product_info ul li:nth-child(1){
    font-size: 14px;
    margin-bottom: 20px;
}
div.review_flex div.product div.product_info ul li:nth-child(2){
    font-size: 18px;
    margin-bottom: 30px;
}
div.review_flex div.product div.product_info ul li{
    font-size: 14px;

}
div.review_flex div#review_form_area{
    width: 678px;

}
input,
button,
select,
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
border: none;
border-radius: 0;
font: inherit;
outline: none;
}

textarea {
resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
cursor: pointer;
}

select::-ms-expand {
display: none;
}

div#review_form_area div.review_form{
    width: 100%;  
    margin: 0 auto 36px;         
}
div#review_form_area div.review_form p.form_required{
    text-align: right;
    font-size: 14px;  
    padding-right: 15px;         
}
div#review_form_area div.review_form dl{
    width: 100%;
    margin-bottom: 30px;
}
div#review_form_area div.review_form dt{
    font-size: 14px;
    margin-bottom: 16px;
}
div#review_form_area div.review_form dt.m_b{
    margin-bottom: 12px;
}
div#review_form_area div.review_form dt span{
    font-size: 14px;
}
div#review_form_area div.review_form dd{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
div#review_form_area div.review_form dd input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    color: #222;
    width: 100%;
    padding: 5px;
    border: 1px solid #dadada;
    height: 50px;
    box-sizing: border-box;
    font-size: 14px;
}
div#review_form_area div.review_form dd input[type="text"]:focus,div#review_form_area div.review_form dd textarea:focus{
    border: 1px solid #222;
}
div#review_form_area div.review_form dd textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    width: 100%;
    height: 200px;
    border: 1px solid #dadada;
    box-sizing: border-box;
    padding: 5px;
}
div#review_form_area div.review_form p.impression{
    background: #f4f4f4;
    color: #222;
    font-size: 14px;
    padding: 14px 20px;
    margin-bottom: 7px;
}
div#review_form_area div.review_form dl.review_radio{
    display: flex;
    border-top: 1px solid #dadada;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 24px 0;
}
div#review_form_area div.review_form dl.review_radio dt{
    width: 114px;
    box-sizing: border-box;
    border-right: 1px solid #dadada;
    margin-bottom: 0;
    padding: 10px 0px 10px 28px ;
}
div#review_form_area div.review_form dl.review_radio.last dt{
    border-right: none;
    width: 324px;
}
div#review_form_area div.review_form dl.review_radio.first{
    border-top: none;
}
div#review_form_area div.review_form dl.review_radio dd{
    font-size: 14px;
    justify-content: center;
    width: calc(100% - 114px);
    align-items: center;
    margin-bottom: 0;
    
}
div#review_form_area div.review_form dl.review_radio dd div.left{
    width: 95px;
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px;
    line-height: 26px;
}
div#review_form_area div.review_form dl.review_radio dd div.right{
    width: 95px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 13px;
    line-height: 26px;
}
div#review_form_area div.review_form dl.review_radio dd div.center1{
    margin-right: 50px;
    line-height: 18px;
}
div#review_form_area div.review_form dl.review_radio dd div.center2{
    line-height: 18px;
}
div#review_form_area div.review_form dl.review_radio dd input[type="radio"] {
    display: block;
    position: relative;
    left: 18px;
    z-index: 2;
    width: 26px;
    height: 26px;
}
div#review_form_area div.review_form dl.review_radio dd input[type="radio"]:focus {
    outline: none;
}

div#review_form_area div.review_form dl.review_radio dd input + label{
    padding-left: 20px;
    position:relative;
    margin-right: 30px;
}     

div#review_form_area div.review_form dl.review_radio dd input + label::before{
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #808080;
    border-radius: 50%;
    box-sizing: border-box;
}
div#review_form_area div.review_form dl.review_radio dd input:checked + label::before{
    border: 2px solid #808080;
}
div#review_form_area div.review_form dl.review_radio dd input:checked + label{
    color: #808080;
}
div#review_form_area div.review_form dl.review_radio dd input:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 7px;
    width: 10px;
    height: 10px;
    background: #808080;
    border-radius: 50%;
}   
div#review_form_area div.customer_review_form{
    margin-top: 25px;
}
div#review_form_area div.customer_review_form p.impression{
    background: #f4f4f4;
    color: #222;
    font-size: 14px;
    padding: 14px 20px;
    margin-bottom: 30px;
}
div#review_form_area div.customer_review_form p.form_required{
    text-align: right;
    font-size: 10px;           
}
div#review_form_area div.customer_review_form dt{
    font-size: 14px;
    margin-bottom: 6px;
}
div#review_form_area div.customer_review_form dd{
    margin-bottom: 20px;
}
div#review_form_area div.customer_review_form dd input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    color: #222;
    width: 100%;
    padding: 5px;
    border: 1px solid #dadada;
    height: 50px;
    box-sizing: border-box;
    font-size: 14px;
}
div#review_form_area div.customer_review_form dd input[type="text"]:focus,div#review_form_area div.review_form dd textarea:focus{
    border: 1px solid #222;
}
div.select select{
        
        width: 678px;
        height: 50px;
        font-size: 14px;
        text-align: center;
        background: #fff;
        box-sizing: border-box;
        padding-left: 10px; 
        margin-right: 7px;
        border: 1px solid #dadada;
    }
div.select div.selectbox{
        position: relative;
        display: inline-block;
    }
div.select div.selectbox span.arrow{
    position: absolute;
    top:40%;
    right: 25px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #747474;
    border-right: 1px solid #747474;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}
div.review_confirm_btn{
        background: #808080;
        width: 100%;
        margin-top: 50px;
    }
    div.review_confirm_btn button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        color: #fff;
        text-align:center;
        width: 100%;
        font-size: 14px;
        height: 58px;
        
    }
div.verification_window{
    width: 800px;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    height: 500px;
    border: 1px solid #dadada;
    background: #fff;
    z-index: 5;
    display: none;
}       
div.inner_verification_window{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    
}   
div.inner_verification_window p{
    text-align: center;
    font-size: 16px;
    color: #222;
    margin-bottom: 50px;
}
div.inner_verification_window button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        
        text-align:center;
        font-size: 14px;
        height: 58px;
        
    }
div.confirm_again{
    height: 50px;
    border: 1px solid #dadada;
    width: 678px;
    display: block;
    box-sizing: border-box;
    margin:0 auto 20px;
    
}
div.confirm_again button{
    width: 100%;
    line-height: 50px;
    height: 50px;
    margin: 0
    
}
div.send{
    height: 50px;
    background: #808080;
    width: 678px;
    display: block;
    box-sizing: border-box;
}
div.send button{
    color: #fff;
    width: 100%;
    line-height: 50px;
    height: 50px;
}
h2.title_review{
    font-size: 22px;
}
#mypage h2.title_review{
    font-size: 22px;
    border-bottom: none;    
}
#history_table ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:550px;
}
#history_table ul li:nth-child(1){
    width: 150px;
}
#history_table ul li:nth-child(2){
    width: 350px;
}
#history_table ul li:nth-child(2) p.brand_t01{
    font-weight: bold;
    margin-bottom: 28px;
    font-size: 12px;
}
#history_table ul li:nth-child(2) p.brand_t01 span{
    font-size: 16px;
}
#history_table ul li:nth-child(3){
    width: 160px;
}
#history_table ul li img{
    width: 100%;
    display: block;
}
a.add_review{
    background: #808080;
    color: #fff;
    display: flex; 
    width: 100%;
    height: 60px;
    border-radius: 5px;
    text-align: center;
    line-height: 1.4;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
a.del_review{
    background: #ffffff;
    color: #000;
    display: flex; 
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 50px;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
}

/*レビューボタン*/
/* a.add_review{
    background: #808080;
    color: #fff;
    display: block; 
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 18px 0 38px;
}
a.del_review{
    background: #ffffff;
    color: #000;
    display: block; 
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 18px 0 38px;
} */
/*-- 商品詳細ページ用 --*/
         
.arrow, .arrow_up{
    position: absolute;
    top: 19px;
    right: 10px;
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 18px;
    border-top: 1px solid #787878;
    border-right: 1px solid #787878;
}
div.reviewArea{
    margin-top: 40px;
}
div.reviewArea p.reference{
    font-size: 14px;
    margin-bottom: 20px;
}
div.review_sentence{
    border-top: 1px dashed #dbdbdb;
    padding: 27px 0;
}
div.review_sentence p{
/*    line-height: 1.0; */
    line-height: 160%;
    font-size: 14px;
    word-break: break-all;
}   
p.review_title{
    font-size: 18px;
    margin-bottom: 13px!important;
    font-weight: bold
}
div.reviewer{
    display: flex;
    align-items: center;
}
p.review_name{
    font-size: 12px;
    margin-bottom: 7px!important;
}
p.review_date{
    width:100px;
    color: #999;
    font-size: 12px!important;
    box-sizing: border-box;
    padding-left: 10px;
    margin-bottom: 7px!important;
}
div.review_info, div.review_item{
    display: flex;
}
p.review_gender::after,p.review_common_size::after, p.review_color::after, p.review_tall::after, p.review_weight::after, p.review_footsize::after, p.review_user_attribute::after{
    content: "|";
    padding: 0 5px;
}
div.review_info p, div.review_item p{
    margin-bottom: 7px!important;
}
div.review_place{
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.0;

}
p.review_text{
    line-height: 1.4!important;
}

/*　4/12新規追加　*/
div.staff_comment_block div.review_sentence p{
    word-break:normal;
}
div.staff_comment_block .reviewer_profile{
    width: 515px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
div.staff_comment_block .reviewer_profile_img{
    width: 93px;
}
div.staff_comment_block .reviewer_profile_img img{
    display: block;
    width: 100%;
    border-radius: 50%;
}
div.staff_comment_block div.reviewer_profile_info{
    width: 400px;
}
div.staff_comment_block div.reviewer_profile_info p.review_title span.title{
    padding-right: 10px;
    display: inline-block;
}
div.staff_comment_block div.reviewer_profile_info div.reviewer{
    flex-wrap: wrap;
    line-height: 1.2;
    align-items: center;
}
div.staff_comment_block div.reviewer_profile_info div.reviewer p{
    font-size: 12px;
}
div.staff_comment_block span.review_date{
    width:100px;
    color: #999;
    font-size: 12px!important;
    box-sizing: border-box;
    /* padding-left: 10px; */
    margin-bottom: 7px!important;
}
div.staff_comment_block p.review_name{
    margin-bottom: 0!important;
}
div.staff_comment_block p.review_name::after{
    content: "|";
    padding: 0 5px;
}
div.staff_comment_block div.review_item{
    margin-top: 5px;
}
div.staff_comment_block div.review_item p{
    font-size: 12px;
}


div.review_size_chart{
    width: 100%;
    border: 1px solid #dadada;
    border-bottom: none;
    margin-bottom: 40px;
    box-sizing: border-box;
    margin-top: 30px;
}
div.staff_review_size_chart{
    width: 100%;
    border: 1px solid #dadada;
    border-bottom: none;
    margin-bottom: 40px;
    box-sizing: border-box;
    margin-top: 5px;
}
div.staff_review_size_chart_slider, div.review_size_chart_slider{
    display: flex;
    justify-content: center;
    height: 76px;
    align-items: center;
    border-bottom: 1px solid #dadada;
}
div.staff_review_size_chart_slider div.title, div.review_size_chart_slider div.title{
    background: #f4f4f4;
    width: 18%;
    font-size: 14px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
div.staff_review_size_chart_slider div.slider, div.review_size_chart_slider div.slider{
    width: 82%;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
div.staff_review_size_chart_slider div.slider span, div.review_size_chart_slider div.slider span{
    display: block;
    height: 4px;
    width: 50%;
    background: #f4f4f4;
    margin: 0 10px;
    position: relative;
}
div.staff_review_size_chart_slider div.slider span::before, div.review_size_chart_slider div.slider span::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    position: absolute;
    border: 4px solid #808080;
    background: #fff;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
div[name="customAve1"] div.slider span::before{
    left: 0%;
}
div[name="customAve15"] div.slider span::before{
    left: 12.5%;
}
div[name="customAve2"] div.slider span::before{
    left: 25%;
}
div[name="customAve25"] div.slider span::before{
    left: 37.5%;
}
div[name="customAve3"] div.slider span::before{
    left: 50%;
}
div[name="customAve35"] div.slider span::before{
    left: 62.5%;
}
div[name="customAve4"] div.slider span::before{
    left: 75%;
}
div[name="customAve45"] div.slider span::before{
    left: 87.5%;
}
div[name="customAve5"] div.slider span::before{
    left: 100%;
}
div.staff_review_size_chart_slider div.slider div.select1, div.review_size_chart_slider div.slider div.select1{
    width: 25%;
    text-align: right;
    padding-right:5px;
}
div.staff_review_size_chart_slider div.slider div.select2, div.review_size_chart_slider div.slider div.select2{
    width: 25%;
    text-align: left;
    padding-left:5px;
}
div.review_grayArea{
    background: #f4f4f4;
    box-sizing: border-box;
    padding: 20px 40px; 
    margin-bottom: 35px;
    border: 1px solid #dadada;
    border-top: none;
}
dt.review_grayTitle{
    background: #f4f4f4!important;
    text-align: left!important;
    position: relative;
    border: 1px solid #dadada;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 40px;
    
}
dd.pre_review_grayArea{
    display: none;
}
div.review_grayArea div.formSearch{
    margin-bottom: 20px;
}
div.review_grayArea div.title{
    margin-bottom: 7px;
    font-size: 14px;
}

div.review_grayArea div.select{
    width: 100%;
}
div.review_grayArea div.select select{
    width: 100%;
    height: 40px;
    font-size: 14px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    margin-right: 7px;
    -webkit-appearance: none;
}
div.review_grayArea div.select select::-ms-expand {
    display: none;
}
div.select div.selectbox{
    position: relative;
    display: inline-block;
    width: 100%;
}
div.select div.selectbox span.arrow{
    position: absolute;
    top:40%;
    right: 25px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #747474;
    border-right: 1px solid #747474;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}
div.refine{
    background: #808080;
    width: 100%;
}
div.refine button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    text-align:center;
    width: 100%;
    font-size: 14px;
    height: 50px;
}
li.selected{
    border: 1px solid #e6e6e6!important;
    border-bottom: none;
    box-sizing: border-box;
    background: #fff!important;
    color: #000!important;
}
.review_detail_tab li.selected::after{
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: -1px;
    background: #fff;
}
li.hide{
    display: none;
}
.review_detail_tab{
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.review_detail_tab li{
    width: 148px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin-right: 10px;
    background: #808080;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid #808080;
    border-radius: 5px 5px 0 0;
    position: relative;
}
.review_detail_tab li::after{
    content: "";
    display: block;
    position: absolute;
    height: 0px;
}
.review_detail_tab li:hover{
    cursor:pointer;
}
.fa-chevron-down:before {
    content: "";  /* \f078 */
}
.fa-chevron-up:before {
    content: ""; /* \f077 */
}
#all_btn, #close_btn {
    border-top: 1px dashed #dbdbdb;
}
#all_btn button, #close_btn button{
    border: none;
    text-align:center;
    width: 100%;
    font-size: 14px;
    height: 50px;
    margin-top: 30px;
}
#all_btn .arrow{
    position: static;
    display: inline-block;
    margin: 3px 10px;
}
#close_btn .arrow_up{
    position: static;
    display: inline-block;
    margin: 0px 10px 0px 10px;
    transform: rotate(-45deg);
}

/*Thank you*/
div#review_thankyou{
    margin: 40px auto 0;
    text-align: center;
    font-size: 18px;    
}
div#review_thankyou p{
    margin-bottom: 40px;
}
 div#review_thankyou a{
    font-size: 14px;
}
.review_attention{
    margin:0 0 50px;
    text-align:center;
    font-size:12px;
}
.review_attention li{
    margin:0 0 5px;
    padding-left: 1em;
    text-indent: -1em;
}
.review_attention li:before{
     content:"※";
}

/*4/12 新規追加*/
p.staff_review_title{
    font-size: 14px;
    margin-top: 60px;
}


div.review_order{
    margin-bottom: 7px;
    padding-top: 10px;
}
div.review_order ul{
    display: flex;
    font-size: 13px;

}
div.review_order ul li:nth-child(1){
    padding-right: 10px;
}
div.review_order ul li:nth-child(2)::before{
    content: "|";
    padding-right: 10px;
}
div.review_order ul li a{
 color: #999;
}
div.review_order ul li a.active{
    
    text-decoration: none;
    color: #222;
}

p.reference{
    font-size: 13px!important;
    /* color: #808080; */
    margin-top: 40px;
    margin-bottom: 10px!important;
}
p.reference a{
    display: inline-block;
    margin-left: 1px;
    padding: 2px 5px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    font-size: 13px;
    line-height: 1.0;
    color: #222!important;
    text-decoration-color: #808080;
    
}
p.reference a span{
    text-decoration: underline;
}

/*20221117 もっとレビューを書く*/
div.more_review{
    background: #f4f4f4;
    box-sizing: border-box;
    padding: 52px 0px;
    margin-bottom: 50px;
}
div.more_review p{
    font-size: 16px;
    margin-bottom: 24px!important;
}
div.more_review ul{
    display: flex;
    width: 620px;
    margin:0 auto;
    justify-content: space-between;
}
div.more_review ul li{
    width: 300px;
}
div.more_review ul li a{
    background: #fff;
    color: #222222;
    display: block;
    width: 100%;
    text-align: center;
    padding: 13px 0;
    border: 1px solid #dadada;
    box-sizing: border-box;
    text-decoration: none;
    margin-bottom: 11px;
}