@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	padding-bottom: 68px;
}
.contents01 .contents01_01{
	width: 980px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_01{
		width: 100%;
		padding: 0 5%;
	}
}
.contents01 .contents01_01 h2{
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0.004em;
	padding: 60px 0 47px;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_01 h2 {
		font-size: 24px;
		line-height: 34px;
		padding: 35px 0;
	}
}
/*.contents01 .contents01_01 .header_explanation{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	padding: 0 0 13px;
	font-size: 13px;
	line-height: 23px;
}*/
.contents01 .contents01_01 .error_message{
	width: 100%;
	height: auto;
	padding: 0 0 13px;
	margin: 0 auto;
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 800;
	color: #CB453D;
}
.contents01 .contents01_01 .error_message b{
	font-weight: 800;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_01 .error_message{
		font-size: 16px;
		line-height: 20px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 476px;
	height: auto;
	padding: 44px;
	background-color: #F4F4F4;
	display: block;
	margin: 0 auto;
	text-align: left;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_01 .contents01_01_01{
		width: 100%;
		padding: 45px 5%;
	}
}
.contents01 .contents01_01 .contents01_01_01 .loginbox{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	text-align: left;
}
.contents01 .contents01_01 .contents01_01_01 .loginbox form{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	text-align: left;
}
.contents01 .contents01_01 .contents01_01_01 .loginbox form p{
	display: block;
	width: 100%;
}
.contents01 .contents01_01 .contents01_01_01 .loginbox form p:nth-of-type(1){
	margin-top: 0;
	margin-bottom: 16px;
}
.contents01 .contents01_01 .contents01_01_01 .loginbox form p label{
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 25px;
	font-weight: 800;
}
.contents01 .contents01_01 .contents01_01_01 .loginbox form p label input{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	font-size: 16px;
	line-height: 26px;
	border: 1px solid #707070;
	background-color: #fff;
}
.contents01 .contents01_01 .contents01_01_01 .loginbox form .forgetmenot label{
	margin-top: 8px;
}
.contents01 .contents01_01 .contents01_01_01 .loginbox form .forgetmenot label{
	font-size: 14px;
	line-height: 24px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contents01 .contents01_01 .contents01_01_01 .loginbox form .forgetmenot label::before{
	content: '';
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	display: block;
	background-image: url(../../img/common/check_off.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	cursor: pointer;
}
.contents01 .contents01_01 .contents01_01_01 .loginbox form .forgetmenot .on::before{
	background-image: url(../../img/common/check_on.svg);
}
.contents01 .contents01_01 .contents01_01_01 .loginbox .submit{
	width: 100%;
	height: auto;
	display: block;
	margin: 27px auto;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_01 .contents01_01_01 .loginbox .submit{
		width: 100%;
		max-width: 450px;
		margin: 35px 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .loginbox .submit input{
	width: 100%;
	height: 50px;
	background-color: #CB453D;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	font-weight: 800;
	color: #fff;
	cursor: pointer;
	position: relative;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01 .loginbox .submit input:hover{
	opacity: .8;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01 .loginbox p{
	width: auto;
	height: auto;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .loginbox p:nth-of-type(1){
	margin-top: 8px;
}
.contents01 .contents01_01 .contents01_01_01 .loginbox p a{
	font-size: 13px;
	line-height: 23px;
	display: inline-block;
	text-decoration: underline;
}
/*.contents01 .contents01_01 .footer_explanation{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	padding: 0 0 13px;
	font-size: 13px;
	line-height: 23px;
	margin: 0 auto;
}*/