.trialimg-swiper {
  width: 80%;
  max-width: 1200px;
  margin: 2em auto;
  border-radius: 1em;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.trialimg-swiper .swiper-wrapper {
  align-items: center;
}
.trialimg-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.trialimg-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.trialimg-swiper .swiper-button-next,
.trialimg-swiper .swiper-button-prev {
  mwidth: 2em !important;
  height: 2em !important;
  color: #fff;
  filter: drop-shadow(0 0 0.2em rgba(0, 0, 0, 0.6));
  top: 50%;
  scale: 0.7;
  background-color: transparent;
  transition: 0.2s;
  font-size: 1.2em !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trialimg-swiper .swiper-button-next:hover,
.trialimg-swiper .swiper-button-prev:hover {
  color: #48D1E8;
}
.trialimg-swiper .swiper-button-next:hover {
  transform: translateX(10%) !important;
}
.trialimg-swiper .swiper-button-prev:hover {
  transform: translateX(-10%) !important;
}
.trialimg-swiper .swiper-pagination {
  position: static;
  margin-top: 1em;
  text-align: center;
}
.trialimg-swiper .swiper-pagination-bullet {
  background: #414456;
  opacity: 0.6;
  transition: opacity 0.2s;
  margin-left: 0.7em !important;
  width: 0.6em;
  height: 0.6em;
}
.trialimg-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #48D1E8;
}

.install {
  margin: 2em auto 4em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.install .step_area {
  border: 1px solid #48D1E8;
  border-radius: 1em;
  padding: 0.6em 1em;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 80%;
  background-color: #fff;
}
.install .step_area h4 {
  background-color: #48D1E8;
  font-size: 70%;
  padding: 0.4em 2em;
  border-radius: 50em;
  margin-right: 1em;
  color: #fff;
}
.install .fa-arrow-down {
  font-size: 120%;
  margin: 0.3em auto;
}

.tableList {
  margin: 2em auto;
}
.tableList li {
  margin-top: 0.2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #48D1E8;
  padding: 0.5em 0;
}
.tableList li span {
  font-weight: bold;
  text-align: left;
}
.tableList li .dl_button {
  display: inline-block;
  display: flex;
  flex-wrap: nowrap;
  display: inline-block;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 100px;
  padding: 1.2rem 1em 1.2rem 1.8rem;
  margin: 0.2rem auto;
  font-family: "BananaSlip";
  font-size: 80%;
  font-weight: 400;
  letter-spacing: 1;
  min-width: 15em;
  line-height: 1em;
  color: #414456 !important;
  pointer-events: all !important;
  cursor: pointer;
  transition: 0.3s;
}
.tableList li .dl_button i {
  transition: 0.2s;
  margin-left: 0.6em;
  color: #789193;
}
.tableList li .dl_button:before {
  transition: 0.5s;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 3px;
  background: linear-gradient(90deg, #FB92BE 0%, #C2ADE6 50%, #48D1E8 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.tableList li .dl_button:hover {
  transform: translateY(-0.4rem);
  color: #414456;
  filter: drop-shadow(0 0.5em 10px rgba(59, 32, 32, 0.1));
}
.tableList li .dl_button:hover i {
  margin-left: 0.6em;
  color: #48D1E8;
  transform: translateY(0.2rem);
}
.tableList li .dl_button:hover:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 3px;
  background: linear-gradient(90deg, #FB92BE 0%, #C2ADE6 50%, #48D1E8 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}/*# sourceMappingURL=style.css.map */