@import url(common.css);
@import url(sub.css);

main {
  max-width: 816px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 150px;
  font-family: "Klee One";
}
main section.space h1 {
  color: rgba(213, 96, 81, 0.79);
  font-family: "Nothing You Could Do";
  font-size: 53px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 45px;
}
main section.space h2 {
  font-size: 26px;
  text-align: center;
  background-image: url(../img/Vector2.png);
  background-repeat: no-repeat;
  background-position: center top 29px;
  padding-bottom: 70px;
}
main section.space p {
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 3px;
  max-width: 707px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 75px;
}
main div.drop,
main div.month {
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  gap: 80px;
  justify-content: center;
}
main div.drop div.left h2 {
  color: #69a2ff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.88px;
  border-bottom: 1px solid #69a2ff;
  text-align: center;
}
main div.drop div.left h3 {
  color: #69a2ff;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 1.76px;
  text-align: center;
}
main div.drop p,
main div.month p {
  color: #000;
  font-size: 18px;
  line-height: 37px;
  letter-spacing: 2.16px;
  padding-top: 0;
}
main div.price {
  padding-bottom: 50px;
}
main div.price h2,
main div.howto h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px; /* 134.615% */
  letter-spacing: 2.86px;
  background-color: rgba(109, 153, 223, 0.49);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  margin-bottom: 50px;
  border: 4px rgba(109, 153, 223, 0.49);
  border-radius: 13px;
}
main div.price p {
  color: #000;
  font-size: 22px;
  line-height: 40px; /* 200% */
  letter-spacing: 3px;
  padding-left: 40px;
  padding-bottom: 35px;
}
main div.price span {
  color: #000;
  font-size: 15px;
  line-height: 27px; /* 180% */
  letter-spacing: 1.65px;
  padding-bottom: 10px;
}
main div.howto {
  padding-bottom: 80px;
}
main div.howto h3 {
  color: #000;
  font-size: 20px;
  line-height: 35px; /* 175% */
  letter-spacing: 2.2px;
  font-weight: 500;
  padding-left: 35px;
  padding-bottom: 10px;
}
main div.howto p {
  font-size: 17px;
  line-height: 35px; /* 175% */
  letter-spacing: 2.2px;
  background-color: rgba(255, 255, 255, 0.5);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 35px;
}
main div.month div.left h2 {
  color: #f5b78b;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.88px;
  border-bottom: 1px solid #f5b78b;
  text-align: center;
}
main div.month div.left h3 {
  color: #f5b78b;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 1.76px;
  text-align: center;
}
main div.price h2.orange,
main div.howto h2.orange {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px; /* 134.615% */
  letter-spacing: 2.86px;
  background-color: #f5b78b;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  margin-bottom: 50px;
  border: 4px #f5b78b;
  border-radius: 13px;
}

main dl {
  background-color: rgba(172, 193, 228, 0.2);
  padding-top: 30px;
  padding-bottom: 40px;
  border: 10px rgba(172, 193, 228, 0.2);
  border-radius: 18px;
}
main dd :hover {
  opacity: 0.7;
}
main dt.pink {
  color: #f89881;
  text-align: center;
  font-size: 15px;
  line-height: 35px; /* 233.333% */
  letter-spacing: 1.65px;
}
main dd.pink {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  line-height: 35px; /* 175% */
  letter-spacing: 2.2px;
  background-color: rgba(255, 132, 102, 0.79);
  padding-top: 10px;
  padding-bottom: 10px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
main dt.green {
  color: #7bc2ae;
  text-align: center;
  font-size: 15px;
  line-height: 35px; /* 233.333% */
  letter-spacing: 1.65px;
  padding-top: 20px;
}
main dd.green {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  line-height: 35px; /* 175% */
  letter-spacing: 2.2px;
  background-color: rgba(97, 186, 158, 0.79);
  padding-top: 10px;
  padding-bottom: 10px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 641px) {
  main div.drop,
  main div.month {
    display: block;
  }
  main div.drop div.left h2,
  main div.month div.left h2 {
    border-bottom: unset;
  }
  main div.drop div.left h3,
  main div.month div.left h3 {
    display: none;
  }
  main div.drop p,
  main div.month p {
    padding-top: 20px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  main section.space h1 {
    font-size: 45px;
    padding-top: 22px;
    padding-bottom: 15px;
  }
  main section.space h2 {
    font-size: 20px;
  }
  main section.space p {
    font-size: 16px;
  }
  main p.contact1 {
    padding-top: 50px;
  }
  main p.contact2 {
    margin-bottom: 70px;
  }
  main div.price p {
    padding-left: unset;
    text-align: center;
  }
}
