
/* Search */

.top_search {
	padding: 30px 0;
}
.top_search h2 {
    box-sizing: border-box;
    width: 990px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: #529b22;
}
.search_table {
	width: 990px !important;
	margin: 0 auto !important;
	background-color: #fff;
}
.search_table th, .search_table td {
	vertical-align: middle;
	padding: 10px;
	text-align: left;
}
.search_table th {
	background: #95c079;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: auto;
	border-bottom: 1px solid #fff;
}
.search_table tr {
	border-bottom: 1px solid #cbdbd7;
}
.search_table td {
	background: #fff;
	border-right: none;
	padding: 10px 16px;
	width: 300px;
}
.search_table td label {
	display: block;
	cursor: pointer;
	line-height: 1.6;
}
.top_search .acordion_wrap {
	margin-top: 30px;
}
.top_search .trigger {
	width: 415px;
	margin: 0 auto;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d8883+50,157b75+50 */
background: #2094c5; /* Old browsers */
background: -moz-linear-gradient(top, #3faee3 50%, #2094c5 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #3faee3 50%,#2094c5 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #3faee3 50%,#2094c5 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3faee3', endColorstr='#2094c5',GradientType=0 ); /* IE6-9 */
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 14px 14px 14px 90px;
	position: relative;
	cursor: pointer;
}
.top_search .trigger span {
	position: absolute;
	display: block;
	background: #fff;
}
.top_search .trigger span.trigger1 {
	width: 3px;
	height: 16px;
	top: 50%;
	right: 40px;
	margin-top: -8px;
}
.top_search .trigger span.trigger2 {
	height: 3px;
	width: 16px;
	top: 50%;
	right: 34px;
	margin-top: -1px;
}
.top_search .trigger.active span.trigger1 {
	display: none;
}
.checkbox01-input {
	display: none;
}
.checkbox01-parts {
	padding-left: 25px;
	position: relative;
}
.checkbox01-parts::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts {
	color: #e51d37;
}
.checkbox01-input:checked + .checkbox01-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #e51d37;
	border-right: 3px solid #e51d37;
}
.btn_submit {
	width: 590px;
	display: block;
	border: none;
	margin: 30px auto 0;
	background:#fc8822;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding: 20px 14px;
	position: relative;
	cursor: pointer;
	text-shadow: 0 0 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 5px 0 #d4731e;
	-moz-box-shadow: 0 5px 0 #d4731e;
	box-shadow: 0 5px 0 #d4731e;
	border-radius: 5px;
}
.btn_submit:hover {
	margin: 33px auto -3px;
	-webkit-box-shadow: 0 2px 0 #d4731e;
	-moz-box-shadow: 0 2px 0 #d4731e;
	box-shadow: 0 2px 0 #d4731e;
}
.btn_submit:after {
	content: "";
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	z-index: 1;
	background: url(img/top/btn_submit.png) no-repeat center;
	top: 50%;
	right: 80px;
	margin-top: -17px;
}
