<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#history .sec01 {
  padding-bottom: 100px;
}

#history .sec01 .inner {
  width: 770px;
  margin: 0 auto;
  padding-top: 30px;
}

#history .sec01 .historyWrap {
  margin-left: 35px;
  padding: 0 0 10px 65px;
  border-left: 2px solid #F6BD03;
}

#history .sec01 .historyBox {
  margin-bottom: 70px;
  position: relative;
  min-height: 70px;
}

#history .sec01 .historyBox .year {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-color: #F6BD03;
  color: #595955;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 5;
  text-align: center;
  position: absolute;
  left: -100px;
  top: -23px;
}

#history .sec01 .historyBox:first-child {
  margin-bottom: 20px;
}

#history .sec01 .historyBox:last-child {
  margin-bottom: 0;
}

#history .sec01 .historyBox .historyList dt {
  clear: both;
  float: left;
  font-weight: 700;
}

#history .sec01 .historyBox .historyList dd {
  margin-bottom: 20px;
  padding-left: 45px;
}

#history .sec01 .historyBox .historyList dd:last-child {
  margin-bottom: 35px;
}

#history .sec01 .historyBox .historyDetail {
  padding-top: 15px;
  border-top: 1px dotted #ccc;
  font-size: 1.2rem;
  line-height: 1.5;
}

#history .sec01 .outlineTable {
  width: 100%;
  border-top: 1px solid #ccc;
}

#history .sec01 .outlineTable th, #history .sec01 .outlineTable td {
  border-bottom: 1px solid #ccc;
  padding: 18px 0;
  text-align: left;
}

#history .sec01 .outlineTable th {
  font-weight: 700;
  width: 200px;
  text-align: left;
}

#history .sec01 .outlineTable td {
  font-size: 1.4rem;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  #history .sec01 {
    padding-bottom: 50px;
  }
  #history .sec01 .inner {
    width: auto;
    padding: 20px 20px 0;
  }
  #history .sec01 .historyWrap {
    margin-left: 15px;
    padding: 0 0 10px 40px;
    border-left: 2px solid #F6BD03;
  }
  #history .sec01 .historyBox {
    margin-bottom: 50px;
    position: relative;
    min-height: 54px;
    line-height: 1.6;
  }
  #history .sec01 .historyBox .year {
    width: 54px;
    height: 54px;
    border-radius: 27px;
    background-color: #F6BD03;
    color: #595955;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 4.90909;
    text-align: center;
    position: absolute;
    left: -68px;
    top: -15px;
  }
  #history .sec01 .historyBox:first-child {
    margin-bottom: 20px;
  }
  #history .sec01 .historyBox:last-child {
    margin-bottom: 0;
  }
  #history .sec01 .historyBox .historyList dt {
    clear: both;
    float: left;
    font-weight: 700;
    line-height: 1.6;
  }
  #history .sec01 .historyBox .historyList dd {
    margin-bottom: 30px;
    padding-left: 40px;
    line-height: 1.6;
  }
  #history .sec01 .historyBox .historyList dd:last-child {
    margin-bottom: 20px;
  }
}
</pre></body></html>