@charset "utf-8";

.resetpassword .contents .main {
  width: 100%;
  max-width: 1100px;
  margin: 20px auto 40px;
}

.resetpassword .contents{
  margin: 30px auto 0;
}

.resetpassword .headingLv2{
  margin-bottom: 10px;
}

.resetpassword .headingLv3{
  font-weight: normal;
  text-align: center;
}

.resetpassword .contents .main .mainWrap {
  background-color: #efefef;
  margin-top: 20px;
  max-width: 1100px;
  width: 100%;
}

.resetpassword .contents .main .mainWrap .formWrap {
  margin: 0 auto;
  padding: 25px 0 50px;
  width: 810px;
}

.resetpassword .contents .message {
  margin-top: 20px;
}

.resetpassword .contents .message .messageText {
  font-size: 20px;
  font-weight: bold;
}

.resetpassword .contents .messageDetail {
  margin-top: 20px;
}

.resetpassword .mailCheck {
  margin-top: 20px;
}


@media screen and (max-width:1100px) and (min-width:768px) {
  .resetpassword .contents .main .mainWrap .formWrap {
    width: 90%;
  }
}

@media screen and (max-width:767px) {
  .resetpassword .contents{
    margin: 30px auto 0;
  }

  .resetpassword .contents .main {
    margin: 20px auto 0;
}

  .resetpassword .contents .main .mainWrap .formWrap {
    margin: 0 auto;
    padding: 20px 15px 20px;
    width: 100%;
  }

  .resetpassword .inputForm dl dt > div {
    white-space: normal;
  }
}

/*  外商サイト  */
@media screen and (max-width:767px) {
  .resetpasswordComplete.gaisho .btnArea a.submitBtnInversion,
  .resetpasswordPwComplete.gaisho .btnArea a.submitBtn {
    font-size: 18px;
  }
}

@media screen  and (max-width:374px) {
  .resetpasswordComplete.gaisho .btnArea a.submitBtnInversion,
  .resetpasswordPwComplete.gaisho .btnArea a.submitBtn {
    font-size: 16px;
  }
}

.resetpasswordRegist.gaisho .passwordInputOuter .eyeIcon {
  background-image: url(../../images/common/gaisho/icon-eye-close01.png);
}

.resetpasswordRegist.gaisho .passwordInputOuter .eyeIconOpen {
  background-image: url(../../images/common/gaisho/icon-eye-open01.png);
}