/* -------------------------------- */
/* responsive set                   */
/* -------------------------------- */
/* -------------------------------- */
/* common
/* -------------------------------- */
#content01 {
  width: 1000px;
  margin: 0 auto;
  margin-top: 80px;
  padding-top: 80px;
  box-sizing: border-box;
  border-top: 1px solid #000;
}
@media screen and (max-width: 440px) {
  #content01 {
    width: calc(100% - 60px);
  }
}
#content01 picture {
  padding: 0 0px 90px 0px;
  box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 440px) {
  #content01 picture {
    padding: 0 0px 0px 0px;
  }
}
#content01 picture img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 440px) {
  #wrap_contents_02 {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */