@charset "UTF-8";

.flexOverAll .section1 table{
  width: 100%;
}

.flexOverAll .section1 table tbody tr th{
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  padding: 35px 0;
  text-align: left;
  width: 22%;
  vertical-align: top;
}

.flexOverAll .section1 table tbody tr td{
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 35px 0;
  width: 78%; 
}

.flexOverAll .section1 table tbody tr td a.map span{
  text-decoration: underline;
}

.flexOverAll .section2{
  padding: 160px 0 160px;
}

.flexOverAll .section2 .detail ul{
  position: relative;
}

.flexOverAll .section2 .detail ul:after{
  position: absolute;
  content: "";
  height: 99%;
  left: 6px;
  width: 2px;
  background-color: #eeeeee;
  top: 0;
  z-index: -1;
}

.flexOverAll .section2 .detail ul li{
  display: flex;
  justify-content: flex-start;
  position: relative;
  align-items: top;
}

.flexOverAll .section2 .detail ul li{
  margin-bottom: 45px;
}

.flexOverAll .section2 .detail ul li .year{å
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  width: 150px;
  margin-right: 40px;
}

.flexOverAll .section2 .detail ul li span{
  border-radius: 15px;
  background: #384146;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 60px;
}

.flexOverAll .section2 .detail ul li .event{
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem; 
  line-height: 1.7; 
  width: calc(100% - 205px);
  margin-top: -3px;
}

@media screen and (max-width: 834px){

.flexOverAll .section2{
  padding: 0 0 100px;
}

.flexOverAll .section1 table tbody tr th,
.flexOverAll .section1 table tbody tr td {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px 0;
}

.flexOverAll .section2 .detail ul li {
    margin-bottom: 20px;
}

.flexOverAll .section2 .detail ul li span {
    margin-right: 10px;
}

.flexOverAll .section2 .detail ul li .year {
    font-size: 1.4rem;
    width: 90px;
    margin-right: 10px;
}
.flexOverAll .section2 .detail ul li .event {
    font-size: 1.4rem;
    width: calc(100% - 125px);
    margin-top: -3px;
}

}
