@import "./common/common.css";

/* btn_animation */
.btn_animation {
  width: 89%;
  position: absolute;
  bottom: 49px;
  left: 6%;
}

p img {
  position: absolute;
  top: -22px;
  left: 10%;
}

img.line_b {
  width: 39%;
}

.btn_animation.active {
  animation: btn_animation 1s infinite;
}

.btn_animation:hover {
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 1);
  border-radius: 50px;
}

.application_btn::after {
  content: "";
  background-image: url(../../images/price@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -45px;
  width: 100%;
  height: 92px;
  display: inline-block;
  left: 49%;
}

@keyframes btn_animation {
  0% {
    transform: scale(1, 0.8);
  }
  20% {
    transform: scale(0.8, 1.1);
  }
  95% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.8);
  }
}

#step {
  padding: 62px 0 0;
  position: relative;
}

#step .btn_animation {
  position: absolute;
  z-index: 1;
  bottom: -74px;
}

#step .application p {
  color: #3a3a3a;
  top: 17px;
  left: 12%;
}

#reason .application p,
#voice .application p,
#step1 .application p {
  color: #3a3a3a;
}

/* designer */
img.designerimg {
  margin-top: -30px;
}

/* reason */
#reason {
  margin-top: -32px;
  padding-bottom: 70px;
}

.reason_title {
  width: 80%;
  margin: 0 auto;
}

#reason .ttl_img {
  width: 98%;
  margin: 4px auto 0;
}

#reason img {
  width: 96%;
}

img.reasonimg {
  margin-left: 5%;
}

#reason p img {
  width: 35%;
  position: absolute;
  top: -11px;
  left: 11%;
}

#reason ul li:nth-of-type(1) {
  margin-top: 28px;
}

#reason ul li:nth-of-type(2) {
  margin-top: 37px;
}

#reason ul li:nth-of-type(3) {
  margin-top: 39px;
}

#reason .btn_animation {
  bottom: -194px;
  left: 5%;
  width: 92%;
}

/*free */
#free {
  z-index: 1;
  position: relative;
}
#free img {
  width: 750px;
}

/* media */
#media {
  padding-top: 193px;
}

/* freecodelabo */
#freecodelabo {
  margin-top: -42px;
}

/* voice */
#voice {
  margin-top: -11px;
}

#voice .btn_animation {
  bottom: 23px;
}

#step .btn_animation {
  bottom: -79px;
}

/* step_bottom */
#step_bottom {
  background: #f3f5fe;
  padding: 62px 0;
}

#step_bottom .btn_animation {
  bottom: -68px;
}

#qa {
  padding: 65px 0 0;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 679px) {
  .application_btn::after {
    content: "";
    background-image: url(../../images/price@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -26px;
    width: 140px;
    height: 46px;
    display: inline-block;
    left: 49%;
  }

  p img {
    width: 37%;
    position: absolute;
    top: -10px;
    left: 11%;
  }

  img.line_b {
    width: 37%;
  }

  #step p img {
    top: -6px;
    left: 12%;
  }

  #reason {
    margin-top: -32px;
    padding-bottom: 0;
  }

  #reason p img {
    width: 35%;
    top: -6px;
    left: 12%;
  }

  #reason .btn_animation {
    bottom: -130px;
    left: 5%;
    width: 92%;
  }

  #reason .application_btn::after {
    left: 48%;
  }

  #voice p img {
    top: -6px;
  }

  #step_bottom p img {
    top: -8px;
  }

  #step_bottom .application_btn::after {
    top: -28px;
  }
}
