.profile.history .ttl {
  background: url(/profile/img/history/mv_pc.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .profile.history .ttl {
    background: url(/profile/img/history/mv_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.profile.history .contents.inner {
  width: 870px;
}
@media screen and (max-width: 767px) {
  .profile.history .contents.inner {
    width: 100%;
  }
}
.profile.history .history-list {
  padding-left: 20px;
  margin-top: -40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .profile.history .history-list {
    margin-top: -25px;
  }
}
.profile.history .history-list:before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 180px);
  background: #094181;
  position: absolute;
  top: 70px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .profile.history .history-list:before {
    left: 0;
    top: 50px;
    height: calc(100% - (100px + 2em));
  }
}
.profile.history .history-list dt {
  font-size: 2.1875rem;
  font-family: "Noto Serif JP", serif;
  color: #094181;
  font-weight: 500;
  padding: 40px 10px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .profile.history .history-list dt {
    font-size: 1.5625rem;
    padding: 25px 10px 10px;
  }
}
.profile.history .history-list dt:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #094181;
  position: absolute;
  left: -43px;
  top: calc(40px + 0.7em);
}
@media screen and (max-width: 767px) {
  .profile.history .history-list dt:before {
    left: -23px;
    top: calc(25px + 0.7em);
  }
}
.profile.history .history-list dt .year {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .profile.history .history-list dt .year {
    width: 65px;
  }
}
.profile.history .history-list dt .date {
  color: #222222;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  width: calc(100% - 120px);
  padding-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .profile.history .history-list dt .date {
    font-size: 1rem;
    width: calc(100% - 65px);
  }
}
.profile.history .history-list dd {
  line-height: 1.8;
  padding: 0 0 40px 130px;
  border-bottom: 1px solid #D8DDE3;
}
@media screen and (max-width: 767px) {
  .profile.history .history-list dd {
    padding: 0 0 25px 75px;
  }
}
.profile.history .history-list dd .date {
  font-size: 1.25rem;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  padding-top: 8px;
}
.profile.history .history-list dd:last-of-type {
  border-bottom: none;
}
.profile.history .category-link .category-link-wrap .category-link-list li:nth-of-type(3) {
  display: none;
}/*# sourceMappingURL=history.css.map */