@charset "UTF-8";
/*
.pdf-title{margin-bottom: 20px; font-family: 'Noto Medium'; display: block; line-height: 1.3; font-size: 30px; color: #151515; letter-spacing: -1.5px;}
.btn-down{display: inline-block; float:right;}
.btn-down a{background: url(./../images/icon-book.png) 95% center no-repeat; border: 1px solid #ddd; padding: 10px 120px 10px 20px; font-family: 'Noto Regular'; text-align: left; display:block;}*/



.pdf-title {
    margin-bottom: 20px;
    font-family: 'Noto Medium';
    display: block;
    line-height: 1.3;
    font-size: 30px;
    color: #151515;
    letter-spacing: -1.5px;
}

.btn-down {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.btn-down h2 {margin-bottom:0;margin-right: 20px;line-height: 1;display: flex;flex-direction: column;justify-content: center;}
.btn-down a {
    background: url(./../images/icon-book.png) 93% center no-repeat;
    border: 1px solid #ddd;
    padding: 5px 55px 5px 15px;
    font-family: 'Noto Regular';
    text-align: left;
    background-size: 30px;
}


@media all and (max-width:550px) {

    .btn-down h2 {margin-right:0;display: block;margin-bottom: 10px;width: 100%;}
    .btn-down a  {width:100%; }

    
}
