.section__list--history .effect-fade-ttl {
  opacity: 0;
  transition-duration: 3000ms;
}
.section__list--history .effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
.section__list--history .content__section--history {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.section__list--history .content__section--history .content__unit--history {
  width: 75%;
}
.section__list--history .content__section--history .content__img--history {
  width: 20%;
  display: block;
  text-align: center;
}
.section__list--history .content__section--history .content__img--history .effect-fade-img {
  margin-top: 250px;
}
.section__list--history .content__section--history .content__img--history .effect-fade-img:first-of-type {
  margin-top: 0;
}
.section__list--history .content__section--history .content__img--history img {
  width: 100%;
}
.section__list--history .content__section--history .content__img--history p {
  font-size: 1.4rem;
  margin: 10px auto;
}
.section__list--history .content__section--history .effect-fade {
  opacity: 0;
  transform: translate(0, 50px);
  transition-duration: 1000ms;
}
.section__list--history .content__section--history .effect-fade-img {
  opacity: 0;
  transition-duration: 3000ms;
}
.section__list--history .content__section--history .effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
.section__list--history .history-unit {
  border-top: solid 1px #F0F3F5;
  padding: 30px 0;
}
.section__list--history .history-unit:nth-child(1) {
  border-top: 0;
}
.section__list--history .history-unit .head {
  font-size: 2.2rem;
  font-family: serif;
  letter-spacing: 2px;
  margin-bottom: 30px;
  padding-top: 30px;
}
.section__list--history .history-unit .head:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.section__list--history .history-unit .head_secondary {
  font-size: 80%;
  margin: 10px;
  letter-spacing: 0;
  color: #a0a0a0;
  font-weight: bold;
}
.section__list--history .history-unit .history-event {
  font-size: 1.8rem;
  list-style: disc;
  padding-left: 1.5em;
}
.section__list--history .history-unit .history-event li {
  line-height: 1.5;
}
.section__list--history .history-unit .history-event li + li {
  margin-top: 1em;
}
.section__list--history .content__list--history {
  line-height: 1.8;
}
@media screen and (max-width: 850px) {
  .section__list--history {
    padding: 0 15px;
    font-size: 1.4rem;
  }
  .section__list--history .h2 {
    font-size: 1.8rem !important;
  }
  .section__list--history .content__img--history {
    min-width: 130px;
  }
  .section__list--history .content__img--history img {
    width: 90% !important;
  }
}/*# sourceMappingURL=history.css.map */