@charset "utf-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');
/* font-family: 'Josefin Sans', 'noto sans japanese', sans-serif; */

html{
	height: 100%;
	font: 300 15px/1em 'Josefin Sans', 'noto sans japanese', sans-serif;
	color: #333333;
	background: #f1f1f1;
}

body{
	background: none;
  height: 100%;
  width: 100%;
  margin: 0;
  display: table;
}

#flash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  opacity: .8;
}

#flash .message{
  font-weight: bold;
  text-align: center;
  padding: 20px;
  cursor: pointer;
  color: #FFF;
  font-size: 24px;
}

#flash .message i{
  margin-right: .5em;
  display: inline-block;
}

#flash .message.hidden{
  display: none;
}

#flash .message.error{
  background: #a50000;
}

#flash .message.success{
  background: #BCA636;
}

#flash .message.error:after,
#flash .message.success:after {
  content: "× クリックすると非表示になります";
  color: #fff;
  font: 500 14px/1em 'Josefin Sans', 'noto sans japanese', sans-serif;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.loginFormArea{
}

.loginFormArea:before{
  width: 100%;
  content:'';
  display: block; 
}
.loginFormArea {
  background: url(../img/common/bg/bg_login.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  opacity: .8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loginForm h1.title{
	font: 800 20px/1em 'Josefin Sans', 'noto sans japanese', sans-serif;
	margin: 15px 0 30px;
	text-align: center;
	letter-spacing: 0.24em;
  position: relative;
}
.loginForm .title:after{
  content:'Operation Manual';
	letter-spacing: 0;
  display: block;
  opacity: .5;
  margin-top: 5px;
}


h2{
	margin-bottom: 0;
}
h2 img{
  height: 120px;
  width: 120px;
}
.l{
  display:flex;
  align-items: center;
  flex: 1 1 auto;
  width: 100%;
}
.loginForm{
  margin: auto;
  border: none;
  -webkit-box-shadow: 0px 0px 4px rgba(184, 154, 0,1);
  box-shadow: 0px 0px 4px rgba(184, 154, 0,1);
  padding: 40px;
  background: #fff;
  max-width: 380px;
  max-height: 600px;
  width: 100%;
}
.loginForm h2{
	margin-top: 0;
}

h1 img{
	max-width: 200px;
	margin-top: 0;
}

.loginForm ul li{
	width: 100%;
	margin-bottom: 15px;
	position: relative; 
}

.loginForm ul li span{
	display: block;
	font: 600 15px/1em 'Josefin Sans', 'noto sans japanese', sans-serif;
	margin-bottom: 3px;
	letter-spacing: .05em;
	color: #000;
}


.loginForm input::placeholder {
  color: #ddd;
  font-size: 16px;
}
/* IE */
.loginForm input:-ms-input-placeholder {
  color: #ddd;
}

/* Edge */
.loginForm input::-ms-input-placeholder {
  color: #dddz;
}

.loginForm ul li input[type="text"], .loginForm ul li input[type="password"]{
	width: 100%;
	height: 45px;
	padding: 10px;
	border: none;
	border-radius: 0;
	font: 400 15px/1.3em 'Josefin Sans', 'noto sans japanese', sans-serif;
	border: 1px solid #B79900;
	outline:none;
	}

.loginForm ul li:nth-child(3){
	padding-top: 5px;
}

.loginForm ul li input[type="submit"]{
	font: 700 14px/1em 'Josefin Sans', 'noto sans japanese', sans-serif;
	letter-spacing: 0.1em;
	background: #B79900;
	border: #B79900 1px solid !important;
	border-radius: 0;
	padding: 20px 50px;
	color: #fff;
	cursor: pointer;
	border: none;
	width: 100%;
	display: block;
	margin: 0 auto;
	box-shadow: 0px 2px 4px rgb(0,0,0,0.2);
	transition: all 0.2s ease;
	—webkit-transition: all 0.2s ease;
}

.loginForm ul li input[type="submit"]:hover{
	color: #B79900;
	background: #fff;
}
@media screen and (max-width: 900px) {
  
.loginFormArea {
  background: url(../img/common/bg/bg_login.png) no-repeat -150px top;
  background-size: cover;
  }
}