.pdf_list {
    margin-bottom: 50px;
    font-size: 1.6rem;
}

.pdf_list a {
    text-decoration: underline;
}

.pdf_list > li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}

.pdf_list li a[target='_blank'] {
    margin-right: 30px;
}

.pdf_list > li:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 4px;
    width: 13px;
    height: 13px;
    background-color: #606060;
}

.pdf_list li a[target='_blank']:after {
    width: 22px;
    height: 25px;
    background-image: url(/img/common/ico_pdf.png);
    display: inline-block;
    margin-left: 10px;
    content: '';
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}

.get_reader dl {
    padding: 4%;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    display: flex;
    width: 60%;
    margin: 0 auto;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.br_sp {
    display: none;
}

@media screen and (max-width: 750px) {

}