@charset "UTF-8";
.toiawase ul{
    display: flex;
    list-style-type: none;
}
.comment{
    padding-left: 2rem;
    text-indent: -3rem;
}

@media screen and (max-width: 768px) {
   .toiawase ul{
    display: block; 
    margin-left: 10px;
   }
   .toiawase ul li:nth-child(2),
   .toiawase ul li:nth-child(3){
    margin-left: 20px;
   }

}