@charset "UTF-8";
.login .contentsArea h2 {
  margin: 0 auto 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
.login .contentsArea .cntBlockMain {
  height: 200px;
  background-image: url("../images/login/fugaku_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: darken;
  background-size: cover;
}

/*.login .contentsArea .cntBlockInner h2 img {
  width: 100%;
}
.login .contentsArea .cntBlockInner h2 img {
  width: 100%;
  max-width: 450px;
}*/
.login .announceBox p {
  line-height: 1.5;
  font-size: 16px;
}
.login input {
  border: solid 2px #969696;
  padding: 1.5% 1%;
  width: 74%;
  font-size: 1rem;
  background-color: #fff;
  box-sizing: border-box;
}
.login .loginEntry {
  background-color: #eaf1ef;
  padding: 3%;
  margin-bottom: 10%;
}
.login .loginEntry .entryTtl {
  background-color: #035137;
  text-align: center;
  padding: 1.3% 2%;
  width: 22%;
  color: #fff;
  display: inline-block;
  margin-right: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login .loginEntry .userId {
  margin-bottom: 3%;
  display: flex;
}
.login .loginEntry .passWord {
  display: flex;
}
.login .loginEntry .loginBtn {
  margin: 7% auto;
}
.login .loginEntry h3 {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  margin-top: 3%;
  margin-bottom: 5%;
}
.login p.forgerHere {
  margin: 2% 0;
  text-align: left;
  line-height: 1.5;
}
.login .entryBox {
  max-width: 570px;
  margin: 0 auto;
}
.login p.noteBox {
  line-height: 1.5;
  margin: 2% 0;
}
.login .memberRsr h3 {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
.login .memberRsr h3 {
  margin-bottom: 4%;
}
.login .menberBtn .haveGot,
.login .menberBtn .donotHave {
  color: #fff;
  width: 47%;
  border-radius: 6px;
  height: 56px;
  text-align: center;
  line-height: 56px;
}
.login .menberBtn a {
  color: #fff;
  display: block;
}
.login .menberBtn .haveGot {
  background-color: #035137;
  float: left;
}
.login .menberBtn .donotHave {
  background-color: #333333;
  float: right;
}
.login .memberRsr .announceBox {
  margin-bottom: 5em;
}
.login .memberRsr .announceBox p {
  text-align: center;
  margin-bottom: 1em;
}
.login p.sslSpt {
  text-align: center;
}
p.termsSvc a,
p.forgerHere a {
  color: #035137;
  text-decoration: underline;
}
.courseBox01 {
  padding-bottom: 3em;
}

@media screen and (max-width: 589px) {
  .login .header .headerInner {
    height: 2px;
  }
  .login .contentsArea h2 {
    font-size: 1.8rem;
  }
  .login .loginEntry {
    padding: 10% 0;
    margin-top: 0;
  }
  .login .loginEntry h3 {
    font-size: 1.5rem;
  }
  .login .entryBox {
    width: 90%;
  }
  .login .loginEntry .entryTtl {
    width: 40%;
    font-size: 0.8rem;
    padding: 2.5% 2%;
  }
  .login input {
    width: 100%;
  }
  .login p.forgerHere {
    margin-top: 5%;
  }
  .login .menberBtn .haveGot,
  .login .menberBtn .donotHave {
    float: none;
    height: 45px;
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    line-height: 45px;
    padding: 0;
    margin-bottom: 3%;
    vertical-align: middle;
  }
  /* .login .arrowWh::after {
    top: 28%;
  } */
  .login .memberRsr {
    width: 90%;
    margin: 0 auto;
  }
  .login .memberRsr h3 {
    font-size: 1.5rem;
    margin-bottom: 6%;
  }
  .login .memberRsr .announceBox p {
    text-align: left;
  }
  .login p.sslSpt {
    line-height: 1.5;
    text-align: left;
  }
  .login p.termsSvc {
    font-size: 1.5rem;
    margin-top: 10%;
  }
  .login .loginEntry .loginBtn {
    margin: 12% auto;
    height: 45px;
  }
  .index .cntBlock .cntBlockInner .cntBtn a {
    font-size: inherit;
    line-height: 45px;
  }
  .login .loginEntry {
    padding: 5% 0;
  }
  .login p.termsSvc {
    font-size: 1.2rem;
  }
}
/*@media screen and (max-width: 480px) {
  .login .contentsArea h2 {
    margin-bottom: 2%;
  }
}*/
