    /**ページャー*/
    .pagerList li.current p {
      width: 25px;
      height: 25px;
      font-size: 20px;
      background: #d9d9d9;
      text-align: center;
      border-radius: 50%;
    }


    .pagerList li p {
      width: 25px;
      height: 25px;
      font-size: 20px;
      text-align: center;
    }

    .pagerList li p:hover {
      width: 25px;
      height: 25px;
      font-size: 20px;
      text-align: center;
      background: #d9d9d9;
      border-radius: 50%;
    }

    ul.pagerList li > span {
      width: 25px;
      height: 25px;
      padding: 0 !important;
      text-align: center;
      display: block;
      font-weight: 500;
      color: #464646;
      font-size: 20px;
      background: #d9d9d9;
      border-radius: 50%;
    }


    .pager_add span {
      width: 25px !important;
      height: 25px !important;
      font-size: 20px !important;
      text-align: center !important;
      background: #fff !important;
    }

    @media (max-width: 767px) {
      ul.pagerList li > span, ul.pagerList li > a {
        padding-top: 5px !important;
      }

      .pagerList li.current p {
        width: 25px;
        height: 25px;
        font-size: 20px;
        background: #d9d9d9;
        text-align: center;
        border-radius: 50%;
        padding-left: 1px;
      }
    }
