@charset "UTF-8";
/*-------------------------------------------------
	口コミ表示
-------------------------------------------------*/
.reviewSection { margin: 10px; }
.reviewSection+ .reviewSection {
    padding-top: 20px;
    border-top: 3px solid #eee;
}

h2.sectionTitle-review:before {
    content: " ";
    display:inline-block;
    background: url("../images/review/comment_icon_g.svg");
    width: 20px;
    height: 20px;
    background-size:contain;
    vertical-align: middle;
    margin-right: 5px;
}

.avater1 { content: url("../images/review/avatar_icon1.svg"); }
.avater2 { content: url("../images/review/avatar_icon2.svg"); }
.avater3 { content: url("../images/review/avatar_icon3.svg"); }
.avater4 { content: url("../images/review/avatar_icon4.svg"); }
.avater5 { content: url("../images/review/avatar_icon5.svg"); }
.avater6 { content: url("../images/review/avatar_icon6.svg"); }

.author_avater {
    float: left;
    width: 64px;
    height: 64px;
    margin: 0 5px 5px 0;
}

.star0 { content: url("../images/review/star0.svg"); }
.star1 { content: url("../images/review/star1.svg"); }
.star2 { content: url("../images/review/star2.svg"); }
.star3 { content: url("../images/review/star3.svg"); }
.star4 { content: url("../images/review/star4.svg"); }
.star5 { content: url("../images/review/star5.svg"); }

.averageScore {
    display: inline-block;
    width: auto;
    height: 20px;
    font-weight: bold;
    font-size: 18px;
    color: #ecc613;
}
.averageScore span {
    height: 20px;
    margin: auto 0.2em;
}

.totalAverageScore {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 40px 10px;
}

.totalAverageScore .maxCount { font-size: 14px; }

.reviewScoreSummary ul { display: table; width: 100%; }
.reviewScoreSummary li {
    display: table-row;
    padding: 5px 0 5px 20px;
}
.reviewScoreSummary li div {
    display: table-cell;
    border-bottom: 1px solid #ccc;
}

.reviewScoreSummary .dataScore {
    height: 24px;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 10px;
    width: 200px;
}
.reviewScoreSummary .dataScore span { color: var(--theme-color); }

.dataGraph .ui-slider-handle {
    background-color: var(--theme-color) !important;
    
    width: 20px;
    height: 20px;
    top: 25% !important;
    
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.reviewHeader {
    font-size: 14px;
    line-height: 1.5em;
}
.reviewSummary {
    font-size: 14px;
    clear: both;
}
.reviewContent { line-height: 1.2em; }

.reviewHeader .reviewTitle { font-size: 18px; line-height: 24px; margin: 0; }
.reviewHeader .reviewTitle a { color: #333 !important; }

.author_data li { display: inline-block; }
.author_data li+ li:before { content: " / "; }

.reviewSummary ul li { display: inline-block; }
.reviewSummary ul li+ li:before { content: " | "; }
.reviewSummary .score { margin-left: 0.5em; }

.reviewContent dl { display: block; }
.reviewContent dt {
    padding: 10px 0 0 0;
    color: var(--theme-color);
    font-weight: bold;
    font-size: 16px;
    border: none;
}
.reviewContent dd {
    padding: 0;
    font-size: 16px;
    border: none;
}

.reviewFooter .postYM {
    text-align: right;
    font-size: 14px;
    color: #999;
}

.sectionTitle-reviewCount {
    font-size: 15px;
    background-color: #eee;
    color: #666;
    text-align: right;
    padding-right: 20px;
}
.sectionTitle-reviewCount .maxCount {
    color: var(--theme-color);
    font-weight: bold;
}

.postLink {
    width: 60%;
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
    margin: 30px auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

}
.postLink a {
    display: block;
    width: 100%;
    margin: 10px auto;
}
.postLink a:before {
    content: " ";
    display:inline-block;
    width:16px;
    height:16px;
    background:url("../images/review/comment_button_icon.svg");
    background-size:contain;
    vertical-align: middle;
    margin-right: 10px;
}

.postHeaderLink {
    width: 100%;
    text-align: right;
    color: var(--theme-color);
    font-size: 16px;
    font-weight: bold;
    padding-right: 15px;
    margin-top: -38px;
}

.postHeaderLink a:before {
    content: " ";
    display:inline-block;
    width:16px;
    height:16px;
    background:url("../images/review/comment_button_icon.svg");
    background-size:contain;
    vertical-align: middle;
    margin: -3px 3px 0 0;
}

.toggle-list .reviewSection {
    padding-top: 10px;
}
.toggle-list .reviewSection,
.toggle-list .reviewSummary,
.toggle-list .reviewContent {
    margin: auto 10px;
}
.toggle-list .reviewSection li,
.toggle-list .reviewSummary li,
.toggle-list .reviewContent li {
    border: none;
}

.reviewMore a,
.reviewMore span {
    font-size: 18px;
    font-weight: bold;
    color: var(--theme-color);
    width: 80%;
    background: url("../images/high_arrow_green.svg") no-repeat scroll right 15px center / 12px auto;
    padding: 15px;

    margin: 30px auto;
    
    display: block;
    text-align: center;
    text-decoration: none;

    border: 2px solid var(--theme-color);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.review-pager { text-align: center; position: relative; }
.review-link-prev { position: absolute; left: 20px; }
.review-link-prev a:before {
    content: " ";
    display:inline-block;
    width:16px;
    height:16px;
    background:url("../images/arrow_left_7d7d.svg") no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}
.review-link-next { position: absolute; right: 20px; }
.review-link-next a:after {
    content: " ";
    display:inline-block;
    width:16px;
    height:16px;
    background:url("../images/arrow_right_7d7d.svg") no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: -3px 0 0 5px;
}
.review-pager a {
    padding: 0 15px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
	color:#333;
    display: inline-block;
    height: 30px;
    min-width: 30px;
	text-decoration:none;
}


@media screen and (max-width: 640px) {
    .reviewHeader, .reviewSummary { font-size: 12px; }
    .reviewHeader h3 { font-size: 16px; }
    .reviewFooter .postYM { font-size: 12px; }
    .reviewContent dt { font-size: 14px; }
    .reviewContent dd { font-size: 14px; }

    .postLink { width: 70%; font-size: 16px; }
    .reviewMore {width: 80%; font-size: 16px; }
    
    .postHeaderLink {
        padding-right: 10px;
        margin-top: -32px;
    }
}

@media screen and (max-width: 400px) {
    .totalAverageScore { font-size: 16px; padding-left: 10px; }
    .dataScore { font-size: 14px; }

    .averageScore { height: 14px; font-size: 12px; }
    .averageScore span { height: 14px; vertical-align: middle; }
    
    .author_avater { width: 48px; height: 48px; }
    .reviewHeader, .reviewSummary { font-size: 11px; }
    .reviewHeader h3 { font-size: 15px; }
    .reviewFooter .postYM { font-size: 11px; }
    .reviewContent dt { font-size: 13px; }
    .reviewContent dd { font-size: 13px; }

    .postLink { width: 80%; font-size: 14px; }
    .reviewMore { width: 100%; font-size: 14px; }

    .postHeaderLink {
        font-size: 12px;
        padding-right: 10px;
        margin-top: -30px;
    }
}