.table_flex {
  display: flex;
  border-top: solid 2px #cbcbcb;
}
.table_flex .left {
  width: 50%;
}
.table_flex .right {
  width: 50%;
}

table {
  width: 100%;
}

.branch {
  margin-bottom: 5px;
}

td,
th {
  border-bottom: solid 2px #cbcbcb;
  padding: 30px 20px;
}

th {
  text-align: left;
  width: 110px;
  color: #e33435;
  padding-right: 0;
}

.table_flex:nth-child(1) tr:last-child td,
.table_flex:nth-child(1) tr:last-child th {
  border-bottom: 0;
}

.table2 a {
  display: inline;
  padding-left: 20px;
  text-decoration: underline;
}
.table2 tr th {
  width: 160px;
  max-width: 160px;
}

.list_flex {
  display: flex;
  gap: 10px;
}
.list_flex ul:nth-child(1) {
  width: calc(30% - 20px);
}
.list_flex ul:nth-child(2) {
  width: calc(30% - 20px);
}
.list_flex ul:nth-child(3) {
  width: calc(40% - 20px);
}
.list_flex .add {
  list-style: none;
  text-align: right;
}
.list_flex li {
  line-height: 200%;
}

.flex {
  display: flex;
  gap: 40px;
}

.access {
  padding: 100px 0 0px 0;
}
.access .en {
  font-size: 20px;
  margin-bottom: 20px;
}
.access h2 {
  font-size: 32px;
  margin-bottom: 30px;
}
.access p {
  margin: 10px 0;
  font-size: 20px;
}
.access h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.access .map_box {
  margin-bottom: 50px;
}

iframe {
  width: 100%;
}

@media (max-width: 700px) {
  .table_flex {
    flex-direction: column;
  }
  .table_flex .left {
    width: 100%;
  }
  .table_flex .right {
    width: 100%;
  }
  .list_flex {
    flex-direction: column;
    gap: 0;
  }
  .list_flex ul {
    width: 100% !important;
  }
  .flex {
    flex-direction: column;
    gap: 0;
  }
  th,
  td {
    font-size: 16px;
    padding: 20px 10px;
  }
  th {
    padding-right: 0;
    width: 100px;
  }
  td {
    font-size: 15px;
  }
  .table_flex:nth-child(1) .left tr:last-child td,
  .table_flex:nth-child(1) .left tr:last-child th {
    border-bottom: solid 2px #cbcbcb;
  }
  .access .en {
    font-size: 18px;
  }
  .access h2 {
    font-size: 27px;
    margin-bottom: 20px;
  }
  .access h3 {
    font-size: 27px;
  }
  .access p {
    font-size: 16px;
  }
}/*# sourceMappingURL=company.css.map */