
.content__no-review .text{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.content__no-review .img__get-100pt-when-posting-a-review{
	background-image: url(/common/design/user/img/review_image_pc_2.png);
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.content__no-review .text__no-img{
	color: #7C7C7C;
	font-weight: bolder;
	align-content: center;
}
.content__no-review .text__let-push-img{
	color: #484848;
	font-weight: bolder;
	align-content: center;
	font-size: xx-large;
	border-bottom: 1px solid black
}
.content__no-review .div__get-100pt-when-posting-a-review a {
	text-align: center;
	background-color: #BC2123;
	color: #FFFFFF;
	border-radius: 90px;
	padding: 19px;
	width: 359px;
	height: 62px;
	font-size: 16px;
	margin: 0 auto;
	display: block;
	font-weight: 500;
}

.div__get-100pt-when-posting-a-review a:hover {
	text-decoration: none;
}

