.acp_h1 {
	display:block;
	margin:60px 0 0 0;
	padding:60px 0 0 0;
	font-family:DejaVu_Sans_Bold;
	text-align:center;
	font-size:16px;
	}
.ch_apl {
	margin:4px 0 0 0;
	font-size:14px;
	text-align:center;
	}
.rg_wr {
	margin:40px 0 0 0;
	text-align:center;
	}
.acp_tu {
	margin:60px 0 0 0;
	text-align:center;
	}
.agr_row {
	margin:60px 0 0 0;
	display:flex;
	align-items:center;
	justify-content:center;
	}
#agr_bx {
	display:inline-block;
	width:30px;
	height:30px;
	min-width:30px;
	min-height:30px;
	box-sizing:border-box;
	border:1px #dbdbdb solid;
	cursor:pointer;
	-webkit-appearance:none;
	}
#agr_bx:checked:after {
	position:absolute;
	margin:0 0 0 2px;
	content:"\2713";
	font-family:DejaVu_Sans_Bold;
	font-size:30px;
	line-height:30px;
	color:#c5050a;
	}
.agr_tx {
	margin:0 0 0 10px;
	font-size:14px;
	}
.itm_txr {
	display:block;
	margin:0 40px 0 auto;
	padding:0 4px 0 4px;
	width:calc(100% - 260px);
	height:150px;
	min-width:180px;
	min-height:50px;
	line-height:22px;
	font-family:DejaVu_Sans;
	font-size:16px;
	color:#000000;
	box-sizing:border-box;
	background:transparent;
	border:1px #dbdbdb solid;
	-webkit-appearance:none;
	}
.itm_txr:focus {
	border:1px #b3b3b3 solid;
	box-shadow:1px 0 4px rgb(0 0 0 / 30%);
	}
.use_ht {
	height:50px;
	margin:0 0 0 60px;
	line-height:50px;
	text-align:left;
	}
@media (max-width:600px) {
	.itm_txr {
		width:calc(100% - 110px);
		margin:0 0 0 auto;
		font-size:14px;
		}
	.use_ht {
		height:auto;
		margin:0;
		line-height:34px;
		font-size:14px;
		}
}
