.detail_content section {
  position: relative;
}

input[type="submit"],input[type="button"]{
  background-color: #FFD800;
    height: 46px;
    width: 180px;
    text-align: center;
    border-radius: 23px;
    
    -webkit-transition: all .3s;
  transition: all .3s;
  
  border: 0;
  margin: 0 auto;
  
  display: block;
  line-height: 46px;
  font-size: 15px;
  color: #000000;
  position: relative;
  
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Noto Sans SC', 'Microsoft YaHei',Arial,'Hiragino Sans GB',Helvetica,'Lucida Grande', Sans-Serif;
}
input[type="submit"]:hover,input[type="button"]:hover{
  background-color: #FFE200;
  box-shadow: 0px 5px 20px #00000033;
  cursor: pointer;

}
.cntct_btn{
  position: relative;
  display: inline-block;
}
.cntct_btn::after {
  content: "";
  position: absolute;
  background-image: url(../images/ar-r.svg);
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  width: 5px;
  height: 9px;
  background-size: cover;
}
.cntct_btn2::after{
  
  background-image: url(../images/ar-r-w.svg);
}
.cntct_btn__wrap{
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
input[type="button"].wpcf7c-btn-back{
  background-color: #A42837;
  color: white;

}

input[type="button"].wpcf7c-btn-back:hover{
  background-color: #BE2336;
}
.custom-wpcf7c-confirmed .cntct_btn1::after{
  content: none;
}
.custom-wpcf7c-confirmed .cntct_btn1::after{
  content: none;
}
.init .cntct_btn2::after{
  content: none;
}
.init .cntct_btn3::after{
  content: none;
}
.init .cntct_btn::after{
  top: 50%;
}
.custom-wpcf7c-confirmed .cntct_btn::after{
  top: 39%;
}

.custom-wpcf7c-confirmed .num_tip ol .on .num i {
  background-color: #a6a6a6;
}

.custom-wpcf7c-confirmed .num_tip ol .two .num i {
  background-color: #ae2c3d;
}
.num_tip{
  
  padding-bottom: 45px;
}
.num_tip p.line {
  top: -42px;
}

.sent .num_tip ol .on .num i {
  background-color: #a6a6a6;
}

.sent .num_tip ol .two .num i {
  background-color: #a6a6a6;
}

.sent .num_tip ol .three .num i {
  background-color: #ae2c3d;
}