@charset "utf-8";
/* CSS Document */

.productservice .movmark {
	right: 0;
	bottom: 0;
	left: inherit;
	top: inherit;
	background-color: rgba(134, 134, 134, 0.3);
	padding-top: 30px;
	width: 30px;
}
.productservice .movmark::before {
	animation: none;
	width: 15px;
	height: 15px;
	border: solid #fff;
	border-width: 0 0 2px 2px;
	content: "";
	display: inline-block;
	margin: auto;
	position: absolute;
	top: 7px;
	right: 7px;
	left: 0;
	transform: rotate(-135deg);
}
