.anchorBox .secModel .modelListWrap {
  display: flex;
  flex-direction: column;
}
.anchorBox .secModel .modelListWrap .modelList {
  background: #ffffff;
  position: relative;
}
.anchorBox .secModel .modelListWrap .modelList .listAnchor {
  position: absolute;
  left: 0;
}
.anchorBox .secModel .modelListWrap .modelList .topArea .infoCol .infoTitle {
  border-bottom: solid 1px #000000;
  line-height: 200%;
  letter-spacing: 0.02em;
}
.anchorBox .secModel .modelListWrap .modelList .topArea .infoCol .typeRow {
  font-size: 13px;
}
.anchorBox .secModel .modelListWrap .modelList .topArea .infoCol .nameRow {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.anchorBox .secModel .modelListWrap .modelList .topArea .infoCol .nameRow .join {
  color: #9D9D9D;
}
.anchorBox .secModel .modelListWrap .modelList .bottomArea .historyCol .historyList {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  padding: 0 0 6px;
}
.anchorBox .secModel .modelListWrap .modelList .bottomArea .historyCol .historyList * {
  line-height: 180%;
}
.anchorBox .secModel .modelListWrap .modelList .bottomArea .historyCol .historyList .line {
  position: absolute;
  z-index: 0;
  width: 1px;
  height: 100%;
  background: #000000;
}
.anchorBox .secModel .modelListWrap .modelList .bottomArea .historyCol .historyList .year {
  text-align: right;
}
.anchorBox .secModel .modelListWrap .modelList .bottomArea .historyCol .historyList .icon {
  background: url(../images/history_icon.svg) center center no-repeat;
  position: relative;
  z-index: 1;
}
.anchorBox .secModel .modelListWrap .modelList .bottomArea .detailCol {
  line-height: 180%;
}

@media only screen and (max-width: 767px) {
  .anchorBox {
    padding: 0 0 60px;
  }
  .anchorBox:last-of-type {
    padding-bottom: 0;
  }
  .anchorBox .secModel .modelListWrap {
    padding: 22px 0 0 0;
    row-gap: 20px;
  }
  .anchorBox .secModel .modelListWrap .modelList .listAnchor {
    top: 68px;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn {
    width: min(92%, 300px);
    margin: 0 auto;
    padding: 24px 0;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .topArea {
    padding: 0 0 26px 0;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .topArea .imgCol {
    padding: 0 0 16px;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .topArea .infoCol .infoTitle {
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 0 0 20px 0;
    letter-spacing: -0.02em;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .topArea .infoCol .typeRow {
    padding: 10px 0 0 0;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .topArea .infoCol .nameRow {
    padding: 2px 0 0 0;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .topArea .infoCol .nameRow .name {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .topArea .infoCol .nameRow .join {
    font-size: 13px;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .bottomArea .historyCol {
    border-bottom: solid 1px #9D9D9D;
    padding: 0 0 34px 0;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .bottomArea .historyCol .historyList {
    font-size: clamp(14px, 3.85vw, 15px);
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .bottomArea .historyCol .historyList .year {
    width: 56px;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .bottomArea .historyCol .historyList .icon {
    width: 11px;
    height: 11px;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .bottomArea .historyCol .historyList .text {
    width: calc(100% - 56px - 11px - 16px);
    letter-spacing: 0em;
    word-break: auto-phrase;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .bottomArea .historyCol .historyList .line {
    left: 69px;
    top: 12px;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .bottomArea .historyCol .historyList:last-of-type .line {
    height: calc(100% - 8px);
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .bottomArea .detailCol {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 20px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .anchorBox {
    padding: 0 0 80px 0;
  }
  .anchorBox:last-of-type {
    padding-bottom: 0;
  }
  .anchorBox .secModel .modelListWrap {
    padding: 36px 0 0 0;
    row-gap: 30px;
  }
  .anchorBox .secModel .modelListWrap .modelList .listAnchor {
    top: 79px;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn {
    width: min(92%, 780px);
    margin: 0 auto;
    padding: 60px 0;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .topArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 40px 0;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .topArea .imgCol {
    width: 44.5%;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .topArea .infoCol {
    width: 50.7%;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .topArea .infoCol .infoTitle {
    font-size: clamp(14px, 1.5vw, 18px);
    padding: 0 0 18px 0;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .topArea .infoCol .typeRow {
    padding: 14px 0 0 0;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .topArea .infoCol .nameRow {
    padding: 4px 0 0 0;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .topArea .infoCol .nameRow .name {
    font-size: clamp(14px, 1.33vw, 16px);
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .topArea .infoCol .nameRow .join {
    font-size: 13px;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .bottomArea {
    display: flex;
    justify-content: space-between;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .bottomArea .historyCol {
    width: 44.5%;
    border-right: solid 1px #9D9D9D;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .bottomArea .historyCol .historyList {
    font-size: clamp(14px, 1.33vw, 16px);
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .bottomArea .historyCol .historyList .year {
    width: 60px;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .bottomArea .historyCol .historyList .icon {
    width: 11px;
    height: 11px;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .bottomArea .historyCol .historyList .text {
    width: calc(100% - 60px - 11px - 24px);
    padding-right: 5%;
    word-break: auto-phrase;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .bottomArea .historyCol .historyList .line {
    left: 77px;
    top: 14px;
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .bottomArea .historyCol .historyList:last-of-type .line {
    height: calc(100% - 14px);
  }
  .anchorBox .secModel .modelListWrap .modelList .modelListIn .bottomArea .detailCol {
    width: 50.7%;
    font-size: clamp(14px, 1.33vw, 16px);
  }
}/*# sourceMappingURL=style.css.map */