.l-wrapper {
  position: relative;
  padding-bottom: 112px;
}

@media (max-width: 768px) {
  .l-wrapper {
    padding-bottom: 92px;
  }
}

.gotop.is-cv {
  bottom: 132px;
}

@media (max-width: 768px) {
  .gotop.is-cv {
    bottom: 161px;
  }
}

.shortcutmenu.is-cv {
  bottom: 132px;
}

@media (max-width: 768px) {
  .shortcutmenu.is-cv {
    bottom: 161px;
  }
}

.shortcutmenu.is-cv.is-absolute {
  bottom: 237px;
}

@media (max-width: 768px) {
  .shortcutmenu.is-cv.is-absolute {
    bottom: 231px;
  }
}

.step-wrapper {
  border-bottom: solid 1px #E8E8E8;
  padding-bottom: 50px;
}

.step-item {
  border-top: solid 1px #E8E8E8;
  padding-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (max-width: 768px) {
  .step-item {
    padding-top: 32px;
    display: block;
  }
}

.step-item + .step-item {
  margin-top: 70px;
}

@media (max-width: 768px) {
  .step-item + .step-item {
    margin-top: 60px;
  }
}

.step-num {
  width: 120px;
  height: 34px;
  background-color: #FF0033;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .step-num {
    width: 90px;
    height: 28px;
    top: -15px;
  }
}

.step-num span {
  color: #fff;
  font-size: 12px;
}

.step-num span span {
  font-size: 16px;
  margin-left: 10px;
}

.step-head {
  width: 120px;
  margin-right: 84px;
}

@media (max-width: 768px) {
  .step-head {
    margin: 0 auto 20px;
  }
}

.step-icon {
  width: 100px;
  margin: auto;
}

.step-icon img {
  width: 100%;
}

.step-ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .step-ttl {
    font-size: 16px;
    margin-bottom: 18px;
  }
}

.step-data {
  width: 580px;
}

@media (max-width: 768px) {
  .step-data {
    width: auto;
    padding: 0 15px;
  }
}

.step-data > :last-child {
  margin-bottom: 0;
}

.step-lead {
  font-size: 17px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .step-lead {
    font-size: 14px;
  }
}

.step-text {
  font-size: 15px;
}

@media (max-width: 768px) {
  .step-text {
    font-size: 13px;
  }
}

.fixed-wrapper {
  width: 100%;
  background-color: #262626;
  padding: 15px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  z-index: 10;
}
@media (max-width: 768px) {
  .fixed-wrapper {
    bottom: 56px;
  }
}

.fixed-wrapper.is-absolute {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.fixed-btn {
  width: calc(100% - 30px);
  max-width: 400px;
  line-height: 1.3;
}

.fixed-btn span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .fixed-btn span {
    font-size: 11px;
  }
}
