@charset "utf-8";
.block {
  margin-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 40px;
  overflow: hidden;
}
.block .icon {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: var(--bkcolor_main);
}
.block .icon::before {
  font-family: 'fontawesome light';
  font-size: 90rem;
}
.block_check .icon::before {
  content: "\f464";
}
.block_ok .icon::before {
  content: "\f058";
  color: #22C55E;
}
.block_error .icon::before {
  content: "\f057";
  color: #f44336;
}
.block_error.is_too_attempt .icon::before {
  content: "\f06a";
}
.block .page_title {
  text-align: center;
  font-size: 22rem;
  margin-top: 10px;
  margin-bottom: 25px;
}
.block_check .code_label {
  display: block;
  text-align: center;
  font-size: 14rem;
  margin-bottom: 10px;
}
.block_check .code_input {
  margin-bottom: 25px;
}
.block_check .confirm_button {
  width: 100%;
}
.block_result {
  display: none;
}
.block .ax-block_content-message {
  margin-top: 15px;
  margin-bottom: 0px;
}
.block_ok .term_date {
  white-space: nowrap;
}
.block_error .message_too_attempt {
  display: none;
}
.block_error.is_too_attempt .message_error {
  display: none;
}
.block_error.is_too_attempt .message_too_attempt {
  display: block;
}
.block .ax-block_back {
  margin-top: 0px;
  margin-bottom: 0px;
}
