@charset "utf-8";
.step {
  position: relative;
  height: 80px;
  vertical-align: middle;
  cursor: default;
  margin: 40px 0px 20px;
}
.stepLineBefore {
  position: absolute;
  width: 33%;
  height: 4px;
  top: 18px;
  left: 0;
  background-color: #d0e6ff;
  z-index: 0;
}
.stepLineAfter {
  position: absolute;
  width: 100%;
  height: 4px;
  top: 18px;
  left: 0;
  background-color: #e8e8e8;
  z-index: -1;
}

.step01:after {content: "フォーム入力";}
.step02 {left: 33%;}
.step02:after {content: "入力内容を確認";}
.step03 {left: 66%;}
.step03:after {content: "本登録URLをクリック";}
.step04 {right: 0;}
.step04:after {content: "完了";}
.step01, .step02, .step03, .step04 {
  position: absolute;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 2.5rem;
}

.step01:after, .step02:after, .step03:after, .step04:after, .step05:after {
  color: #000;
  font-size: 0.8rem;
  width: 200px;
  position: absolute;
  top: 75%;
  left: -200%;
}

.step .stepBefore {
  background-color: #d0e6ff;
}

.step .stepOn {
  background-color: #318fff;
}

.step .stepAfter {
  background-color: #e8e8e8;
}
.step .stepBefore:after {
  color: #e8e8e8;
}

.thanks-message .mail-preview {
  width: 100%;
  background-color: #ebebeb;
  margin: 2em 0;
  text-align: center;
}

.thanks-message .login {
  width: 100%;
  background-color: #ebebeb;
  /*margin: 2em 0;*/
  text-align: center;
}

.thanks-message ul.button {
  margin-top: 10px;
  display: flex;
}

.thanks-message ul.button li {
  display: flex-box;
  padding: 1%;
  margin: 1px;
  background-color: #ececec;
}

.thanks-message ul.button li:hover {
  background-color: #333;
  color: #fff;
}

#main .thanks-message ul.button li a {
  color: #000;
  text-decoration: none;
}
#main .thanks-message ul.button li:hover a {
  color: #fff;
}

.block-checkbox label.field_with_errors { 
  background-color: #cc6666;
}
.block-checkbox div.field_with_errors { 
  background: none;
  display: inline;
}

/*
.thanks-message ul.button .help-link {
  background-color: #bcedfe;
}

.thanks-message ul.button .password_forget-link {
  background-color: #ffd5ad;
}

.thanks-message ul.button .unknown-link {
  background-color: #ebebeb;
}
*/
