/* ログイン */

#app-link img {
	width: 100%;
}

#app-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 1em auto;
}

@media screen and (max-width: 420px ) {
	.sp_br {
		display: block;
	}
}


.mt-1 {
	margin-top: 1em;
}

#app-link a {
	width: 160px;
	margin: 0 10px 10px;
}

.login input[type="text"],
.login input[type="email"],
.login input[type="password"] {
	display: block;
	width: 85%;
	height: 40px;
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
	margin: 10px auto;
	padding: 5px;
	border-radius: 4px;
	-webkit-transition: border linear 0.2s;
	-moz-transition: border linear 0.2s;
	-o-transition: border linear 0.2s;
	transition: border linear 0.2s;
}

.login input[type="text"]::-webkit-input-placeholder,
.login input[type="email"]::-webkit-input-placeholder,
.login input[type="password"]::-webkit-input-placeholder {
	color: #A0A0A0;
}

.login input[type="text"]:-moz-placeholder,
.login input[type="email"]:-moz-placeholder,
.login input[type="password"]:-moz-placeholder {
	color: #A0A0A0;
}

.login input[type="text"]::-moz-placeholder,
.login input[type="email"]::-moz-placeholder,
.login input[type="password"]::-moz-placeholder {
	color: #A0A0A0;
}

.login input[type="text"]:-ms-input-placeholder,
.login input[type="email"]:-ms-input-placeholder,
.login input[type="password"]:-ms-input-placeholder {
	color: #A0A0A0;
}

.password_forget input[type="text"],
.password_forget input[type="email"],
.password_forget input[type="password"] {
	display: block;
	width: 85%;
	height: 40px;
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
	margin: 10px auto;
	padding: 5px;
	border-radius: 4px;
	-webkit-transition: border linear 0.2s;
	-moz-transition: border linear 0.2s;
	-o-transition: border linear 0.2s;
	transition: border linear 0.2s;
}

.password_forget input[type="text"]::-webkit-input-placeholder,
.password_forget input[type="email"]::-webkit-input-placeholder,
.password_forget input[type="password"]::-webkit-input-placeholder {
	color: #A0A0A0;
}

.password_forget input[type="text"]:-moz-placeholder,
.password_forget input[type="email"]:-moz-placeholder,
.password_forget input[type="password"]:-moz-placeholder {
	color: #A0A0A0;
}

.password_forget input[type="text"]::-moz-placeholder,
.password_forget input[type="email"]::-moz-placeholder,
.password_forget input[type="password"]::-moz-placeholder {
	color: #A0A0A0;
}

.password_forget input[type="text"]:-ms-input-placeholder,
.password_forget input[type="email"]:-ms-input-placeholder,
.password_forget input[type="password"]:-ms-input-placeholder {
	color: #A0A0A0;
}

.login .button-box {
	width: 100%;
	margin: 30px auto 0;
	padding: 0;
	white-space: nowrap;
}

.login .button-box .login-btn {
	width: 85%;
	max-width:446px;
	height: 50px;
	font-weight: 600!important;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	margin:0 auto 10px;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.login .button-box .register_btn {
	width: 85%;
	max-width:446px;
	height: 50px;
	font-weight: 600!important;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	margin:0 auto 10px;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

/* 新規会員登録 */
.login .agree-box {
	text-align: right;
	margin-bottom: 5px;
	font-size: 14px;
}

.login .email-box {
	margin: 15px 0;
	display: block;
	text-align: center;
}

.login .email-box::after {
	content: "";
	display: block;
	clear: both;
}

.login .email-box img {
	width: 40px;
	margin-right: 20px;
}

.login .register-attention {
	margin-top: 20px;
	border: 2px solid #808080;
	font-weight: bold;
	padding: 10px;
	box-shadow: 0 0 6px #808080;
}

.info-box-at-register {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
	background-color: rgba(255, 255, 255, 0.8);
	width: 80%;
	height: 80%;
	padding: 20px;
	z-index: 110;
}

.overlay {
	position: absolute;
	display: none;
	top: 0;
	width: 100%;
	z-index: 101;
	background-color: rgba(0,0,0,0.6);
}

.info-box-at-register-close{
	text-align: right;
	font-size: 30px;
	padding-right: 10px;
}

/* パスワード再発行 */
.login .new-password {
	text-align: center;
	font-size: 32px;
	background-color: #FFFFFF !important;
	color: #383838;
}


@media screen and (max-width: 992px ) {

	/* 新規会員登録 */
	.login .agree-box {
		font-size: 12px;
	}
}

.btn-go-mypage {
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	color: #303030;
	font-weight: normal;
	background-color: #F1C455;
	border-radius: 4px;
	margin: 20px 0;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.btn-go-mypage:hover {
	background-color: #CC9900;
}

/* 新規会員登録JADMAマーク */
.regist_jdma_l {
	float: left;
	width: 47%;
}

.regist_jdma_r {
	float: right;
	width: 47%;
}

@media screen and (max-width: 490px) {
	.regist_jdma_l {
		float: none;
		width: 100%;
	}

	.regist_jdma_r {
		float: none;
		width: 100%;
	}

	.regist_jdma_r .jadma_txt_app {
		padding-top: 10px;
	}
}

.login-input {
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
	align-items: stretch;
}

.login-social a img {
	border: 0px;
	max-width: 300px;

	display: block;
}
