@charset "UTF-8";

html, body {
  height: 100%;
}

div#windowcolumn {
  border-top: 0;
  width: auto;
  height: 100%;
  margin: 0;
  background: #fff;
}

.password {
  padding: 35px 26px;
}

@media screen and (max-width: 500px) {
  .password {
    padding: 35px 16px;
  }
}

.password__headline {
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  letter-spacing: .11em;
  text-indent: .11em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 23px;
}

.password__headline span {
  display: block;
  font-size: 15px;
  margin-top: 15px;
}

.password__description {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: .02em;
  text-indent: .02em;
  margin-bottom: 25px;
}

.password__description span {
  display: block;
  font-weight: bold;
}

.password .row {
  margin-bottom: 30px;
}

.password .row .theme {
  font-size: 15px;
  letter-spacing: .11em;
  text-indent: .11em;
  font-weight: 600;
  margin-bottom: 15px;
}

.password .row .input__inner {
  width: 50%;
  box-sizing: border-box;
}

@media screen and (max-width: 500px) {
  .password .row .input__inner {
    width: 100%;
  }
}

.password .row .input__inner:nth-of-type(1) {
  padding-right: 10px;
}

@media screen and (max-width: 500px) {
  .password .row .input__inner:nth-of-type(1) {
    padding-right: 0;
    margin-bottom: 10px;
  }
}

.password .row .input__inner:nth-of-type(2) {
  padding-left: 10px;
}

@media screen and (max-width: 500px) {
  .password .row .input__inner:nth-of-type(2) {
    padding-left: 0;
  }
}

.password .row .input__theme {
  width: 35px;
}

.password .row .input__txt {
  width: 100%;
  height: 50px;
  font-size: 15px;
  letter-spacing: .02em;
  text-indent: .02em;
  box-sizing: border-box;
  padding: 0 16px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}

.password .row__name .input {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 500px) {
  .password .row__name .input {
    display: block;
  }
}

.password .row__birthday .input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.password .row__birthday .input .txt {
  font-size: 13px;
  font-weight: 500;
  margin: 0 14px 0 5px;
}

@media screen and (max-width: 500px) {
  .password .row__birthday .input .txt {
    margin: 0 10px 0 5px;
  }
}

.password .row__birthday .input .txt:last-child {
  margin-right: 0;
}

.password .row__birthday .input .input__select {
  width: 89px;
  height: 50px;
  padding: 0 20px 0 10px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: #fff;
}

@media screen and (max-width: 500px) {
  .password .row__birthday .input .input__select {
    width: 62px;
  }
}

.password .row__birthday .input .input__select:nth-of-type(1) {
  width: 109px;
}

@media screen and (max-width: 500px) {
  .password .row__birthday .input .input__select:nth-of-type(1) {
    width: 81px;
  }
}

.password .row__birthday .attention {
  display: block;
  width: 100%;
}

.password__new {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 68px;
  letter-spacing: .11em;
  text-indent: .11em;
  font-weight: bold;
  text-align: center;
  background: #f9f9f9;
  margin-bottom: 30px;
}

.password .btn__next {
  font-family: "Noto Serif JP", serif;
  width: 100%;
  height: 65px;
  font-size: 15px;
  color: #fff;
  border-radius: 3px;
  background: #333;
  cursor: pointer;
}

.password .btn__close a {
  display: block;
  font-family: "Noto Serif JP", serif;
  width: 100%;
  font-size: 15px;
  line-height: 65px;
  color: #fff;
  border-radius: 3px;
  background: #333;
  text-align: center;
}

.password .attention {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}
