li{
    font-size:20px; color:#fff;
    list-style: square;
    font-family:"a-otf-midashi-go-mb31-pr6n",sans-serif;
}
h1{font-size:60px; color:#fff;
    font-family:"a-otf-midashi-go-mb31-pr6n",sans-serif;
}
body
{
    background-size:cover;
    background-image:url("./img/livingroom.png");
    background-repeat:no-repeat;
}
ul, ol {

    padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
    text-indent: 2em;
    line-height: 0.2; /*文の行高*/
    padding: 0.5em 0; /*前後の文との余白*/
  }