.slider__banner {
  position: relative;
  display: inline-block;
}

@media (min-width: 960px) {
  .button__slider-container {
    position: initial;
    padding: 30 0px;
  }
}
@media (min-width: 1200px) {
  .button__slider-container {
    position: absolute;
    top: 35vw;
  }
  .btn-slider p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 0.8rem !important;
    line-height: 120%;
    text-align: center;
    color: #000000;
  }
}
@media (min-width: 1300px) {
  .button__slider-container {
    position: absolute;
    top: 36vw;
  }
  .btn-slider p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 120%;
    text-align: center;
    color: #000000;
  }
}
@media (min-width: 1126px) and (max-width: 1199px) {
  .btn-slider22 {
    height: 100%;
  }
}

.btn-slider {
  position: relative;
  background: #ffd200;
  border: 2px solid #ffffff;
  border-radius: 40px;
  padding: 20px 20px;
}
.btn-slider2 {
  position: relative;
  background: #ffd200;
  border: 2px solid #ffffff;
  border-radius: 40px;
  padding: 32px 60px;
}
.btn-slider::before {
  content: url(../images/solution-button.png);
  left: -35px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.btn-slider::after {
  padding: 1px 10px;
  background: #c04251;
  border-radius: 20px;
  content: "無料";
  font-size: 18px;
  right: 20px;
  position: absolute;
  transform: translateY(-100%);
  top: 40%;
}
.btn-slider p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 120%;
  text-align: center;
  color: #000000;
}
.btn-slider h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 103%;
  /* or 29px */

  text-align: center;

  color: #000000;
}
.btn-slider2::after {
  padding: 1px 10px;
  background: #c04251;
  border-radius: 20px;
  content: "無料";
  right: 20px;
  position: absolute;
  transform: translateY(-100%);
  top: 40%;
}

.btn-slider2 h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 103%;
  text-align: center;
  color: #000000;
}

/* @media (min-width: 420px) and (max-width: 960px) {
  .button__slider-container {
    position: initial !important;
    top: 37vw !important;
  }
} */
