/* CSS Document */
/*****************************/
/* ヘッダー                  */
/*****************************/
header.headerlogin .logo{
	width:60%;
}

/*****************************/
/* フッター                  */
/*****************************/
footer.footerlogin{
	background-color: #fff;
}


footer.footerlogin ul.link{
	display: block;
	/*width:100%;*/
	margin: 0 30px 20px -20px;
}

footer.footerlogin ul.link li{
	list-style-type: none;
	text-align: left;
}


footer.footerlogin ul.link li a{
	display: block;
	width: calc(100% - 50px);
	margin:0;
	padding:20px 30px;
	
	text-decoration: none;
	background-color: var(--footerlogin-button-bgcolor);
	color: var(--txt-color);
	border-bottom:1px solid var(--footerlogin-button-underline);
	
	cursor: pointer;
	cursor: hand;
}

footer.footerlogin ul.link li a:hover{
	text-decoration: underline;
	color: var(--txt-color-hover);
}

footer.footerlogin ul.link:after{
	content: "";
	display: block;
	clear: left;
}


footer div#privacymark a{
	display: block;
	float:left;
	width:68px;
}

footer div#privacymark #DigiCertClickID__sZ_Y8vb, footer div#privacymark .test_mark{
	display: block;
	float:left;
}

footer div#privacymark div#PMStr{
	float:right;
	width:calc(100% - 80px - 150px);
	padding-top:1.8em;
	color: var(--txt-color);
}




/*****************************/
/* ログイン画面              */
/*****************************/
/* ログインフォームの重なりのため必要 */
div.contentslogin{
	overflow: inherit !important;
}


#mainVisual img{
	max-height: 450px;
}


.loginForm{
	position:relative;
	/*left: calc(50% - 35%);*/
	margin:-5% auto 0;
	padding:10px 20px;
	width:70%;
	border:1px solid var(--login-form-border);
	background-color:#ffffff !important;
	-webkit-box-shadow: 1px 2px 2px rgba(240,229,209,.4);
	-moz-box-shadow: 1px 2px 2px rgba(240,229,209,.4);
	box-shadow: 1px 2px 2px rgba(240,229,209,.4);
	z-index: 50 !important;
}

.loginForm .idArea{
	float: none;
	width:100%;
	border-right:none;
	border-bottom:1px solid #707070;
	padding-bottom: 20px;
}

.loginForm .idArea input{
	width:98%;
}

.loginForm .simplePwArea{
	float: none;
	width:100%;
	padding-top:20px;
}

.loginForm .simplePwArea input{
	width:98%;
}

.loginForm .loginButtonArea{
	clear: both;
	width:100%;
}

.osiraseArea{
	margin-top:40px;
	padding:0 20px;
}

.osiraseArea .mark{
	width:96px;
	padding:5px 0;
}



/*****************************/
/* レスポンシブ処理          */
/*****************************/
/* 幅768px以上（タブレット縦サイズ） */
@media only screen and (min-width: 768px){
	
	.loginForm{
		width:560px;
	}
	
	.loginForm .idArea{
		float:left;
		width:48%;
		border-right:1px solid #707070;
		border-bottom: none;
		padding-bottom:0;
	}
	
	.loginForm .idArea input{
		width:85%;
	}
	
	.loginForm .simplePwArea{
		float:right;
		width:48%;
		padding-top:0;
	}
	
	.loginForm .simplePwArea input{
		width:85%;
	}
	
	/*****************************/
	/* フッター                  */
	/*****************************/
	footer.footerlogin ul.link{
		display: block;
		width:90% !important;
		margin: 0 auto 20px !important;
		display: flex;
		justify-content:center;
		align-items: center;
		flex-wrap:wrap;
	}
	
	footer.footerlogin ul.link li{
		text-align: center;
		margin-right:26px;
		margin-bottom: 6px;
	}

	footer.footerlogin ul.link li:not(:last-child):after{
		content: "|";
		font-size: 120%;
		padding-left:26px;
	}
	
	footer.footerlogin ul.link li a{
		display: inline;
		width:inherit;
		margin:0;
		padding:0;
		text-decoration: none;
		background-color:#fff !important;
		color: var(--txt-color);
		border-bottom:none;
	}
	
	footer.footerlogin ul.link li a:hover{
		text-decoration: underline;
		color: var(--txt-color-hover);
	}

	footer.footerlogin ul.link:after{
		content: "";
		display: block;
		clear: left;
	}
	
}


/* 幅1024px以上（PCサイズ） */
@media only screen and (min-width: 1024px){
	
}
