
.c-headline-lv3.bg-blue a{
  color:#fff;
}
.informationFront {
  text-align: center;
  padding: 3rem 0 6rem;
}

.informationIntroduction__copy a{
  text-decoration: underline;
}

.informationIntroduction__copy a:hover{
  text-decoration: none;
}

.informationFront__copy {
  font-family: "Rounded-Mplus-1p-bold";
  font-weight: bold;
  line-height: 1.89473684;
  font-size: 1.7rem;
  margin-top: 2rem;
}

.informationBtn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.informationBtn a {
  display: block;
  width: 100%;
  border: 2px solid #DA3344;
  text-align: center;
  font-size: 2rem;
  line-height: 1.55;
  -moz-border-radius: 1rem;
       border-radius: 1rem;
  padding: 2rem 0;
  background: #fff;
  font-family: "Rounded-Mplus-1p-bold";
  font-weight: bold;
}

.informationBtn__item {
  width: 35rem;
  max-width: 35%;
}

.informationBtn__item:nth-child(2) {
  -webkit-animation-delay: 0.2s !important;
     -moz-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.informationBtn__item:nth-child(2) a {
  border-color: #00BBDD;
}

.informationBtn__item:nth-child(3) {
  -webkit-animation-delay: 0.4s !important;
     -moz-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.informationBtn__item:nth-child(3) a {
  border-color: #1EA02C;
}

.informationBtn__item:nth-child(4) {
  -webkit-animation-delay: 0.6s !important;
     -moz-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.informationBtn__item:nth-child(4) a {
  border-color: #FF6000;
}

.informationIntroduction__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 6rem;
}

.informationIntroduction__photo {
  -webkit-box-ordinal-group: 3;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 35rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 40%;
  text-align: center;
}

.informationIntroduction__photo img {
  width: 100%;
  display: block;
  margin-bottom: 2rem;
}

.informationIntroduction__desc {
  padding-right: 2.5rem;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.informationIntroduction__desc h5 {
  font-family: "Rounded-Mplus-1p-bold";
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 1rem;
}

.informationIntroduction__copy {
  margin-bottom: 2em;
}
.c-btn__wrap{
  clear: both;
}

@media (max-width: 768px) {
  .informationFront {
    padding: 1.5rem 0 1rem;
  }
  .informationFront__copy {
    line-height: 1.75;
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }
  .informationBtn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .informationBtn a {
    border-width: 1px;
    font-size: 1.4rem;
    -moz-border-radius: 0.5rem;
         border-radius: 0.5rem;
    padding: 1.2rem 0;
  }
  .informationBtn__item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
  .informationBtn__item:nth-child(2) {
    -webkit-animation-delay: 0.2s !important;
       -moz-animation-delay: 0.2s !important;
            animation-delay: 0.2s !important;
  }
  .informationBtn__item:nth-child(3) {
    -webkit-animation-delay: 0s !important;
       -moz-animation-delay: 0s !important;
            animation-delay: 0s !important;
  }
  .informationBtn__item:nth-child(4) {
    -webkit-animation-delay: 0.2s !important;
       -moz-animation-delay: 0.2s !important;
            animation-delay: 0.2s !important;
  }
  .informationIntroduction__inner {
    display: block;
    padding-bottom: 3rem;
  }
  .informationIntroduction__photo {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .informationIntroduction__photo img {
    margin-bottom: 1.5rem;
  }
  .informationIntroduction__desc {
    padding-right: 0;
  }
  .informationIntroduction__desc h5 {
    margin-bottom: 0.5rem;
  }
}


/* ============================================
   ページネーション（WPデフォルト → wp-pagenavi互換）
   information.css に追記してください
   ============================================ */

/* wp-pagenavi プラグインなしの場合、WPデフォルト出力に当てるCSS */
.wp-pagenavi .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
}

/* 共通：リンク・現在ページ */
.wp-pagenavi .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    border: 1px solid #ccc;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    border-radius: 3px;
    transition: background 0.2s;
}

.wp-pagenavi .page-numbers:hover {
    background: #f0f0f0;
}

/* 現在ページ */
.wp-pagenavi .page-numbers.current {
    background: #c0392b;
    border-color: #c0392b;
    color: #fff;
    font-weight: bold;
    pointer-events: none;
}

/* 前へ・次へ */
.wp-pagenavi .page-numbers.prev,
.wp-pagenavi .page-numbers.next {
    font-weight: bold;
}

/* 三点リーダー */
.wp-pagenavi .page-numbers.dots {
    border: none;
    pointer-events: none;
}