@charset "UTF-8";


/*******************************

お客様の声　Css

*******************************/

.page #hero {
    border-top-color: #e07c7e;
    padding-bottom: 20px;
    background: #faedec;
    border-bottom: none;
}

section {
    margin-bottom: 80px;
    overflow: hidden;
}


/*-----------------------------
評価
-------------------------------*/

.value .rate {
    font-size: 18px;
    font-weight: normal;
    margin-right: 0;
}

.value .rate:before {
    display: none;
}

.value .rate:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 21px;
    background: url(../../assets/images/common/sprite_star@2x.png) no-repeat;
    background-size: 100px auto;
    background-position: left top;
    margin-left: 10px;
}

.value .rate.rate0:after {
    background-position: left -109px;
}

.value .rate.rate1:after {
    background-position: left -87px;
}

.value .rate.rate2:after {
    background-position: left -65px;
}

.value .rate.rate3:after {
    background-position: left -43px;
}

.value .rate.rate4:after {
    background-position: left -21px;
}

.value .rate.rate5:after {
    background-position: left top;
}


/*******************************

お客様の声ブロックCss

*******************************/

.box_voice {
    width: 730px;
    float: right;
    overflow: hidden;
    padding-top: 0;
}

.box_voice .list_voice {
    margin: 0 auto;
    border-bottom: 1px dotted #b2b2b2;
}

.box_voice .list_voice .item {
    width: 100%;
    max-width: 365px;
    margin-bottom: 20px;
}

.box_voice .list_voice .item:nth-child(odd) {
    float: left;
}

.box_voice .list_voice .item:nth-child(even) {
    float: right;
}

.box_voice .list_voice .item a {
    background: #fffcf5;
    border: 3px solid #e07c7e;
    border-radius: 15px;
}

.box_voice .list_voice .item a .photo {
    width: 130px;
    height: 130px;
    margin: 0;
    float: right;
}

.box_voice .list_voice .item a time {
    font-size: 14px;
    color: #e07c7e;
}

.box_voice .list_voice .item a .txt {
    clear: both;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {

    .box_voice {
        width: 100%;
        float: none;
    }

    .box_voice .list_voice {
        text-align: center;
    }

    .box_voice .list_voice .item {
        float: none!important;
        display: inline-block;
        text-align: left;
    }

}
