@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */

  table {
    margin-top: 10px;
  }

  .table_wrapper {
    margin-bottom: 10px;
  }

  section {
    width: 100%;
  }

  #contents .graph h3 {
    margin-bottom: 20px;
  }

  #contents table {
    margin-bottom: 0;
  }

  #contents section h3 {
    margin-bottom: 20px;
  }

  #contents section {
    margin-bottom: 20px;
  }

  .left {
    float: none;
  }

  .right {
    float: none;
  }
}
