/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

/*１，２質問文*/
.asterisk {
    display:none;
}
.ls-label-question{
    font-weight:700;
    font-size: 1.0em;
}
.answertext{
    font-weight:700 !important;
    font-size: 1.0em;
}

/*選択肢の間を少しつめる３*/

.fruity ul .checkbox-item {
      margin-bottom: 0.6em;
      padding-top:0.7em;
  }
.ls-answers{
    padding-top: 8px;
    padding-bottom: 8px;
}

/*スマホ表示の時の選択肢幅*/
@media screen and (max-width: 760px) {
  .checkbox-item label,.answer-item label {
      font-size: 90%;
      margin-top:5px;
  }
  .fruity .table-bordered {
      border:none;
  }
 }
