article section h2{
  font-weight:normal;
  font-size: 42px;
}
article section table{
  width:100%;
  margin-top: 30px;
  border-top:1px solid #231815;
}
article section table tr{
  border-bottom:1px solid #231815;
}
article section table tr th,article section table tr td{
  font-size: 20px;
  line-height: 1.5;
  padding: 1em 0;
  text-align: left;
}
article section#access > div{
  display: flex;
  margin-top: 30px;
}
article section#access iframe{
  max-width:50%;
}
article section#access div#access-detail{
  width:50%;
  padding: 10px;
}
article section#access div#access-detail p.train{
  padding: 0.1em 0.5em;
  width:100%;
  background-color: #fffcdb;
  border: 1px solid #231815;
  margin-bottom: 10px;
}
@media (max-width:1100px){
  article section{
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width:768px){
  article section table tr th,article section table tr td{
    font-size: 18px;
    padding: 0.8em 0;
  }
}
@media (max-width:500px){
  article section{
    padding-left: 20px;
    padding-right: 20px;
  }
  article section table tr th,article section table tr td{
    font-size: 16px;
  }
  article section table tr td{
    padding-left: 10px;
  }
  article section#access > div{
    display: block;
  }
  article section#access iframe{
    max-width:100%;
    height: 300px;
  }
  article section#access div#access-detail{
    width:100%;
  }
}