.under-dash {
    border-bottom: dashed 5px #87CEFA;
  }
  
  .under-linear {
    background: linear-gradient(transparent 50%, #a8eaff 50%);
  }
  

.list_answer-wrap {
    list-style:  none;
    margin:  0; 
    padding: 0; 
}

.list_answer:before {
    content:  ""; 
    width: 20px; 
    height: 20px;
    display:  inline-block;
    position:  relative;
    margin-right: 5px;
    background-image:  url(img/ic_answer01.png);
    background-size:  contain;
    background-repeat:  no-repeat;
    vertical-align: top;
}

.list_answer {
background: #fffde8;
margin-bottom: 5px;
    padding:  10px; 
    font-size:  14px; 
border-bottom: dotted 2px #f7ab00;
}