@charset "utf-8";
.voice_list {
    max-width: 1000px;
    margin: 0 auto;
}

.voice_cont-img img {
    width: 100%;
    height: auto;
}

.treatment-text {
    font-size: 1.5rem;
}
.treatment {
    font-weight: normal;
    padding-bottom: 10px;
}
.customer_name {
    font-size: 2rem;
    padding-right: 1rem;
    color: #e95293;
    letter-spacing: 4px;
}
.voice_head {
    font-weight: normal;
    padding: 0px 0px 10px 0px;
}
.staff_name {
    font-size: 1.2rem;
}
.voice_list li:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: dotted 2px;
}
.voice_cont-text p {
    line-height: 2;
}
.voice_head:before {
    content: url(../images/common/head_icon.png);
    padding-right: 5px;
}
h3.voice_title {
    font-size: 24px;
    color: #e04f8d;
}
/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
 @media screen and (min-width: 741px) {
     .voice_cont-img {
        width: 50%;
        float: left;
    }
    .voice_cont-text {
        width: 50%;
        float: left;
        padding-left: 40px;
        box-sizing: border-box;
    }
 }

 /* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
 @media screen and (max-width: 740px) {
     .voice_cont-img {
        padding-bottom: 20px;
    }
 }