@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 767px) {

  .panels-corporate {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .panels-corporate > li {
    box-sizing: border-box;
    float: none;
    width: auto;
    max-width: 500px;
    padding: 0 15px;
    margin: 0 auto 20px;
  }
  .panels-corporate > li:nth-child(3n+1) {
    clear: none;
    float: none;
  }

  .story-imgs {
    display: block;
    width: 100% !important;
    text-align: center;
  }

  .story-img {
    width: 100% !important;
  }

  .story-img > img {
    width: 260px !important;
  }

  /* .story-img--small > img {
    width: 200px !important;
  } */

  .story-sub-ttl {
    display: none;
  }

  .story-sec {
    padding: 0 10px;
  }

  .story-sec > .h3_basic01Wrap,
  .story-sec > .h4_basic01Wrap {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
  }

  .story-sec .h5_basic01,
  .story-sec .h6_basic01 {
    padding-left: 0;
    padding-right: 0;
  }

  .story-pager {
    width: auto;
  }
  .story-pager > li > a,
  .story-pager > li > span {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .story-pagination > li > a,
  .story-pagination > li > span {
    font-size: 12px;
  }

  .history-bnr a {
    width: 100%;
  }
  .history-bnr a:last-child {
    margin-top: 10px;
  }
  .history-bnr img {
    width: 100%;
    height: auto;
  }

  .story-table tr,
  .story-table th,
  .story-table td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }
}
