@charset "UTF-8";
.post-password-form {
  padding: clamp(48px, 12.8vw, 84px) clamp(24px, 50% - 600px, 50% - 600px);
}
.post-password-form label:has(input[type=password]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 560px;
  margin-top: 1em;
  margin-inline: auto;
}
.post-password-form input[type=password] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: #fff;
  border: 1px solid #D1D1D1;
  position: relative;
  margin-bottom: 0.4em;
  padding: 0.8em 1em;
}
.post-password-form input[type=submit] {
  height: 64px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  outline: 0;
  width: 264px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #0033a1;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #0033a1;
  margin-top: 1em;
  margin-inline: auto;
}/*# sourceMappingURL=passPage.css.map */