.login_title{
	display: flex;
	margin: 0 20px;
	margin-top: 20px;

	padding: 0 10px;
	font-size: 20px;
	text-align: center;
	line-height: 45px;
	font-weight: bold;
}
.login_title_text::before {
	content: "";
	display: inline-block;
	width: 50px;
	background-image: url(/static/img/mascot.svg);
	background-repeat: no-repeat;
	background-position: 0 5px;
	height: 45px;
	margin-right: 8px;
}
.login_title_image{
}
.login_title_image IMG{
	width: 60px;
}
.login_title_text{
	padding: 0 10px;
	font-size: 20px;
	text-align: center;
	line-height: 45px;
	font-weight: bold;

	/*display: inline-block;*/
	margin: 0 auto;
	display: flex;
}
.login_comment {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.login_sub_comment {
	font-size: 12px;
	margin: 10px 20px;
}
.login_regist_btn_area{
	margin: 10px 20px;
	text-align: right;
}
.login_regist_btn_area .btn_login{
}
.login_regist_btn_area .btn_login A {
	background-color: #00B0F0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	text-decoration: none;
	padding: 0 20px;
	margin-right: 0;
	right: 0;
}
.login_form_area{
	margin: 10px 20px;
}
.login_form_title{
	color: #51CBAF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: solid 1px #cccccc;
	margin: 0 0 -1px;
	line-height: 40px;
}
.login_form_body{
	color: #51CBAF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: solid 1px #cccccc;
	margin: 0 0 -1px;
	padding: 0 20px;
}

.login_input_title{
	text-align: left;
	padding: 5px 0 5px 10px;
	font-size: 10px;
	line-height: 16px;
	height: 16px;
	margin-top: 10px;
	color: #000000;
}
.login_input_title SPAN {
	background-color: #e00;
	color: #fff;
	font-size: 12px;
	padding: 0 10px;
	border-radius: 13px;
	word-break: keep-all;
}
.login_input_area{
	margin: 0 auto;
	background-color: #eee;
	color: #fff;
	font-size: 12px;
	height: 38px;
	border: solid 1px #ddd;
	border-radius: 19px;
}
.login_input_area INPUT {
	display: block;
	background-color: #FFF;
	color: #000;
	font-size: 12px;
	height: 38px;
	margin: 0 auto;
	width: 90%;
	background: none;
	border: none;
	box-shadow: none;
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.login_input_area_comment {
	font-size: 10px;
	text-align: left;
	color: #e00;
	padding: 10px;
}
.login_agree_area {
	display: flex;
	text-align: left;
	color: #000000;
	font-size: 12px;
	margin: 20px 10px;
}
login_agree_area1 {
	padding: 0 10px;
}
.login_agree_area3 SPAN {
	background-color: #f00;
	color: #fff;
	font-size: 12px;
	padding: 0 10px;
	border-radius: 13px;
	word-break: keep-all;
}
.login_btn_area {
	margin: 20px auto;
	width: 100%;
}
.login_btn_area A.btn_login {
	background-color: #51CBAF;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	text-decoration: none;
}
.login_mail_area {
	display: flex;
	text-align: left;
	color: #000000;
	font-size: 12px;
	margin: 20px 10px;
}
.login_mail_area1 INPUT {
	background-color: #51CBAF;
	color: #000;
}

.error {
	font-size: 10px;
	text-align: left;
	color: #e00;
	padding: 5px 10px;
}
/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
#wrapper_left{
	color: #ffffff;
	font-size:14px;
}
#wrapper_left UL{
	color: #ffffff;
	font-size:14px;
	margin: 0 10px;
}
#wrapper_left UL LI {
  margin: 8px;
}
#wrapper_left A{
	color: #ffffff;
	text-decoration: none;
	font-size:14px;
}
#wrapper_left A:link{
	color: #ffffff;
	text-decoration: none;
}
#wrapper_left A:visited{
	color: #ffffff;
	text-decoration: none;
}
#wrapper_left A:hover{
	color: #ffffff;
	text-decoration: none;
}
#wrapper_left A:active{
	color: #ffffff;
	text-decoration: none;
}
/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
@media screen and (min-width:960px) {
	/* =============================================== */
	#main {
		width:100%;
	}
	#wrapper {
		display: flex;
		flex-wrap: wrap;
		width:960px;
		margin: 60px auto 0 auto;
	}
	#wrapper_left{
		display: block;
		width: 20%;
		background-color: #51CBAF;
		color: #fff;
		padding: 2%;
	}
	#wrapper_right{
		width: 76%;
		padding: 0;
	}
	/* =============================================== */
}
@media screen and (max-width:959px) {
	/* =============================================== */
	#main {
		width:100%;
	}
	#wrapper {
		display: block;
		flex-wrap: wrap;
		width:100%;
		margin: 60px auto 0 auto;
	}
	#wrapper_left{
		display: none;
	}
	#wrapper_right{
		width: 100%;
		padding: 0;
	}
	/* =============================================== */
}
