div.l-contents {
  background-image: url("../../image/password-bg.webp");
  background-size: cover;
}
div.l-contents div.l-contents__body {
  max-width: 980px;
  margin: auto;
}
div.l-contents div.l-contents__body article.c-entry.post-password-required {
  margin: 120px 0 240px;
}
@media screen and (max-width: 1023px) {
  div.l-contents div.l-contents__body article.c-entry.post-password-required {
    margin: 80px 0 160px;
  }
}
div.l-contents div.l-contents__body article.c-entry.post-password-required > header.c-entry__header > h1.c-entry__title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.78px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  div.l-contents div.l-contents__body article.c-entry.post-password-required > header.c-entry__header > h1.c-entry__title {
    margin: 0 20px;
  }
}
div.l-contents div.l-contents__body article.c-entry.post-password-required > div.c-entry__body > div.c-entry__content > p.password-form__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.93;
  letter-spacing: 0.45px;
  text-align: center;
  color: #fff;
}
div.l-contents div.l-contents__body article.c-entry.post-password-required > div.c-entry__body > div.c-entry__content > p.password-form__text a {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  div.l-contents div.l-contents__body article.c-entry.post-password-required > div.c-entry__body > div.c-entry__content > p.password-form__text {
    padding: 0 20px;
  }
  div.l-contents div.l-contents__body article.c-entry.post-password-required > div.c-entry__body > div.c-entry__content > p.password-form__text br {
    display: none;
  }
}
div.l-contents div.l-contents__body article.c-entry.post-password-required > div.c-entry__body > div.c-entry__content > form.post_password {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.l-contents div.l-contents__body article.c-entry.post-password-required > div.c-entry__body > div.c-entry__content > form.post_password > input[name=post_password] {
  width: 440px;
  padding: 14px 24px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 2.23;
  letter-spacing: 1.82px;
  text-align: left;
  color: #848b91;
}
@media screen and (max-width: 1023px) {
  div.l-contents div.l-contents__body article.c-entry.post-password-required > div.c-entry__body > div.c-entry__content > form.post_password > input[name=post_password] {
    width: calc(100% - 40px);
  }
}
div.l-contents div.l-contents__body article.c-entry.post-password-required > div.c-entry__body > div.c-entry__content > form.post_password > input[type=submit] {
  width: 220px;
  height: 56px;
  margin: auto;
  padding: 18px 80px;
  border-radius: 28px;
  background-color: #017739;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.16px;
  text-align: center;
  color: #fff;
}/*# sourceMappingURL=password.css.map */