/* Custom CSS for Policy page */

.container {
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 24px auto 0;
}

@media (max-width: 959px) {
    .container {
        margin: 0;
    }

    .wrapper > .container {
        padding-top: 14px;
    }
}

.wrapper .content {
    margin-top: 24px;
    overflow: visible;
}

h1 {
    color: #222;
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    letter-spacing: 1.44px;
    padding: 26px 32px;
    background-color: #f5f5f5;
}

@media (max-width: 959px) {
    h1 {
        padding: 16px 23px 16px 24px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.96px;
    }
}

h2 {
    margin-top: 40px;
    margin-bottom: 24px;
    color: #222;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.44px;
}

h2:not(:nth-of-type(1)) {
    margin-top: 80px;
}

@media (max-width: 959px) {
    h2 {
        margin-top: 26px;
        margin-bottom: 8px;
        color: #222;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.96px;
    }

    h2:not(:nth-of-type(1)) {
        margin-top: 30px;
    }
}

h3 {
    color: #222;
    margin-top: 24px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.08px;
}

@media (max-width: 959px) {
    h3 {
        margin-top: 16px;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.84px;
    }
}

hr {
    border: none;
    border-top: 2px solid #ED780A;
    margin: 6px 0 16px;
}

@media (max-width: 959px) {
    hr {
        margin: 8px 0;
    }
}

p, ul, li {
    color: #222;
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 959px) {
    p, ul, li {
        font-size: 14px;
        line-height: 19px;
    }
}

ul {
    padding-left: 1em;
    margin-top: 8px;
}

ul:not(.info-card) li::marker {
    content: "・";
}

ul.info-card {
    padding: 30px;
    width: 100%;
    background-color: #f5f5f5;
    margin-top: 20px
}

ul.info-card > li {
    list-style-type: none;
    line-height: 170%;
}

@media (max-width: 959px) {
    ul.info-card > li {
        line-height: 19px;
    }
}

table {
    margin-top:32px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #757578;
    border-radius: 8px;
    overflow: hidden;
    font-size: 16px;
    color: #1A1A1C;
    letter-spacing: 0.64px;
}

@media (max-width: 959px) {
    table {
        font-size: 14px;
        letter-spacing: 0.56px;
    }
}

table th {
    border-right: 1px solid #757578;
    border-bottom: 1px solid #757578;
    line-height: 150%;
    padding: 16px;
}

table td {
    border-right: 1px solid #757578;
    border-bottom: 1px solid #757578;
    line-height: 175%;
    padding: 12px 24px;
}

table thead th, table thead td {
    font-weight: 700;
}

table th:last-child,
table td:last-child {
    border-right: none;
}

table tbody tr:last-child th,
table tbody tr:last-child td {
    border-bottom: none;
}

table th {
    background-color: #F8F8FB;
    text-align: left;
}