@charset "utf-8";

/* 新規会員登録 */
#member_contact h2 {
  font-size: 28px;
  margin-top: 120px;
  margin-bottom: 40px;
  color: #333333;
  text-align: center;
}

#member_contact .formBOX {
  text-align: center;
  margin-bottom: 60px;
}

#member_contact .formBOX p {
  margin-bottom: 40px;
  font-weight: bold;
}

#member_contact .formBOX ul li {
  margin-bottom: 10px;
}

#member_contact .formBOX a {
  text-decoration: none;
}

.formBOX {
  width: 550px;
  margin: 0 auto;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.col-md-8 {
  margin: 0 auto 60px;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
  border: none;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-body input {
  overflow: visible;
}

.card-body__sub-title {
  font-size: 18px;
  padding: 20px 0 10px;
}

.registedTxt {
  text-align: center;
  margin-bottom: 60px;
}

.registedTxt p {
  margin-bottom: 60px;
}

.col-md-4 {
  width: auto;
  max-width: fit-content;
  padding-right: 15px;
  position: relative;
}

.col-md-4:after {
  content: "必須";
  display: inline-block;
  background: #ff0000;
  color: #fff;
  padding: 1px 5px;
  border-radius: 18px;
  top: -2px;
  position: relative;
  font-size: 10px;
  margin-left: 5px;
}

.col-md-6 {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  width: 100%;
}

.form-group {
  margin-bottom: 30px;
}

.form-group label {
  display: inline-block;
}

.form-group .mr-1 {
  margin-right: 1rem;
}

.row {
  display: block;
  margin-right: -15px;
  margin-left: -15px;
}

.justify-content-center {
  justify-content: center !important;
}

.col-sm-10 {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.col-form-label {
  font-size: 13px;
  color: #707070;
  font-weight: 400;
  padding-top: calc(1rem + 1px);
  padding-bottom: 0;
  padding-left: 0;
  margin-bottom: 5px;
  line-height: 1.6;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  !important
}

.form-control {
  width: 100%;
  height: 40px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: inherit;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  display: block;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  box-shadow: 0 0 0.2rem 0.2rem rgba(52, 144, 220, .5);
  border-color: none;
}

.form-control.note {
  height: calc(1.6em * 4);
  line-height: 1.6em;
  padding: 10px 15px;
}

.form-check-input {
  margin-top: 0.75rem;
}

.form-check-label {
  margin-left: 1rem;
  font-size: 13px;
  color: #707070;
  font-weight: 400;
}

.select-wrap {
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.select-wrap select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 13px;
}

.select-wrap select::-ms-expand {
  display: none;
}

.col-md-6.select-wrap {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
  padding-left: 0;
  padding-right: 0;
}

.col-md-6.select-wrap:before {
  position: absolute;
  top: 18px;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #333;
  pointer-events: none;
}

.col-md-6.select-wrap select {
  padding-left: 15px;
  color: #333;
  height: 40px;
}

.btn-primary {
  display: block;
  width: 260px;
  height: 70px;
  padding: 19px 0;
  background: #e82212;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-color: #e82212;
  transition: all 0.3s linear;
  margin: 0 auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.btn-primary2 {
  display: block;
  width: 260px;
  height: 70px;
  background: #e82212;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border-color: #e82212;
  transition: all 0.3s linear;
  margin: 0 auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.btn-primary:hover {
  color: #fff;
  background-color: #e82212;
  border-color: #e82212;
  opacity: 0.8;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #e82212;
  border-color: #e82212;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #e82212;
  border-color: #e82212;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.help-block {
  color: #761b18;
  font: 14px;
}

.confirm_text {
  line-height: 3;

}

.confirm_btn {
  margin: 60px auto 80px;
}

.confirm_btn .btn-primary {
  margin: 0 auto;
}

/* 新規会員登録 */
.swpm-validate-form {
  padding: 20px 0 110px;
}

.swpm-validate-form label {
  float: left;
  font-size: 13px;
  color: #707070;
  width: 167px;
  height: 30px;
  margin-bottom: 20px;
}

.swpm-validate-form input {
  float: left;
  font-size: 13px;
  color: #707070;
  width: 383px;
  height: 30px;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  padding: 0 10px;
}

.swpm-registration-membership-level-row {
  position: relative;
  width: 100%;
}

.swpm-registration-membership-level-row td:last-child {
  font-size: 15px;
  width: 383px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.swpm-before-registration-submit-section {
  display: none;
}

.swpm-registration-submit-section {
  margin: 20px auto 110px;
  text-align: center;
}

.swpm-validate-form .swpm-registration-submit {
  color: #fff;
  background-color: #E82212;
  border-radius: 50px;
  padding: 15px 100px;
  font-size: 18px;
  font-weight: bold;
  width: 236px;
  height: 57px;
  cursor: pointer;
  border-style: none;
  margin-top: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.swpm-validate-form .swpm-registration-submit:hover {
  opacity: 0.8;
}

.mainFormWrap {
  width: 640px;
  margin: 0 auto;
  padding-top: 60px;
}

@media screen and (max-width: 650px) {
  .mainFormWrap {
    width: 90%;
  }
}


/* 登録情報変更 */
.swpm-edit-profile-form {
  width: 550px;
  padding: 20px 0 110px;
  margin: 0 auto;
}

.error,
.swpm-profile-update-success {
  text-align: center;
}

.swpm-registration-submit-section {
  margin: 20px auto 110px;
  text-align: center;
}

.swpm-profile-username-row,
.swpm-profile-membership-level-row {
  width: 100%;
  position: relative;
}

.swpm-profile-username-row td:last-child,
.swpm-profile-membership-level-row td:last-child {
  font-size: 15px;
  width: 383px;
  display: inline-block;
  position: absolute;
}

.swpm-edit-profile-submit-section .swpm-edit-profile-submit {
  color: #fff;
  background-color: #E82212;
  border-radius: 50px;
  padding: 15px 100px;
  font-size: 18px;
  font-weight: bold;
  width: 236px;
  height: 57px;
  cursor: pointer;
  border-style: none;
  margin-top: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.swpm-edit-profile-submit-section .swpm-edit-profile-submit:hover {
  opacity: 0.8;
}


#wpmem_reg legend {
  display: none;
}

#wpmem_reg .formBOX {
  width: 550px;
  margin: 0 auto;
}

#wpmem_reg label {
  float: left;
  font-size: 13px;
  color: #707070;
  width: 167px;
  padding-top: 6px;
  margin-bottom: 20px;
}

#wpmem_reg label .req {
  margin-left: 10px;
}

#wpmem_reg label .req::after {
  content: "必須";
  background-color: #E82212;
  border-radius: 15px;
  padding: 2px 4px;
  font-size: 9px;
  color: #fff;
}

#wpmem_reg .div_text {
  float: left;
  font-size: 13px;
  color: #707070;
  width: 383px;
  padding-top: 6px;
  margin-bottom: 20px;
}

#wpmem_reg .div_text input {
  width: 100%;
  border: 1px solid #cccccc;
  height: 30px;
  padding: 0 10px;
}

#wpmem_reg .button_div {
  margin: 20px auto 110px auto;
  text-align: center;
}

#wpmem_reg .buttons {
  background-color: #E82212;
  border-radius: 50px;
  padding: 15px 100px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-style: none;
  margin-top: 20px;
}

#wpmem_reg .req-text {
  display: none;
}

#wpmem_login {
  height: 0;
  overflow: hidden;
  margin-bottom: 300px;
}

/* パスワードを忘れた方 */
.forgot_password #wpmem_pwdreset_form,
.forgot_password #wpmem_pwdchange_form {
  width: 550px;
  margin: 0 auto;
}

.forgot_password legend,
.forgot_password .link-text {
  display: none;
}

.forgot_password #wpmem_login {
  overflow: visible;
}

.forgot_password #wpmem_login label {
  float: left;
  font-size: 13px;
  color: #707070;
  width: 167px;
  padding-top: 6px;
  margin-bottom: 20px;
}

.forgot_password #wpmem_login .div_text {
  float: left;
  font-size: 13px;
  color: #707070;
  width: 383px;
  padding-top: 6px;
  margin-bottom: 20px;
}

.forgot_password #wpmem_login .div_text input {
  width: 100%;
  border: 1px solid #cccccc;
  height: 30px;
  padding: 0 10px;
}

.forgot_password #wpmem_login .button_div {
  margin: 20px auto 110px auto;
  text-align: center;
}

.forgot_password #wpmem_login .buttons {
  background-color: #E82212;
  border-radius: 50px;
  padding: 15px 100px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-style: none;
  margin-top: 20px;
}

.forgot_password {
  width: 550px;
  margin: 160px auto 80px;
}

.forgot_password h2 {
  font-size: 28px;
  margin-top: 120px;
  margin-bottom: 40px;
  color: #333333;
  text-align: center;
}

.swpm-pw-reset-form {
  width: 100%;
}

.swpm-pw-reset-email {
  float: left;
  font-size: 13px;
  color: #707070;
  width: 167px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}

.swpm-pw-reset-email-input {
  float: left;
}

.swpm-pw-reset-email-input input {
  font-size: 13px;
  color: #707070;
  width: 383px;
  height: 30px;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  padding: 0 10px;
}

.swpm-reset-pw-error {
  text-align: center;
}

.swpm-pw-reset-submit-button {
  text-align: center;
}

.swpm-pw-reset-submit {
  background-color: #E82212;
  border-radius: 50px;
  padding: 15px 100px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-style: none;
  margin: 20px 0 40px;
  cursor: pointer;
}

.swpm-pw-reset-submit:hover {
  opacity: 0.8;
}

/* 第一段階フォーム登録完了ページ */
.mainForm--registed {
  color: #777;
  font-size: 13px;
  text-align: center;
  margin-bottom: 300px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 769px) {
  .container {
    max-width: 720px;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .text-md-left {
    text-align: left !important;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
  }

  .col-md-6 {
    flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media only screen and (max-width: 768px) {
  #member_contact h2 {
    font-size: 18px;
    margin-bottom: 35px;
    color: #333333;
    text-align: center;
  }

  #member_contact .read {
    font-size: 13px;
    line-height: 180%;
    padding-bottom: 0;
    margin-bottom: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  #member_contact .formBOX {
    width: 90%;
    margin: 0 auto 60px auto;
  }

  #member_contact .formBOX h2 {
    font-size: 15px;
    margin-bottom: 30px;
    margin-top: 0;
    color: #000000;
    text-align: center;
  }

  #member_contact .formBOX .boxL {
    float: none;
    font-size: 13px;
    color: #707070;
    width: 100%;
    padding-top: 6px;
    margin-bottom: 10px;
  }

  #member_contact .formBOX .boxL span {
    background-color: #E82212;
    border-radius: 15px;
    padding: 2px 4px;
    font-size: 9px;
    color: #fff;
  }

  #member_contact .formBOX .boxR {
    float: none;
    font-size: 13px;
    color: #707070;
    width: 100%;
    margin-bottom: 15px;
  }

  #member_contact .formBOX .boxR input {
    width: 100%;
    border: 1px solid #cccccc;
    height: 30px;
  }

  #member_contact .formBOX .boxR textarea {
    width: 100%;
    border: 1px solid #cccccc;
    height: 95px;
  }

  #member_contact .formBOX .buttonBOX input[type="submit"] {
    -webkit-appearance: none;
    vertical-align: middle;
    text-align: center;
  }

  #member_contact .formBOX .buttonBOX {
    margin: 20px auto 0 auto;
    text-align: center;
  }

  #member_contact .formBOX .buttonBOX .button {
    background-color: #E82212;
    border-radius: 50px;
    padding: 10px 110px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-style: none;
  }

  .swpm-validate-form label {
    font-size: 11px;
    width: 90px;
  }

  .forgot_password {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }

  .forgot_password h2 {
    font-size: 18px;
  }

  .swpm-pw-reset-email {
    margin-bottom: 0;
  }

  .swpm-pw-reset-email-input input {
    width: 100%;
  }

  .swpm-edit-profile-form {
    padding: 0 20px;
  }

  .swpm-edit-profile-form input[type="text"],
  .swpm-edit-profile-form input[type="password"] {
    width: calc(75% - 40px);
  }
}
