@charset "UTF-8";
@import url("base.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
.back_w {
  width: 100%;
  background-color: #fff;
  padding: 2.5em 0%;
  margin: 10em auto 0; }

#voice {
  width: 80%;
  margin: 0 auto;
  position: relative; }
  #voice .h1_right {
    position: absolute;
    right: 0;
    top: -4.1em;
    background-image: url("../img/base/track_w.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 80px auto;
    padding: 1em 75px 0 90px;
    font-family: "Anton", sans-serif;
    font-size: 150%;
    color: #fff; }
  #voice .h1_right02 {
    position: absolute;
    right: 0;
    top: -6.4em;
    width: 65px; }
  #voice h1 {
    position: absolute;
    top: -3.7em;
    left: 0;
    font-size: 200%;
    color: #fff;
    padding: 1em 0 0 70px;
    background-image: url("../img/base/house02_w.png");
    background-repeat: no-repeat;
    background-size: 60px auto;
    background-position: left bottom; }
  #voice #q_top p {
    width: 100%;
    font-size: 110%; }
    #voice #q_top p a {
      width: 350px;
      display: block;
      margin: 1em 0 0;
      padding: 0.25em 10px;
      background-color: #004386;
      color: #fff;
      text-align: center;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      #voice #q_top p a:hover, #voice #q_top p a:active {
        background-color: #0051A3;
        text-decoration: none; }
  #voice h2 {
    margin: 2em 0 0;
    font-size: 130%;
    border-left: 5px solid #004386;
    padding: 0 0 0 1em; }
  #voice .category-list {
    width: 100%;
    margin: 1em 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #voice .category-list::before {
      content: "";
      display: block;
      width: 23%;
      order: 1; }
    #voice .category-list::after {
      content: "";
      display: block;
      width: 23%; }
    #voice .category-list li {
      width: 23%; }
      #voice .category-list li:nth-child(n+5) {
        margin: 2em 0 0; }
      #voice .category-list li figure {
        width: 100%;
        margin: 0 0 0.5em; }
      #voice .category-list li h3 a {
        display: block;
        color: #191919;
        font-size: 130%;
        text-decoration: none; }
        #voice .category-list li h3 a:hover, #voice .category-list li h3 a:active {
          text-decoration: underline;
          color: #191919; }
      #voice .category-list li .category-count {
        margin: 0.25em 0 0;
        text-align: right;
        color: #191919; }

/*ページャーcss*/
.pager {
  background: white;
  width: 96%;
  margin: 0 auto;
  padding: 4em 2% 2em;
  position: relative;
  height: 3em; }

.pager ul {
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

.pager ul li {
  margin: 0 5px; }

.pager ul li span,
.pager ul li a {
  display: block;
  padding: 0.6em 1em;
  box-sizing: border-box; }

.pager ul li a {
  color: #05143f;
  text-decoration: none;
  border-radius: 10px; }

.pager ul li a:hover {
  background: #004386;
  color: #fff;
  border-radius: 10px; }

.pager ul .current {
  background-color: #004386;
  border: none;
  color: #fff;
  font-weight: bold;
  border-radius: 10px; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*メイン*/ }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*メイン*/ }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*メイン*/
  #voice .h1_right {
    display: none; }
  #voice .h1_right02 {
    display: none; } }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  /*メイン*/
  .back_w {
    margin: 15em auto 0; }

  #voice .h1_right {
    display: none; }
  #voice .h1_right02 {
    display: none; }
  #voice h2 {
    font-size: 120%; }

  /*ページャー*/
  .pager ul li span,
  .pager ul li a {
    display: block;
    padding: 0.6em 1em;
    box-sizing: border-box; }

  .pager ul li:nth-child(1) a, .pager ul li:last-child a {
    padding: 0.6em 0;
    width: 70px;
    text-align: center; } }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  /*メイン*/
  .back_w {
    margin: 15em auto 0; }

  #voice {
    width: 90%; }
    #voice .h1_right {
      display: none; }
    #voice .h1_right02 {
      display: none; }
    #voice h1 {
      position: absolute;
      top: -5.2em;
      left: 0;
      font-size: 200%;
      color: #fff;
      padding: 1em 0 0 70px;
      background-image: url("../img/base/house02_w.png");
      background-repeat: no-repeat;
      background-size: 60px auto;
      background-position: left bottom; }
    #voice #q_top p a {
      width: 190px;
      padding: 0.25em 5px;
      background-color: #004386; }
    #voice h2 {
      font-size: 120%; }
    #voice .category-list li h3 a {
      font-size: 120%; }

  /*ページャー*/
  .pager {
    margin: 2em 0 0; }

  .pager ul li:nth-child(1) a, .pager ul li:last-child a {
    padding: 0.6em 0;
    width: 40px;
    text-align: center; }

  .pager ul li {
    margin: 0 2.7px; }

  .pager ul li span,
  .pager ul li a {
    display: block;
    padding: 0.6em 0.5em;
    box-sizing: border-box; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  /*メイン*/ }
