@charset "utf-8";
.bo_top_review_guide {position:relative; background:#fff; box-shadow:5px 5px 8px rgb(50 60 70 / 8%); -webkit-box-shadow:5px 5px 8px rgb(50 60 70 / 8%); -moz-box-shadow:5px 5px 8px rgb(50 60 70 / 8%); border-radius:10px; margin-bottom:30px; padding:18px 35px;}
.bo_top_review_guide:after {display:block; content:''; visibility:hidden; clear:both;}
.bo_top_review_guide .text {float:left; font-weight:bold;}
.bo_top_review_guide .text div:first-child {font-size:18px; color:#db3232; line-height:1.6;}
.bo_top_review_guide .text div:first-child span {background:#db3232; color:#fff; padding:1px 2px; margin-right:1px;}
.bo_top_review_guide .text div:last-child {position:relative; line-height:1.6; color:#333; z-index:1; margin-top:3px;}
.bo_top_review_guide .text div:last-child span {text-decoration:underline;}
.bo_top_review_guide .img {position:absolute; bottom:0; right:60px;}
.bo_top_review_guide .img img {max-width:100%;}
.bo_top_review_guide br.xl {display:none;}
.bo_top_review_guide br.lg {display:none;}
@media (max-width: 1200px) {
	.bo_top_review_guide br.xl {display:block;}
}
@media (max-width: 1024px) {
	.bo_top_review_guide {padding:15px 25px;}
	.bo_top_review_guide br.lg {display:block;}
	.bo_top_review_guide .img {right:30px;}
}
@media (max-width: 768px) {
	.bo_top_review_guide {padding:12px 15px; margin-top:15px; margin-bottom:15px;}
	.bo_top_review_guide br {display:none !important;}
	.bo_top_review_guide .text div:first-child {font-size:16px; line-height:inherit;}
	.bo_top_review_guide .text div:last-child {font-size:13px; line-height:inherit;}
	.bo_top_review_guide .img {/*opacity:0.4; width:140px; right:15px;*/ display:none;}
}
