.form_box .review_body {
	border-radius: 5px;	
}
.form_box h1 {
	color: #313131;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding-left: 20px;
}
.form_box input, .form_box textarea {
	font-size: 16px;
	color: #292929;
	background: #fafafa;
	border: none;
	margin: 0 0 15px 0;
	padding: 14px 20px;
	line-height: 1;
	border-radius: 4px;
	width: 100%;
}
.form_box textarea {
	height: 156px;
}
.form_box input:focus-visible, .form_box textarea:focus-visible {
	outline: none;
}
.form_box button {
	font-size: 12px;
	color: #313131;
	background: #fec602;
	border: 1px solid #ed8b00;
	margin-top: 15px;
	margin-bottom: 0;
	border-radius: 4px;
}
.rating-area {
	overflow: hidden;
	margin: 20px 0 25px 0;
	width: 200px;	
}
.rating-area:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label {
	float: right;
	width: 36px;
	padding: 0;
	cursor: pointer;
	font-size: 40px;
	line-height: 40px;
	color: #cccccb;
}
.rating-area:not(:checked) > label:before {
	content: '★';
}
.rating-area > input:checked ~ label {
	color: #ffb304;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	color: #ffb304;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
	color: #ffb304;
}
.rate-area > label:active {
	position: relative;
}
.like_box {
	text-align: center;
}
.like_box h2 {
	font-size: 24px;
}
.like_box p {
	font-size: 16px;
	margin: 0;
}