@charset "utf-8";

/* cmnInput */
.cmnInput{
	height: 60px;
	font-size: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	text-indent: 22px;
	box-shadow: 0 1px 2px rgba(74,104,134,0.2) inset;
}
@media only screen and (max-width:767px){
	.cmnInput{
		height: 50px;
		font-size: 15px;
		text-indent: 11px;
	}
}

/* txtError  */
form .txtError{
	font-size: 18px;
	background-size: 14px;
	background-position: left center;
	padding: 0 0 0 20px;
	margin-top: 15px;
	line-height: 18px;
	text-align: left;
}
@media only screen and (max-width:767px){
	form .txtError{
		font-size: 14px;
		line-height: 1.7;
		background-position: left 4px;
		margin-top: 10px;
	}
}

/*-----------------------------------------------
	index
-----------------------------------------------*/
/* secIndexLogin */
.secIndexLogin{
	background: #F7F7F7;
	margin-top: 150px;
	padding: 80px 0;
}
.secIndexLogin .wrapper{
	width: 490px;
	margin: 0 auto;
}
.secIndexLogin .tit{
	font-size: 34px;
	text-align: center;
	letter-spacing: 2px;
}
.secIndexLogin .txt{
	font-size: 18px;
	text-align: center;
	margin-top: 37px;
}
.secIndexLogin .boxFormTable{
	margin-top: 37px;
}
.secIndexLogin .boxFormTable dl{
	display: table;
	width: 100%;
	margin-top: 20px;
}
.secIndexLogin .boxFormTable dl:first-child{
	margin-top: 0;
}
.secIndexLogin .boxFormTable dl dt,
.secIndexLogin .boxFormTable dl dd{
	display: table-cell;
	text-align: center;
	border: 1px solid #BDC8CA;
	vertical-align: middle;
	height: 60px;
	padding: 0;
}
.secIndexLogin .boxFormTable dl dt{
	width: 60px;
	background: #F4F4F4;
	border-right: none;
}
.secIndexLogin .boxFormTable dl dd input{
	border: none;
	width: 100%;
}
.secIndexLogin .txtForget{
	text-align: center;
	margin-top: 40px;
}
.secIndexLogin .txtForget a{
	font-size: 16px;
	padding-bottom: 6px;
	border-bottom: 1px solid #3D3D3D;
}
.secIndexLogin .cmnBtnLogin{
	margin-top: 47px;
}
@media only screen and (max-width:767px){
	.secIndexLogin{
		margin-top: 50px;
		padding: 30px 0;
	}
	.secIndexLogin .wrapper{
		width: 95.19%;
	}
	.secIndexLogin .tit{
		font-size: 18px;
		letter-spacing: 1px;
	}
	.secIndexLogin .txt{
		font-size: 14px;
		line-height: 1.7;
		margin-top: 15px;
	}
	.secIndexLogin .boxFormTable{
		margin-top: 20px;
	}
	.secIndexLogin .boxFormTable dl{
		margin-top: 10px;
	}
	.secIndexLogin .boxFormTable dl:first-child{
		margin-top: 0;
	}
	.secIndexLogin .boxFormTable dl dt,
	.secIndexLogin .boxFormTable dl dd{
		height: 50px;
	}
	.secIndexLogin .boxFormTable dl dt{
		width: 50px;
	}
	.secIndexLogin .txtForget{
		margin-top: 20px;
	}
	.secIndexLogin .txtForget a{
		font-size: 13px;
		padding-bottom: 3px;
	}
	.secIndexLogin .cmnBtnLogin{
		margin-top: 25px;
	}
}

/* secIndexMember */
.secIndexMember{
	background: #F7F7F7;
	margin: 50px 0 150px;
	text-align: center;
	padding: 80px 0 110px;
}
.secIndexMember .tit{
	font-size: 34px;
	text-align: center;
	letter-spacing: 3px;
	margin-top: 30px;
}
.secIndexMember .txt{
	font-size: 18px;
	text-align: center;
	margin-top: 37px;
}
.secIndexMember .cmnBtnLogin{
	letter-spacing: 2.5px;
	margin-top: 40px;
}
@media only screen and (max-width:767px){
	.secIndexMember{
		margin: 30px 0 75px;
		padding: 30px 0 40px;
	}
	.secIndexMember .wrapper{
		width: 95.19%;
		margin: 0 auto;
	}
	.secIndexMember .img{
		width: 40px;
		margin: 0 auto;
	}
	.secIndexMember .tit{
		font-size: 18px;
		letter-spacing: 1.5px;
		margin-top: 15px;
	}
	.secIndexMember .txt{
		font-size: 14px;
		line-height: 1.7;
		margin-top: 15px;
	}
	.secIndexMember .cmnBtnLogin{
		letter-spacing: 1.25px;
		margin-top: 20px;
	}
}

/*-----------------------------------------------
	pass
-----------------------------------------------*/
/* secPassForm */
.secPassForm{
	background: #F7F7F7;
	margin: 150px 0 60px;
	text-align: center;
	padding: 50px 0 100px;
}
.secPassForm .tit{
	font-size: 34px;
	text-align: center;
	letter-spacing: 3px;
	margin-top: 30px;
}
.secPassForm .txt{
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	margin-top: 27px;
}
.secPassForm .boxForm{
	width: 490px;
	margin: 37px auto 0;
}
.secPassForm .boxForm input{
	width: 100%;
	border: 1px solid #BDC8CA;
}
.secPassForm .btn{
	margin-top: 50px;
}
.secPassForm .btn .cmnBtnLogin{
	width: 280px;
	letter-spacing: 2.5px;
	margin-top: 50px;
}
@media only screen and (max-width:767px){
	.secPassForm{
		margin: 50px 0 30px;
		padding: 20px 0 40px;
	}
	.secPassForm .wrapper{
		width: 95.19%;
		margin: 0 auto;
	}
	.secPassForm .tit{
		font-size: 18px;
		letter-spacing: 1.5px;
		margin-top: 15px;
	}
	.secPassForm .txt{
		font-size: 14px;
		line-height: 1.7;
		margin-top: 15px;
	}
	.secPassForm .boxForm{
		width: 100%;
		margin-top: 20px;
	}
	.secPassForm .btn{
		margin-top: 25px;
	}
	.secPassForm .btn .cmnBtnLogin{
		letter-spacing: 1.25px;
	}
}

/* secPassBack */
.secPassBack .cmnBtnLoginBack{
	margin-bottom: 150px;
}
@media only screen and (max-width:767px){
	.secPassBack .cmnBtnLoginBack{
		margin-bottom: 75px;
	}
}

/*-----------------------------------------------
	resetting
-----------------------------------------------*/
/* secResettingForm */
.secResettingForm{
	background: #F7F7F7;
	margin: 150px 0;
	text-align: center;
	padding: 50px 0 80px;
}
.secResettingForm .tit{
	font-size: 34px;
	text-align: center;
	letter-spacing: 0.5px;
	margin-top: 30px;
}
.secResettingForm .txt{
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	margin-top: 27px;
}
.secResettingForm .boxForm{
	width: 490px;
	margin: 45px auto 0;
}
.secResettingForm .boxForm dl:last-child{
	margin-top: 28px;
}
.secResettingForm .boxForm dl dt{
	font-size: 20px;
	text-align: left;
	letter-spacing: 0.5px;
}
.secResettingForm .boxForm dl dd{
	margin-top: 22px;
}
.secResettingForm .boxForm dl dd input{
	width: 100%;
	border: 1px solid #BDC8CA;
}
.secResettingForm .btn{
	margin-top: 50px;
}
.secResettingForm .btn .cmnBtnLogin{
	width: 280px;
	letter-spacing: 2.5px;
}
@media only screen and (max-width:767px){
	.secResettingForm{
		margin: 50px 0;
		padding: 20px 0 40px;
	}
	.secResettingForm .wrapper{
		width: 95.19%;
		margin: 0 auto;
	}
	.secResettingForm .tit{
		font-size: 18px;
		line-height: 1.5;
		letter-spacing: 0.25px;
		margin-top: 15px;
	}
	.secResettingForm .txt{
		font-size: 14px;
		line-height: 1.7;
		margin-top: 15px;
	}
	.secResettingForm .boxForm{
		width: 100%;
		margin: 25px 0 0;
	}
	.secResettingForm .boxForm dl:last-child{
		margin-top: 15px;
	}
	.secResettingForm .boxForm dl dt{
		font-size: 15px;
		letter-spacing: 0.25px;
	}
	.secResettingForm .boxForm dl dd{
		margin-top: 10px;
	}
	.secResettingForm .btn{
		margin-top: 25px;
	}
	.secResettingForm .btn .cmnBtnLogin{
		letter-spacing: 1.25px;
	}
}
