.story-inner {
  position: relative;
  width: 100%;
}

.story-inner .t-story {
  position: relative;
  width: 100%;
  height: 95px;
  padding-bottom: 5px;
}

.story-inner .t-story h1 {
  width: 188px;
  width: 25%;
}

.story_menu {
  position: relative;
  padding: 20px 0 5px;
  background: url(../img/common/submenu_bg.png) top center repeat-x #fff;
}

.story_menu .storyList {
  position: relative;
  width: 625px;
  width: 95%;
  margin-top: -10px;
  text-align: left;
  letter-spacing: -.4em;
}

.story_menu .storyList li {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  width: 110px;
  width: 12.5%;
  margin-right: 4px;
}

.story_menu .storyList li:last-child {
  margin-right: 0;
}

.story_menu .storyList li p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  color: #fff;
  font-size: 11px;
}

.story_menu .storyList li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.story_menu .storyList .active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/story/sub_icon_on.png);
  -webkit-background-size: cover;
          background-size: cover;
}

.story_menu .storyList .active p {
  color: #3b486b;
}

.story_menu .storyList:nth-child(odd) {
  position: relative;
  margin-left: 3%;
}

.story_menu .storyList:nth-child(even) {
  position: relative;
  margin-left: 9%;
}

.storyDetail_inner {
  position: relative;
  padding: 20px 0 0;
}

.storyDetail_inner .ttl_story {
  width: 690px;
  width: 92%;
  margin: 0 auto 20px;
  font-size: 20px;
  font-weight: bold;
}

.storyDetail_inner .ttl_story span {
  color: #4f67a3;
  margin-right: 10px;
}

.storyDetail_inner .swiper-container {
  position: relative;
  width: 690px;
  width: 92%;
  margin: 0 auto 40px;
}

.storyDetail_inner .swiper-container .swiper-pagination-bullets {
  position: relative;
  margin-top: 2px;
  bottom: 0;
  text-align: center;
  letter-spacing: -.4em;
}

.storyDetail_inner .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 16%;
  margin: 0 2px 0 0 !important;
  height: auto;
  display: inline-block;
  letter-spacing: normal;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: relative;
  border-radius: 0;
}

.storyDetail_inner .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: " ";
  display: none;
  background: none;
}

.storyDetail_inner .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin: 0 0 0 0 !important;
}

.storyDetail_inner .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.storyDetail_inner .storyTxt_inner {
  position: relative;
  width: 690px;
  width: 92%;
  margin: 0 auto;
}

.storyDetail_inner .storyTxt_inner .cap_story {
  color: #4f67a3;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

.storyDetail_inner .storyTxt_inner .desc_story {
  font-size: 14px;
  line-height: 1.5em;
  padding-bottom: 30px;
}

.storyDetail_inner .storyTxt_inner .cap_staff {
  color: #4f67a3;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

.storyDetail_inner .storyTxt_inner .staffList li {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 5px;
}