/*lp_contact.css*/
section.form_register {
  background-color: #f7f5fa;
  padding: 50px 0;
}

section.form_register h2 {
  font-size: 2.28571rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
  text-align: left;
}

.page-id-14 .contact-colums,
.page-id-14 .about-register {
  border-radius: 8px;
  padding: 25px 20px;
  margin-bottom: 40px;
  background-color: #fff;
  filter: drop-shadow(10.607px 10.607px 7.5px rgba(76, 72, 65, 0.46));
}

.page-id-14 .text__block p,
.page-id-14 .text__block ul {
  font-size: 16px;
  line-height: 22px;
  color: #4c4c4c;
  font-weight: 500;
}

.page-id-14 .text__block p {
  margin: 50px 0 20px 0;
}

.about-register h3 {
  font-size: 1.57143rem;
  border-left: 5px solid #0cbaa0;
  padding-left: 12px;
  text-align: left;
}

.about-register ul {
  padding-left: 20px;
  text-align: left;
}

.text__block .about-register p {
  text-align: left;
  margin: 20px 0;
}

/* 共通フォームデザイン */
#wpmem_reg {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 20px;
  background-color: #fff;
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", sans-serif;
}

#wpmem_reg fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

#wpmem_reg legend {
  display: none;
}

#wpmem_reg label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 16px;
  color: #333;
}

#wpmem_reg .req {
  color: #e60033;
  margin-left: 6px;
  font-size: 14px;
}

/* 各入力欄 */
#wpmem_reg input[type="text"],
#wpmem_reg input[type="email"],
#wpmem_reg input[type="password"],
#wpmem_reg select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
  margin-bottom: 24px;
}

#wpmem_reg select {
  appearance: none;
  background: #fff
    url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23666' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E")
    no-repeat right 12px center;
  background-size: 12px;
}

/* ボタン */
#wpmem_reg .button_div {
  text-align: center;
  margin-top: 20px;
}

#wpmem_reg input[type="submit"].buttons {
  font-size: 1.75929rem;
  color: #fff;
  background-color: #f69600;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 80px;
  text-align: center;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  filter: drop-shadow(10.607px 10.607px 7.5px rgba(76, 72, 65, 0.46));
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#wpmem_reg input[type="submit"].buttons:hover {
  background-color: #d57c17;
}

/* 利用規約チェックボックス */
#wpmem_reg .wpmem_reg_privacy {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

#wpmem_reg .req-text {
  font-size: 13px;
  color: #999;
  margin-top: 20px;
  text-align: right;
}

/* CAPTCHA画像と説明 */
#wpmem_reg img {
  margin-bottom: 10px;
}

#wpmem_reg p {
  margin: 0;
  font-size: 16px;
  color: #4c4c4c;
  font-weight: 500;
  text-align: left;
}

.wpmem-custom-note {
  margin: 1em auto;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

#wpmem_login_form fieldset .wpmem-custom-note {
  display: none;
}

@media screen and (max-width: 480px) {
  #wpmem_reg input[type="submit"].buttons {
    width: 270px;
  }
}
