/* アイコン */
.icon-phone:before {
	display: block;
	font-size: 30px;
	line-height: 50px;
}

.icon-mail4:before {
	display: block;
	font-size: 40px;
	line-height: 50px;
}

.icon-circle-up:before {
	display: block;
	color: #fff;
	background: #a0bbe4;
	font-size: 30px;
	line-height: 50px;
}

.icon-truck:before,.icon-bubble:before,.icon-office:before,.icon-profile:before,.icon-telegram:before {
	color: #fff;
	font-size: 20px;
}

/*ico-moon*/
@font-face {
	font-family: 'icomoon';
	font-weight: normal;
	font-style: normal;

	src: url('../fonts/icomoon.eot?nsim6v');
	src: url('../fonts/icomoon.eot?nsim6v#iefix') format('embedded-opentype'),
	url('../fonts/icomoon.ttf?nsim6v') format('truetype'),
	url('../fonts/icomoon.woff?nsim6v') format('woff'),
	url('../fonts/icomoon.svg?nsim6v#icomoon') format('svg');
}


[class^='icon-'], [class*=' icon-'] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;

	speak: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home3:before {
	content: '\e902';
}
.icon-office:before {
	content: '\e903';
}
.icon-profile:before {
	content: '\e923';
}
.icon-phone:before {
	content: '\e942';
}
.icon-location2:before {
	content: '\e948';
}
.icon-bubble:before {
	content: '\e96b';
}
.icon-truck:before {
	content: '\e9b0';
}
.icon-link:before {
	content: '\e9cb';
}
.icon-eject:before {
	content: '\ea25';
}
.icon-arrow-up:before {
	content: '\ea32';
}
.icon-circle-up:before {
	content: '\ea41';
}
.icon-circle-right:before {
	content: '\ea42';
}
.icon-circle-down:before {
	content: '\ea43';
}
.icon-circle-left:before {
	content: '\ea44';
}
.icon-new-tab:before {
	content: '\ea7e';
}
.icon-mail4:before {
	content: '\ea86';
}
.icon-google-plus:before {
	content: '\ea8b';
}
.icon-facebook:before {
	content: '\ea90';
}
.icon-whatsapp:before {
	content: '\ea93';
}
.icon-telegram:before {
	content: '\ea95';
}
.icon-twitter:before {
	content: '\ea96';
}
.icon-github:before {
	content: '\eab0';
}
