.area-foot .inner .foot_qrArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 4%;
}
.area-foot .inner .foot_adressArea {
  margin: 0 0 4%;
}
.area-foot .inner .foot_txtArea .foot_info .foot_info_item {
  display: flex;
}
.area-foot .inner .foot_txtArea .foot_info .foot_info_item > dt {
  white-space: nowrap;
}
.area-foot .inner .foot_txtArea .foot_info .foot_info_item > dd {
  flex: 1;
}
.area-foot .inner .foot_qrimgArea {
  width: 174px;
}
.area-foot .inner .foot_qrTextarea {
  padding-left: 1vw;
}
@media screen and (max-width: 767px) {
  .area-foot .inner .foot_qrArea {
    display: block;
  }
  .area-foot .inner .foot_qrimgArea {
    padding-left: 0;
    margin: 0 auto;
    width: 130px;
  }
  .area-foot .inner .foot_qrTextarea {
    padding-left: 0;
    display: block;
  }
}