.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 {
  background: #f5f5f5;
  padding: 1em 0.4em;
  border-left: 0px solid #ffffff;
  border-top: 0px solid #ffffff;
  font-size: 0.7em;
  text-align: center;
}
.spTxt {
  font-size: 0.6em;
  margin: 1em auto 0em auto;
  color: #848484;
}
.spTxt02 {
  position: relative;
  margin: 2em auto 0m auto;
  font-size: 0.8em;
  line-height: 1.6em;
}
.spTxt02 a {
  color: #7b34c6;
  text-decoration: underline;
}
/********************/
@media screen and (min-width: 821px) {
  .blockBorder {
    max-width: 1100px;
    margin: 0 auto;
  }
  .tableP th {
    font-size: 1.1em;
  }
  .tableP td {
    font-size: 1em;
  }
  .spTxt {
    font-size: 0.8em;
    margin: 1em auto 0em auto;
    color: #848484;
  }
}
@media screen and (min-width: 451px) and (max-width: 820px) {
}
