h2 {
  margin-top: 1em;
}

.trialimg-swiper {
  width: 80%;
  max-width: 1200px;
  margin: 2em auto;
  overflow: hidden;
  position: relative;
}
.trialimg-swiper .swiper-wrapper {
  align-items: center;
}
.trialimg-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 0.5em;
  overflow: hidden;
  border: 1px solid #b8b8b8;
}
.trialimg-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.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;
  font-weight: 900;
}
.trialimg-swiper .swiper-button-next:hover,
.trialimg-swiper .swiper-button-prev:hover {
  color: #ff7777;
}
.trialimg-swiper .swiper-pagination {
  position: static;
  margin-top: 1em;
  text-align: center;
}
.trialimg-swiper .swiper-pagination-bullet {
  background: white;
  border: 2px solid #ff7777;
  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: #ff7777;
  width: 0.6em;
  height: 0.6em;
}

.install {
  margin: 2em auto 4em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.install .step_area {
  border: 1px solid #858585;
  border-radius: 0.5em;
  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: #ff7777;
  font-size: 70%;
  padding: 0.4em 1em;
  min-width: 10em;
  border-radius: 0.5em;
  margin-right: 1em;
  color: #fff;
  text-align: center !important;
}
.install .fa-arrow-down {
  font-size: 120%;
  margin: 0.8em auto;
}

.tableList {
  margin: 2em auto 3em;
}
.tableList li {
  margin-top: 0.2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #b8b8b8;
  padding: 0.5em 0;
}
.tableList li span {
  font-weight: bold;
  text-align: left;
}
.tableList li .dl-button {
  padding: 0.8rem 1em 0.8rem 1.8rem;
  margin: 0.3rem auto !important;
  font-weight: 400;
  letter-spacing: 1;
  min-width: 12em;
  line-height: 1em;
  pointer-events: all !important;
  cursor: pointer;
  border: 2px solid #ffa18b;
  transition: 0.3s;
  font-size: 80%;
}
.tableList li .dl-button i {
  transition: 0.2s;
  margin-left: 0.6em;
  color: #ffa18b;
}
.tableList li .dl-button:hover i {
  color: #fff;
}/*# sourceMappingURL=style.css.map */