@charset "utf-8";
table.wp-block-catpow-layouttable.spec {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 95%;
  margin: 50px auto; }
  table.wp-block-catpow-layouttable.spec tbody tr th, table.wp-block-catpow-layouttable.spec tbody tr td {
    position: relative;
    padding: 1rem;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5em;
    font-family: 'Noto Sans JP', sans-serif;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(89, 88, 88, 0.3); }
  table.wp-block-catpow-layouttable.sheet {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 95%;
    margin: 50px auto; }
  table.wp-block-catpow-layouttable.sheet tbody tr th, table.wp-block-catpow-layouttable.sheet tbody tr td {
    position: relative;
    padding: 1rem;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.5em;
    font-family: 'Noto Sans JP', sans-serif;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(89, 88, 88, 0.5); }
    table.wp-block-catpow-layouttable.sheet tbody tr th {
      background-color: rgba(92, 193, 202, 0.2);
      text-align: center; }
    table.wp-block-catpow-layouttable.sheet tbody tr td {
      background-color: #fff; }
  table.wp-block-catpow-layouttable.plan {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 95%;
    margin: 50px auto; }
  table.wp-block-catpow-layouttable.plan tbody tr th, table.wp-block-catpow-layouttable.plan tbody tr td {
    position: relative;
    padding: 1rem;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5em;
    font-family: 'Noto Sans JP', sans-serif; }
    table.wp-block-catpow-layouttable.plan tbody tr th {
      background-color: #5cc1ca;
      color: #fff; }
    table.wp-block-catpow-layouttable.plan tbody tr td {
      background-color: #fff; }
    table.wp-block-catpow-layouttable.plan tbody tr:nth-of-type(2n) td {
      background-color: rgba(92, 193, 202, 0.1); }
