@charset "utf-8";

.panels-corporate {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}

.panels-corporate:after {
  content: '';
  display: block;
  clear: both;
}

.panels-corporate > li {
  box-sizing: border-box;
  float: left;
  width: 33.3333%;
  padding: 0 5px;
  margin: 0 auto 20px;
}
.panels-corporate > li:nth-child(3n+1) {
  clear: left;
  float: left;
}

.panel-corporate {
  display: block;
  background-color: #fff;
  border: 1px #ccc solid;
}
a.panel-corporate {
  color: inherit;
  text-decoration: none;
}
a.panel-corporate:hover {
  color: inherit;
  text-decoration: underline;
}
a.panel-corporate:hover .panel-corporate__image img {
  opacity: .8;
}

.panel-corporate dl {
  margin: 0;
  padding: 0;
}

.panel-corporate__image {
  overflow: hidden;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.panel-corporate__image  img {
  transition: opacity .2s;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.panel-corporate__detail {
  margin: 0;
  padding: 10px 15px;
}

.panel-corporate__title {
  font-weight: 600 !important;
  font-size: 1.066666667em;
}

.panel-corporate__sub-title {
  font-size: 0.928571429em;
}
.panel-corporate__detail .panel-corporate__sub-title {
  margin-top: 3px;
}

.panel-corporate__detail p {
  margin: 0;
}

.story-imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -10px;
  margin-left: -10px;
}
.story-imgs .story-img {
  margin-right: 10px;
  margin-left: 10px;
}
.story-img {
  text-align: center;
}
.story-imgs .story-img,
.story-img > img {
  width: 300px;
  height: auto;
}
.story-imgs .story-img--small,
.story-img--small > img {
  width: 240px;
}
.story-imgs .story-img--large,
.story-img--large > img {
  width: 400px;
}
.story-img > figcaption {
  text-align: center;
}


.story-pager {
  display: flex;
  justify-content: center;
}
.story-pager > li {
  flex: 1;
  min-height: 56px;
  background-color: black;
  font-size: 15px;
  text-align: center;
}
.story-pager > li:first-child {
  margin-right: 3px;
}
.story-pager > li:last-child {
  margin-left: 3px;
}
.story-pager > li > span,
.story-pager > li > a {
  display: block;
  padding: 8px 16px;
  color: #fff;
}
.story-pager > li > a {
  text-decoration: none;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.story-pager__disabled {
  visibility: hidden;
}
.story-pager__prev,
.story-pager__next {
  position: relative;
}
.story-pager__prev {
  padding-left: 14px;
}
.story-pager__next {
  padding-right: 14px;
}
.story-pager__prev::before,
.story-pager__next::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
}
.story-pager__prev::before {
  background: url(/corporate/history/story/images/ico_prev_01.png) center no-repeat;
  background-size: 5px 9px;
  left: 6px;
}
.story-pager__next::before {
  background: url(/corporate/history/story/images/ico_next_01.png) center no-repeat;
  background-size: 5px 9px;
  right: 6px;
}

.story-pager + .story-pagination {
  margin-top: -75px;
}

.story-pagination {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  /* margin-bottom: 80px; */

  /* margin-bottom: 80px;
  margin-top: -5px; */
}
.story-pagination > li {
  display: inline-block;
  background-color: black;
  margin-left: 1px;
  margin-top: 5px;
}
.story-pagination > li.is-current {
  background-color: red;
}
.story-pagination > li > a,
.story-pagination > li > span {
  display: block;
  line-height: 32px;
  height: 32px;
  padding: 0 12px;
  color: #fff;
}
.story-pagination > li > a {
  text-decoration: none;
}

.story-pagination + .history-bnr {
  margin-top: -40px;
}

.history-bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1;
}

.history-bnr.-center {
  justify-content: center;
}

.history-bnr a {
  width: 49.5%;
}

.history-bnr img {
  width: 100%;
}

.story-sub-ttl {
  width: 638px;
  margin: 0 auto 30px;
}
