@charset 'utf-8';

.scrollResInnerWidth{
  min-width: 570px;
}

ul.list-bullet-01 li .list-bullet-01{
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 10px;
  background-color: #e0e0e0;
}
@media only screen and (max-width:600px){
  ul.list-bullet-01 li .list-bullet-01{
    padding-left: 20px;
    padding-right: 20px;
  }
}