@charset "UTF-8";
/* 変数定義 */
#body_contents {
  width: 983px;
  height: auto;
  margin: 0 auto 30px auto;
  display: flex;
  position: relative;
}
@media screen and (max-width: 560px) {
  #body_contents {
    width: 95vw;
    margin: 0 auto 30px auto;
    display: flex;
    flex-direction: column;
  }
}
#body_contents #main {
  width: 700px;
  height: auto;
}
@media screen and (max-width: 560px) {
  #body_contents #main {
    width: 95vw;
  }
}
#body_contents .contents_group {
  margin-bottom: 25px;
}/*# sourceMappingURL=body_contents.css.map */