@charset "UTF-8";
.customer_reviews_wrap {
    margin:0
}
.customer_reviews {
    /*
    font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    */
    box-sizing: border-box;
    width: 100%;
    background: #E4ECF9;
    padding: 0;
}
.customer_reviews h1, h2, h3, h4, p, figure, blockquote, dl, dd, ul {
    margin-block-start: 0;
    margin-block-end: 0;
    margin: 0;
}
.customer_reviews h1, h2, h3, h4, p, button, input, label {
    line-height: 1;
}
.customer_reviews .main_ttl_wrap {
    text-align: center;
}
.customer_reviews .main_ttl {
    display: inline-block;
    position: relative;
    color: #EC7A00;
    font-size: 24px;
    margin-left: 40px;
    margin-bottom: 50px;
    display: none;
}
.customer_reviews .main_ttl:before {
    position: absolute;
    content: "";
    background-image: url(../images/icons/reviews_icon.svg);
    width: 34px;
    height: 27px;
    left: -25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    transform: translate(-50%, -50%);
}
.customer_reviews .reviews_split {
    display: grid;
    grid-template-columns: 38% 62%;
    column-gap: 10px;
    margin-right: 10px;
}
.customer_reviews .reviews_wrap {
    background: #fff;
}
.customer_reviews .ttl_wrap {

    display: grid;
    grid-template-rows: max-content max-content;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 108px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.customer_reviews .ttl_wrap.chart {
    position: relative;
    z-index: 3;
}
.customer_reviews .ttl_wrap.voice {
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: repeat(2,max-content);
    grid-row-gap: 5px;
    padding: 0 6.5%;
}
.customer_reviews .ttl {
    font-size: 20px;
    line-height: 1.3;
}
.customer_reviews .chart_wrap {
    margin: 0 0 40px;
    overflow: hidden;
}
.customer_reviews .chart_box {
    margin: -38px -35px 0 -35px;
}
.customer_reviews .chart_positon {
    width: 100%;
    height: 400px;
    display: grid;
    grid-template-columns: max-content;
    align-content: center;
    justify-content: center;
}
.customer_reviews .good_ratio {
    margin: -50px 0 30px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: max-content;
    justify-content: center;
    grid-row-gap: 10px;
    text-align: center;
}
.customer_reviews .good_ratio_score {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
}
.customer_reviews .good_ratio_txt {
    margin-top: 2px;
}
.customer_reviews .good_ratio_num {
    color: #EC7A00;
    font-size: 38px;
    margin-left: 6px;
}
.customer_reviews .good_ratio_note {
    font-size: 13px;
    line-height: 1.4;
}
.customer_reviews .chart_rating {
    padding-left: 0;
    display: grid;
    grid-template-columns: max-content;
    justify-content: center;
    grid-row-gap: 10px;
}
.customer_reviews .chart_rating li {
    list-style: none;
    font-size: 15px;
}
.customer_reviews .chart_rating li::before {
    background: #777;
    border-radius: 50%;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: -3px;
    margin-right: 8px;
    vertical-align: middle;
}
.customer_reviews .chart_rating .rating_01::before {
    background: #F2890C;
}
.customer_reviews .chart_rating .rating_02::before {
    background: #F8C301;
}
.customer_reviews .chart_rating .rating_03::before {
    background: #0D9715;
}
.customer_reviews .chart_rating .rating_04::before {
    background: #0E64C9;
}
.customer_reviews .chart_rating .rating_05::before {
    background: #9F00AB;
}
.customer_reviews .latest {
    color: #777;
    font-size: 13px;
}
.customer_reviews .updated {
    font-size: 13px;
    font-weight: normal;
}
.customer_reviews .ttl_wrap.voice .ttl {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}
.customer_reviews .ttl_wrap.voice .updated {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}
.customer_reviews .ttl_wrap.voice .latest {
    grid-row: 2 / 3;
    grid-column: 3 / 4;
    justify-self: end;
}
.customer_reviews .voice_item_wrap {
    width: 100%;
    height: 590px;
    margin-bottom: 30px;
    overflow: scroll;
}
.customer_reviews .voice_item {
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    margin: 25px 6.5% 0 6.5%;
}
.customer_reviews .voice_split {
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: space-between;
    margin-bottom: 15px;
}
.customer_reviews .voice_rating {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
}
.customer_reviews .voice_rating_star {
    margin: 0;
    color: #DBAF38;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
}
.customer_reviews .voice_rating_txt {
    margin-left: 8px;
    margin-top: 2px;
    color: #DBAF38;
    font-size: 15px;
    font-weight: bold;
}
.customer_reviews .voice_date {
    color: #777;
    font-size: 13px;
    display: grid;
    align-items: center;
}
.customer_reviews .voice_txt {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 13px;
}
.customer_reviews .voice_scene {
    margin: 0;
    color: #777;
    font-size: 13px;
    line-height: 1.6;
}
.customer_reviews .voice_scene_txt {
    color: #000;
    font-weight: bold;
    margin-left: 4px;
}
@media print, screen and (max-width: 767px) {
    .customer_reviews {
        padding: 64px 2.8% 32px;
    }
    .customer_reviews .main_ttl {
        font-size: 20px;
        margin-bottom: 32px;
        margin-left: 0;
    }
    .customer_reviews .main_ttl:before {
        left: 50%;
        top: -25px;
        width: 34px;
    }
    .customer_reviews .reviews_split {
        grid-template-columns: initial;
        column-gap: initial;
        row-gap: 10px;
        margin-right: 0;
    }
    .customer_reviews .ttl_wrap {
        height: initial;
        padding: 25px 0 20px;
    }
    .customer_reviews .ttl_wrap.voice {
        grid-template-columns: initial;
        padding: 25px 6% 20px 6%;
    }
    .customer_reviews .ttl {
        font-size: 18px;
    }
    .customer_reviews .good_ratio {
        margin: -50px 0 25px;
    }
    .customer_reviews .chart_rating {
        grid-row-gap: 8px;
    }
    .customer_reviews .chart_rating li::before {
        width: 16px;
        height: 16px;
        margin-top: -4px;
    }
    .customer_reviews .ttl_wrap.voice .ttl {
        grid-row: initial;
        grid-column: initial;
    }
    .customer_reviews .ttl_wrap.voice .updated {
        grid-row: initial;
        grid-column: initial;
    }
    .customer_reviews .ttl_wrap.voice .latest {
        grid-row: initial;
        grid-column: initial;
        justify-self: initial;
        margin-right: 0;
        margin-top: 10px;
    }
    .customer_reviews .voice_item {
        margin: 25px 6% 0;
    }
    .customer_reviews .voice_rating_star img {
        width: 15px;
    }
    .customer_reviews .voice_rating_txt {
        margin-left: 6px;
        font-size: 13px;
    }
    .customer_reviews .voice_date {
        font-size: 12px;
    }
}
