.mb-input {
  margin-bottom: 16px;
}
.pt-0 {
  padding-top: 0px !important;
}

.ec-registerRole.cus__entry {
  margin: 0 auto;
  width: auto;
  max-width: 700px;
  padding-left: unset;
  padding-right: unset;
}

.cus__entry .ec-pageHeader {
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.cus__entry .ec-pageHeader h1 {
  border-bottom: unset;
}

.cus__entry .ec-borderedDefs {
  border-top: unset;
}
.cus__entry .ec-borderedDefs dl {
  border-bottom: unset;

  display: flex;
  flex-direction: row;
}
.cus__entry .ec-borderedDefs dl dt {
  flex: 0 0 35%;
  width: 100%;
  max-width: 100%;

  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: unset;
  padding-right: 10px;
}
.cus__entry .ec-borderedDefs dl dd {
  flex: 0 0 65%;
  width: 100%;
  max-width: 100%;
}
.cus__entry .ec-borderedDefs dl dd .ec-halfInput {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;

  width: 100%;
}
.cus__entry .ec-borderedDefs dl dd .ec-halfInput div {
  flex: 0 0 50%;
  width: 100%;
  max-width: 100%;
  padding-left: 5px;
}
.cus__entry .ec-borderedDefs dl dd .ec-halfInput div:first-child {
  padding-right: 5px;
  padding-left: 0px;
}

.cus__entry .form__error .ec-errorMessage {
  margin-bottom: unset;
}

.cus__entry .ec-borderedDefs dl dd input {
  margin-bottom: unset;

  width: 100%;
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  margin-top: 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 33px;
}

.cus__entry .ec-zipInput {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cus__entry .ec-zipInput span {
  margin-left: unset;
}

.cus__entry .cus__entry-address_label {
  flex: 0 0 30%;
  width: 100%;
  max-width: 100%;

  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cus__entry .cus__entry-address_postal-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;

  flex-direction: column;

  flex: 0 0 70%;
  width: 100%;
  max-width: 100%;
}

.cus__entry
  .cus__entry-address_postal-content
  div:not(.ec-zipInputHelp__icon, .ec-zipInputHelp) {
  width: 100%;
}
.cus__entry .cus__entry-address_postal-content div input {
  width: 100%;
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  margin-top: 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 33px;

  max-width: 100%;
}

.cus__entry .cus__entry-address_postal-content .ec-errorMessage {
  margin-bottom: unset;
}
.cus__entry .ec-zipInputHelp {
  margin-left: unset;
  margin-bottom: unset;

  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cus__entry .ec-zipInputHelp__icon {
  margin-top: 10px;
  margin-right: 5px;
}

.cus__entry .ec-select {
  width: 100%;
}
.cus__entry .ec-telInput .ec-errorMessage {
  margin-bottom: 0px;
}
.cus__entry .ec-select .ec-errorMessage {
  margin-bottom: 0px;
}
.cus__entry .ec-select select {
  width: 100%;
  max-width: 100%;
}

.cus__entry .ec-telInput {
  width: 100%;
}

.cus__entry .ec-telInput input {
  width: 100%;
  max-width: 100%;
}

.cus__entry .ec-birth {
  display: flex;
  width: 100%;

  flex-direction: column;
}
.cus__entry .ec-birth div:first-child {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.cus__entry .ec-birth select {
  width: 100%;
  max-width: 140px;
  margin: 0;
}
.cus__entry #entry_sex {
  display: flex;
}
.cus__entry #entry_sex input {
  max-width: 20px;
  max-height: 20px;

  margin-top: 14px;
  margin-right: 10px;
}
.cus__entry .ec-registerRole__actions {
  display: flex;
  width: 100%;
}

.cus__entry .ec-registerRole__actions {
  justify-content: flex-end;
}
.cus__entry .ec-off4Grid {
  flex: 0 0 65%;
  width: 100%;
  max-width: 100%;
}
.cus__entry .ec-off4Grid .ec-off4Grid__cell {
  width: 100%;
}

.cus__entry .ec-blockBtn--action,
.cus__entry .ec-blockBtn--cancel {
  cursor: pointer;
  box-shadow: none;
  font-size: 16px;
  padding: 0px;
  line-height: 48px;
  border: unset;
  border-radius: 5px;
  font-weight: normal;
  width: 100%;
  max-width: 163px;
  height: 48px;
}
.cus__entry .ec-blockBtn--action {
  background: black !important;
  color: #fff;
}
.cus__entry .ec-blockBtn--action:hover {
  background: #c6c6c6 !important;
}
.cus__entry .ec-blockBtn--cancel {
  background: #525263;
  color: #fff;
}

.cus__entry-review .ec-blockBtn--action,
.cus__entry-review .ec-blockBtn--cancel {
  cursor: pointer;
  box-shadow: none;
  font-size: 16px;
  padding: 0px;
  line-height: 48px;
  border: unset;
  border-radius: 5px;
  font-weight: normal;
  width: 100%;
  max-width: 163px;
  height: 48px;
}
.cus__entry-review .ec-blockBtn--action {
  background: #2196f3;
  color: #fff;
}
/* .cus__entry-review .ec-blockBtn--action:hover {
  background: #1e87da;
} */
.cus__entry-review .ec-blockBtn--cancel {
  background: #525263;
  color: #fff;
}
.cus__entry-review .ec-blockBtn--cancel:hover {
  background: #3b3b47;
}

.cus__entry .ec-checkbox label {
  margin-bottom: 10px;
}
.cus__entry .ec-checkbox label input {
  margin-bottom: 3px;
}
.cus__entry .ec-input .ec-errorMessage {
  margin-bottom: 0px;
}
.cus__entry .ec-radio.error p.ec-errorMessage {
  font-size: 12px;
  font-weight: bold;
  color: #de5d50;
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .cus__entry .ec-off4Grid .ec-off4Grid__cell {
    width: unset;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .ec-registerRole.cus__entry{
    padding: 0 10px;
  }
  .cus__entry .ec-borderedDefs dl {
    flex-direction: column;
  }
  .cus__entry .ec-borderedDefs dl:not(:first-child) {
    margin-top: 10px;
  }
  .cus__entry .ec-borderedDefs dl dt {
    justify-content: flex-start;
  }
  .cus__entry .ec-off4Grid {
    flex: 0 0 100%;
  }
  .cus__entry .ec-checkbox label {
    width: 100%;
    text-align: left;
  }

  .cus__entry .ec-registerRole__actions {
    padding-top: 0px;
  }
  .cus__entry-btn-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;

    margin-top: 15px;
    flex-direction: row-reverse;
  }
  .cus__entry .ec-blockBtn--action {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 320px) {
  .cus__entry .ec-blockBtn--action,
  .cus__entry .ec-blockBtn--cancel {
    width: 45%;
  }
}
button.ec-blockBtn--action.btn_submit_confirm_sigup:hover:hover{
  background: #c6c6c6 !important;
}