.part-img{
    background-image:url(img_06.svg);  /* 画像のURLを指定       */
    background-repeat:  repeat-y;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:contain;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
}