h4 {
  display: inline-block;
  border: 1px solid #36233c;
  font-size: 70%;
  padding: 0.2em 1em;
  border-radius: 0.4em;
  margin-bottom: 0.5em;
  margin-right: 1em;
}


form {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 4em auto;
  gap: 1em;
}
form input[type=text] {
  border: 1px solid #585657;
  padding: 5px;
  border-radius: 20px;
  color: #575757;
  background: #eef3f5;
  text-align: center;
  transition: 0.2s;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 2em;
  transform-origin: center;
  max-height: 40px;
  width: 40%;
  min-width: 200px;
}
form input[type=text]:hover {
  background: #fff;
}
form input[type=text]:focus {
  background: #fff;
}
form input[type=submit] {
  width: 50%;
  text-align: center;
  max-width: 200px;
  background-color: #FFF;
  color: #575757;
  position: relative;
  border: 2px solid #48D1E8;
  border-radius: 100px;
  padding: 0.7em 1em;
  font-size: 80%;
  font-family: "bananaSlip";
  align-items: center;
  transition: 0.2s;
  box-sizing: border-box;
}
form input[type=submit]:hover {
  border: 2px solid #48D1E8;
  background-color: #48D1E8;
  color: #fff;
  cursor: pointer;
}

article #section1 p {
  width: 100%;
  border-radius: 0.5rem;
  background-color: #fff;
  border: 1px solid #36233c;
  padding: 1rem;
  text-align: center;
  color: #fb927b;
  font-weight: 900;
}

.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 */