#voice_list .wrapper {
  width:auto;
  margin: 0 20px;
  color:#333;
}

#voice_list h1, #voice_list h3{
margin:50px auto;
padding:20px 0px;
border-top:solid 1px #333;
border-bottom:solid 1px #333;
text-align: left;
color:#333;
}

#voice_list .p-narrow{
margin:20px auto;
}

#voice_list p {
margin-top: 1.75rem;
margin-bottom: 1.75rem;
}

#voice_list .question {
padding-top: 0px;
padding-bottom: 0px;
font-weight: bold;
}

#voice_list .client {
color: #09499d;
font-weight: bold;
display: inline;
}

#voice_list .caster {
color: #e83d1b;
font-weight: bold;
display: inline;
}

.right{text-align:right;margin-bottom:10px;}

.thum img{width:100%;height: auto;}

#voice_list ol{list-style:auto;margin-left:20px;}

#voice_list .well {
padding: 1.5rem;
font-size: 0.875rem;
line-height: 2;
border: 1px dashed #000;
text-align: center;
}

@media (min-width: 1200px) {

#voice_list .wrapper {
    max-width: 620px;
    margin: 0 auto;
}

#voice_list h3{
  text-align: center;
}

#voice_list .question {
    padding-top: 10px;
    padding-bottom: 10px;
}

}

/* Easy Table of Contents - 20230317 石井追加分 */
#ez-toc-container {
margin: 50px 0;
padding: 20px;
}
#ez-toc-container ul　{
margin: 10px !important;
}