@charset "UTF-8";

#login div.content{
	box-sizing: border-box;
	padding:0 10px;
}

#login div.form-content{
	width:100%;
	margin:0 auto;
	max-width: 640px;
	
	background-color:#fff;
	color:#000;
	
	box-sizing: border-box;
	padding:10px;
	border:solid 5px #f0f0f0;
}

#login div.form-content > p.note{
	font-size:0.8rem;
	line-height:1.75em;
	
	margin-bottom:10px;
}

#login div.form-content form{
	box-sizing: border-box;
	padding:10px;
}

#login div.form-content div.row:nth-child(1){
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	margin:0 auto;
	margin-bottom:20px;
	max-width: 480px;
}

#login div.form-content div.row:nth-child(1) h5{
	width:50%;
	
	padding:0;
	margin:0;
	
	font-size:0;
	line-height:0;
	
	display:flex;
	align-items: center;
	justify-content: center;
	
	background-color:#a00;
	color:#fff;
}

#login div.form-content div.row:nth-child(1) h5::before{
	display:block;
	content:"電話番号";
	
	font-size:1.0rem;
	line-height:1.75em;
	font-weight:bold;
}

#login div.form-content div.row:nth-child(1) div.inner{
	width:50%;
	
	padding:0;
	margin:0;
	
	display:flex;
	align-items: center;
	justify-content: center;
	
	background-color:#fff;
	color:#000;
	
	box-sizing: border-box;
	border:solid 1px #a00;
	
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	
	text-align: left;
}

#login div.form-content div.row p.note{
	width:100%;
	
	font-size:0.8rem;
	line-height:1.75em;
	
	margin-top:10px;
	margin-bottom:0;
}

#login div.form-content div.row:nth-child(2){
	margin-bottom:0;
}

#login div.form-content div.row p.btn-submit{
	padding-bottom:0;
}

#login ul.links{
	width:100%;
	margin:0 auto;
	max-width: 640px;
	
	box-sizing: border-box;
	padding:10px;
	
	margin-top:20px;
	
	background-color:#fff;
	color:#000;
	
	text-align: left;
}

#login ul.links li{
	box-sizing: border-box;
	padding-left:20px;
}

#login ul.links li::before{
	display:block;
	content:"※";
	
	position: absolute;
	top:0;
	left:0;
}