/* -------------------------------- */
/* responsive set                   */
/* -------------------------------- */
/* -------------------------------- */
/* common
/* -------------------------------- */
#content01 {
  width: 1000px;
  margin: 0 auto;
  margin-top: 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 440px) {
  #content01 {
    width: calc(100% - 40px);
  }
}
#content01 picture {
  background: #fff;
  border-radius: 10px;
  padding: 90px;
  box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 440px) {
  #content01 picture {
    padding: 60px 30px;
  }
}
#content01 picture img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */