table.deco {
  width: 100%;
  border-collapse: collapse;
}


table.deco tr {
  border-bottom: solid 2px white;
  border: white;
}

table.deco tr:last-child {
  border-bottom: none;
}

table.deco th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  border: solid 1px white;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
  font-size: 2rem;
}

table.deco th small {
  font-size: 1.3rem;
}

div.content-Body table.deco th a {
  color: white;
}

table.deco th.rank {
  width: 12%;
}

table.deco td.rank {
  padding: 10px;
}

table.deco th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.deco td {
  text-align: left;
  width: autp%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
  border: solid 1px white;
  font-size: 2rem;
  vertical-align: middle;
}

table.price {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

table.price tr:last-child {
  border-bottom: solid 1px #ddd;
}

table.price th {
  text-align: center;
  padding: 10px 0;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
  width: 100%;
}

table.price th:nth-child(1) {
  background-color: #dddddd;
}

table.price th:nth-child(3) {
  background-color: #f5b932;
  color: white;
}

table.price tr:nth-child(2) td {
  font-size: 30px;
}

table.price td {
  text-align: center;
  padding: 7px 0;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
  width: 100%;
  font-size: 2rem;
}

table.price td a {
  background-color: #25b327;
  color: white;
  padding: 5px 20px;
  border-radius: 30px;
  font-weight: bold;
}

table.price .popular {
  width: 100%;
}

table.price th.popular {
  position: relative;
}

table.price th.popular span.no1 {
  position: absolute;
  top: -15px;
  left: calc(50% - 30px);
  background: #bdcc28;
  width: 60px;
  font-size: 10px;
  border-radius: 15px;
  line-height: 1;
  padding: 5px;
}

table th.popular span.inner {
  position: absolute;
  color: white;
  background-color: #f34955;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
}
