@charset "UTF-8";
.sel-form form{
	display: block;
	width: 100%;
}
select{
	cursor: pointer;
	display: block;
	padding: 0.7em 0.8em;
	border: 1px solid #BBB;
	border-radius: 3px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3) inset;
	box-sizing: border-box;
	width: 100%;
	margin-top: 0.6em;
	height: 3em;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23000000%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C1.87%2C8.5%2C10%2C17%2C1.87%2C15.08%2C0%2C8.5%2C6.3%2C1.92%2C0Z%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 15px 15px;
}
.c-btn.c-btn--or.sel-btn input{
	position: relative;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 36px;
	min-height: 46px;
	border: solid 2px #fff;
	border-radius: 4px;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: solid 2px #d74100;
	background-color: #d74100;
	color: #fff;
	cursor: pointer;
	width: 100%;
}
@media screen and (min-width: 1024px){
.sel-form form{
	display: flex;
	width: 100%;
	max-width: 640px;
}
select{
	width: 100%;
}
}