.p-voice__content {
  background-color: #F7F7F7;
  padding: 60px 0;
}

.p-voice__content__list > ul > li {
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border: none;
  margin-bottom: 40px;
}

.p-voice__content__list > ul > li .is-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-voice__content__list > ul > li .is-wrap {
    padding-top: 40px;
  }
}

.p-voice__content__list > ul > li .is-title .is-main .is-item_title {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.p-voice__content__list .is-subttl {
  width: 40px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-voice__content__list .is-subttl {
    width: 60px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
  }
}

.p-voice__content__list .is-subttl::after {
  content: "";
  width: 20px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 99%;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}
@media screen and (min-width: 768px) {
  .p-voice__content__list .is-subttl::after {
    width: 30px;
    height: 36px;
  }
}
.p-voice__content__list .is-subttl.voice-buy,
.p-voice__content__list .is-subttl.voice-buy::after {
  background-color: #970005;
}

.p-voice__content__list .is-subttl.voice-sell,
.p-voice__content__list .is-subttl.voice-sell::after {
  background-color: #866800;
}

.p-voice__content__list .sell .is-subttl.voice-buy,
.p-voice__content__list .buy .is-subttl.voice-sell {
  display: none;
}

.p-voice__content__list .is-initial p {
  display: inline;
  font-weight: bold;
}

.p-voice__content__list .is-bar {
  padding: 0 8px;
}

.p-voice__content__list > ul > li .is-title .is-main .is-item_title .is-label {
  padding-top: 10px;
  border: none;
}

.p-voice__content__list > ul > li .is-title .is-main .is-item_title .is-date {
  padding-top: 10px;
  padding-right: 20px;
}

.p-voice__content__list .is-content {
  display: flex;
}

.p-voice__content__list > ul > li .is-sub_title {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .p-voice__content__list > ul > li .is-sub_title {
    font-size: 32px;
  }
}

.p-voice__content__list > ul > li .is-flex {
  justify-content: space-between;
  padding-bottom: 20px;
}

.p-voice__content__list .is-initial_content {
  display: inline;
}

.p-voice__content__list .is-initial_content p {
  display: inline;

}

@media screen and (min-width: 1024px) {
  .p-voice__content__list > ul > li .is-title .is-main {
    width: 100%;
    padding-right: 0;
  }
}

.p-voice__content__list > ul > li .is-table ul {
  border: none;
}

@media screen and (min-width: 1024px) {
  .p-voice__content__list > ul > li .is-table ul {
    padding-bottom: 20px;
  }
}

.p-voice__content__list > ul > li .is-table ul li {
  border: none;
}

@media screen and (min-width:1024px) {
  .p-voice__content__list > ul > li .is-table ul li {
    width: fit-content;
    border-right: 2px solid #121B42;
    line-height: 1;
  }
}

@media screen and (min-width: 1024px) {
  .p-voice__content__list > ul > li .is-table ul li:last-child {
    border-bottom: none;
    border-right: none;
  }
}

.p-voice__content__list > ul > li .is-table ul li dl {
  flex-wrap: wrap;
  padding: 2px 0;
}

@media screen and (min-width: 768px) {
  .p-voice__content__list > ul > li .is-table ul li dl {
    font-size: 15px;
    padding: 0 15px;
  }
  .p-voice__content__list > ul > li .is-table ul li:first-child dl {
    padding-left: 0;
  }
}

.p-voice__content__list > ul > li .is-table ul li dl dt {
  margin-right: 0;
  font-size: 14px;
}

.p-voice__content__list > ul > li .is-table ul li dl dd {
  margin-left: 0;
  font-size: 14px;
}

.p-voice__content__list > ul > li .buy .is-table ul li dl dd .is-free {
  font-weight: bold;
  color: #970005;
}

.p-voice__content__list > ul > li .sell .is-table ul li dl dd .is-free {
  font-weight: bold;
  color: #866800;
}

.p-voice__content__list > ul > li .is-table ul li dl dd.is-kind:after {
  content: none !important;
}

.p-voice__pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 40px auto 0;
  text-align: center;
}

.p-voice__pagenavi span {
  border: none !important;
  padding: 0;
}

.p-voice__pagenavi a,
.p-voice__pagenavi .current {
  font-size: 22px;
  font-weight: bold;
  color: #C4C8D9;
  margin: 0 10px !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none !important;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .p-voice__pagenavi a,
  .p-voice__pagenavi .current {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 25px;
  }
}

.p-voice__pagenavi a.first,
.p-voice__pagenavi a.last,
.p-voice__pagenavi .current.first,
.p-voice__pagenavi .current.last {
  display: none;
}

.p-voice__pagenavi a.previouspostslink,
.p-voice__pagenavi .current.previouspostslink {
  margin-right: 30px;
  margin-left: 0;
  width: 33px;
  height: 33px;
  background: url(../../assets/images/common/icon_arw_prev.svg) center no-repeat #fff;
  background-size: 14px;
  border: 1px solid #121B42 !important;
  border-radius: 50%;
  font-size: 0;
}

@media screen and (min-width: 768px) {
  .p-voice__pagenavi a.previouspostslink,
  .p-voice__pagenavi .current.previouspostslink {
    min-width: 70px;
    width: 70px;
    height: 70px;
    background-size: 28px;
    margin-right: 50px;
  }
}

.p-voice__pagenavi a.previouspostslink i,
.p-voice__pagenavi .current.previouspostslink i {
  display: none;
}

.p-voice__pagenavi a.nextpostslink,
.p-voice__pagenavi .current.nextpostslink {
  margin-left: 30px;
  margin-right: 0;
  width: 33px;
  height: 33px;
  background: url(../../assets/images/common/icon_arw.svg) center no-repeat #fff;
  background-size: 14px;
  border: 1px solid #121B42 !important;
  border-radius: 50%;
  font-size: 0;
}

@media screen and (min-width: 768px) {
  .p-voice__pagenavi a.nextpostslink,
  .p-voice__pagenavi .current.nextpostslink {
    min-width: 70px;
    width: 70px;
    height: 70px;
    background-size: 28px;
    margin-left: 50px;
  }
}

.p-voice__pagenavi a.nextpostslink i,
.p-voice__pagenavi .current.nextpostslink i {
  display: none;
}

.p-voice__pagenavi .current {
  color: #121B42;
}
