/* ======================================================================
 p-complete
====================================================================== */
.l_main_visual .c_ttl_1:before {
  content: "CONTACT";
}

.status .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
.status .inner:before {
  position: absolute;
  top: 60px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #edece8), color-stop(50%, transparent));
  background: linear-gradient(to right, #edece8 50%, transparent 50%);
  background-size: 16px 2px;
  background-repeat: repeat-x;
  content: "";
}
.status .item {
  position: relative;
  z-index: 1;
}
.status .item.current .round {
  color: #d0345e;
}
.status .item.current .txt {
  color: #d0345e;
}
.status .item.checked .round:before {
  display: inline-block;
  width: 17px;
  height: 12px;
  background: url(../img/common/icon-check-gray.svg) no-repeat top left/contain;
  content: "";
}
.status .round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #edece7;
  color: #a7a7a7;
}
.status .txt {
  margin: 5px 0 0;
  color: #a7a7a7;
}

.complete_container {
  margin: 30px auto 65px;
}
.complete_container .h2_ttl {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.complete_container .h2_ttl .ttl {
  position: relative;
  display: inline-block;
  padding: 0 0 10px;
}
.complete_container .h2_ttl .ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #d0345e;
  content: "";
}
.complete_container .txt {
  margin: 30px auto 0;
}
.complete_container .to_top {
  margin: 90px auto 0;
}
@media screen and (max-width: 767px) {
  .l_main_visual .c_ttl_1:before {
    bottom: 10px;
  }
  .status .inner {
    padding: 30px 20px 25px;
  }
  .status .inner:before {
    top: 57px;
    left: 50%;
    width: 85%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .status .item.current .round {
    width: 50px;
    height: 50px;
    border-radius: 50px;
  }
  .status .round {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
  .complete_container {
    margin: 30px auto 60px;
    padding: 0 20px;
  }
  .complete_container .txt {
    margin: 20px auto 0;
    text-align: left;
  }
  .complete_container .to_top {
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .status .inner {
    padding: 30px 0;
    max-width: 520px;
  }
  .status .item.current .round {
    width: 56px;
    height: 56px;
    border-radius: 56px;
  }
  .status .round {
    width: 42px;
    height: 42px;
    border-radius: 42px;
  }
}
