#page {
  padding: 50px 0 90px;
}
.page-contents-wrap p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 24px;
}
.page-contents-wrap h2 {
  font-size: 2.2rem;
  border-bottom: 2px solid #30455d;
  margin: 40px 0 20px;
}
.page-contents-wrap h3 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  margin: 60px 0 20px;
}
.page-contents-wrap h4 {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  margin: 60px 0 20px;
}
.page-contents-wrap p a {
  text-decoration: underline;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.page-contents-wrap p a:hover {
  color: #ad9d8f;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* 仲介業者専用ページ パスワード保護 */
.post-password-form {
  padding: 40px 20px;
  background-color: #dadfe6;
}
.post-password-form p {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
.post-password-form p:first-of-type {
  margin-bottom: 20px;
}
input#pwbox-634 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  border: 1px solid #30455d;
  outline: 0;
  background-color: #fff;
  padding: 12px 10px;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.post-password-form input[type="submit"] {
  display: block!important;
  cursor: pointer;
  color: #30455d;
  background: #fff;
  border: 1px solid #30455d;
  font-size: 1.4rem;
  line-height: 1.6;
  display: inline-block;
  margin: 20px auto 0;
  padding: 12px 20px;
  border-radius: 0;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.post-password-form input[type="submit"]:hover {
  background-color: #ad9d8f;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

@media screen and (max-width: 768px){
  #page {
    padding: 40px 0 36px;
  }
  .page-contents-wrap h2 {
    font-size: 1.8rem;
  }
  .page-contents-wrap p {
    font-size: 1.4rem;
  }
  .page-contents-wrap h4 {
    font-size: 1.6rem;
    margin: 40px 0 12px;
  }

  /* 仲介業者専用ページ パスワード保護 */
  .post-password-form {
    padding: 30px 16px;
    background-color: #dadfe6;
  }
  .post-password-form p {
    font-size: 1.4rem;
  }
  input#pwbox-634 {
    padding: 10px;
  }
  .post-password-form input[type="submit"] {
    padding: 10px 20px;
  }
}
