.uni_form #mask_select {
	position: relative;
	display: inline-table;
	margin-right: 5px;
}
.uni_form #mask_select:after {
	content: '\25BC';
	display: table;
	font-size: 10px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.uni_form #mask_select .mask_after {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
.uni_form .in_the_back {
	position: absolute;
	z-index: -2;
}

.uni_form .col-2 {
	width: 100%;
}
.uni_form .col-2:after {
	content: '';
	display: block;
	clear: both;
}
.uni_form .col-2 > p {
	width: 50%;
	float: left;
	padding-right: 10px;
	box-sizing: border-box;
}
.uni_form .col-2 > p:last-child {
	padding-right: 0;
}