.entry-form {
  padding: 80px 0 160px;
}

.entry-form-copy {
  text-align: center;
  margin-bottom: 40px;
}

.entry-form-copy p {
  max-width: 760px;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
}

.entry-form-wrap {
  background-color: #eaf7ff;
  border-radius: 16px;
  padding: 60px 20px 76px;

  position: relative;
  text-align: center;
  min-height: 300px;
}

.entry-form-wrap:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../../img/entry-form/entry-form-bg-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 282px;
  height: 222px;
}
.entry-form-wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../../img/entry-form/entry-form-bg-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 303px;
  height: 222px;
}

.um-col-alt {
  margin-top: 60px !important;
}

.um-right {
  display: none;
}
.um-left {
  float: none !important;
  margin: 0 auto;
}

#um-submit-btn {
  background-color: #d44b25 !important;
  border-radius: 80px !important;
  color: #fff;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  z-index: 1;
}
.um-field {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}

.um-field-label {
  min-width: 240px !important;
  margin: 0 !important;
}
.um-field-label::before {
  content: '必須';
  display: inline-block;
  background: #e60033;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  margin-right: 8px;
  border-radius: 4px;
  font-weight: bold;
}

.um-field-label label {
  color: #26292b !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

.um-field-area {
  width: 100%;
}

.um-11.um {
  max-width: 600px !important;
}

@media screen and (max-width: 1000px) {
  .entry-form {
    padding: 60px 0 80px;
  }

  .entry-form-copy {
    text-align: center;
    margin-bottom: 40px;
  }

  .entry-form-copy p {
    font-size: 14px;
  }

  .entry-form-wrap {
    padding: 40px 20px 40px;
  }

  .entry-form-wrap:before {
    width: 141px;
    height: 111px;
  }
  .entry-form-wrap:after {
    width: 151px;
    height: 111px;
  }

  .um-col-alt {
    margin-top: 40px !important;
  }
}

#user_password-11 {
  -webkit-text-security: none !important;
  text-security: none !important;
}
