

.voice-allcontents{
    padding: 30px 5% 140px;
    margin-top: 20px;
    background-color: var(--dark-white);
}


.voice-subtitle{
    margin:0 0 30px  ;
    text-align: center;
}
.voice{

    max-width: 540px;
    margin:0 auto 40px;
}
.voice-content{
    width: var(--sp-content-width);
    width: 90%;
    border-radius: 10px;
    background-color: var(--white);
    margin:0 auto 40px;
    padding-bottom: 30px ;
}
.voice-content-topimg{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    
}
.voice-content-topimg-img{
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 10px;
}
.voice-content-topimg-imgexplanation{
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    background-color: var(--dark-blue);
    opacity: .8;
}
.voice-content-topimg-imgexplanation-name{
    opacity: 1;
    color: white;
    font-size: 16px;
    font-weight: bold;


}
.voice-content-topimg-imgexplanation-shop{
    margin-left: auto;
    opacity: 1;
    color: var(--white);
    font-size: 12px;
    padding: 2px 4px;
    border: 1px solid var(--white);

}
.voice-content-customervoice{
    margin:0 20px 10px 20px;
}
.voice-content-salespersonimg{
    width: 90%;
    margin:0 auto 10px;
}
.voice-content-salespersonimg-img{
    width: 60px;
    height: 60px;
}
.voice-content-salespersonimg-imgexplanation{
    margin-left: 16px;
    font-weight: bold;
}
.voice-content-salespersonvoice{
    margin : 0 20px;
}

.voice-moreview{
    display: block;
    text-align: center;
    width: 90%;
    max-width: 540px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    box-shadow: 0 2px 10px #33333326;
    margin:0 auto ;
    background-color: var(--white);
    cursor: pointer;
    font-weight: bold;
}

.voice-breadcrumbs{
    margin-top: 100px;

}
