.notice__container {
    max-width: 680px;
    margin: 0 auto 5rem;
    padding-left: 20px;
    padding-right: 20px;
}

.features--heading-small .u-h1, .features--heading-small .Rte h1 {
    font-size: calc(var(--s-val)*2);
}

.Table, .Rte table {
    width: 100%;
    border-collapse: separate;
    white-space: nowrap;
}

.Rte h1 {
    margin: 2.2em 0 .8em;
    font-size: calc(var(--s-val)*2);
}

.p_wrap p {
    font-size: calc(var(--s-val) * 1.4);
}

tr {
    white-space: normal;
}

.breadcrumbs {
    margin: 2em 4em 2em;
}

.features--heading-uppercase .Rte h1, .features--heading-uppercase .Rte h2, .features--heading-uppercase .Rte h3, .features--heading-uppercase .Rte h4, .features--heading-uppercase .Rte h5, .features--heading-uppercase .Rte h6 {
    letter-spacing: .2em;
    text-transform: uppercase;
}

.Table th, .Table td, .Rte table th, .Rte table td {
    padding: 18px 10px;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
}

.Table th:first-child, .Table td:first-child, .Table tfoot td:empty+td, .Rte table th:first-child, .Rte table td:first-child, .Rte table tfoot td:empty+td {
    padding-left: 0;
}

table.p_wrap {
    width: 100%;
}

.Table, .Rte table {
        white-space: normal;
    }

tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}

nav.breadcrumbs {
    position: relative;
    top: unset;
    left: unset;
    padding-top: 2rem;
}

td.p_td1 {
    width: 20%;
}

@media screen and (max-width: 768px) {
    .notice__container {
    padding-top: 2rem;
}

.Rte p:not(:last-child), .Rte ul:not(:last-child), .Rte ol:not(:last-child) {
    margin-bottom: 1.6em;
    font-size: calc(var(--s-val)*1.2);
}

td.p_td1 {
    width: 35%;
}
}