.f-reviewList {
    max-width: 700px;
	border-radius: 5px;
	border: 1px solid #ffceeb;
	background: #fff;
	color: #777;
    margin: 0 auto 50px;
	padding: 0 0 31px;
}

.f-reviewList .ttl-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 5px 5px 0 0;
	background: url("../img/fukidasi.svg") 12px 8px/28px auto no-repeat #fb5798;
	padding: 10px 20px 10px 55px;
}

.f-reviewList .bg-no-icon {
	border-radius: 0;
	background-image: none;
}

.f-reviewList .reviewList-ttl {
	width: 167px;
    color: #fff;
}

.f-reviewList .reviewList-ttl img {
	width: 100%;
}

.f-reviewList .review-number {
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	color: #fff;
}

.f-reviewList .review-category {
	height: 52.3px;
	margin: 0 20px;
	border-bottom: 1px solid #C9C9C9;
	position: relative;
}

.f-reviewList .review-category-title {
	height: 40px;
	font-family: メイリオ;
	color: #46CBC6;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	position: absolute;
	top: 5px;
	right: 370px;
}

.f-reviewList .review-category-menu {
	width: 360px;
	height: 40px;
	position: absolute;
	top: 5px;
	right: 0;
}

.f-reviewList .review-category-menu select {
	width: 100%;
	height: inherit;
	padding: 8px 20px 8px;
	border: 1px solid #C9C9C9;
	border-radius: 3px;
	font-size: 15px;
	font-weight: normal;
	color: #636363;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.f-reviewList .review-category-menu select::-ms-expand {
	display: none;
}

.f-reviewList .review-category-menu select option:disabled {
	background-color: #f7f7f7;
	color: #b7b6b6;
}

.f-reviewList .review-category-menu::after {
	content: "";
	width: 12px;
	height: 7px;
	background: url("../img/arrow.svg") left center/auto 100% no-repeat;
	position: absolute;
	top: 15px;
	right: 20px;
}

.f-reviewList .review-list {
	margin: 25px 20px 0;
}

.f-reviewList .review-item {
	border-bottom: 1px solid #c9c9c9;
	margin: 33px 0 0;
	padding: 0 0 30px;
}

.f-reviewList .review-item:first-child {
	margin: 0;
}

.f-reviewList .review-list {
	margin: 25px 20px 0;
}

.f-reviewList .review-item {
	border-bottom: 1px solid #c9c9c9;
	margin: 33px 0 0;
	padding: 0 0 30px;
}

.f-reviewList .review-item:first-child {
	margin: 0;
}

.f-reviewList .user-data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	min-height: 54px;
	padding: 0 0 0 69px;
}

.f-reviewList .user-data.is-excellent {
	background: url("../img/ico-excellent.svg") left center/54px auto no-repeat;
}

.f-reviewList .user-data.is-verygood {
	background: url("../img/ico-verygood.svg") left center/54px auto no-repeat;
}

.f-reviewList .user-data.is-good {
	background: url("../img/ico-good.svg") left center/54px auto no-repeat;
}

.f-reviewList .user-data.is-average {
	background: url("../img/ico-average.svg") left center/54px auto no-repeat;
}

.f-reviewList .user-data.is-poor {
	background: url("../img/ico-poor.svg") left center/54px auto no-repeat;
}

.f-reviewList .user-data .name {
	font-size: 12px;
	width: 100%;
}

.f-reviewList .user-data .name em {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #ff5a98;
	margin: 0 5px 0 0;
}

.f-reviewList .user-data .age {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 4px 0 0;
}

.f-reviewList .user-data .time {
	background: url("https://kanto.qzin.jp/assets/img/user/pc/shop/review/ico-pen.svg") left center/12px auto no-repeat;
	font-size: 12px;
	line-height: 15px;
	margin: 8px 0 0;
	padding: 0 0 0 22px;
}

.f-reviewList .review-dl {
	margin: 12px 0 0;
}

.f-reviewList .review-dl .tag {
	display: inline-block;
	border-radius: 2px;
	background: #46cbc6;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 0 11px;
}

.f-reviewList .review-dl .txt {
	font-size: 16px;
	line-height: 25px;
	margin: 5px 0 0;
	white-space:pre-wrap;
	word-break: break-word;
}

.f-reviewList .more-btn {
	cursor: pointer;
	position: relative;
	border-radius: 25px;
	background: #ff54ad;
	font-size: 16px;
	line-height: 50px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 298px;
	margin: 27px auto 0;
}

.f-reviewList .more-btn::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 50px;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: 2px solid #FFF;
	border-right: 2px solid #FFF;
	width: 8px;
	height: 8px;
	margin: -8px 0 0;
}

.f-reviewList .more-btn:hover {
	opacity: 0.6;
}

.f-reviewList .reviewDetail-reply {
	border-radius: 6px;
	background: #EEFFFE;
	margin: 10px 0 0;
	padding: 10px;
}

.f-reviewList .reply-ttl {
	border-bottom: 1px solid #46CBC6;
	background: url("../img/comment.svg") left top / 20px auto no-repeat;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #777;
	margin: 0 0 10px;
	padding: 0 0 10px 26px;
}

.f-reviewList .reply-txt {
	display: inline;
	font-size: 16px;
	line-height: 25px;
	color: #777;
	white-space: break-spaces;
	word-break: break-word;
}

.back-link-wrap {
    margin: 1rem 0 2rem;
    padding: 0 0.75rem;
    text-align: left;
}

.back-to-index {
    font-size: 1.2rem;
    color: #46CBC6;
    font-weight: bold;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.back-to-index i {
    font-size: 1.2rem;
}

#toTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #fb5798ba;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    z-index: 9999;
}

#toTopBtn:hover {
    background-color: #d74d82;
}

@media screen and (max-width: 768px) {
    .f-reviewList .review-category {
        height: 100px;
        margin: 1.8rem 0.75rem 0;
        border-bottom: none;
    }

    .f-reviewList .review-category-title {
        width: 100%;
        height: auto;
        margin-bottom: 0.4rem;
        font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", arial;
        color: #46CBC6;
        line-height: 1.6rem;
        font-size: 1.2rem;
        font-weight: bold;
        position: static;
        top: auto;
        right: auto;
    }

    .f-reviewList .review-category-title::before {
        content: "";
        width: 1.2rem;
        height: 1rem;
        display: inline-block;
        background: url("https://kanto.qzin.jp/assets/img/user/beta/sp/shop/review/ico-angle-down.svg") left center/auto 100% no-repeat;
    }

    .f-reviewList .review-category-menu {
        width: 100%;
        height: 2.2rem;
        position: relative;
    }

    .f-reviewList .review-category-menu select {
        border: 1px solid #C9C9C9;
        border-radius: 0.3rem;
        font-weight: normal;
        color: #777777;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        /*position: absolute;*/
        top: 0;
        left: 0;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }

    .f-reviewList .review-category-menu select::-ms-expand {
        display: none;
    }

    .f-reviewList .review-category-menu select option:disabled {
        background-color: #f7f7f7;
        color: #b7b6b6;
    }

    .f-reviewList .review-category-menu::after {
        content: "";
        background: url("https://kanto.qzin.jp/assets/img/user/beta/sp/shop/review/ico-select-arrow.svg") left center/auto 100% no-repeat;
        position: absolute;
    }

    .f-reviewList .review-list {
        margin: 0 0.75rem;
    }

    .f-reviewList .review-item {
        border-radius: 1rem;
        border: 1px solid #ffceeb;
        background: #fff;
        margin: 2rem 0 0;
        padding: 20px 15px;
    }

    .f-reviewList .user-data {
        padding: 0 0 0 4.5rem;
    }

    .f-reviewList .user-data .name {
        padding: 0.3rem 0 0;
    }

    .f-reviewList .user-data .name em {
        line-height: 2.4rem;
        font-weight: bold;
        color: #ff5a98;
        margin: 0 0.5rem 0 0;
    }

    .f-reviewList .user-data .age {
        font-weight: bold;
        margin: 0.4rem 0 0;
    }

    .f-reviewList .review-dl {
        margin: 1.5rem 0 0;
    }

    .f-reviewList .review-dl .tag {
        display: inline-block;
        border-radius: 0.2rem;
        background: #46cbc6;
        line-height: 1.6rem;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 0 1.3rem;
    }

    .f-reviewList .review-dl .txt {
        margin: 0.9rem 0 0;
        white-space: normal;
    }

    .f-reviewList .reviewDetail-reply {
        border-radius: 6px;
        background: #EEFFFE;
        margin: 1.5rem 0 0;
        padding: 1rem;
    }

    .f-reviewList .reply-ttl {
        border-bottom: 0.1rem solid #46CBC6;
        background: url("https://kanto.qzin.jp/assets/img/user/beta/sp/search/ico-popup.svg") left top / 2.4rem auto no-repeat;
        line-height: 2.3rem;
        font-weight: bold;
        color: #777;
        padding: 0 0 0.7rem 2.9rem;
    }

    .f-reviewList .reply-txt {
        white-space: normal;
    }

    .f-reviewList .time-txt {
        line-height: 1.5rem;
        text-align: right;
        margin: 1rem 0 0;
    }

    .f-reviewList .time-txt span {
        background: url("https://kanto.qzin.jp/assets/img/user/beta/sp/shop/review/ico-pen.svg") left center/1.2rem auto no-repeat;
        padding: 0 0 0 2.2rem;
    }

    .f-reviewList .more-btn::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 2.4rem;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: 0.1rem solid #FFFF;
        border-right: 0.1rem solid #FFFF;
        width: 0.8rem;
        height: 0.8rem;
        margin: -0.4rem 0 0;
    }

    .f-reviewList .more-btn {
        display: block;
        position: relative;
        border-radius: 0.4rem;
        background: #fb5798ba;
        line-height: 4.2rem;
        font-weight: bold;
        color: #fff;
        text-align: center;
        width: 34.5rem;
        margin: 2rem auto 0;
    }

    .f-reviewList .contents-wrap {
        background: #fafafa;
        margin: 4rem 0 0;
        padding: 0 0 4rem;
    }

    .f-reviewList .contents-wrap::before {
        display: block;
        content: "";
        background: #d9d9d9;
        width: 36rem;
        height: 1px;
        margin: 0 auto;
    }

    .back-to-index {
        font-size: 1.1rem;
    }

    .back-to-index i {
        font-size: 1.1rem;
    }

    .back-link-wrap {
        margin: 0.8rem 0 1.2rem;
        padding: 0 0.75rem;
    }

    #toTopBtn {
        bottom: 90px; /* SPでも少し余裕を持たせて */
        right: 15px;
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
}