.no-webp .pagetitleBox {
  background: url("../images/information/pagetitle_bg_sp.jpg") no-repeat center center;
  background-size: cover; }
.webp .pagetitleBox {
  background: url("../images/information/pagetitle_bg_sp.webp") no-repeat center center;
  background-size: cover; }
@media (min-width: 669px) {
  .no-webp .pagetitleBox {
    background: url("../images/information/pagetitle_bg.jpg") no-repeat center center;
    background-size: cover; }
  .webp .pagetitleBox {
    background: url("../images/information/pagetitle_bg.webp") no-repeat center center;
    background-size: cover; } }

.information dl {
  margin: 0 0 40px;
  border-top: 1px solid #b2b2b2;
  padding-top: 15px; }
  @media (min-width: 669px) {
    .information dl {
      padding-top: 20px;
      margin: 0 auto 80px; } }
  .information dl dt {
    margin-bottom: 5px; }
    @media (min-width: 669px) {
      .information dl dt {
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-left: 5px;
        border-bottom: 1px solid #b2b2b2;
        width: 18.5em;
        box-sizing: border-box; }
        .information dl dt:last-of-type {
          margin-bottom: 0; } }
  .information dl dd {
    margin: 0 0 15px;
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 15px; }
    @media (min-width: 669px) {
      .information dl dd {
        width: calc(100% - 18.5em);
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-right: 5px;
        box-sizing: border-box; } }
    .information dl dd:last-child {
      margin-bottom: 0; }
.information__category {
  display: inline-block;
  padding: 5px 15px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #1a1a1a;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 12px;
  min-width: 100px;
  box-sizing: border-box;
  background-color: #055482; }
  @media (min-width: 669px) {
    .information__category {
      margin-left: 30px; } }
.information__pager {
  margin-top: 30px;
  overflow: hidden; }
  .information__pager .next {
    float: right; }
    .information__pager .next span {
      margin-left: 10px;
      right: 0; }
    @media (min-width: 669px) {
      .information__pager .next a:hover span {
        right: -10px; } }
  .information__pager .prev {
    float: left; }
    .information__pager .prev span {
      margin-right: 10px;
      left: 0; }
    @media (min-width: 669px) {
      .information__pager .prev a:hover span {
        left: -10px; } }
  .information__pager li {
    border-bottom: 1px solid #666;
    width: 30%; }
    .information__pager li a {
      display: block;
      text-align: center;
      padding: 0 10px 10px;
      color: #1a1a1a;
      position: relative; }
      @media (min-width: 669px) {
        .information__pager li a {
          text-decoration: none; } }
    .information__pager li span {
      width: 18px;
      display: inline-block;
      position: relative; }
    .information__pager li svg {
      fill: #666; }
    @media (min-width: 669px) {
      .information__pager li {
        width: 90px; } }
  @media (min-width: 669px) {
    .information__pager {
      margin: 70px auto 0; } }
