*{
  margin:0;
  padding:0;
}

/*reCAPCHA非表示*/
.grecaptcha-badge { 
  visibility: hidden; 
}

[v-cloak] {
    display: none;
}

/*ステップバー*/
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.ai-cen {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex.jc-cen {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-area__bread{
  padding: 0;
  list-style: none;
  border:1px solid #e8e8e8;
  background-color:#fff;
  margin-bottom:70px;
  align-items: center;
}
.form-area__bread-list{
  width:33.33%;
  padding:3em 0;
}
.form-area__bread-list._current._current{
  background-color:#ffeced;
}
.form-area__bread-list._current._current::before{
  background-color:#ffeced;
}
.form-area__bread-list._current._current::after{
  content:none
}
.form-area__bread-list:not(:last-of-type){
  position:relative
}
.form-area__bread-list:not(:last-of-type)::before{
  content:"";
  position:absolute;
  right:-10%;
  background-color:#e8e8e8;
  width:10%;
  height:100%;
  clip-path:polygon(0 0, 0 100%, 100% 50%)
}
.form-area__bread-list:not(:last-of-type)::after{
  content:"";
  position:absolute;
  right:-10%;
  background-color:#fff;
  width:10%;
  height:100%;
  clip-path:polygon(0 1px, 0 calc(100% - 1px), calc(100% - 1px) 50%)
}

/*以下削除しても問題なし*/
.error{
    color: red;
}
