@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.history .inner {
  padding-top: 70px;
  padding-bottom: 165px;
}
@media screen and (max-width: 850px) {
  .history .inner {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
.history .list {
  padding-right: 210px;
  display: block;
}
@media screen and (max-width: 850px) {
  .history .list {
    padding-right: 0;
  }
}
.history .list li {
  width: 100%;
  border-bottom: 0.5px solid #000000;
  padding-bottom: 35px;
}
@media screen and (max-width: 850px) {
  .history .list li {
    padding-bottom: 25px;
  }
}
.history .list li + li {
  margin-top: 35px;
}
@media screen and (max-width: 850px) {
  .history .list li + li {
    margin-top: 25px;
  }
}
.history .list li dl {
  display: flex;
}
.history .list li dl dt {
  width: 175px;
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  font-family: "Jost", serif;
  letter-spacing: 0;
  line-height: 1.01;
}
@media screen and (max-width: 850px) {
  .history .list li dl dt {
    width: 90px;
    font-size: 30px;
  }
}
.history .list li dl dd {
  width: calc(100% - 175px);
  padding-top: 5px;
}
@media screen and (max-width: 850px) {
  .history .list li dl dd {
    padding-top: 0;
    width: calc(100% - 90px);
    padding-top: 3px;
  }
}
.history .list li dl dd .n {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .history .list li dl dd .n {
    align-items: flex-start;
  }
}
.history .list li dl dd .n + .n {
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  .history .list li dl dd .n + .n {
    margin-top: 10px;
  }
}
.history .list li dl dd .n .date {
  width: 65px;
  font-size: 18px;
  column-gap: 5px;
  font-weight: bold;
  letter-spacing: 0;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
@media screen and (max-width: 850px) {
  .history .list li dl dd .n .date {
    column-gap: 2px;
    width: 45px;
    font-size: 14px;
  }
}
.history .list li dl dd .n .date span {
  font-size: 30px;
  font-weight: 500;
  font-family: "Jost", serif;
  line-height: 1.01;
}
@media screen and (max-width: 850px) {
  .history .list li dl dd .n .date span {
    font-size: 24px;
  }
}
.history .list li dl dd .n .txt {
  width: calc(100% - 65px);
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  padding-left: 35px;
}
@media screen and (max-width: 850px) {
  .history .list li dl dd .n .txt {
    width: calc(100% - 45px);
    font-size: 13px;
    padding-left: 12px;
  }
}
