@charset "UTF-8";

input[type="checkbox"],
input[type="radio"] {
	all: revert;
	align-self: center;
	margin: 0 5px;
}

input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="telephone"],
input[type="number"],
input[type="tel"],
textarea {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	padding: 20px;
	box-sizing: border-box;
	font-size: inherit;
	line-height: 1.5;
	vertical-align: middle;
	outline: none;
	background: #ffffff;
	border-radius: 5px;
}

textarea {
	line-height: inherit;
	vertical-align: middle;
	resize: none;
	height: 310px;
}
input::placeholder,
textarea::placeholder {
	color: #aaaaaa;
}
label {
	display: inline-flex;
}

label,
select {
	cursor: pointer;
}

@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 768px) {
}
