.box_title_en {
  font-weight: 700;
  margin-bottom: 48px;
}
table {
  margin: 0 auto;
  width: 100%;
}
table tr:first-child {
  border-top: solid 1px #D1D1D1;
  border-bottom: solid 1px #D1D1D1;
}
table tr {
  border-bottom: solid 1px #D1D1D1;
  height: 100px;
}

table tr td{
  padding: 20px;
}
@media(max-width: 800px){
  table tr td{
    padding: 10px;
  }
  table tr td{
    font-size: 12px;
    font-size: 0.75rem;
    min-width: 80px;
  }  
}
.map {
  position: relative;
  width: 100%;
  padding-top: 50%;
}
.map iframe {
  position: absolute;  
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
