@charset "UTF-8";

.attention,
.eMessage {
  color: #FF0000 !important;
}

.progress {
  display: flex;
  font-size: 10px;
  margin-bottom: 20px;
  width: 100%;
}

.progress-item {
  background-color: #efefef;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  line-height: 1.4;
  margin-right: 1px;
  position: relative;
  width: 33.3%;
  height: 40px;
  white-space: nowrap;
}
  .progress-item p {
    margin: 0 auto;
  }
  .-active {
    background-color: #009CFF;
    color: #fff;
  }

.form {
  text-align: center;
}
  .form table {
    text-align: left;
  }
  .form table td {
    text-align: left;
  }

.inqbtn02,
.inqbtn03 {
  font-size: 16px !important;
  height: auto !important;
}

.comp {
  margin-top: 20px;
  width: auto !important;
}
  .comp p {
    margin-top: 20px;
  }
  .comp .inqbtn02 {
    float: none !important;
  }
  .w400 {
    width: 100% !important;
  }

.error td {
  background-color: #ffebeb;
}

#qr {
  width: 50%;
}
