#voicesList .voicesec {
  background: #f5f7f7;
  padding: 60px 64px 72px;
  border-radius: 16px 0 0 0; }
  #voicesList .voicesec + .voicesec {
    margin-top: 64px; }
#voicesList .lrbox {
  margin-top: 40px; }
#voicesList .txtbox {
  width: 752px; }
  #voicesList .txtbox .qa .row {
    position: relative;
    padding-left: 35px; }
    #voicesList .txtbox .qa .row + .row {
      margin-top: 32px; }
  #voicesList .txtbox .qa dt {
    color: #0071bd;
    font-size: 1.8rem; }
    #voicesList .txtbox .qa dt:before {
      content: 'Q.';
      position: absolute;
      top: 0;
      left: 0; }
  #voicesList .txtbox .qa dd {
    margin-top: 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d0d5d8; }
#voicesList .phtbox {
  width: 200px; }
  #voicesList .phtbox .pht {
    background: #eff1f2;
    padding: 8px; }
    #voicesList .phtbox .pht img {
      aspect-ratio: 46/65;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #voicesList .phtbox .link-btn {
    margin-top: 16px; }
    #voicesList .phtbox .link-btn a {
      font-size: 1.4rem;
      padding: 15px; }

@media screen and (max-width: 600px) {
  #voicesList .voicesec {
    padding: 48px 5.5%; }
  #voicesList .txtbox {
    width: 100%; }
  #voicesList .phtbox {
    margin: 32px auto 0;
    max-width: 200px; } }
