@charset "utf-8";

.resetpassword {
  background: #fdfcf8;
}

.resetpassword .contents .main .inputForm .input span .auxiliary {
  display: inline;
}

.resetpassword .contents .main .inputForm .input .gray {
  color: #888;
}

@media screen and (max-width:1020px) and (min-width:768px) {
  .resetpassword .inputForm .inputTit {
    width: 452px
  }

  .resetpassword .inputForm .input {
    width: 908px;
  }

  .resetpassword .inputForm dt {
    white-space: normal;
  }

  .resetpassword .infoArea + .btnArea .submitBtn {
    width: calc(100% - 20px);
  }

  .resetpassword .btnArea #doOncePassWordResetMailSend,
  .resetpassword .btnArea #goTopPage-2,
  .resetpassword .btnArea #doOncePassWordReset {
    width: 400px;
  }

  .resetpassword .btnArea .submitBtn {
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .btnArea ul li:first-child{
    order: 0;
    padding: 0 0 2em 0;
  }
}
