.elementor-kit-6{--e-global-color-primary:#DB6823;--e-global-color-secondary:#F0BB9B;--e-global-color-text:#534C46;--e-global-color-accent:#DB6823;--e-global-color-345b467:#F6EBE0;--e-global-color-9609849:#3996C4;--e-global-color-9ca7b1d:#DEDEDE;--e-global-color-bbbc6c8:#6E4F3A;--e-global-typography-primary-font-family:"Zen Kaku Gothic New";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Zen Kaku Gothic New";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:600;--e-global-typography-text-line-height:1.5em;--e-global-typography-text-letter-spacing:1.2px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#333333;font-family:"Zen Kaku Gothic New", Sans-serif;font-size:15px;font-weight:500;line-height:1.7em;letter-spacing:1.2px;}.elementor-kit-6 a{color:#333333;}.elementor-kit-6 h2{font-size:30px;line-height:1.4em;}.elementor-kit-6 h3{font-size:22px;line-height:1.6em;}.elementor-kit-6 h4{font-size:22px;line-height:1.8em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{border-radius:50px 50px 50px 50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-6 h1{font-size:32px;}.elementor-kit-6 h2{font-size:24px;}.elementor-kit-6 h3{font-size:20px;}.elementor-kit-6 h4{font-size:22px;line-height:1.7em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:16px;line-height:1.8em;}.elementor-kit-6 p{margin-bottom:0px;}.elementor-kit-6 h1{font-size:28px;line-height:1.5em;}.elementor-kit-6 h2{font-size:24px;line-height:1.5em;}.elementor-kit-6 h3{font-size:18px;line-height:1.5em;}.elementor-kit-6 h4{font-size:18px;line-height:1.7em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* パスワードフォーム全体 */
.post-password-form {
  padding: 50px 20px 50px 20px;
}

/* パスワード入力欄 */
.post-password-form input[type="password"] {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 250px;
  font-size: 16px;
}

/* 送信ボタン */
.post-password-form input[type="submit"] {
  padding: 10px 20px;
  background-color: #F28C28;
  color: white;
  border: none;
  border-radius: 6px;
  margin-left: 10px;
  cursor: pointer;
}

.post-password-form input[type="submit"]:hover {
  background-color: #e37d1a;
}

.post-password-form label {
    padding-top: 20px;
}/* End custom CSS */