.L01-001 picture{
    margin:30px 0;
    display: block;
    text-align: center;
}
.L01-001 img{
    max-width: 100%;
    height: auto;
}
.L01-001 .pdf_link{
    position: relative;
}
.L01-001 .pdf_link:before{
    position: absolute;
    bottom: 5px;
    right: -50px;
    width: 25px;
    height: 13px;
    margin-left: 10px;
    background: url(/common/image/modules/icon-pdf-01@2x.png) no-repeat;
    background-size: 100%;
    content: "";
}