@charset "utf-8";
/* パスワードの再設定 */

/* メールアドレスの入力 */
#reminder-index div#mail { margin-bottom: 6rem; }
#reminder-index div#mail input { width: 100%; }

/* 新規パスワード入力 */
#pass { margin-bottom: 5rem; }

@media screen and (max-width: 999px) {
	/* メールアドレスの入力 */
	#reminder-index .caption { margin-bottom: 2rem; }
	
	/* 新規パスワード入力 */
	#reminder-input .caption { margin-bottom: 2rem; }
	#reminder-input #pass { margin-bottom: 4rem; }
	
	/* 完了 */
	#reminder-send .thanks-comment { text-align: center !important; }
}

@media screen and (min-width: 481px) {
	/* メールアドレスの入力 */
	#reminder-index #mail dl {
		width: 70%;
		margin: 0 9% 1rem;
	}
	#reminder-index #mail dt { width: 8em; }
	
	/* 新規パスワード入力 */
	#pass dl {
		width: 60% !important;
		margin-left: 15%;
	}
	#pass dt { width: 6em; }
	#pass input { width: 100% !important; }
}

@media screen and (max-width: 480px) {
	/* メールアドレスの入力 */
	#reminder-index #mail { margin-bottom: 4rem; }		
}