@charset "utf-8";
/***************************************************
information
  filename : users.css;
***************************************************/

/****************** ログイン画面 ******************/

.login_det #contents{
  padding-top: 9%;
}
@media screen and (max-width:540px){
  .login_det #contents{
    padding-top: 25%;
  }
}

.LoginBox{
  background-color: #ffffff;
  border: none;
  box-shadow: none;
  width: 450px;
  padding: 60px 40px;
  margin: 0 auto;
}
@media screen and (max-width:540px){
  .LoginBox{
    width: 100%;
    padding: 45px 20px;
  }
}

.LoginBox .LoginBox_title{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #414141;
  margin-bottom: 38px;
  width: 100%;
}
@media screen and (max-width:540px){
  .LoginBox .LoginBox_title{
    font-size: 20px;
  }
}

.LoginBox .LoginBox_title img{
  max-width: 200px;
  margin: auto;
}
@media screen and (max-width: 540px){
  .LoginBox .LoginBox_title img{
    width: 65%;
    margin: auto;
  }
}


.LoginBox .LoginBoxInn{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: none;
}

.LoginBox .LoginBoxInn dt{
  display: none;
}

.LoginBox .LoginBoxInn dl{
  padding: 0;
  margin-bottom: 20px;
}

.LoginBox .LoginBoxInn input{
  background: #f2f2f2;
  border-radius: 4px;
  color: #333333;
  font-size: 16px;
  border: none;
  margin: 0;
  width: 100%;
  padding:14px 17px;
}

.LoginBoxInn .BtM button.LoginBt{
  height: 55px;
  margin: 1.2rem auto 3.0rem;
  font-size: 15px;
  width: 100%;
}

.LoginBoxInn .BtM a.reminderBt{
  font-size: 13px;
  font-weight: normal;
  color: #808080;
  background: none;
  width: 100%;
  border: none;
}

.login_det footer{
  display: none;
}

/****************** システムメンテナンス画面 ******************/

.update_det .LoginBoxInn p{
  display: block;
  background-color: #f2f2f2;
  color: var(--app-main-cr1);
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding: 25px 55px;
}
@media screen and (max-width:540px){
  .update_det .LoginBoxInn p{
    font-size: 13px;
    padding: 15px;
  }
}
@media screen and (max-width:320px){
  .update_det .LoginBoxInn p{
    font-size: 11px;
    padding: 11px;
  }
}

/****************** パスワード忘れ画面 ******************/

.rmd_det #main{
  width: auto;
}

.users_rmdsent{
  background: none;
}

.rmd_det .LoginBox{
  width: 90%;
}

.rmd_det .LoginBoxInn p{
  font-size: 16px;
  text-align: center;
  padding-bottom: 15px;
}
@media screen and (max-width:540px){
  .rmd_det .LoginBoxInn p{
    font-size: 13px;
  }
}
@media screen and (max-width:320px){
  .rmd_det .LoginBoxInn p{
    font-size: 11px;
  }
}

.rmd_det .LoginBoxInn p.BtM{
  padding: 0;
}

.rmd_det .LoginBoxInn .BtM a.loginBkBt{
  font-size: 13px;
  font-weight: normal;
  color: #808080;
  background: none;
  width: 100%;
}

.rmd_det .LoginBoxInn .BtM p,
.users_rmdsent .LoginBoxInn .CautTxt p{
  padding-bottom: 0;
}

.users_rmdchgsv .LoginBoxInn .CautTxt,
.users_rmdsent .LoginBoxInn .CautTxt{
  background: none;
  color: #333333;
}

.users_rmdsent .LoginBox .systemMainTitle{
  border: none;
  background-color: #f2f2f2;
  padding: 10px;
}
