@charset "utf-8";
/*----------------------------------------------------------------------------
  ロコンドログイン
----------------------------------------------------------------------------*/
/* カート */
.new_toreg {
	text-align: center;
	margin: 46px 0 32px 0;
}
.new_toreg a {
		border-radius: 2px;
		padding: 16px 64px;
		font-size: 16px;
}
.new_toreg-locondologin{
	text-align: center;
	margin: 0 0 32px 0;
}
.new_toreg-locondologin a{
	color: #222;
	font-weight: bold;
	display: flex;
	width: 300px;
	margin:0 auto;
	justify-content: center;
	align-items: center;
}
.new_toreg-locondologin a:hover{
	color: #fa7046;
}
.new_toreg-locondologin a span.locondo-login--loconnya{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 10px;
}
.new_toreg-locondologin button{
	border: none;
	outline: none;
	background: none;
	cursor: pointer;
}
/*----------------------------------------------------------------------------
  会員情報登録画面
----------------------------------------------------------------------------*/
#locondologin .block-password td{
	position: relative;
}
#password_visibility_label-sub {
	width: 56px;
	height: 30px;
	font-family: "lcicon";
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	top: 25px;
	left: 280px;
	cursor: pointer;
	font-weight: normal;
}
#password_visibility_label-sub:before{content: "\EA11";}
#password_visibility_checkbox-sub:checked ~ #password_visibility_label-sub:before{content: "\EA10";}
#locondologin .inputBox td input{
	padding: 8px;
}
#password_visibility_checkbox-sub{
	display: none;
}




.uk-notification-message {
	position: relative;
	padding: 15px;
	background: #fa7046;
	color: #fff;
	font-size: 13px;
	line-height: 1.4;
	cursor: pointer;
}
.site_sws .uk-notification-message {
	background: #1627C4;
}
.btn-locondologinmodal{
	background: #fff;
	color: #fa7046;
	width: 100%;
	border: 1px solid #fa7046;
	line-height: 30px;
	font-size: 13px;
	cursor: pointer;
}
.btn-locondologinmodal:hover{
	opacity: .8;
}

.locondogroup	.uk-accordion {
	padding: 0;
	list-style: none;
	background: #f5f5f5;
	width: 1024px;
    margin: 30px auto;
}
.site_sws .locondogroup .uk-accordion {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 40px;
}

.locondogroup--lead{
	background: #f5f5f5;
	color: #666;
	padding: 10px 15px;
    width: 360px;
	margin: 0 auto;
}
.site_sws .locondogroup--lead{
	width: 320px;
}
.locondogroup--lead .uk-accordion-title{
	font-size: 12px;
}

#locondologin .uk-modal-body {
		padding: 30px 30px 0 30px;
		width: 560px;
}
#locondologin h2 img{
	height: 20px;
	display: inline-block;
}

.locondo-input_inner input#password {
	width: calc(100% - 56px);
}
input#locondologinId:focus ~ .locondo-input_string, input#locondologinId:not(:placeholder-shown) ~ .locondo-input_string {
	width: 7.5em;
}
input#password:not(:placeholder-shown) ~ .locondo-input_string {
	width: 5.5em;
}

.locondo-input #password_visibility_label-sub{
	width:56px;
	height:30px;
	font-family: "lcicon";
	font-size: 30px;
	line-height: 30px;
	position:absolute;
	top:10px;
	right:0;
	font-weight: normal;
	text-align: center;
}
.locondo-input #password_visibility_label-sub:before{content: "\EA11";}
.locondo-input #password_visibility_checkbox-sub:checked ~ #password_visibility_label-sub:before{content: "\EA10";}
.locondo-input #password_visibility_checkbox-sub {
		display: none;
}

.btn-locondoAuth{
	background: #fa7046;
	color: #fff;
	border: none;
	outline: none;
	width: 320px;
	font-size: 16px;
	line-height: 1.5;
	padding: 10px 0;
	font-weight: bold;
	margin: 0 auto;
	display: block;
	border-radius: 2px;
	cursor: pointer;
}
.btn-locondoAuth:hover{
	opacity: .8;
}
.btn-locondoAuth small{
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.locondologin-note{
	margin: 30px -30px 0 -30px;
	background: #f5f5f5;
	padding: 15px 30px;
	color: #666;
	line-height: 1.5;
	font-size: 12px;
}
#locondologin--error{
	display: flex;
	text-align: center;
	margin-top: 16px;
	justify-content: center;
}
#locondologin--error a{
	padding: 4px 0;
		border-bottom: 2px solid;
		font-weight: bold;
		color: #fa7046;
}
#locondologin--error a .icon{
	font-size: 15px;
	padding-left: 2px;
}

#locondologin-loading{
	text-align: center;
}

/*----------------------------------------------------------------------------
  ログイン
----------------------------------------------------------------------------*/
.new_users_in .new_toreg-locondologin {
	text-align: center;
	margin: 46px 0 32px 0;
}
.new_users_in .new_toreg-locondologin{
	text-align: center;
	font-size: 13px;
	color: #222;
	font-weight: bold;
	display: flex;
	margin: 0px auto 0;
	justify-content: center;
	align-items: center;
	background: none;
    outline: none;
    border: none;
	cursor: pointer;
}
.new_users_in .new_toreg-locondologin:hover{
	color: #fa7046;
}
.new_users_in .new_toreg-locondologin span.locondo-login--loconnya{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 10px 0 0;
}

/* 【ロコンドログイン】閉じる時にダイアログを表示する */
#locondologin button[uk-toggle="target: #dialog_close_locondologin"] {
	position:absolute;
	top:20px;
	right:20px;
	color:#999;
}
#dialog_close_locondologin p{
	font-size:13px;
	line-height:1.8;
	color:#333;
	margin-bottom:2.5em;
}
#dialog_close_locondologin .btnGroup{
	display:flex;
	justify-content:center;
	gap:10px;
}
#dialog_close_locondologin .btnGroup button{
	all: unset;
	flex-grow:1;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	gap:2px;
	height:60px;
	font-size:15px;
	font-weight: 600;
	color:#333;
	background-color:#eee;
	border:1px solid transparent;
	border-radius:3px;
	cursor:pointer;
}
#dialog_close_locondologin .btnGroup button small{
	font-size:10px;
	font-weight: normal;
}
#dialog_close_locondologin .btnGroup .btn-no{
	color:#fff;
	background-color:#333;
}
#dialog_close_locondologin .uk-modal-dialog{
	transform: none;
}