@charset "utf-8";

.submit {
	text-align: center;
	letter-spacing: -0.5em;
}
.submit .back,
.submit .send {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 10px;
}
.requestSec .sec1 .submit .back input {
	background-color: #aaa;
}

.requestSec .sec1.step2 .txt3 > dl > dd {
	padding-top: 25px;
}

@media screen and (max-width: 767px) {
	.submit .back,
	.submit .send {
		margin: 0;
	}
	.submit .back {
		margin-bottom: 10px;
	}

	.requestSec .sec1.step2 .txt3 > dl > dd {
		padding-top: 0;
	}
}

label,
label input {
	cursor: pointer;
}
label input {
	margin-right: 0.35em;
}

.error {
	margin: 0 0 5px!important;
	font-size: 90%;
	color: #be0008;
}

/* IME MODE
------------------------------*/
textarea,
input[type="text"] {
	ime-mode: active;
}
input.ascii {
	ime-mode: disabled;
}