@charset "UTF-8";

.sub-parts_icon-fax,
.sub-parts_icon-tel {
	position: relative;
	padding-left: 25px;
	font-size: 110%;
}
.sub-parts_icon-fax {
	font-weight: bold;
	color: #0c559e;
}
.sub-parts_txt-fax {
	font-weight: bold;
	color: #0c559e;
}

.sub-parts_icon-fax::before,
.sub-parts_icon-tel::before {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 20px;
	height: 20px;
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
}
.sub-parts_icon-fax::before {
	background-image: url(../images/icon-fax.png);
}
.sub-parts_icon-tel::before {
	background-image: url(../images/icon-tel.png);
}
@media screen and (max-width: 768px) {
	.sub-parts_icon-fax::before,
	.sub-parts_icon-tel::before {
		width: 18px;
		height: 18px;	
	}	
	.sub-parts_icon-fax,
	.sub-parts_icon-tel {
		padding-left: 23px;
	}
}