@charset "UTF-8";


/* section
-----------------------------------------------*/
section:not(:first-child) {
  margin-top: 100px;
}
section .col2 {
  display: flex;
  gap: 40px;
}
section .col2:not(:first-child) {
  margin-top: 30px;
}
section .col2 .col {
  width: calc(50% - 20px);
}
section .col2 .col h3 {
  font-size: 20px;
  line-height: 1.5;
}
section .col2 .col canvas {
  width: 100%;
  height: 300px;
  display: block;
  max-width: 418px;
  margin: 20px auto 0;
}
section .over {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
section p.data {
  font-size: 14px;
  margin-bottom: 8px;
  text-align: right;
  margin-top: 60px;
}
section p.note {
  font-size: 14px;
  line-height: 2em;
  margin-top: 13px;
}
section table {
  width: 100%;
}
section table tr {
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.75em;
}
section table tr:first-child {
  border-top: 1px solid #e5e5e5;
}
section table th,
section table td {
  border-left: 1px solid #e5e5e5;
  font-size: 14px;
}
section table th:first-child,
section table td:first-child {
  border-left: none;
}
section table th {
  white-space: nowrap;
  font-weight: 700;
  padding: 15px 30px 15px 30px;
  background-color: #e2e8f0;
  border-top: 1px solid #c9d4e3;
}
section table td {
  padding: 15px 15px 15px 30px;
  text-align: right;
}
section table th.date {
  background-color: #f8f8f8;
  border-top: none;
  text-align: center;
}
@media screen and (max-width: 750px) {
  section .col2 {
    display: block;
    gap: 0;
  }
  section .col2 .col {
    width: 100%;
  }
  section .col2 .col:not(:first-child) {
    margin-top: 30px;
  }
  section .col2 .col h3 {
    font-size: 16px;
  }
  section p.data {
    font-size: 13px;
    margin-top: 40px;
  }
  section p.note {
    font-size: 13px;
  }
  section table th,
  section table td {
    font-size: 13px;
  }
  section table th {
    padding: 10px 20px 10px 20px;
  }
  section table td {
    padding: 10px 15px 10px 20px;
  }
}