@charset "UTF-8";
.on_sp-min {
  display: none;
}
@media only screen and (max-width:425px) {
  .on_sp-min {
    display: block;
  }
}

#history .fv__inner {
  background: url("../images/history/top_bg.jpg") top center/100% no-repeat;
}

.container {
  width: 1560px;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media only screen and (max-width:1024px) {
  .container {
    width: 525px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.lead {
  text-align: center;
  margin-top: 65px;
  font-size: 25px;
}
@media only screen and (max-width:1024px) {
  .lead {
    margin-top: 25px;
    font-size: 18;
  }
}

table {
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width:1024px) {
  table {
    margin-top: 30px;
  }
}
table:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 9.5px;
  background-color: #969696;
}
@media only screen and (max-width:1024px) {
  table:after {
    height: 96.2%;
  }
}
table tr:last-child th:after {
  display: none;
}
table tr th {
  color: #004d82;
  white-space: nowrap;
  vertical-align: top;
  line-height: 1;
  padding: 0 0 40px 0;
  position: relative;
  font-size: 50px;
}
@media only screen and (max-width:1024px) {
  table tr th {
    font-size: 20px;
    display: block;
    padding: 20px 0 0 0;
  }
}
table tr th span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
table tr th span:before {
  line-height: 1;
  content: "●";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 20px;
  z-index: 2;
  margin-top: -10px;
}
table tr td {
  font-size: 25px;
  padding: 0 20px 40px 75px;
}
@media only screen and (max-width:1024px) {
  table tr td {
    font-size: 15px;
    display: block;
    padding: 10px 20px 10px 30px;
  }
}/*# sourceMappingURL=history.css.map */