@charset "UTF-8";

/* 口コミ・評価
------------------------------------------------------- */
#pageid_review {
    padding: 16px 0 40px;
    background: #f2f2f2;
    overflow: hidden;
    margin: 0 0 24px;
}
#pageid_review :is(.graph_area, .voice_item) {
    border-radius: 20px;
    background: #fff;
    width: calc(100% - 40px);
    margin: 0 auto;
}
#pageid_review h2 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 20px;
}
#pageid_review h2 span {
    font-size: 14px;
    display: block;
}
/* ★パターン */
#pageid_review .star00 {
    background-image: url(images/ico_star_0.svg);
}
#pageid_review .star05 {
    background-image: url(images/ico_star_05.svg);
}
#pageid_review .star10 {
    background-image: url(images/ico_star_10.svg);
}
#pageid_review .star15 {
    background-image: url(images/ico_star_15.svg);
}
#pageid_review .star20 {
    background-image: url(images/ico_star_20.svg);
}
#pageid_review .star25 {
    background-image: url(images/ico_star_25.svg);
}
#pageid_review .star30 {
    background-image: url(images/ico_star_30.svg);
}
#pageid_review .star35 {
    background-image: url(images/ico_star_35.svg);
}
#pageid_review .star40 {
    background-image: url(images/ico_star_40.svg);
}
#pageid_review .star45 {
    background-image: url(images/ico_star_45.svg);
}
#pageid_review .star50 {
    background-image: url(images/ico_star_50.svg);
}
/*グラフエリア*/
#pageid_review .graph_area {
    padding: 24px 16px 40px;
    margin-bottom: 24px;
}
.graph_area .average .avg_score {
    font-weight: bold;
    padding: 0 120px 0 0;
    background: no-repeat 117px 0px / 100px;
}
.graph_area .average .avg_num {
    font-size: 14px;
}
.graph_area .chart {
    max-width: 400px;
    margin: 0 auto;
}
.graph_area .chart_value_list {
    font-size: 12px;
    line-height: 1.5;
    display: flex;
    flex-flow: row wrap;
    gap: 0 12px;
}
.graph_area .chart_value_list > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 16px;
    padding: 4px;
    width: calc((100% - 12px) / 2);
    border-bottom: 1px solid #d1d1d1;
}
.graph_area .chart_value_list dd {
    font-size: 16px;
    font-weight: bold;
}
/* レビュースライドエリア */
#pageid_review .voice_slick_area {
    width: calc(100% - 40px);
    margin: 0 auto 30px;
}
#pageid_review .voice_slick_area .slick-list {
    margin: 0 -16px;
}
#pageid_review .voice_slick_area .voice_item {
    padding: 24px 16px 16px;
    margin: 0 16px;
}
.voice_item .reviewer {
    padding: 0 100px 0 0;
    background: no-repeat right center / 87px;
    margin: 0 0 4px;
}
/* スリック上書き */
#pageid_review .slick-prev,
#pageid_review .slick-next {
    z-index: 5;
}
#pageid_review .slick-prev:before,
#pageid_review .slick-next:before {
    font-family: "icomoon";
    color: #707070;
    font-size: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#pageid_review .slick-prev:before {
    content: "\e934";
    left: -10px;
}
#pageid_review .slick-next:before {
    content: "\e933";
    right: -10px;
}
#pageid_review .slick-dots {
    bottom: -35px;
}
#pageid_review .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 6px;
}
#pageid_review .slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 0;
}
#pageid_review .slick-dots li button:before {
    width: 6px;
    height: 6px;
    background-color: #d1d1d1;
}
#pageid_review .slick-dots .slick-active button:before {
    background-color: #7e7e7e;
}
/* レビュアーアイコン */
.voice_item .reviewer :is([class^="female_"], [class^="male_"], .unknown) {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 0 50px;
    background: no-repeat left top / 45px;
    display: flex;
    align-items: center;
    min-height: 45px;
}
.voice_item .reviewer .female_age1020 {
    background-image: url(images/avatar_female_age1020.png);
}
.voice_item .reviewer .female_age2030 {
    background-image: url(images/avatar_female_age2030.png);
}
.voice_item .reviewer .female_age4050 {
    background-image: url(images/avatar_female_age4050.png);
}
.voice_item .reviewer .female_age6070over {
    background-image: url(images/avatar_female_age6070over.png);
}
.voice_item .reviewer .male_age1020 {
    background-image: url(images/avatar_male_age1020.png);
}
.voice_item .reviewer .male_age2030 {
    background-image: url(images/avatar_male_age2030.png);
}
.voice_item .reviewer .male_age4050 {
    background-image: url(images/avatar_male_age4050.png);
}
.voice_item .reviewer .male_age6070over {
    background-image: url(images/avatar_male_age6070over.png);
}
.voice_item .reviewer .unknown {
    background-image: url(images/avatar_unknown.png);
}
.voice_item .terms_txt {
    font-size: 12px;
    color: #777;
    border-bottom: 1px solid #d1d1d1;
    margin: 0 0 8px;
    padding: 0 0 8px;
}
.voice_item .reviewer_voice .voice_theme {
    font-size: 12px;
    color: #777;
}
/* 続きを読む */
.voice_item .reviewer_voice details {
    list-style: none;
}
.voice_item .reviewer_voice details summary {
    font-size: 14px;
    text-align: right;
    text-decoration: underline;
    display: block;
    white-space: nowrap;
    width: fit-content;
    margin: 0 0 0 auto;
}
.voice_item .reviewer_voice details summary::-webkit-details-marker {
	display: none;
}
.voice_item .reviewer_voice details[open] summary {
    display: none;
}
.voice_item .reviewer_more ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 20px;
}
.voice_item .reviewer_voice details[open] ul {
    margin-top: 16px;
}
.voice_item .reviewer_more ul li {
    font-size: 12px;
    font-weight: bold;
    padding: 0 8px 0 0;
    border-right: 1px solid #d1d1d1;
}
.voice_item .reviewer_more ul li .star::before {
    content: '★';
    color: #ff9800;
    padding: 0 5px;
}
.voice_item .reviewer_more dl dt {
    font-size: 12px;
    color: #777;
}
.voice_item .reviewer_more dl dt:not(:first-child) {
    margin: 12px 0 0;
}
.voice_item .reviewer_more dl dd {
    font-size: 14px;
    position: relative;
    padding: 0 0 0 1em;
}
.voice_item .reviewer_more dl dd::before {
    content: '・';
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
    top: 0;
}
/* アンケート詳細ポップアップ */
#pageid_review .review_att {
    font-size: 12px;
    color: #666;
    display: table;
    width: calc(100% - 40px);
    margin: 0 auto;
}
#pageid_review .review_att span:not([class]) {
    display: table-cell;
    width: 1em;
}
#pageid_review .review_att .survey_modal_open {
    text-decoration: underline;
    cursor: pointer;
}
.survey_modal_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 50%);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 1000;
}
.survey_modal_container.active {
    opacity: 1;
    visibility: visible;
}
.survey_modal_container .survey_modal_body {
    padding: 100px 12px 20px;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}
.survey_modal_container .survey_modal_body .survey_modal_close {
    position: absolute;
    right: 20px;
    top: 60px;
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.survey_modal_container .survey_modal_body .survey_modal_close::before {
    font-family: "icomoon";
    content: "\e930";
    color: #fff;
    font-size: 32px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
}
.survey_modal_container .survey_modal_body .survey_modal_content {
    font-size: 12px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    scrollbar-width: none;
}
.survey_modal_content .survey_head {
    font-weight: bold;
}
.survey_modal_content sup {
    font-size: 10px;
}
.survey_modal_content .att_num {
    margin: 0 0 16px;
}
.survey_modal_content .att_txt {
    margin: 8px 0 0;
}
.survey_modal_content .att_txt li {
    padding: 0 0 0 1em;
    position: relative;
}
.survey_modal_content .att_txt li::before {
    content: '・';
    position: absolute;
    top: 0.5em;
    left: 0;
    line-height: 1;
}

@media screen and (min-width:768px) {
    /*グラフエリア*/
    .graph_area .average {
        width: fit-content;
        margin: 0 auto;
    }
    .graph_area .chart_area {
        display: flex;
        gap: 40px;
        max-width: calc(100% - 80px);
        margin: 0 auto;
    }
    .graph_area .chart_area > * {
        width: 50%;
    }
    .graph_area .chart_area .chart_value_list {
        align-self: center;
    }
    /* レビュースライドエリア */
    #pageid_review .voice_slick_area {
        width: calc(100% - 80px);
    }
    /* スリック上書き */
    #pageid_review .slick-prev:before,
    #pageid_review .slick-next:before {
        font-size: 70px;
    }
    #pageid_review .slick-prev:before {
        left: -26px;
    }
    #pageid_review .slick-next:before {
        right: -26px;
    }
}