@charset "utf-8";

.input__button-box {
	text-align: center;
}

.submit_button {
	font-size: 1rem;
}

.form-group--policy {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

@media screen and (min-width: 900px) {
	#qty {
		height: 30px;
	}
}