.tableP {
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  /*cellspacing */
}
.tableP th {
  background: #7b34c6;
  color: #ffffff;
  padding: 1em 0.4em;
  border-left: 0px solid #ffffff;
  border-top: 0px solid #ffffff;
  text-align: center;
  font-size: 0.8em;
}
.tableP td {
  position: relative;
  background: #f5f5f5;
  padding: 1em 0.4em;
  border-left: 0px solid #ffffff;
  border-top: 0px solid #ffffff;
  font-size: 0.7em;
  text-align: center;
}
.tableP td .spText01 {
  font-size: 1.8em;
  color: #69BA00;
}
.tableP td .spText02 {
  position: relative;
  z-index: 50;
  color: #69BA00;
}
.tableP td .crown {
  display: inline-block;
  position: absolute;
  right: -0.7em;
  top: 38%;
  z-index: 40;
  width: 1.8em;
}
.stepBoxh1 {
  min-height: 92vw;
}
.stepBoxh2 {
  min-height: 86vw;
}
.stepBoxh3 {
  min-height: 96vw;
}
.stepBox {
  width: 100%;
  margin: 0.5em auto 0 auto;
}
.step .tag {
  background: #825DC7;
  border-radius: 0.5em;
  padding: 0.4em 0.8em;
  display: inline-block;
  color: #ffffff;
  font-size: 0.8em;
  line-height: 1em;
  margin: 0 0 1em 0;
}
.step .pic {
  width: 60%;
  margin: 0 auto;
}
.step .txt {
  width: 90%;
  margin: 1.2em auto 0 auto;
  font-size: 0.8em;
  line-height: 1.4em;
  vertical-align: baseline;
}
.step a {
  display: inline-block;
  color: #825DC7;
  padding: 0.3em 0.6em;
  line-height: 1em;
  border: 1px solid #825DC7;
  border-radius: 300px;
  margin: 0.3em 0.2em;
  vertical-align: baseline;
}
.step a > img {
  display: inline-block;
  height: 0.8em;
  width: auto;
  vertical-align: baseline;
  margin: 0 0 0 0.2em;
}
.verifyTag {
  text-align: center;
  margin: 0 auto 1em auto;
}
.verifyTag > span {
  display: inline-block;
  background: #f2f2f2;
  border-radius: 300px;
  font-size: 0.8em;
  line-height: 1em;
  padding: 0.4em 0.6em;
}
/********************/
@media screen and (min-width: 821px) {
  .tableP th {
    background: #7b34c6;
    color: #ffffff;
    padding: 1em 0.4em;
    border-left: 0px solid #ffffff;
    border-top: 0px solid #ffffff;
    text-align: center;
    font-size: 1em;
  }
  .tableP td {
    background: #f5f5f5;
    padding: 1em 0.4em;
    border-left: 0px solid #ffffff;
    border-top: 0px solid #ffffff;
    font-size: 1em;
    text-align: center;
  }
  .tableP td .crown {
    display: inline-block;
    position: absolute;
    right: -0.7em;
    top: 34%;
    z-index: 40;
    width: 2em;
  }
  .stepBoxh1 {
    min-height: auto;
  }
  .stepBoxh2 {
    min-height: auto;
  }
  .stepBoxh3 {
    min-height: auto;
  }
  .step .tag {
    background: #825DC7;
    border-radius: 0.5em;
    padding: 0.4em 0.8em;
    display: inline-block;
    color: #ffffff;
    font-size: 0.9em;
    line-height: 1em;
    margin: 0 0 1em 0;
  }
  .step .txt {
    width: 90%;
    margin: 1.2em auto 0 auto;
    font-size: 0.9em;
    line-height: 1.4em;
    vertical-align: baseline;
  }
  .verifyTag > span {
    display: inline-block;
    background: #f2f2f2;
    border-radius: 300px;
    font-size: 1em;
    line-height: 1em;
    padding: 0.4em 0.6em;
  }
}
@media screen and (min-width: 451px) and (max-width: 820px) {
  .tableP td .crown {
    display: inline-block;
    position: absolute;
    right: -0.6em;
    top: 35%;
    z-index: 40;
    width: 2em;
  }
}
