@charset "UTF-8";

@media only screen and (min-width: 769px) {
}
@media only screen and (max-width: 768px) {
}
/*--------------------------------------
  口コミ用
--------------------------------------*/
#reviews {
	gap: 30px;
	font-family: sans-serif;
	margin: 10px;
}
.review {
	border-bottom: 1px solid #ff61a5;
	padding: 10px 0;
}
.reviewAuthor {
	font-weight: bold;
}
.reviewRating {
	color: #f39c12;
}
.reviewTime {
	font-size: 0.9em;
	color: #555;
}
.reviewText {
	margin-top: 5px;
	text-align: justify;
}

@media only screen and (max-width: 768px) {
	.reviewText {
		font-size: 14px;
	}
}