body{
    background: url(../img/haikei.jpg);
  }
  .note_wrap{
    background: #fff;
    padding: 1em 2em;
    width: 80%;
    margin: 30px auto;
    box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.7);
  }
  .note{
    background-image:
      linear-gradient(
        180deg,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0) 97%,
        #ddd 97%,
        #ddd 100%
      );
    background-size:100% 2em;
    line-height:2;
  }
  .note p{
    margin-bottom:2em;
    font-family: cursive;
  }
 