@charset "utf-8";
.form_leftinfo_rightinput{
	max-width: 913px;
	margin: auto;
}
.form_leftinfo_rightinput .col_title{
	width: 100%;
}
.form_leftinfo_rightinput .up_size{
	font-size: 23px;
	padding-right: 10px;
}
.form_leftinfo_rightinput .col_input{
	width: 100%;
}
.form_leftinfo_rightinput .col_input textarea, .form_leftinfo_rightinput .col_input input:not([type='checkbox']), .form_leftinfo_rightinput .col_input select {
	width: calc(100% - 12px);
	max-width: calc(100% - 12px);
	min-width: calc(100% - 12px);
	border-radius: 5px;
	border: 1px solid #4c4c4c;
	padding: 5px;
	font-family: inherit;
	font-size: inherit;
	outline-color: #967d4a;
	
}
.form_leftinfo_rightinput .col_input select {
	width: 100%;
	min-width: 100%;
}
.form_leftinfo_rightinput .col_input .pd_left{
	padding-left: 45px !important;
	width: calc(100% - 52px) !important;
	max-width: calc(100% - 52px) !important;
}
.form_leftinfo_rightinput .col_input input[type='checkbox']{
	width: 30px;
	height: 30px;
}
.form_leftinfo_rightinput .col_input img{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.form_leftinfo_rightinput .info_privacy{
	width: calc(100% - 50px);
}
.form_leftinfo_rightinput .btn_send{
	all: unset;
	background-color: #967d4a;
    color: white;
    padding: 5px 0;
    text-align: center;
	width: 200px;
	max-width: 100%;
	cursor: pointer;
}
.form_leftinfo_rightinput .btn_send p{
	color: white;
}


