@charset "utf-8";

/* お知らせ
---------------------------------------------------*/
.voice_list {
  margin-top: 40px;
}

.voice_list dl {
  border: #C9D6DE solid 1px;
}
.voice_list dl + dl {
  margin-top: 26px;
}

.voice_list dl dt {
  line-height: 1.6;
  font-size: 1.8em;
  font-weight: bold;
  padding: 20px 16px 19px 62px;
  background: url("/everyone_voice/img/icon_speech_balloon01.png")no-repeat top 20px left 16px/34px,#fff;
  border-bottom: #C9D6DE dashed 1px;
}

.voice_list dl dd {
  padding: 24px 16px 24px 62px;
  background: url("/everyone_voice/img/icon_speech_balloon02.png")no-repeat top 18px left 16px/34px,#F6F8F9;
}
.voice_list dl dd .from {
  color: #EA5252;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 12px;
}
.voice_list dl dd .answer {
  font-size: 1.6em;
  line-height: 1.6;
}

@media only screen and (max-width:768px) {
  .voice_list dl dt {
    font-size: 1.6em;
    padding: 12px 10px 10px 52px;
    background: url("/everyone_voice/img/icon_speech_balloon01.png")no-repeat top 10px left 10px/34px,#fff;
  }

  .voice_list dl dd {
    padding: 16px 10px 14px 52px;
    background: url("/everyone_voice/img/icon_speech_balloon02.png")no-repeat top 10px left 10px/34px,#F6F8F9;
  }
  .voice_list dl dd .answer {
    font-size: 1.4em;
  }
}


/* -- pager -- */
.pager {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.pager .first-page button,
.pager .end-page button {
  width: 80px;
  height: 40px;
  font-size: 1.4em;
  font-weight: 100;
  text-align: left;
  background: #fff;
  border: #23ADED solid 1px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 2px 2px;
  box-sizing: border-box;
  cursor: pointer;
}
.pager .first-page button {
  padding-left: 36px;
  background: url("/info/img/pager_first_arrow.png")no-repeat center left 12px /15px 15px,#fff;
}
.pager .end-page button {
  padding-left: 16px;
  background: url("/info/img/pager_end_arrow.png")no-repeat center right 12px /15px 15px,#fff;
}

.pager .prev-page button,
.pager .next-page button {
  position: relative;
  width: 40px;
  height: 40px;
  border: #23ADED solid 1px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 2px 2px;
  cursor: pointer;
}
.pager .prev-page button {
  margin-left: 16px;
  background: url("/info/img/pager_prev_arrow.png")no-repeat center /10px 14px,#fff;
}
.pager .next-page button {
  margin: 0 16px 0 8px;
  background: url("/info/img/pager_next_arrow.png")no-repeat center /10px 14px,#fff;
}

.pager .line_list {
  display: flex;
}

.pager .line_list li {
  margin-left: 8px;
}

.pager .line_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #333;
  font-size: 1.6em;
  background: #fff;
  border: #23ADED solid 1px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 2px 2px;
  box-sizing: border-box;
}
.pager .line_list li.current a {
  color: #fff;
  font-weight: bold;
  background: #23ADED;
  border: #6DA0F0 solid 1px;
}
.pager .line_list li a:hover {
  opacity: 1;
}

.pager .first-page.disabled button,
.pager .end-page.disabled button,
.pager .prev-page.disabled button,
.pager .next-page.disabled button {
  cursor: default;
}
.disabled {
  opacity: 0.6;
}
@media only screen and (max-width:768px) {
  .pager {
    flex-wrap: wrap;
    margin-top: 72px;
  }

  .pager .first-page,
  .pager .end-page,
  .pager .line_list,
  .pager .prev-page,
  .pager .next-page {
    margin-top: 8px;
  }

  .pager .first-page button,
  .pager .end-page button {
    position: relative;
    width: 40px;
    text-align: center;
  }

  .pager .first-page button {
    padding-left: 0;
  }
  .pager .first-page button::before {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    width: 40px;
    height: 40px;
    background: url("/info/img/pager_first_arrow.png")no-repeat center/15px 15px,#fff;
    border-radius: 5px;
    border: #23ADED solid 1px;
    box-sizing: border-box;
  }
  .pager .end-page button {
    padding-left: 0;
  }
  .pager .end-page button::before {
    position: absolute;
    content: "";
    top: -1px;
    right: -1px;
    width: 40px;
    height: 40px;
    background: url("/info/img/pager_end_arrow.png")no-repeat center/15px 15px,#fff;
    border-radius: 5px;
    border: #23ADED solid 1px;
    box-sizing: border-box;
  }

  .pager .prev-page button {
    margin-left: 6px;
  }
  .pager .next-page button {
    margin: 0 6px;
  }

  .pager .line_list li {
    margin-left: 6px;
  }
}
