@charset "utf-8";

/* login */  
/* -------------------------------------------------------- */
.loginBlock {
  max-width: 904px;
  font: 100% Meiryo,MS PGothic,Osaka,arial,helvetica,sans-serif;
  text-align: left;
  line-height: 1.6;
  margin: 0;
  text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.loginBlock a {
  color: #1e7dd9;
  text-decoration: none;
}
.loginBlock a:hover {
  color: #1e7dd9;
  text-decoration: underline;
}

.loginBlock .ttl {
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/auth/ttl_line.gif) no-repeat left bottom;
}
.box-maintain {
  padding: 43px 36px 45px 54px;
  text-align:center;
  font-size:1.0rem;
  background:#FFF;
}
@media screen and (max-width:640px){
  .loginBlock .ttl {
    font-size: 14px;
    margin: 0 8px 7px 8px;
    padding: 0 0 7px 0;
    background-size: 100% 1px;
    -webkit-background-size: 100% 1px;
  }
  .box-maintain {
    margin:2em 0;
    text-align:left;
  }
}


.loginBlock .inr {
  padding: 43px 36px 45px 54px;
  background: #fff;
}
.loginBlock .inr p.lead {
  font-size:17px;
  font-weight:bold;
  text-align:center;
  margin:0 0 50px;
  color:#907f45;
  line-height:1.5;
}
@media screen and (max-width:640px){
  .loginBlock .inr {
    padding: 15px 8px 15px 8px;
  }
  .loginBlock .inr p.lead {
    font-size: 13px;
    text-align: left;
    margin: 0 0 35px;
    line-height: 1.5;
  }
}

.loginBlock .box1 {
  width: 43.68%;
  margin: 0 auto;
}
.loginBlock .box1 .txt1 {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #202226;
  margin: 0 0 25px 0;
  padding: 0 0 10px 0;
  border-bottom: solid 3px #3c3c3c;
}
.loginBlock .box1 .txt2 {
  margin: 0 0 15px 0;
}
.loginBlock .box1 .txt2 dt {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  margin: 0 0 5px 0;
  padding: 0;
}
.loginBlock .box1 .txt2 dd {
  margin: 0;
  padding: 0;
}
.loginBlock .box1 .txt2 dd input {
  width: 100%;
  font-size: 15px;
  font-family: Meiryo,MS PGothic,Osaka,arial,helvetica,sans-serif;
  line-height: 1;
  color: #000;
  padding: 5px 5px;
  background: #fff;
  border: solid 1px #dedede;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.loginBlock .box1 .txt3 {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  margin: 0;
  padding: 0 0 0 12px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/auth/icon_arrow.png) no-repeat left center;
}
.loginBlock .box1 .btn {
  margin: 0 0 15px 0;
  padding: 0;
}
.loginBlock .box1 .btn input {
  width: 100%;
  font-size: 17px;
  font-family: Meiryo,MS PGothic,Osaka,arial,helvetica,sans-serif;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 13px 0 13px 0;
  background: #3c3c3c;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
  cursor: pointer;
  appearance: button;
  -webkit-appearance: button;
}
.loginBlock .box1 .err {
  font-size: 15px;
  line-height: 1.6;
  color: #c00;
  padding: 5px 0 0 0;
}
@media screen and (max-width:640px){
  .loginBlock .box1 {
    width: auto;
    margin: 0 0 35px 0;
    float: none;
  }
  .loginBlock .box1 .txt1 {
    font-size: 15px;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: solid 4px #3c3c3c;
  }
  .loginBlock .box1 .txt2 {
    margin: 0 8px 10px 8px;
  }
  .loginBlock .box1 .txt2 dt {
    font-size: 13px;
  }
  .loginBlock .box1 .txt2 dd input {
    font-size: 13px;
  }
  .loginBlock .box1 .txt3 {
    font-size: 13px;
    margin: 0 8px;
    padding: 0 0 0 12px;
    background-image: url(https://number.ismcdn.jp/common/numberweb/v4/images/auth/icon_arrow_sp.png);
    background-size: 8px auto;
    -webkit-background-size: 8px auto;
  }
  .loginBlock .box1 .btn {
    margin: 0 8px 15px 8px;
    padding: 10px 0 0 0;
  }
  .loginBlock .box1 .btn input {
    font-size: 15px;
    padding: 15px 0 13px 0;
  }
  .loginBlock .box1 .err {
    font-size: 13px;
  }
}


.loginBlock .box2 {
  display:none;
}
.loginBlock .box2 .tag {
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.loginBlock .box2 .tag img {
  width: 100%;
  height: auto;
  display: block;
}
.loginBlock .box2 .txt1 {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #202226;
  margin: 0 20px 22px 20px;
  padding: 0;
}
.loginBlock .box2 .txt2 {
  list-style-type: none;
  margin: 0 20px;
  padding: 0;
}
.loginBlock .box2 .txt2 li {
  list-style-type: none;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  margin: 0 0 10px 0;
  padding: 0 15px 0 15px;
}
.loginBlock .box2 .btn {
  margin: 0 20px 20px 20px;
  padding: 0;
}
.loginBlock .box2 .btn a {
  width: 100%;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 15px 0 13px 0;
  background: #907f45;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
}
@media screen and (max-width:640px){
  .loginBlock .box2 {
    width: auto;
    padding: 25px 8px 5px 8px;
    float: none;
  }
  .loginBlock .box2 .tag {
    width: 56px;
    height: 56px;
  }
  .loginBlock .box2 .txt1 {
    font-size: 15px;
    margin: 0 0 22px 0;
  }
  .loginBlock .box2 .txt2 {
    margin: 0;
  }
  .loginBlock .box2 .txt2 li {
    list-style-type: none;
    font-size: 12px;
    padding: 0 0 0 13px;
  }
  .loginBlock .box2 .btn {
    margin: 0 0 12px 0;
  }
  .loginBlock .box2 .btn a {
    font-size: 16px;
    padding: 15px 0 13px 0;
  }
}