@charset "UTF-8";
/* ==========================================================================
   ログイン
   ========================================================================== */

.l-box {
	margin: -15rem 0 0 -15rem;
	width: 30rem;
	min-height : 320px;
	position: absolute;
	top: 50%;
	left: 50%;
}

@media screen and (max-height: 660px) {
	/* headerの領域に行かないように縦位置を調整 */
	.l-box {
		margin-top: 0;
		top: 80px;
	}
}

.l-box div {
	margin: 1.5rem 0;
	width: 100%;
}

.l-box_guidance {
	margin-top: 0;
	text-align: center;
}

.l-box_message {
}

.l-box_input {
}
