.registerStepArea {
  padding: 0.5em 0; }

.registerStep {
  position: relative;
  margin-right: 10px;
  width: 100%; }
  .registerStep::after {
    content: " ";
    display: block;
    width: 145px;
    height: 2px;
    position: absolute;
    top: 28%;
    right: 0;
    transform: translateX(75px);
    background-color: #999; }
  .registerStep:last-child::after {
    display: none; }
  .registerStep_mark {
    text-align: center;
    border: solid 2px #999;
    color: #999;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    padding: 0;
    line-height: 55px;
    margin: auto;
    margin-bottom: 10px;
    position: relative;
    z-index: 5;
    background-color: white; }
    .registerStep_markText {
      font-size: 20px; }
    .registerStep_mark-small {
      height: 12px;
      width: 12px;
      margin-top: 23px;
      margin-bottom: 33px; }
  .registerStep_title {
    text-align: center;
    word-break: break-all; }
    .registerStep_titleText {
      font-weight: bold;
      font-size: 14px;
      color: #999; }
  .registerStep-end::after {
    background-color: #3ab6da; }
  .registerStep-end .registerStep_titleText {
    color: #3ab6da; }
  .registerStep-end .registerStep_mark {
    background-color: #3ab6da;
    border-color: #3ab6da;
    display: flex;
    justify-content: center;
    align-items: center; }
  .registerStep-now .registerStep_titleText {
    color: #3ab6da; }
  .registerStep-now .registerStep_mark {
    color: #3ab6da;
    border-color: #3ab6da; }

.registerSteps {
  display: flex;
  width: 100%; }

/*# sourceMappingURL=reg_step.css.map */
