@import "parts/page.css";
@import "parts/footer.css";


/*-------------------------
 sectiton01
  -------------------------*/
.company01 {
  padding-bottom:var(--size100);
}
.table01 tr > td:first-child {
  white-space: nowrap;
}

@media (max-width:1024px) {

}
@media (max-width:799px)  {

}
@media (max-width:499px) {

}
/*-------------------------
 sectiton02
  -------------------------*/
  .company02 {
    padding-bottom:var(--size90);
  }
  .box_map {
    width:100%;
    height:calc(3*var(--size100));
  }
  .box_map iframe {
    width:100%;
    height:100%;
  }

@media (max-width:799px)  {

}

@media (max-width:499px) {

}