@-webkit-keyframes bgfade {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 91, 172, 0.5);
  }
}

@keyframes bgfade {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 91, 172, 0.5);
  }
}

@-webkit-keyframes bgfade2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 156, 230, 0.5);
  }
}

@keyframes bgfade2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 156, 230, 0.5);
  }
}

.history-heading .desc {
  padding-right: 10%;
}

@media screen and (max-width: 500px) {
  .history-heading .desc {
    padding-right: 5%;
    margin-left: 25%;
  }
}

.history-content {
  position: relative;
  padding-top: 80px;
  padding-right: 40px;
}

@media screen and (max-width: 500px) {
  .history-content {
    padding-right: 0px;
  }
}

.history-content .b-line {
  position: absolute;
  width: 2px;
  height: calc(100% - 60px);
  right: calc(75% + 20px);
  top: 44px;
  -webkit-transform-origin: top;
  transform-origin: top;
  background-color: #065bab;
  content: "";
}

@media screen and (max-width: 1150px) {
  .history-content .b-line {
    height: calc(100% - 72px);
  }
}

@media screen and (max-width: 1017px) {
  .history-content .b-line {
    height: calc(100% - 75px);
  }
}

@media screen and (max-width: 980px) {
  .history-content .b-line {
    height: calc(100% - 75px);
  }
}

@media screen and (max-width: 1024px) {
  .history-content .b-line {
    height: calc(100% - 68px);
  }
}

@media screen and (max-width: 768px) {
  .history-content .b-line {
    height: calc(100% - 68px);
    top: 39px;
    right: calc(75% + 20px);
  }
}

@media screen and (max-width: 500px) {
  .history-content .b-line {
    width: 1px;
    top: 39px;
    right: calc(50% + 10px);
    height: calc(100% - 79px);
  }
}

@media screen and (max-width: 480px) and (min-height: 700px) {
  .history-content .b-line {
    height: calc(100% - 68px);
  }
}

@media screen and (max-width: 370px) {
  .history-content .b-line {
    height: calc(100% - 78px);
  }
}

.history-content .lb-line {
  position: absolute;
  width: 2px;
  height: calc(100% - 60px);
  left: calc(25% + 20px);
  top: 44px;
  -webkit-transform-origin: top;
  transform-origin: top;
  background-color: #009ce6;
  content: "";
}

@media screen and (max-width: 1150px) {
  .history-content .lb-line {
    height: calc(100% - 72px);
  }
}

@media screen and (max-width: 1017px) {
  .history-content .lb-line {
    height: calc(100% - 75px);
  }
}

@media screen and (max-width: 980px) {
  .history-content .lb-line {
    height: calc(100% - 75px);
  }
}

@media screen and (max-width: 1024px) {
  .history-content .lb-line {
    height: calc(100% - 68px);
  }
}

@media screen and (max-width: 768px) {
  .history-content .lb-line {
    height: calc(100% - 68px);
    top: 39px;
    left: calc(25% + 20px);
  }
}

@media screen and (max-width: 500px) {
  .history-content .lb-line {
    width: 1px;
    top: 39px;
    left: calc(50% + 9px);
    height: calc(100% - 79px);
  }
}

@media screen and (max-width: 480px) and (min-height: 700px) {
  .history-content .lb-line {
    height: calc(100% - 72px);
  }
}

@media screen and (max-width: 370px) {
  .history-content .lb-line {
    height: calc(100% - 78px);
  }
}

.history-content .hikari-his {
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: calc(75% + 20px);
  padding: 0 4px;
  color: #065bab;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .history-content .hikari-his {
    right: calc(75% + 20px);
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 500px) {
  .history-content .hikari-his {
    right: calc(50% + 10px);
    top: 24px;
  }
}

.history-content .hikari-his::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #065bab;
}

@media screen and (max-width: 500px) {
  .history-content .hikari-his::before {
    height: 1px;
  }
}

.history-content .hag-his {
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: calc(25% + 20px);
  padding: 0 4px;
  color: #009ce6;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .history-content .hag-his {
    left: calc(25% + 20px);
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 500px) {
  .history-content .hag-his {
    left: calc(50% + 9px);
    font-size: 1.5rem;
    width: 170px;
    top: 7px;
  }
}

.history-content .hag-his::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #009ce6;
}

@media screen and (max-width: 500px) {
  .history-content .hag-his::before {
    height: 1px;
  }
}

.history-table {
  width: 100%;
  position: relative;
  z-index: 3;
}

.history-table th {
  width: 25%;
  padding: 6px 3.5% 6px 2%;
  vertical-align: middle;
  position: relative;
}

@media screen and (max-width: 768px) {
  .history-table th .fl span {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1060px) {
  .history-table th {
    padding: 6px 3% 6px 18px;
  }
}

@media screen and (max-width: 1024px) {
  .history-table th {
    padding: 6px 45px 6px 15px;
    font-size: 1.5rem;
  }
  .history-table th .fr {
    position: absolute;
    right: 15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .history-table th .tab-only {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .history-table th {
    width: 25%;
  }
}

@media screen and (max-width: 500px) {
  .history-table th {
    width: 47%;
    padding: 6px 26px 6px 15px;
  }
}

.history-table td {
  width: 75%;
  padding: 6px 0 6px 60px;
  position: relative;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .history-table td {
    padding: 6px 0 6px 50px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .history-table td {
    width: 75%;
  }
}

@media screen and (max-width: 500px) {
  .history-table td {
    width: 53%;
    padding: 6px 0 6px 30px;
  }
}

.history-table td a {
  color: -webkit-link;
}

.history-table td::after {
  position: absolute;
  bottom: 0;
  left: -30px;
  height: 1px;
  width: calc(100% + 30px);
  background-color: rgba(200, 200, 200, 0.5);
  content: "";
}

@media screen and (max-width: 500px) {
  .history-table td::after {
    left: -9px;
    width: calc(100% + 9px);
  }
}

.history-table td.hag-dot::before {
  position: absolute;
  top: 50%;
  left: 27px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #009ce6;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  -webkit-transition: 0.5s ease 0.7s;
  transition: 0.5s ease 0.7s;
}

@media screen and (max-width: 500px) {
  .history-table td.hag-dot::before {
    left: 18px;
    height: 5px;
    width: 5px;
  }
}

@media screen and (max-width: 480px) and (min-height: 700px) {
  .history-table td.hag-dot::before {
    left: 19px;
  }
}

.history-table td.hikari-dot::before {
  position: absolute;
  top: 50%;
  left: -15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #065bab;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  -webkit-transition: 0.5s ease 0.7s;
  transition: 0.5s ease 0.7s;
}

@media screen and (max-width: 500px) {
  .history-table td.hikari-dot::before {
    height: 5px;
    width: 5px;
    left: -2px;
  }
}

@media screen and (max-width: 480px) and (min-height: 700px) {
  .history-table td.hikari-dot::before {
    left: -1px;
  }
}

.history-table .view .hikari-dot::before,
.history-table .view .hag-dot::before {
  opacity: 1;
}
/*# sourceMappingURL=history.min.css.map */
