.lp-p-fv {
  padding-top: 30px;
}
.lp-btn-container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 20px;
}

.lp-btn {
  background: #f8b400;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  width: 25.6222547584vw;
  height: 50px;
  border-radius: 9999px;
  text-align: center;
  font-weight: bold;
  font-size: 1.4641288433vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.lp-btn-container-mb {
  display: none;
  justify-content: center;
  width: 100%;
  padding:16px;
  padding-top: 0px;
}


.lp-btn-mb {
  width: 100%;
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .lp-p-fv {
    padding-top: 0px;
  }

  .lp-btn-container {
    display: none;
  }

  .lp-btn-container-mb {
    display: flex;
  }
}

/* SPの下部ボタン */
.lp-sp-p-fv-btn {
  display: none;
}

@media screen and (max-width: 640px) {
  .lp-pc-p-fv-btn {
    display: none;
  }

  .lp-sp-p-fv-btn {
    display: block;
    width: 100vw;
  }
  
  .lp-sp-p-fv-btn li {
    width: 100%;
  }

  .lp-sp-p-fv-btn li a {
    width: 100% !important;
    font-size: small;
  }
}

.c-btn-label-smaller {
  font-size: smaller;
}

.c-btn-label-small { 
  font-size: small;
}