#content .inner .list .box {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 600px) {
  #content .inner .list .box {
    margin-bottom: 30px;
  }
}
#content .inner .list .box .image img {
  width: 100%;
  max-height: 700px;
  margin: 0 auto;
}
#content .inner .list .box .content {
  text-align: left;
  margin-top: 20px;
}
#content .inner .list .box .content div {
  color: #fff;
  line-height: 1.375;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#content .inner .paginations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content .inner .paginations .page-numbers {
  display: inline-block;
  height: 6px;
}
#content .inner .paginations .page-numbers.prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-right: 30px;
}
#content .inner .paginations .page-numbers.next {
  margin-left: 30px;
}
#content .inner .paginations .link {
  margin-right: 15px;
}
#content .inner .paginations .link:last-of-type {
  margin-right: 0;
}
#content .inner .paginations .link a,
#content .inner .paginations .link span {
  color: #fff;
}