.history {
  margin: 0 auto;
}
@media (min-width: 769px), print {
  .history {
    max-width: 1200px;
    padding: 6.4rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .history {
    width: 64rem;
    padding: 8rem 0 0;
  }
}
@media (min-width: 769px), print {
  .history .banner01 {
    padding: 6.4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .history .banner01 {
    padding: 8rem 0;
  }
}

@media (min-width: 769px), print {
  .tableLayout02 {
    border-collapse: collapse;
    border: none;
    width: 100%;
    border-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .tableLayout02 {
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .tableLayout02 tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 769px), print {
  .tableLayout02 tr:first-child td {
    border-top: 1px solid #333;
  }
}
@media (min-width: 769px), print {
  .tableLayout02 tr:last-child td {
    border-bottom: 1px solid #333;
  }
}
.tableLayout02 tr.left {
  text-align: left;
}
.tableLayout02 tr.center {
  text-align: center;
}
.tableLayout02 tr.right {
  text-align: right;
}
@media (min-width: 769px), print {
  .tableLayout02 td, .tableLayout02 th {
    border: none;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
    font-size: min(16px, 1.429vw);
    line-height: 1.8em;
    padding: 1.76rem 0;
  }
}
@media screen and (max-width: 768px) {
  .tableLayout02 td, .tableLayout02 th {
    padding: 1.3rem 1.5rem;
    font-size: 3.2rem;
    line-height: 1.688em;
    letter-spacing: 0.05em;
  }
}
.tableLayout02 td.year, .tableLayout02 th.year {
  font-weight: bold;
  background: #cecece;
}
@media (min-width: 769px), print {
  .tableLayout02 td.year, .tableLayout02 th.year {
    border-left: none;
    width: 15rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .tableLayout02 td.year, .tableLayout02 th.year {
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    width: 100%;
    padding: 2.3rem 1.5rem;
    line-height: 1;
    font-size: 3.4rem;
  }
}
.tableLayout02 td.month, .tableLayout02 th.month {
  font-weight: 500;
  background: #f1f1f1;
}
@media (min-width: 769px), print {
  .tableLayout02 td.month, .tableLayout02 th.month {
    border-left: none;
    width: 10rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .tableLayout02 td.month, .tableLayout02 th.month {
    width: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .tableLayout02 td.month.bb, .tableLayout02 th.month.bb {
    border-bottom: solid 1px #000000;
  }
}
.tableLayout02 td.outline, .tableLayout02 th.outline {
  font-weight: 400;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .tableLayout02 td.outline, .tableLayout02 th.outline {
    width: 53rem;
  }
}
@media screen and (max-width: 768px) {
  .tableLayout02 td.outline.bb, .tableLayout02 th.outline.bb {
    border-bottom: solid 1px #000000;
  }
}
@media (min-width: 769px), print {
  .tableLayout02 td.outline {
    text-align: left;
    padding: 0 2rem;
  }
}
@media (min-width: 769px), print {
  .tableLayout02 td.outline:has(br.pc_only) {
    height: 6.4em;
  }
}