.table {
    width: 100%;
    border-top: 1px solid #888;
    font-size: 0.93333em;
}
dl {
    border-bottom: solid 1px #888;
}
dt img.poricy_img {
    margin-bottom: 5px;
}
@media only screen and (max-width: 979px) {
    dl {
        padding: 1.5rem 0;
    }
    dt {
        margin-bottom: 1.5rem;
        font-weight: 600;
    }
    
}
@media screen and (min-width: 980px), print {
    dl {
        display: flex;
        justify-content: space-between;
        padding: 1.5rem;
    }
    dt {
        width: 18%;
        text-align: left;
    }
    dd {
        width: 76%;
    }
}
