.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;
  line-height: 1.4em;
}
.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;
  line-height: 1.6em;
}
.tableP02 {
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  /*cellspacing */
}
.tableP02 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;
  line-height: 1.4em;
}
.tableP02 td {
  position: relative;
  background: #ededed;
  padding: 1em 0.4em;
  border-left: 0px solid #ffffff;
  border-top: 0px solid #ffffff;
  font-size: 0.7em;
  text-align: center;
  line-height: 1.6em;
}
.blockBorder a {
  color: #7b34c6;
  margin: 0 0.4em;
  text-decoration: underline;
}
.rowLine {
  display: block;
}
.taTxt01 {
  text-align: right;
  font-size: 0.7em;
  margin: 0 0 0.2em 0;
}
.taTxt02 {
  text-align: left;
  margin: 0.6em 0 0 0;
  padding: 0 0 0 2em;
  font-size: 0.7em;
  list-style: decimal;
  line-height: 1.6em;
}
.taTxt03 {
  text-align: left;
  font-size: 0.7em;
  line-height: 1.6em;
  padding: 0.8em 0 0 0.8em;
}
.taTxt04 {
  text-align: center;
  font-size: 1em;
  line-height: 1.6em;
  padding: 0 0 0.6em 0;
  font-weight: bold;
}
.spBox {
  display: block;
  width: 100%;
  vertical-align: top;
  padding: 1em 0;
}
/********************/
@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;
    line-height: 1.4em;
  }
  .tableP td {
    background: #f5f5f5;
    padding: 1em 0.4em;
    border-left: 0px solid #ffffff;
    border-top: 0px solid #ffffff;
    font-size: 1em;
    text-align: center;
    line-height: 1.6em;
  }
  .tableP02 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;
    line-height: 1.4em;
  }
  .tableP02 td {
    background: #ededed;
    padding: 1em 0.4em;
    border-left: 0px solid #ffffff;
    border-top: 0px solid #ffffff;
    font-size: 1em;
    text-align: center;
    line-height: 1.6em;
  }
  .rowLine {
    display: inline-block;
    margin: 0.4em 0.4em;
  }
  .taTxt01 {
    text-align: right;
    font-size: 1em;
    margin: 0 0 0.2em 0;
  }
  .taTxt02 {
    text-align: left;
    margin: 0.6em 0 0 0;
    padding: 0 0 0 2em;
    font-size: 0.88em;
    list-style: decimal;
    line-height: 1.6em;
  }
  .taTxt03 {
    text-align: left;
    font-size: 0.88em;
    line-height: 1.6em;
    padding: 0.8em 0 0 0.8em;
  }
  .taTxt04 {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 0 0 0.6em 0;
    font-weight: bold;
  }
  .spBox {
    display: inline-block;
    width: 44%;
    margin: 0 2%;
    vertical-align: top;
    padding: 0 0 0 0;
  }
}
@media screen and (min-width: 451px) and (max-width: 820px) {
  .rowLine {
    display: block;
    margin: 0.4em 0.4em;
  }
}
