.model_box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .model_box {
    display: block;
  }
}

.model_right {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .model_right {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .model_left {
    text-align: center;
  }
}

.model_left img {
  display: block;
}

@media screen and (max-width: 768px) {
  .model_left img {
    max-width: 100%;
  }
}

.Heading.-hd2 {
  margin-top: 0;
}

.bnrArea {
  clear: both;
  text-align: center;
  margin: 2rem 0;
}

.bnrArea a {
  display: inline-block;
}

.bnrArea img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
