@charset "UTF-8";
/* Scss Document */
/*********************

疑似クラス

*********************/
.box_wrap {
  background: #FFF;
  padding: 25px 10px;
}
@media screen and (min-width: 769px) {
  .box_wrap {
    padding: 25px;
  }
}

.address_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}/*# sourceMappingURL=company.css.map */