/*************** fontsize ****************/
/*
.p12 {
	color: $color-333;
	font-size: 12px;
	@include line-height(20,12);
	@include letter-spacing( 50 );
	@include max-screen($w540) {
		font-size: 10px;
		@include line-height(18,10);
	}
}
*/
/*
.label-topicks {
	margin: 0;
	&::before {
		display: inline-block;
		content: "";
		width: 17px;
		height: 19px;
		background: url(../img/top/top-icon-topicks.svg) no-repeat center / contain;
		margin-right: 1em;
		flex-shrink: 0;
	}
}*/
/*************** labels ****************/
/*
		@include max-screen($w1024) {
			margin: 0 auto -6vw;
		}
*/
