@charset "utf-8";
/* CSS Document */

.inquiry_top_img {
	background: url(../images/Inquiry_top_img.jpg) no-repeat center;
	height: 198px;
}
.inquiry_img1 {
	width: 1029px;
	margin: 0 auto 20px auto;
	display: block;
}

/* INQUIRY FORM */
.inquiry_title {
	color: white;
	text-align: center;
	font-size: 30px;
	background: #006EE0;
	border-radius: 10px;
	width: 1020px;
	margin: 30px auto;
	padding: 8px 0;
}

form {
	width: 1020px;
	margin: 0 auto 150px auto;
}
.element_wrap {
	display: flex;
	align-items: center;
	font-size: 20px;
}
label {
	width: 210px;
	text-align: center;
	font-size: 20px;
	background: #5BC9FF;
	border-radius: 10px;
	color: white;
	padding: 15px 30px;
	display: flex;
	justify-content: space-between;
	margin-right: 20px;
}
label p {
	width: 210px;
	margin: 0;
}
.element_wrap .flex {
	justify-content: flex-start;
}
label[for=use_personal],
label[for=use_company],
label[for=house],
label[for=house_mansion],
label[for=house_apartment],
label[for=house_others],
label[for=elevator_yes],
label[for=elevator_no] {
	background: none;
	color: #333333;
	width: 163px;
	margin: 0 20px 0 0;
	padding: 0;
	justify-content: flex-start;
}
input[type="radio"]{
    margin-right:20px;
}
.required {
	color: white;
	background-color: #FF2037;
	border-radius: 5px;
	width: 60px;
	text-align: center;
	font-size: 18px;
}
.inquiry_hr {
	border-top: #73D8FF 1px solid;
	border-bottom: none;
	border-right: none;
	border-left: none;
	margin: 10px 0;
}
input[type=text] {
	background: #CCF0FF;
	border: #CCF0FF 1px solid;
	border-radius: 10px;
	height: 30px;
	width: 660px;
	font-size: 20px;
	padding: 13px 20px;
}


/* 現状のエコキュートについて */
label[for=equipment_waterHeater],
label[for=equipment_ecoCute],
label[for=equipment_apart],
label[for=equipment_others],
label[for=placement_outdoor],
label[for=placement_indoor],
label[for=size_box],
label[for=size_round],
label[for=remote_sink],
label[for=remote_bathroom],
label[for=remote_sinkBathroom],
label[for=remote_no],
label[for=remote_idk],
label[for=breaker_yes],
label[for=breaker_no],
label[for=breaker_idk],
label[for=contract_midnight],
label[for=contract_indoor],
label[for=contract_others] {
	background: none;
	color: #333333;
	width: 163px;
	margin: 0 20px 0 0;
	padding: 5px 0;
	justify-content: flex-start;
}
label[for=placement_others] {
	background: none;
	color: #333333;
	width: 270px;
	margin: 0 20px 0 0;
	padding: 0;
	justify-content: flex-start;
}
.size {
	padding: 110px 0;
}
.remote {
	padding: 10px 0;
}
.move {
	padding: 30px 0;
}
label[for=move_yes],
label[for=move_maybe],
label[for=move_no] {
	background: none;
	color: #333333;
	width: 400px;
	margin: 0 20px 0 0;
	padding: 5px 0;
	justify-content: flex-start;
}


/* 取替え希望のエコキュート */
.element_wrap .td_width {
	font-size: 17px;
}
.wish {
	padding: 35px 0;
}
.function {
	padding: 50px 0;
}
textarea[name=maker_wish] {
	background: #CCF0FF;
	border: #CCF0FF 1px solid;
	border-radius: 10px;
	max-height: 130px;
	min-height: 130px;
	max-width: 660px;
	min-width: 660px;
	font-size: 20px;
	padding: 13px 20px;
}
textarea[name=maker_function] {
	background: #CCF0FF;
	border: #CCF0FF 1px solid;
	border-radius: 10px;
	max-height: 50px;
	min-height: 50px;
	max-width: 660px;
	min-width: 660px;
	font-size: 20px;
	padding: 13px 20px;
	margin: 5px 0;
}


/* その他、連絡事項 */
textarea[name=message] {
	background: #CCF0FF;
	border: #CCF0FF 1px solid;
	border-radius: 10px;
	max-height: 100px;
	min-height: 100px;
	max-width: 660px;
	min-width: 660px;
	font-size: 20px;
	padding: 13px 20px;
	margin: 5px 0 0 0;
}


/* BUTTONS, ERRORS, ETC */
.inquiry_button {
	width: 436px;
	margin: 80px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
input[name=btn_confirm] {
	width: 436px;
	text-align: center; 
	padding: 8px 0;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	border: none;
	background: #FF6A00;
}
input[name=btn_confirm]:hover {
	background: #FFCC45;
}
input[name=btn_submit],
input[name=btn_back] {
	width: 200px;
	text-align: center; 
	padding: 8px 0;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	border: none;
	background: #FF6A00;
}
input[name=btn_back] {
	background: #999;
}
input[name=btn_submit]:hover {
	background: #FFCC45;
}
.error_list {
	padding: 10px 30px;
	color: #ff2e5a;
	font-size: 86%;
	text-align: left;
	border: 1px solid #ff2e5a;
	border-radius: 5px;
	width: 800px;
	margin: 50px auto;
}

/* CONFIRMATION */
.confirmation {
	padding: 50px 0;
}
.confirmation label {
	margin-right: 50px;
}