@charset "UTF-8";

.history-block__list {
  padding: 0 68px 0 223px;
  position: relative;
  margin-bottom: 108px;
  color: #161313;
}
.history-block__list:before {
  content: "";
  width: 3px;
  background: #319b03;
  position: absolute;
  top: 0;
  left: 177px;
  bottom: 0;
}
.history-block__list .item {
  border-top: 1px solid #dadada;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  padding: 25px 0;
  position: relative;
}
.history-block__list .item:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 3px solid #319b03;
  border-radius: 50%;
  background: white;
  position: absolute;
  left: -55px;
  top: -11px;
  z-index: 1;
}
.history-block__list .item:last-child:after {
  content: "";
  width: 100px;
  background: white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
}
.history-block__list .item .ttl {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  color: #319b03;
  position: absolute;
  left: -223px;
  top: -24px;
  letter-spacing: 2.5px;
}
.history-block__list .item table {
  width: 100%;
}
.history-block__list .item table tr th,
.history-block__list .item table tr td {
  line-height: 2.5;
}
.history-block__list .item table tr th {
  width: 68px;
  font-weight: 500;
}
.history-block__list .item table tr td {
  letter-spacing: 2px;
  font-size: 16px;
  padding: 20px 0 20px 20px;
}
.history-block__list .item table tr td a {
  color: #227dd1;
  display: inline-block;
  letter-spacing: 3px;
  line-height: 2;
}
.history-block__list .item table tr td a span {
  display: inline-block;
  border-bottom: 1px solid #227dd1;
}