@charset "utf-8";
/* CSS Document */

.delivery_main{}
    .delivery_main p{
        width: 420px;
        float: right;
    }
    .delivery_main dl{
        width: calc(100% - 454px);
        float: left;
    }
        .delivery_main dt{
            display: block;
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .delivery_main dd{
            font-size: 1.5rem;
        }

@media screen and (max-width:767px) {
    .delivery_main p{
        width: 100%;
        max-width: 420px;
        float: none;
        margin: 0 auto;
    }
    .delivery_main dl{
        width: 100%;
        float: none;
        margin-top: 30px;
    }
}

.delivery_sub{
    margin-top: 60px;
    background: #f5f5f5;
    padding: 30px;
}
    .delivery_sub dl{
        width: calc(100% - 600px);
        float: left;
    }
        .delivery_sub dt{
            display: block;
            font-size: 1.8rem;
            font-weight: bold;
            margin-bottom: 15px;
        }
    .delivery_sub p{
        width: 560px;
        float: right;
    }
@media screen and (max-width:1159px) {
    .delivery_sub dl{
        width: 100%;
        float: none;
    }
    .delivery_sub p{
        width: 100%;
        max-width: 560px;
        float: none;
        margin: 30px auto 0 auto;
    }
}
@media screen and (max-width:767px) {
.delivery_sub{
    padding: 20px 15px;
}
}

.delivery_pdf{
    margin-top: 60px;
}
.delivery_pdf p a{
    display: block;
    border: solid 1px #ddd;
}
.delivery_pdf p a img{
    max-width: calc(100% - 2px);
}
.delivery_pdf p span{
    display: block;
    margin-top: 10px;
    text-align: right;
}

.delivery_last{
    margin-top: 60px;
    text-align: center;
}
.delivery_last p{
    font-size: 1.8rem;
    font-weight: bold;
}