@charset "UTF-8";


@media (min-width: 481px) {
  #box1 .inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  #box1 .inner p {
    width: 65%;
  }

  #box1 .inner .img {
    width: 30%;
    margin-bottom: 15px;
  }

  #box1 .inner .textimg {
    width: 48%;
    margin-right: 2%;
  }
}

#box1 .inner p {
  margin-bottom: 15px;
}

#box1 .inner .img,
#box1 .inner .textimg {
  margin-bottom: 15px;
}

#box1 .inner img {
  width: 100%;
}