@charset "UTF-8";

/*------------------------------------------------------------
	storyページ共通
------------------------------------------------------------*/
.storyWrap {
  margin-bottom: 60px;
}

#conts {
  .storyToc {
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 1em;
    max-width: 400px;
    margin: 0 auto;

    .storyTocTitle {
      text-align: center;

    }

    .storyTocList {
      margin-bottom: 0;
    }

    .storyTocItem {
      margin-bottom: 0.2em;

      &:last-of-type {
        margin-bottom: 0;
      }

      a {
        text-decoration: underline;
      }
    }
  }

  .storyCont {
    overflow: hidden;


    p {
      font-size: 18px;
      font-family: "游明朝", YuMincho, "Ryuin Light KL", "リュウミン L-KL", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    }

    h2 {
      overflow: hidden;
      clear: both;
      margin-top: 60px;

      &#story-1 {
        margin-top: 1em;
      }

    }

    img {
      max-width: 100%;
      height: auto;
    }

  }
}