@charset "utf-8";

/* sz-welcome widget */
.sz-welcome-content-item-content-title::before {
	display: inline-block;
	height: 23px;
	width: 23px;
	border-radius: 23px;
	position: absolute;
	content:"";
	transform: translateY(-50%);
	top:50%;
	left: 0;
}
.sz-welcome-content-item-content-title::after {
	font-family: 'icomoon' !important;
	content: "\ea3c" !important;
	color: #fff;
	position: absolute;
	left: 0;
	transform: translateY(-50%);
	top:50%;
	left:5px;
	font-size: 14px;
}

.officearchivebox-title__button2::before {
    font-family: 'icomoon' !important;
    content: "\e913" !important;
    font-size: 15px;
    margin-right: 7px;
}

.sz-pr2-content-offices-item-detail__button::before {
    font-family: 'icomoon' !important;
    content: "\e913" !important;
    font-size: 15px;
    margin-right: 9px;
}

.sz-pr2-content-offices-item-detail__tel::before {
    font-family: 'icomoon' !important;
    content: "\e92c" !important;
    color: #fff;
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 4px;
    font-size: 11px;
    position: relative;
    top: -4px;
    left: -4px;
	font-weight: 100;
}

@media screen and (max-width:767px) {
	.sz-welcome-content-item-content-title::before {
		height: 15px;
		width: 15px;
		border-radius: 15px;
	}
	.sz-welcome-content-item-content-title::after {
		font-size: 11px;
		left:2px;
	}
}
