.pg-delivery-payment{
    margin: 30px auto;
    padding: 10px 25px 30px;
    background-color: #FFF;
    font-size: 16px;
    min-height: calc(100vh - 385px);
}
.pg-delivery-payment .title{
    margin: 30px auto;
    max-width: 1120px;
    font-size: 24px;
}
.pg-delivery-payment .dl_table {
    margin: 30px auto;
    max-width: 1120px;
    border-top: 1px dotted #ccc;
}
.pg-delivery-payment .dl_table dl{
    display: flex;
    padding: 14px 0;
    border-bottom: 1px dotted #ccc;
}
.pg-delivery-payment .dl_table dl>dt{
    width: 30%;
    font-weight: bold;
}
.pg-delivery-payment .dl_table dl>dd{
    width: 70%;
}
@media only screen and (max-width: 480px){
	.pg-delivery-payment .dl_table dl{
        flex-direction: column;
    }
    .pg-delivery-payment .dl_table dl>dt{
        width: 100%;
    }
    .pg-delivery-payment .dl_table dl>dd{
        width: 100%;
    }
}