
@charset "UTF-8";
/* マイページトップ */
.mailAuth-btn{
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	margin: 8px 0 16px 0;
	padding-left: 10px;
	line-height: 56px;
	height: 56px;
	background: #fff;
	text-align: center;
	font-size: 15px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	justify-content: center;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	text-decoration: none !important;
}
.mailAuth-icon{
	height: 24px;
	padding-right: 0.75em;
}
.mailAuth-btn:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 10px;
	height: 10px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}  
.mailAuth-btn:hover{
	background-color: #fafafa;
	text-decoration: underline !important;
	text-underline-position: under;
}

.mailAuth-btn .svg-circle-bg{
	display: flex;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	background: #f5f5f5;
	align-items: center;
	justify-content: center;
	transition: .3s ease;
	margin-right: 0.5em;
	margin-left: 0;
}
.mailAuth-btn .svg-auth{
	height: 20px;
}
.mailAuth-btn .svg-auth .d{
	fill:#cccccc !important;
}
.mailAuth-icon-checked{
	padding-left: .25em;
	transform: translateY(1px);
}
.svg-auth-checked {
	height: 24px;
	margin: -5px 0 0 0;
}

/* 認証ページ */
.mfa_send_contents{
	border: 1px solid #ddd;
	padding: 20px 20px 10px 20px;
	text-align: center;
}
.btn_mfa_send{
	width: 250px;
	margin: 20px auto;
}
a.lc-btn--primary:link{
	color: #fff;
}
.mailAuth-titleicon img{
	height: 40px;
}
.hr10px{
	display: block;
	height: 10px;
	border-top: 2px solid #cccccc;
	border: none;
	margin: 1em 0;
	padding: 0;
	background: #f5f5f5;
}

.is-nowloading{
	opacity: .3;
}

.mailAuth-loader{
	display: none;
	color: #fa7046;
}

.fk-input-container {
		display: flex !important;
		justify-content: space-around;
		
}

.fk-input-container input{
	width: 50px !important;
	height: 50px;
	text-align: center;
	padding: 0;
	border: 2px solid #eee !important;
	background: #eee;
	box-shadow: none;
	transition: .3s ease;
}
.fk-input-container input:focus{
	border: 2px solid #fa7046 !important;
	background: #fff !important;
}

.svg-circle-bg{
	display: flex;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background: #f5f5f5;
	align-items: center;
	justify-content: center;
	margin-left: calc(50% - 30px);
	transition: .3s ease;
}
.svg-auth{height: 36px;}
/* #svg-auth .d{fill:#59b86d;} */
.svg-auth .d{fill:#cccccc !important;}

#modal-center .uk-modal-dialog,
#modal-center-complete .uk-modal-dialog{
	width: 440px;
	box-sizing: border-box;
}

#modal-center-complete .svg-circle-bg{
	background: #59b86d;
}

#modal-center-complete .svg-auth .d{
	fill:#ffffff !important;
	}


/*会員登録完了*/

.mailAuth-bg{
	background: rgb(250 112 70 / 0.1);
	text-align: center;
	width: 600px;
	margin: 30px auto;
	position: relative;
}
.mfa_auth-customer-register{
	width: 480px;
}
.mfa_auth-customer-register h2,
#register_contents #mailAuthSend h2{
	border: none !important;
	margin: 10px 0 !important;
}

.mailAuth-bg.is-send:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.3);
	z-index:1;
}
.mailAuth-bg .mailAuth-loader{
	z-index:2;
}

.registerapp .fk-input-container input{
	border: 2px solid #fff !important;
	background: #fff !important;
}
.registerapp .fk-input-container input:focus{
	border: 2px solid #fa7046 !important;
	background: #fff !important;
}
.authenticationForm{
	width: 400px;
	margin: 0 auto;
}
.mfa_auth-customer-register #mfa_send_button{
	margin:10px auto;
	width:200px !important ;
}


/*会員情報更新*/
.customer-edit-tomypage{
	text-decoration: none !important;
	width: 250px;
	margin: 60px auto !important;
	color: #fa7046 !important;
}
#register_contents.complete button.btn_mfa_send{
	text-decoration: none !important;
	width: 250px;
}


/* vue3対応 */
.authenticationForm {
	display: flex;
	justify-content: space-between;
}
.authenticationForm input{
	width: calc((400px - 60px) / 6);
	height: calc((400px - 60px) / 6);
	text-align: center;
	font-size: 20px;
	background: #eee;
	outline: none;
	border: 2px solid #eee;
	transition: all .3s;
}
.authenticationForm input:focus {
	border-color: #222 ;
	background: #fff !important;
}