@charset "utf-8";
/* CSS Document */

 @media only screen and (min-width:1080px) {  
   .listbr{
     line-height: 1.8em;
  }
   
  .listbr br{
    display: none;
  }
  }

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    .listbr{
       line-height: 1.8em;
    }
  
    .listbr br{
    display: none;
  }
  }

@media only screen and (max-width: 767px) {
  .listbr{
       line-height: 2.0em;
    }
}