@charset "utf-8";

#history.history-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 12px 28px;
}

#history .history-wrap {
  width: 100%;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 0.6rem;
  padding: 28px 24px;
}

#history .history-list dl {
  position: relative;
  padding-left: 180px;
  padding-bottom: 30px;
  min-height: 50px;
}

#history .history-list dl.last {
  padding-bottom: 0;
}

#history .history-list dt {
  position: absolute;
  left: 0;
  top: -1px;
  font-weight: 700;
  font-size: 32px;
  color: #2b2b2b;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

#history .history-list dd {
  position: relative;
  padding-left: 68px;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  word-break: keep-all;
  letter-spacing: -0.01em;
}

#history .history-list dd strong {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

#history .history-list dl::before {
  content: "";
  position: absolute;
  left: 138px;
  top: 13px;
  width: 7px;
  height: 7px;
  background: #b4b4b4;
  border-radius: 50%;
  z-index: 1;
}

#history .history-list dl::after {
  content: "";
  position: absolute;
  left: 141px;
  top: 10px;
  width: 1px;
  height: 100%;
  background: #dfdfdf;
}

#history .history-list dl.last::after {
  display: none;
}

#history .history-empty {
  margin: 0;
  padding: 8px 0;
  color: #666;
  font-size: 15px;
}

@media screen and (max-width: 1200px) {
  #history.history-page {
    padding: 0 10px 20px;
  }

  #history .history-wrap {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding: 20px 10px;
  }

  #history .history-list dl {
    padding-left: 100px;
    padding-bottom: 22px;
    min-height: auto;
  }

  #history .history-list dt {
    font-size: 22px;
    top: 1px;
  }

  #history .history-list dd {
    font-size: 14px;
    line-height: 1.65;
    padding-left: 52px;
  }

  #history .history-list dd strong {
    width: 40px;
    font-size: 14px;
  }

  #history .history-list dl::before {
    left: 76px;
    top: 10px;
  }

  #history .history-list dl::after {
    left: 79px;
    top: 9px;
  }
}

@media screen and (max-width: 767px) {
  #history .history-list dl {
    padding-left: 0;
    padding-top: 28px;
  }

  #history .history-list dt {
    position: static;
    font-size: 20px;
    margin-bottom: 10px;
  }

  #history .history-list dd {
    padding-left: 46px;
    font-size: 13px;
    line-height: 1.6;
  }

  #history .history-list dd strong {
    width: 34px;
    font-size: 13px;
  }

  #history .history-list dl::before,
  #history .history-list dl::after {
    left: 0;
  }

  #history .history-list dl::before {
    top: 36px;
  }

  #history .history-list dl::after {
    top: 35px;
  }
}
