﻿@charset "UTF-8";


/**************************************************
　共通
***************************************************/

/* 入力時エラー */
.error {
	margin-top: 5px;
}

.small-text {
	color: #888;
	margin-left: 5px;
}

/* リード文 */
.pre-resister-block p,
.resister-block p {
	font-size: 15px;
	text-align: center;
}

/**************************************************
　仮登録
***************************************************/

.pre-resister-block {
	height: 165px;
	margin: 0 auto;
}

/* メールアドレス入力 */
input[type="email"] {
	display: block;
	margin: 0 auto;
	padding-left: 10px;
}
select {
	padding-left: 10px;
}

/* submit-btn */
.submit-btn,
.reset-password-btn {
	background-color: #073A66;
	border-radius: 5px;
	border-style: none;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	margin: 50px auto 10px;
	text-align: center;
}


/**************************************************
　本登録
***************************************************/

.resister-block {
	margin: 0 auto;
}
.resister-block p {
	line-height: 26px;
	padding-top: 40px;
}

.input-user-info-box {
	margin: 50px auto 40px;
}
.resister-block > p .small-text {
	display: block;
	margin-top: 5px;
}
.input-user-info-box > p .red {
	margin-right: 3px;
}
.input-user-info-box .red {
	margin-left: 3px;
}

/* 項目ラベル */
.input-user-info-box dt {
	color: #333;
	font-size: 14px;
	height: 26px;
}
.input-user-info-box dd {
	margin-bottom: 20px;
}

/* ユーザ情報入力 */
input[type="text"],
input[type="password"],
input[type="email"],
select {
	border: none;
}
input[type="text"],
input[type="password"] {
	box-sizing: border-box;
	display: block;
	padding-left: 10px;
}


/**************************************************
　パスワード初期化
***************************************************/

/* メールアドレス入力 */
.reset-passoword-block input[type="email"] {
	margin-top: 60px;
}
.reset-password-btn {
	margin-top: 40px;
}
.reset-passoword-block .error {
	text-align: center;
}

/**************************************************
　デバイス振り分け設定
***************************************************/


/* ■■ SP ■■ */
@media (max-width: 767px) {

	/* 仮登録 */
	.pre-resister-block {
		width: 90%;
	}
	/* リード文 */
	.pre-resister-block p,
	.resister-block p {
		margin-bottom:30px;
		padding-top: 60px;
	}
	.pre-resister-error p {
		padding-top: 80px;
	}
	/* メールアドレス入力 */
	input[type="email"] {
		display: block;
		height: 40px;
		margin: 0 auto;
		width: 90%;
	}
	/* submit-btn */
	.submit-btn,
	.reset-password-btn {
		width: 90%;
	}

	/* [ 本登録 ] */
	.resister-block {
		padding-bottom: 60px;
		width: calc( 90% - 5px );
	}
	.input-user-info-box {
		width: 100%;
	}
	.resister-block > p .small-text {
		text-align: right;
	}

	/* ユーザ情報入力 */
	input[type="text"],
	input[type="password"] {
		height: 40px;
		width: calc( 100% - 5px );
	}
	.input-user-info-box select {
		height: 40px;
		width: 100%;
	}
	/* 登録Btn */
	.resister-block .submit-btn {
		margin-top: 60px;
	}

	/* [ パスワード初期化 ] */
	.main-contents h1 {
		margin: 0 0 60px 20px;
		padding-top: 40px;
	}

	.reset-passoword-block {
		margin: 0 auto;
		width: 90%;
	}
}
@media (max-width: 320px) {

	/* 幅狭スマホ */

	/* ログイン画面 */
	.reset-passoword-block {
		min-height: calc( 100dvh - 200px );
	}
}
@media (min-width: 321px) and (max-width: 767px) {

	/* 幅広スマホ */

	/* ログイン画面 */
	.reset-passoword-block {
		min-height: calc( 100dvh - 256px );
	}
}


/* ■■ タブレット＆ブラウザ ■■ */
@media screen and (min-width: 768px) {

	/* [ 仮登録 ] */
	.pre-resister-block {
		width: 510px;
	}
	/* リード文 */
	.pre-resister-block p,
	.resister-block p {
		margin: 20px 0 30px;
	}
	.pre-resister-error p {
		margin: 60px 0 10px;
	}
	/* メールアドレス入力 */
	input[type="email"] {
		height: 40px;
		width: 500px;
	}
	/* submit-btn */
	.submit-btn,
	.reset-password-btn {
		width: 300px;
	}

	/* [ 本登録 ] */
	.resister-block {
		width: 600px;
	}
	.input-user-info-box {
		width: 510px;
	}
	/* ユーザ情報入力 */
	input[type="text"],
	input[type="password"] {
		width: 500px;
	}
	input[type="text"],
	input[type="password"],
	.input-user-info-box select {
		height: 40px;
	}
	.input-user-info-box select {
		width: 350px;
	}
	/* 登録Btn */
	.resister-block .submit-btn {
		margin-top: 60px;
	}
}


/* ■■ (狭いブラウザとタブレット向け) ■■ */
@media (max-width: 1020px) and (min-width: 768px) {

	/* [ 仮登録 ] */
	.pre-resister-block {
		margin-top: 100px;
	}
}


/* ■■ PC ■■ */
@media screen and (min-width: 1021px) {

}
