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



@media print, screen and (min-width: 641px) {


body {
background-size: cover;
}



#login {
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#login h2 {
	text-align: left;
	background-image: url(/images/icon_login.png);
	background-position: left center;
	padding-left: 60px;
	line-height: 50px;
 margin-bottom: 20px;
}
#login .left {
	background-color: #E9EEF7;
	width: 60%;
 margin-bottom: 40px;
}
#login .right {
	width: 38%;
	background-color: #E9F3E6;
	height: 377px;
}
#login .left .box {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#login .right .box {
	padding: 20px;
}
#login .box h3 {
	font-size: 24px;
	font-weight: normal;
}
#login .left .box .sub {
	margin-bottom: 10px;
}
#login .left .box ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#login .left .box ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	padding: 10px;
}
#login .left .box ul li p {
	width: 200px;
	float: left;
	line-height: 50px;
}
#login .left .box ul li input {
	height: 40px;
	width: 300px;
}
#login .left .box .auto {
	text-align: left;
	margin-bottom: 10px;
}
.submit .css_btn_class {
	height: 60px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	line-height: 50px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	background-color: #FF6666;
	color: #ffffff;
	display: inline-block;
	border: none;
}
.submit .css_btn_class:hover {
	background-color: #FFCD01;
	text-decoration: none;
}
.submit .css_btn_class:active {
	position:relative;
	top:1px;
}
#login .left .box .submit {
	margin-bottom: 10px;
}
#login .right .box h3 {
	margin-bottom: 25px;
}
#login .right .box p {
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 20px;
}
#login .right .box .merit {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FC0;
	margin-bottom: 30px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#login .right .box .merit:hover {
	background-color: #F90;
}
#login .right .box ul {
	margin: 0px;
	padding: 0px;
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#login .right .box li {
	width: 48%;
}
#login .right .box ul li a:hover {
  opacity: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

/*
==========================================================
繝代せ繝ｯ繝ｼ繝牙ｿ倥ｌ
==========================================================
*/
#lost {
	padding-top: 40px;
	width: 100%;
}

#lost h1 {
	font-size: 24px;
	background-color: #f1f1f1;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#lost p {
	margin-bottom: 30px;
 text-align: center;
}
#lost .input input {
	height: 40px;
	width: 300px;
	line-height: 40px;
}
#lost .input {
	margin-bottom: 50px;
}
#lost .submit {
	margin-bottom: 50px;
}
#lost p a {
	text-decoration: underline;
	color: #06C;
}

}



@media print, screen and (min-width:641px) and (max-width:768px) {
/*=============================================================
TB
=============================================================*/
#login .left {
width: 56%;
}

#login .right {
width: 42%;
height: 476px;
}

#login .right .box .merit {
width: 100%;
}


}






@media screen and (max-width: 640px) {
/*=============================================================
SP
=============================================================*/
#login {
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#login h2 {
	text-align: left;
	background-image: url(/images/icon_login.png);
	background-position: left center;
	background-size:40px 40px;
	padding-left: 60px;
	line-height: 40px;
 margin-bottom: 10px;
}
#login .left {
	background-color: #E9EEF7;
	margin-bottom: 30px;
	float: none;
}
#login .right {
	background-color: #E9F3E6;
	float: none;
}
#login .left .box {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#login .right .box {
	padding: 20px;
}
#login .box h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}
#login .left .box .sub {
	margin-bottom: 10px;
	font-size: 13px;
}
#login .left .box ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#login .left .box ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	padding: 10px;
}
#login .left .box ul li p {
	line-height: 50px;
}
#login .left .box ul li input {
	height: 40px;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
}
#login .left .box .auto {
	text-align: left;
	margin-bottom: 10px;
}
.submit .css_btn_class {
	height: 40px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	line-height: 40px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	background-color: #FF6666;
	color: #ffffff;
	display: inline-block;
	border: none;
}
.submit .css_btn_class:hover {
	background-color: #FFCD01;
	text-decoration: none;
}
.submit .css_btn_class:active {
	position:relative;
	top:1px;
}
#login .left .box .submit {
	margin-bottom: 20px;
	text-align: center;
}
#login .right .box h3 {
	margin-bottom: 25px;
}
#login .right .box p {
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 20px;
}
#login .right .box .merit {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FC0;
	margin-bottom: 30px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#login .right .box .merit:hover {
	background-color: #F90;
}
#login .right .box ul {
	margin: 0px;
	padding: 0px;
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#login .right .box li {
	width: 48%;
}


/*
==========================================================
繝代せ繝ｯ繝ｼ繝牙ｿ倥ｌ
==========================================================
*/
#lost {
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	line-height: 2em;
}

#lost h1 {
	font-size: 20px;
	background-color: #f1f1f1;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#lost p {
	margin-bottom: 30px;
}
#lost .input input {
	height: 40px;
	width: 80%;
}
#lost .input {
	margin-bottom: 50px;
}
#lost .submit {
	margin-bottom: 50px;
}
#lost p a {
	text-decoration: underline;
	color: #06C;
}

}
