.pdf-button
{
    display: inline-block;
    border: #4562ac solid 1px;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    transition: all .3s;
    width: 453px;
    text-align: center;
}

.pdf-button > a p
{
    color: #4562ac;
    font-size: 1.2em;
    text-align: center;
}

.pdf-button > a img
{
    height: 300px;
}

.pdf-button-sp
{
    display: none;
}

.pdf-button a:hover
{
    opacity: 0.6;
}

.pdf-button a:visited
{
    opacity: 0.6;
}

.left
{
    display: inline-block;
}

.right
{
    float: right;
}

.download-text
{
    margin-top: 30px;
}

div.pdf-button> a.pdf-button-text::after
{
    content: none !important;
}

.preconnote-grd ul.list-btn
{
    text-align: center;
}

div.list-btn__btn.js-match-height.btn-hover> a.button-textcolor::after
{
    content: none !important;
}

.list-btn .position-center
{
    display: inline-block;
}

.list-btn .position-center.confirmation
{
    margin-right: 10%;
}

@media screen and (max-width:640px)
{
    .pdf-button
    {
        display: none;
    }

    .pdf-button-sp
    {
        display: initial;
    }

    .pdf-button p
    {
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
        text-align: center;
        outline: none;
        color: #fff;
        font-weight: 700;
    }

    .download-text
    {
        margin-top: -20px;
    }

}