@charset "UTF-8";
/* =================================== */
/* SP用スタイル */
/* =================================== */
@media (max-width: 768px) {
  .voice_list .inner {
    padding: 0 2.6666vw;
    margin: 0 auto;
  }
  .voice_list .section_header {
    margin-bottom: 6.4vw;
  }
  .voice_list .voice_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8.7999vw 4vw;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .voice_list .voice_container a {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .voice_list .voice_container .thumbnail {
    width: 45.3333vw;
    height: 45.3333vw;
  }
  .voice_list .voice_container .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .voice_list .voice_container p {
    font-size: 3.7333vw;
    line-height: 6.9333vw;
    margin: 1.3333vw 0 0 0;
  }
  .voice_list .wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4vw;
    margin-top: 14.1333vw;
  }
  .voice_list .wp-pagenavi a.page,
  .voice_list .wp-pagenavi span.current {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8vw;
    height: 8vw;
    font-weight: bold;
    font-size: 3.7333vw;
    color: inherit;
    text-decoration: none;
  }
  .voice_list .wp-pagenavi a.page {
    border: 1px solid #7A7674;
  }
  .voice_list .wp-pagenavi span.current {
    color: #ffffff;
    background: #7A7674;
  }
  .voice_list .wp-pagenavi .previouspostslink {
    margin-right: 3.2vw;
  }
  .voice_list .wp-pagenavi .nextpostslink {
    margin-left: 3.2vw;
  }
}
/* =================================== */
/* PC用スタイル */
/* =================================== */
@media (min-width: 769px) {
  .voice_list .inner {
    margin: 0 auto;
  }
  .voice_list .section_header {
    margin-bottom: 36px;
  }
  .voice_list .voice_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 54px 20px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .voice_list .voice_container a {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .voice_list .voice_container .thumbnail {
    width: 235px;
    height: 235px;
  }
  .voice_list .voice_container .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .voice_list .voice_container p {
    font-size: 16px;
    line-height: 30px;
    margin: 5px 0 0 0;
  }
  .voice_list .wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 64px;
  }
  .voice_list .wp-pagenavi a.page,
  .voice_list .wp-pagenavi span.current {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-weight: bold;
    font-size: 14px;
    color: inherit;
    text-decoration: none;
  }
  .voice_list .wp-pagenavi a.page {
    border: 1px solid #7A7674;
  }
  .voice_list .wp-pagenavi span.current,
  .voice_list .wp-pagenavi a.page:hover {
    color: #ffffff;
    background: #7A7674;
  }
  .voice_list .wp-pagenavi .previouspostslink {
    margin-right: 12px;
  }
  .voice_list .wp-pagenavi .nextpostslink {
    margin-left: 12px;
  }
}/*# sourceMappingURL=voice.css.map */