@charset "UTF-8";

.mcs-commentArrowRight01:before {
	content: "";
	position: absolute;
	top: 40px;
	right: -14px;
	width: 24px;
	height: 24px;
	background-image: url(/common/column/images/common_commentright.png);
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width: 767px) {
	.mcs-commentArrowRight01:before {
		top: 20px;
	}
}
