@charset "UTF-8";

.section-history .history-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-history .history-list::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #707070;
}

.section-history .list-item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.section-history .list-item::before {
  content: "";
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  background-color: #00a0c8;
}

.section-history .item-time {
  position: relative;
  color: #00a0c8;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.section-history .time-year {
  display: inline-block;
}

.section-history .time-day {
  position: absolute;
  top: 0;
}

.section-history .item-list {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", Meiryo, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", Verdana, sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  list-style: none;
}

.section-history .item-list li {
  position: relative;
}

.section-history .item-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

@media print, (min-width: 768px) {
  .section-history {
    padding: 100px 0 284px;
  }

  .section-history .history-list::before {
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
  }

  .section-history .item-list {
    -ms-flex: 1;
        flex: 1;
  }

  .section-history .list-item:nth-child(even) {
    background-color: #f3f3f3;
  }

  .section-history .list-item::before {
    top: 26px;
    width: 10px;
    height: 10px;
  }

  .section-history .item-time {
    font-size: 0.26rem;
    line-height: 1.3846153846;
  }
}

@media print, (min-width: 1024px) {
  .section-history .title-common-tertiary {
    margin-bottom: 90px;
  }

  .section-history .history-list {
    padding: 17px 0 48px;
  }

  .section-history .history-list::before {
    left: 373px;
  }

  .section-history .list-item {
    padding: 15px 0 13px 75px;
  }

  .section-history .list-item::before {
    left: 369px;
  }

  .section-history .item-time {
    width: 297px;
  }

  .section-history .time-year {
    width: 188px;
  }

  .section-history .time-day {
    right: 45px;
    width: 65px;
    text-align: right;
  }

  .section-history .item-list {
    margin-left: 48px;
    padding-top: 2px;
    font-size: 0.16rem;
    line-height: 1.875;
  }

  .section-history .item-list > li {
    padding-left: 1em;
  }
}

@media only screen and (max-width: 1023.98px) {
  .section-history .item-time {
    font-size: 0.26rem;
    line-height: 1.3846153846;
  }

  .section-history .item-list {
    font-size: 0.2rem;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.98px) {
  .section-history {
    padding-bottom: 158px;
  }

  .section-history .title-common-tertiary {
    margin-bottom: 68px;
  }

  .section-history .history-list {
    padding: 15px 0 67px;
  }

  .section-history .history-list::before {
    left: 370px;
  }

  .section-history .list-item {
    padding: 17px 0 15px 20px;
  }

  .section-history .list-item::before {
    left: 366px;
  }

  .section-history .item-time {
    width: 350px;
    padding-right: 40px;
  }

  .section-history .time-year {
    width: 194px;
  }

  .section-history .time-day {
    left: 196px;
    width: 70px;
  }

  .section-history .item-list {
    padding-left: 20px;
  }

  .section-history .item-list > li {
    padding-left: 1.2em;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-history {
    padding: 0.39rem 0 1.86rem;
  }

  .section-history .title-common-tertiary {
    margin-bottom: 0.3rem;
  }

  .section-history .history-list {
    padding: 0.17rem 0;
  }

  .section-history .history-list::before {
    top: 0;
    bottom: 0;
    left: 4.73rem;
    width: 0.01rem;
    height: 100%;
  }

  .section-history .list-item {
    display: block;
  }

  .section-history .list-item::before {
    top: 0.27rem;
    left: 4.69rem;
    width: 0.1rem;
    height: 0.1rem;
  }

  .section-history .item-time {
    min-height: 0.7rem;
    padding: 0.21rem 0.1rem 0.19rem 0.2rem;
    background-color: #f3f3f3;
  }

  .section-history .time-year {
    width: 1.95rem;
  }

  .section-history .time-day {
    top: 0.21rem;
    left: 2.14rem;
  }

  .section-history .item-list {
    margin-left: -0.06rem;
    padding: 0.15rem 0 0.16rem;
  }

  .section-history .item-list li {
    padding-left: 1.5em;
  }
}
