/* Story
   ========================================================================== */
  .mod-story {
    overflow: hidden;
    border-top: 2px dotted #e7efdb;
  }
  .mod-story ul li {
    padding: 15px 0;
    border-bottom: 2px dotted #f8f8f8;
  }
  .mod-story .mod-story_date {
    color: #009944;
    font-size: 1.2em;
    font-weight: bold;
  }
  .mod-story .mod-story_date:first-child {
    margin-top: 0;
  }
  .mod-story .mod-story_date + p {
    margin-top: 6px;
  }
  .mod-story .mod-story_link {
    padding-left: 12px;
    background: url(/library/default/img/parts/link_bg01.png) no-repeat 0 0.4em;
  }
  .mod-story .mod-story_link a {
    color: #666;
    word-break: break-all;
    word-wrap: break-word;
  }
  .mod-story .mod-story-icon {
    margin-left: 10px;
  }
  .mod-story .mod-story_bottom {
    overflow: hidden;
  }
  .mod-story .mod-story_bottom .mod-story_rss {
    float: left;
    margin-top: 15px;
  }
  .mod-story .mod-story_bottom .mod-story_list-link {
    float: right;
  }
  .mod-story .mod-story_bottom .mod-story_list-link .mod-link {
    display: inline-block;
    margin-top: 0;
    padding: 0 0 0 12px;
    background: url(/library/default/img/parts/link_bg01.png) no-repeat 0 0.4em;
    text-decoration: none;
    color: #505050;
  }
  .mod-story .mod-story_bottom .mod-story_list-link .mod-link:hover {
    text-decoration: underline;
  }
  .mod-story .mod-story_button-link {
    clear: both;
    display: table;
    float: none;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 15px;
    margin-right: 20px;
    padding: 0;
    font-size: 1.4em;
    background: #fbfbfb;
    border: 1px solid #eaeaea;
    border-bottom: 3px solid #eaeaea;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .mod-story .mod-story_button-link a {
    display: table-cell;
    min-width: 0;
    padding: 10px 15px;
    border: none;
    font-weight: bold;
    vertical-align: middle;
  }
  .mod-story .mod-story_button-link a .button-icon {
    display: inline-block;
    height: 100%;
    padding: 0 0 0 18px;
    background: url(/library/default/img/parts/button-link_bg01.png) no-repeat 0 center;
  }
  .mod-story .mod-story_button-link a:hover {
    background-color: #eaeaea;
    color: #333;
    text-decoration: none;
  }
  /* storys wrap */
  .mod-story-wrap {
    max-height: 100%;
    padding: 25px 0 30px;
    background: #fff;
  }
  .mod-story-wrap .mod-story-wrap_title {
    margin-top: 0;
    font-size: 1.8em;
    font-weight: bold;
    color: #009944;
  }
  .mod-story-wrap .mod-story-wrap_title:first-child {
    margin-top: 0;
  }
  /* storys profile */
  .storys-name {
    margin-top: 12px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .storys-name span {
    display: block;
    font-size: 85%;
  }
  .storys-name span.name-kana {
    display: inline;
    font-size: 75%;
  }
  /* storys-article */
  /* .storys-article p {
    line-height: 2;
  } */
  /* storys-media-float */
  .storys-media-float .storys-media {
    text-align: center;
  }
  .storys-media-float .storys-media .image {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .storys-media-float .storys-media .image:not(:first-child) {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .storys-media-float .storys-media.image-left {
    float: left;
    margin-right: 20px;
  }
  .storys-media-float .storys-media.image-right {
    float: right;
    margin-left: 20px;
  }
  .only-pc {
    display: block;
  }
  .only-sp {
    display: none;
  }
  span.opt-br-pc::after {
    content: "\A";
    white-space: pre;
  }
  .opt-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .caption {
    font-size: 1.2rem;
  }