.input_item .white_bar {
	width: 100%;
	display: block;
	background-color: #fff;
	line-height: 38px;
	border-radius: 0;
}

.input_item .white_bar_input {
	width: 100%;
	display: block;
	line-height: 38px;
	font-size: 15px;
	color: #2c2c2c;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 0;
	border: 1px solid #c3c3c3;
	-webkit-appearance: none;
}

.input_item .white_bar_select {
	width: 100%;
	display: block;
	line-height: 38px;
	font-size: 15px;
	color: #2c2c2c;
	box-sizing: border-box;
	padding-left: 10px;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #c3c3c3;
	-webkit-appearance: none;
	background: url("../images/sell_car/ic_arrow_down_black.svg") 98% / 10% no-repeat #fff;
}

.input_item .white_bar_select ::before {}

.input_item .placeholder {
	color: #ddd;
}

input[type="text"].white_bar_input::-webkit-input-placeholder {
	color: #ddd;
}

input[type="number"].white_bar_input::-webkit-input-placeholder {
	color: #ddd;
}

input[type=checkbox] {
	border: 0;
	border-radius: 0;
	background-color: none;
	-webkit-appearance: none;
	box-shadow: none !important;
}

.img_check {
	background-image: url("../images/sell_car/btn_check.png");
	overflow: hidden;
	font-size: 0;
	line-height: 999px;
	white-space: nowrap;
	background-size: contain;
	background-size: 56px 28px;
}

.agreement_car_sell {
	line-height: 38px;
	margin-top: 6px;
}

.agreement_car_sell .check_label {
	font-size: 14px;
	color: #5d5d5d;
	padding-left: 4px;
}

.agreement_car_sell input {
	display: inline-block;
	width: 28px;
	height: 28px;
	vertical-align: middle;
	background-position: 28px 0px;
}

.agreement_car_sell input:checked {
    background-color: #ffffff;
	background-position: 0px 0px;
}

.agreement_car_sell .open_form_text {
	font-size: 13px;
	color: #c2c2c2;
	line-height: 13px;
	padding-left: 8px;
}

.agreement_car_sell .open_form_arrow {
	font-size: 9px;
	color: #c2c2c2;
	line-height: 9px;
	padding-left: 4px;
}

.terms_open_article01 {
	display: block;
}