/* MediaQuery */

section.sub-story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1920px;
  min-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 10vw;
  background-image: url("../../../../../cdn.milgram.jp/media/sub/sub_pc_bg_story.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
}

@media only screen and (max-width: 749px) {
  section.sub-story {
    max-width: 750px;
    min-width: 300px;
    width: 100%;
    background-image: url("../../../../../cdn.milgram.jp/media/sub/sub_sp_bg_story.png");
  }
}

section.sub-story p {
  margin: 0;
  padding: 0;
}

