@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* エリアの指定 */
body.body_login,
body.body_forgot{
  background: #035;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
}

header {
  display: none;
}

/* メイン */
main {
  padding: 100px 0 0;
}


/* !--------------------------------------- ログイン -- */
.box_register{
    min-width: 420px;
}
.box_login,
.box_register{
  max-width: 360px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 40px;
  background: #fff;
}
.box_user_signup,
.box_user_check,
.box_login.complete{
  max-width: 600px;
}
.box_user_check .main{
  margin: 40px 0 0 0;
}
.box_user_check h3{
  color: #fff;
  display: block;
  text-align: center;
  padding: 7px;
  background: #357;
  font: 700 14px/1em 'noto sans japanese';
  margin: 50px 0 30px;
  border-radius: 5px;
}

.box_login h2 {
  margin: 30px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.box_login h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #0364A6;
  top: 50%;
  left: 0;
  z-index: -1;
  
}
.box_login h2 span {
  color: #0364A6;
  font: 900 16px/1em 'noto sans japanese';
  display: inline-block;
  padding: 0 1em;
  background: #fff;
}


/* ロゴ */
.box_login .logo {
  display: block;
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
}


/* ログインリスト */
.list_login {
  margin: -8px 0;
}
.list_login > li {
  padding: 8px 0;
}
.list_login .ttl {
  font: 600 12px/1em 'noto sans japanese';
  margin: 0 0 5px;
}


/* ボタンエリア */
.box_login [class*="btnarea"] {
  margin: 30px 0 0;
}
.box_login [class*="btnarea"] .sub {
  margin: 5px 0 0;
}
.box_login [class*="btnarea"] .other {
  margin: 30px 0 0;
}
