@charset "UTF-8";
/*============================
テーブルセット01
============================*/
@media only screen and (max-width: 768px) {
  figure.wp-block-table.tableset01 {
    overflow-x: auto !important; } }
@media only screen and (max-width: 768px) {
  figure.wp-block-table.tableset01 table {
    min-width: 750px !important;
    margin: 0 10px 50px !important; } }
figure.wp-block-table.tableset01 table tbody tr {
  border-top: 1px solid #535659 !important;
  border-left: 1px solid #535659 !important; }
  figure.wp-block-table.tableset01 table tbody tr:nth-child(odd) td {
    background-color: #e5e5e5 !important; }
  figure.wp-block-table.tableset01 table tbody tr td {
    border-right: 1px solid #535659 !important;
    border-bottom: 1px solid #535659 !important;
    padding: 0.8em !important; }
    figure.wp-block-table.tableset01 table tbody tr td:nth-of-type(2) {
      white-space: nowrap !important; }
