/* --------------------------- arrow links --------------------------- */
/* --------------------------- branch --------------------------- */
.branch__img-flex .img-flex__cnt {
  width: 46%;
}
.branch__img-flex .img-flex__img {
  width: 48%;
}

.branch__access-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.branch__access {
  width: 48%;
}

.branch__access-img {
  padding-bottom: 27px;
}

/* -------------------------------------------------------------------------------- */
/* branch responsive */
/* -------------------------------------------------------------------------------- */
/* -------------------- sp1 -------------------- */
@media screen and (max-width: 1200px) {
  .branch__img-flex .img-flex__cnt {
    width: 100%;
  }
  .branch__img-flex .img-flex__img {
    width: 65%;
  }

  .branch__access-flex {
    display: block;
    margin-bottom: -45px;
  }

  .branch__access {
    width: 100%;
    padding-bottom: 45px;
  }

  .branch__access-img {
    width: 65%;
    margin: 0 auto;
  }
}
/* -------------------- sp2 -------------------- */
@media screen and (max-width: 700px) {
  .branch__img-flex .img-flex__img {
    width: 100%;
  }

  .branch__access-flex {
    display: block;
  }

  .branch__access-img {
    width: 100%;
    padding-bottom: 20px;
  }
}

/*# sourceMappingURL=branch.css.map */
