@charset "UTF-8";

#box1 .flexbox {
  margin-bottom: 25px;
}

#box1 figure {
  margin-bottom: 15px;
}

#box1 p,
#box1 ul,
#box1 dl {
  list-style: 1.7em;
  margin-bottom: 15px;
}

#box1 dt{
  font-weight: bold;
  margin-bottom: 5px;
}

#box1 dd{
  margin-bottom: 10px;
}

#box1 .inner {
  margin-top: 30px;
}

#box1 img {
  width: 100%;
  height: auto;
}


@media screen and (min-width: 480px) {
  #box1 .flexbox {
    display: flex;
    gap: 10px;
  }

  #box1 figure {
    width: 40%;
  }

  #box1 .flextxt {
    width: calc(60% - 10px);
  }


}