@charset "utf-8";
/* utility */
.section-page-title {
  background: url(/corp/set/data/technology/research/story-event/013/img/p/img-mv.jpg) no-repeat center center;
  background-size: cover;
}
.-tc{
  text-align: center;
}

/* pager */
.secPager{

}
.secPager__txtBtn{
  text-align: center;
  margin-bottom: 40px;
}
.secPager__txtBtn a{
  border: solid 1px #000;
  background: #000;
  color: #fff;
  line-height: 1;
  min-width: 500px;
  padding: 20px;
  display: inline-block;
  justify-content: center;
  align-items: center;

}
.secPager__txtBtn a:hover{
  background: #fff;
  color: #000;
}
.secPager__txtBtn__txt1{
  font-size: 14px;
  margin-right: 10px;
}
.secPager__txtBtn__txt2{
  font-size: 17px;
}

.secPager ol{
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
}
.secPager li{
  margin: 0 12px;
}
.secPager ol a{
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  line-height: 1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  background: #000;
  color: #fff;
  width: 58px;
  height: 58px;
  font-size: 20px;
}
.secPager a.-cr{
  pointer-events: none;
}
.secPager a.-cr,.secPager a:hover{
  background: #fff;
  color: #000;
}