@charset "UTF-8";
/****************************************************************************
//＜テンプレート＞ 星のシェアグラフ
//＜作 成 者＞ Y.HIKIDA
//＜作 成 日＞ 2025.05.27
//＜備    考＞ 
//＜更新履歴＞
//****************************************************************************/
.review-star {
	margin-bottom: 15px;
}
.star_review:before {
    content: '★';
}
.star_review:before {
    font-size: 18px;
    color: #717171;
}
.bar-container {
    width: 300px;
    background-color: #eee;
    height: 14px;
    margin-left: 10px;
    position: relative;
}
.star-bar {
    background-color: #ffc107;
    height: 100%;
}
.review-graph-mb20 {
	margin-bottom: 20px;
}
.review-graph-mt15 {
	margin-top: 15px;
}
.review-graph {
	display: flex;
	align-items: center;
	margin-bottom: 3px;
}
.review-graph span {
	color: #717171;
	font-size: 16px;
}
.review-info {
    margin-left: 25px;
    font-size: 12px;
    cursor: pointer;
}
.no-reviews-info {
    margin-left: 25px;
    font-size: 12px;
}
.review-link {
    text-decoration: none;
    color: #007bff !important;
    margin-left: 6px;
    font-weight: normal;
    text-decoration: underline !important;
}
.no-reviews {
	text-decoration: none;
	color: #717171;
	margin-left: 6px;
    font-weight: normal;
	pointer-events: none;
}
