body {
  background-color: #000;
}

.h1_wrap h1 {
  font-size: 46px;
}

h2 {
  color: #fff;
}

h3 {
  font-family: SHS-M;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.inner {
  width: calc(100% - 60px);
  max-width: 980px;
  margin: auto;
}

.stories_h1_wrap {
  padding-top: 80px;
}

.box01_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box01_02 > div:nth-child(1) {
  width: calc((380/980)*100% - 36px);
}

.box01_02 > div:nth-child(1) img {
  margin-bottom: 8px;
}

.box01_02 > div:nth-child(2) {
  width: calc((636/980)*100% - 36px);
}

.box01_02 p {
  font-family: SHS-L;
  font-size: 14px;
  color: #fff;
  line-height: 1.8em;
  text-align: justify;
}

.storiesCon p {
  margin-bottom: 0.8em;
  text-indent: 1em;
}

.storiesCon + .storiesCon {
  border-top: 1px solid #fff;
  margin-top: 42px;
  padding-top: 20px;
}

section + section {
  margin-bottom: 100px;
}

.storiesNav {
  margin-bottom: 40px;
}

.storiesNav div {
  border-bottom: solid 1px #222222;
}

.storiesNav h3 {
  background: #222;
  text-align: center;
  padding: 10px;
  margin-bottom: 0;
}

.storiesNav nav {
  background: #0D0D0D;
}

.storiesNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.storiesNav li {
  width: 25%;
}

.storiesNav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  text-decoration: none;
  padding: 20px 10px;
  font-size: 14px;
  text-align: center;
  height: 100%;
}

.storiesNav li a:hover {
  background: #1A1A1A;
  color: #FFF;
}

.storiesNav li a.active {
  border-bottom: 3px solid #f00;
  pointer-events: none;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .h1_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .h1_wrap h1 {
    font-size: 32px;
  }
  .h2_wrap {
    padding: 30px 0px;
  }
  .h2_wrap h2 {
    text-align: left;
  }
  .h2_wrap h2 br {
    display: none;
  }
  .box01_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box01_02 > div {
    width: 100% !important;
  }
  .inner {
    width: calc(100% - 30px);
  }
  .storiesNav div {
    border-bottom: none;
  }
  .storiesNav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .storiesNav li {
    border: 1px solid #000;
    width: 50%;
  }
  .storiesNav li a {
    padding: 8px;
  }
}
/*# sourceMappingURL=local.css.map */