@charset "utf-8";
/* CSS Document */
.history-data__year {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  line-height: 1.64;
  margin: 0;
  padding: 0;
}
.history-data__year:first-child {
  border-top: 1px solid #ccc;
}
.history-data__year + .history-data__year  {
    margin-top: 0;
    border-top: none;
}
.history-data__year > dt {
  display: table-cell;
  vertical-align: top;
  width: 4em;
  text-align: center;
  padding: 16px;
  background-color: #f5f5f5;
}
.history-data__year > dd {
  display: table-cell;
  vertical-align: middle;
  padding: 16px;
}
.history-data__img {
  margin-top: 12px;
}
.history-data__img img {
  vertical-align: bottom;
  width: 318px;
  max-width: 100%;
  height: auto;
}
.history-data__img--type2 img {
  width: 238px;
}
.history-data__img--type3 img {
  width: 150px;
}
.history-data__year__item {
  list-style: none;
  margin: -16px;
  padding: 0;
}
.history-data__year__item > li {
  padding: 16px;
  border-top: 1px #ccc solid;
}
.history-data__year__item > li:first-child {
  border-top: none;
}

.history-bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  text-align: center;
  line-height: 1;
}

.history-bnr a {
  width: 49.5%;
}

.history-bnr img {
  width: 100%;
}
