@charset "utf-8";
/*------------------------------------------------------------
	office
------------------------------------------------------------*/
.comVoice .bgBox {
	position: relative;
}
.comVoice .bgBox::before {
	width: 9.6rem;
	height: 10.25rem;
	position: absolute;
	right: 12.7rem;
	top: -2.2rem;
	background: url("../img/office/img02.png") no-repeat left top / 100% 100%;
	content: '';
}
@media all and (max-width: 720px) {
	.comVoice .bgBox::before {
		display: none;
	}
}