@charset "UTF-8";
/* CSS Document */

/*----- PAGE-HEADER -----*/

.page-header{
	background-image: url("../../../images/_assets-page/login/img-cover-sp.webp");
}

@media screen and (min-width: 768px) {
	
	.page-header{
		background-image: url("../../../images/_assets-page/login/img-cover-pc.webp");
	}
	
}

/*----- PAGE-CONTENT -----*/

#login div.content{
	width:100%;
	margin:0 auto;
	max-width: 1080px;
	
	box-sizing: border-box;
	padding:10px;
}

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

#login div.form-content-child{
	margin-bottom:20px;
}

#login div.form-content-child:last-child{
	margin-bottom:0;
}

@media screen and (min-width: 768px) {
	
	#login div.content{
		padding:20px;
	}
	
	#login div.form-content{
		padding:20px;
	}
	
	#login div.form-content-child{
		margin-bottom:40px;
	}
	
}

/*----- FORM-CONTENT -----*/

.form-content p.caption{
	margin-bottom:20px;
}

.form-content div.row{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	
	box-sizing: border-box;
	padding-bottom:10px;
	border-bottom:solid 1px #888;
	margin-bottom:10px;
}

.form-content div.row p.que{
	width:100%;
	
	box-sizing: border-box;
	padding:10px;
	
	/*background-color:#f0f0f0;*/
	color:#222;
	
	position: relative;
}

.form-content div.row div.ans{
	width:100%;
	
	box-sizing: border-box;
	padding:10px;
	
	/*background-color:#f8f8f8;*/
	color:#222;
}

.form-content div.row div.ans > input{
	max-width: 240px;
}

.form-content div.row div.ans p.note{
	font-size:0.8rem;
	line-height:1.75em;
	color:#444;
	
	margin-top:10px;
}

@media screen and (min-width: 768px) {
	
	.form-content div.row p.que{
		width:120px;
	}
	
	.form-content div.row div.ans{
		width:calc(100% - 120px);
	}
	
	
}

/*/////-----BTN-ACTION-----/////*/

.btn-action{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: center;
	
	width:100%;
}

.btn-action > p{
	width:calc(50% - 10px);
	max-width: 240px;
}

.btn-action > p:nth-child(1){
	margin-right:10px;
}

.btn-action > p:nth-child(2){
	margin-left:10px;
}
