

.input-fill:placeholder-shown::placeholder {
	color: transparent;
}

.banner {
	background-image: url(../image/banner_phone@2x.jpg);
}

.form--simple .row {
	overflow: visible;
}


.form--simple .form__field {
	margin-bottom: 28px;
	position: relative;
}
.form--simple .form__label::before,
.form--simple .form__label::after {
	content: none;
}
.form--simple .form__control {
	/* padding: 13px 20px; */
}
.form--simple .form__control:placeholder-shown::placeholder,
.form--simple select.form__control:required:invalid {
	color: transparent;
}
.form--simple .form__expend{
	margin-bottom: 0;
}
.form--simple .form__expend--open{
	margin-bottom: 28px;
}
select.form__control {
	border-color: #fff;
}

.form--simple .form__label,
.form--simple select.form__control:required:invalid ~ .form__label {
	position: absolute;
	left: 20px;
	top: 13px;
	pointer-events: none;
	transform: none;
	transition: transform .15s, opacity .15s;
	color: #ccc;
}

.form--simple .form__control:not(:placeholder-shown) ~ .form__label,
.form--simple .form__control:focus ~ .form__label {
	transform: scale(0.75) translate(-20px, -3em);
	transform-origin: left bottom;
	opacity: .8;
}

.form--simple option[value=""][disabled] {
	display: none;
}
.form--simple option {
	background: #999;
	color: #fff;
}

/* for IE */
_:-ms-lang(x)::-ms-backdrop, .form--simple .form__label {
	display: none;
}
_:-ms-lang(x)::-ms-backdrop, .form--simple select.form__control:required:invalid {
	color: #ccc;
}

@media screen and (min-width: 768px) {

}
@media screen and (min-width: 1024px) {
	.form--simple .form__field {
		/* margin-bottom: 50px; */
	}
	.form--simple .form__control {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.form--simple .form__label,
	.form--simple select.form__control:required:invalid ~ .form__label {
		font-size: 18px;
		left: 26px;
		top: 15px;
	}

	.form--simple .form__control:not(:placeholder-shown) ~ .form__label,
	.form--simple .form__control:focus ~ .form__label {
		transform: scale(0.75) translate(-26px, -3em);
	}

	.banner {
		background-image: url(../image/banner_phone@2x.jpg);
	}
}