.form_list.score_area {
	padding: 0;
	align-self: flex-end;
}

.score_title {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.9375em;
	line-height: 1.4375em;
	font-weight: bold;
}

/* 評分星等 */
ul.score {
	padding: 0;
	margin: 0;
	list-style-type: none;
	/* display: flex; */
	display: inline-block;
	vertical-align: middle;
	flex-wrap: wrap;
	align-items: center;
}

ul.score li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
	box-sizing: border-box;
	margin: 0px 5px 0 0;
}

/* ul.score li a{
				position: relative;
				display: block;
				text-decoration: none;
				color: #df2f7e;
			} */
/* ul.score li a i{
				font-size: 1.8rem;
				line-height: 1;
				color: #dadada;
			}
			ul.score li a i.bi.bi-star-fill{
				color: #df201d;
			} */
ul.score li i {
	font-size: 1.8rem;
	line-height: 1;
	color: #dadada;
	cursor: pointer;
	transition: 0.3s ease all;
}

ul.score li i.bi.bi-star-fill {
	color: var(--primary_color);
	transition: 0.3s ease all;
}


/* ul.score li a:before{
				display: block;
				content: "";
				background-repeat: no-repeat;
				background-size: 1.5rem 1.5rem;
				width: 1.5rem;
				height: 1.5rem;
				position: absolute;
				background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-star' viewBox='0 0 16 16'> <path d='M2.866 14.85c-.078.444.36.791.746.593l4.39-2.256 4.389 2.256c.386.198.824-.149.746-.592l-.83-4.73 3.522-3.356c.33-.314.16-.888-.282-.95l-4.898-.696L8.465.792a.513.513 0 0 0-.927 0L5.354 5.12l-4.898.696c-.441.062-.612.636-.283.95l3.523 3.356-.83 4.73zm4.905-2.767-3.686 1.894.694-3.957a.565.565 0 0 0-.163-.505L1.71 6.745l4.052-.576a.525.525 0 0 0 .393-.288L8 2.223l1.847 3.658a.525.525 0 0 0 .393.288l4.052.575-2.906 2.77a.565.565 0 0 0-.163.506l.694 3.957-3.686-1.894a.503.503 0 0 0-.461 0z'/> </svg>");
			} */

/* 全星 */
/* ul.score li.fill a:before{
				background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-star-fill' viewBox='0 0 16 16'> <path d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z'/> </svg>");
			} */
/* 半星 */
/* ul.score li.half_fill a:before{
				background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-star-half' viewBox='0 0 16 16'> <path d='M5.354 5.119 7.538.792A.516.516 0 0 1 8 .5c.183 0 .366.097.465.292l2.184 4.327 4.898.696A.537.537 0 0 1 16 6.32a.548.548 0 0 1-.17.445l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256a.52.52 0 0 1-.146.05c-.342.06-.668-.254-.6-.642l.83-4.73L.173 6.765a.55.55 0 0 1-.172-.403.58.58 0 0 1 .085-.302.513.513 0 0 1 .37-.245l4.898-.696zM8 12.027a.5.5 0 0 1 .232.056l3.686 1.894-.694-3.957a.565.565 0 0 1 .162-.505l2.907-2.77-4.052-.576a.525.525 0 0 1-.393-.288L8.001 2.223 8 2.226v9.8z'/> </svg>");
			} */

ul.score .bi.bi-star {
	/* fill:#df2f7e; */
	/* currentColor: #00ff00; */
	/* color:red; */
	/* fill: var(--currentColor); */
}

ul.score .bi.bi-star-fill {}

ul.score .bi.bi-star-half {}
