main {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  padding: 0 4%;
}

h2::after {
  content: "-Spot Commercial-";
}

h3 {
  text-align: center;
  padding: 10px;
  color: #fff;
  background-color: #49a839;
  box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.1);
}
td,
th {
  border: #5a5858 1px solid;
  padding: 8px 16px;
  text-align: center;
  background-color: #fff;
  font-weight: 500;
  font-size: 28px;
  color: #5a5858;
}
@media screen and (max-width: 768px) {
  td,
th {
    font-size: 20px;
  }
}
td span,
th span {
  font-size: 18px;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  td span,
th span {
    font-size: 14px;
  }
}

p {
  margin: 50px 0;
}

.plan-list-box {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 620px) {
  .plan-list-box {
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.plan-list-box table {
  box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.1);
}
.plan-list-box a {
  display: grid;
  place-content: center;
  margin: 20px auto;
  background-color: #49a839;
  max-width: 200px;
  width: 100%;
  height: 56px;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 620px) {
  .plan-list-box a {
    width: 180px;
    height: 48px;
    font-size: 18px;
  }
}

.back {
  display: grid;
  place-content: center;
  margin: 20px 0 50px;
  background-color: #49a839;
  max-width: 160px;
  width: 100%;
  height: 40px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.1);
}/*# sourceMappingURL=spot-cm.css.map */