@charset "UTF-8";
/* CSS Document */


/*パスワード　PC*/

form .jhpt_btn {
	background: #2EA7E0;
	height: 40px;
	border: 0px solid #000;
	width: 400px;
	border-radius: 5px;
	color: #fff;
	margin: 0 auto;
	text-align: center
}
form .back_btn {
	background: #ccc;
	height: 40px;
	border: 0px solid #000;
	width: 400px;
	border-radius: 5px;
	color: #000;
	margin: 0 auto 0;
	text-align: center
}
.btn {
	background: #2EA7E0;
	height: 50px;
	border: 0px solid #000;
	width: 400px;
	border-radius: 5px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
        font-size: 15px;
	display: inline-block; /* ← 追加でインラインリンクにも対応 */
	line-height: 50px;     /* ← ボタンの高さにテキストを中央寄せ */
	text-decoration: none; /* ← リンクの下線を消す */
}


/*パスワード　SP*/
@media screen and (max-width:919px) {
form .jhpt_btn {
	width: 47%;
}
form .back_btn {
	width: 47%;
}
}
