:root {
  --font-size-base: 1;
  --text-size-scale: 1.2;
}

@media not screen and (max-width: 768px), print {
  .c-main__title {
    padding-top: 6.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-main__title {
    padding-top: 6rem;
  }
}

.SH53-history {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media not screen and (max-width: 768px), print {
  .SH53-history {
    width: 87rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH53-history {
    margin: 0 4rem;
  }
}
.SH53-history > dt {
  flex-shrink: 0;
  font-weight: 500;
  line-height: 2;
}
@media not screen and (max-width: 768px), print {
  .SH53-history > dt {
    font-size: calc(16 * var(--font-size-base) * var(--text-size-scale) * 0.1rem);
    width: 10rem;
    flex-basis: 10rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH53-history > dt {
    font-size: calc(24 * var(--font-size-base) * var(--text-size-scale) * 0.1rem);
    width: 10rem;
    flex-basis: 10rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH53-history > dt {
    --font-size-base: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .SH53-history > dt {
    --font-size-base: 1.2;
  }
}
@media screen and (min-width: 1201px) {
  .SH53-history > dt {
    --font-size-base: 0.95;
  }
}
@media not screen and (max-width: 768px), print {
  .SH53-history > dt:not(:first-of-type) {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH53-history > dt:not(:first-of-type) {
    margin-top: 6rem;
  }
}
.SH53-history > dd {
  flex-shrink: 0;
}
@media not screen and (max-width: 768px), print {
  .SH53-history > dd {
    width: calc(100% - 10rem);
    flex-basis: calc(100% - 10rem);
  }
}
@media only screen and (max-width: 768px) {
  .SH53-history > dd {
    width: calc(100% - 10rem);
    flex-basis: calc(100% - 10rem);
  }
}
@media not screen and (max-width: 768px), print {
  .SH53-history > dd:not(:first-of-type) {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH53-history > dd:not(:first-of-type) {
    margin-top: 6rem;
  }
}

.SH53-history__item {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}
.SH53-history__item > dt {
  flex-shrink: 0;
  font-weight: 500;
  line-height: 2;
  text-align: right;
}
@media not screen and (max-width: 768px), print {
  .SH53-history__item > dt {
    font-size: calc(16 * var(--font-size-base) * var(--text-size-scale) * 0.1rem);
    width: 6rem;
    flex-basis: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH53-history__item > dt {
    font-size: calc(24 * var(--font-size-base) * var(--text-size-scale) * 0.1rem);
    width: 9rem;
    flex-basis: 9rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH53-history__item > dt {
    --font-size-base: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .SH53-history__item > dt {
    --font-size-base: 1.2;
  }
}
@media screen and (min-width: 1201px) {
  .SH53-history__item > dt {
    --font-size-base: 0.95;
  }
}
.SH53-history__item > dd {
  flex-shrink: 0;
  font-weight: 500;
  line-height: 2;
  position: relative;
}
@media not screen and (max-width: 768px), print {
  .SH53-history__item > dd {
    font-size: calc(16 * var(--font-size-base) * var(--text-size-scale) * 0.1rem);
    width: calc(100% - 6rem);
    max-width: calc(100% - 6rem);
    flex-basis: calc(100% - 6rem);
    padding-left: 10.6rem;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  .SH53-history__item > dd {
    font-size: calc(24 * var(--font-size-base) * var(--text-size-scale) * 0.1rem);
    width: calc(100% - 9rem);
    max-width: calc(100% - 9rem);
    flex-basis: calc(100% - 9rem);
    line-height: 1.8em;
    padding-left: 12rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH53-history__item > dd {
    --font-size-base: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .SH53-history__item > dd {
    --font-size-base: 1.2;
  }
}
@media screen and (min-width: 1201px) {
  .SH53-history__item > dd {
    --font-size-base: 0.95;
  }
}
.SH53-history__item > dd::before {
  content: "";
  display: block;
  position: absolute;
  border-top: 2px solid #d9d9d6;
}
@media not screen and (max-width: 768px), print {
  .SH53-history__item > dd::before {
    left: 2.4rem;
    width: 5rem;
    top: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH53-history__item > dd::before {
    left: 2.4rem;
    width: 7.2rem;
    top: 2.25rem;
  }
}/*# sourceMappingURL=SH53.css.map */