
.continer {
	min-height: calc(100vh - 110px);
	padding-bottom: 0px;
}

.sec_continer {
	padding-top: 0px;
}

#login h2{
	padding-top: 10vh;
	margin: 0% auto 0px;
	width: 100%;
	text-align: center;
	font-weight: normal;
}

/* 20px @ 340px increasing to 28px @ 1000px */
@media (min-width: 340px) {
  #login h2 {
    font-size: calc(1.25rem + ((1vw - 3.4px) * 1.2121));
    /* Note: The calc base value (1.25rem) MUST be stated in REM to maintain accessibility */
    /* Where: 1.2121 = 100 * font-size_difference / viewport_width_difference */
  }
}
/* Prevent scaling beyond this breakpoint */
@media (min-width: 1000px) {
  #login h2 {
    font-size: 28px;
  }
}

.login_Wap {
/*	position: absolute;
	top: 20%;*/
	margin: 20px auto 0px;
	width: 100%;
	max-width: calc(300px + 8vw);
/*	left: 50%;
	transform: translateY(-30%) translateX(-50%);
	-webkit- transform: translateY(-30%) translateX(-50%);*/
	padding: 5vw 8vw;
background: -moz-linear-gradient(top left, #01477a 0%, #1c0424 100%);
background: -webkit-gradient(linear, left top, right bottom, from(#01477a), to(#1c0424));
background: -webkit-linear-gradient(top left, #01477a 0%, #1c0424 100%);
background: -o-linear-gradient(top left, #01477a 0%, #1c0424 100%);
background: linear-gradient(to bottom right, #01477a 0%, #1c0424 100%);
	color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;

}

.id_Wap {
	margin-bottom: 15px;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pw_Wap {
	margin-bottom: 20px;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sub_btn_wap {
	text-align: center;
}

.login_id {
		width: 23vw;
}

.password {
	width: 23vw;
}

.submit_btn {
	/*width: 80px;*/
	cursor: pointer;
	display: block;
	padding: 5px 20px;
	text-align: center;
	margin: 0px auto;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
/*	overflow: hidden;
	text-indent: -10000px;*/
/*	height: 40px;
	width: 40px;*/
	border: 0;
	border: none;
	outline: none;
/*	background: url("../img/common/search.png") top left no-repeat;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/*新規登録はこちら*/
.regist_wap {
	margin: 10px auto 0px;
	width: 100%;
	max-width: 500px;
	text-align: right;
}

.alert {
	text-align: center;
	margin: 20px auto 0px;
	width: 100%;
	color: red;

}





@media handheld, only screen and (max-width: 767px) {
	.login_Wap {

		margin: 20px auto 0px;
		width: 100%;
		max-width: 1200px;
		padding: 5vw 8vw;
	background: -moz-linear-gradient(top left, #01477a 0%, #1c0424 100%);
	background: -webkit-gradient(linear, left top, right bottom, from(#01477a), to(#1c0424));
	background: -webkit-linear-gradient(top left, #01477a 0%, #1c0424 100%);
	background: -o-linear-gradient(top left, #01477a 0%, #1c0424 100%);
	background: linear-gradient(to bottom right, #01477a 0%, #1c0424 100%);
		color: #fff;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-o-border-radius: 15px;
		border-radius: 15px;

	}

	.login_id {
		width: 50vw;
	}

	.password {
		width: 50vw;
	}


	.submit_btn {
		/*width: 80px;*/
		cursor: pointer;
		display: block;
		padding: 5px 20px;
		text-align: center;
		margin: 0px auto;
		-webkit-border-radius: 15px!important;
		-moz-border-radius: 15px!important;
		-o-border-radius: 15px!important;
		border-radius: 15px!important;
		border: 0;
		border: none;
		outline: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
/*新規登録はこちら*/
.regist_wap {
	margin: 10px auto 0px;
	width: 100%;
	max-width: 1200px;
	text-align: right;
}



}