ul.display-posts-listing {
  margin:10px auto !important;
  text-align:center;
}
.listing-item {
  width: 80%;
  background: #fff;
  padding: 10px;
  margin: 10px auto;
  display: inline-block;
  border: 1px dashed #ccc;
}
.listing-item a.title {
}
/*FAQ*/
.faq-list {
  width: 95%;
  margin:0 auto;
}
.faq-list dt:hover {
  color: #333;
}
.faq-list dt {
    margin-top: 1.2rem;
    padding: 1.6rem;
    background-color: #FCEEEB;
    color:#333;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    border-radius: 6px;
}
.faq-list dt:first-child {
    margin-top: 0
}
.faq-list dt:after, .contents_g .faq-list dt.active:after {
    position: absolute;
    right: 16px;
    top: 12px;
}
.faq-list dt:after {
    content: "\f107";
    font-family:'Font Awesome 5 Free';
    color: #333;
    font-size: 2rem;
    -webkit-text-stroke: 1px #f0f0f0
}
.faq-list dt.active:after {
    content: "\f106";
    font-family:'Font Awesome 5 Free';
    color: #333;
    font-size: 2rem;
    -webkit-text-stroke: 1px #f0f0f0
}
.faq-list dd {
    display: none;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #fff;
}
/*voice*/
.voice-list dt {
  width: 95%;
  margin:0 auto;
  margin-top: 1.2rem;
  padding: 1.6rem;
  background-color: #FF6589;  //ff1493;
  color:#FFF;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  border-radius: 6px;
}
.voice-list dd {
  width: 95%;
  margin:0 auto;
  display: none;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #fff;
}
.voice-list dt:after, .voice-list dt.active:after {
    position: absolute;
    right: 16px;
    top: 12px;
}
.voice-list dt:after {
    content: "\f107";
    font-family:'Font Awesome 5 Free';
    color: #fff;
    font-size: 2rem;
    -webkit-text-stroke: 1px #f0f0f0
}
.voice-list dt.active:after {
    content: "\f106";
    font-family:'Font Awesome 5 Free';
    color: #fff;
    font-size: 2rem;
    -webkit-text-stroke: 1px #f0f0f0
}

