main {
    background: #f4f7fd;
    padding-bottom: 8rem;
}

#title {
    padding: 7rem 0 0;
}

#title h1 {
    font-weight: 700;
    font-size: 3.6rem;
    letter-spacing: -0.05em;
    color: #121212;
    text-align: center;
}

#privacy {
    margin-top: 4rem;
    background: #fff;
    width: 118rem;
    border-radius: 1.5rem;
    padding: 4rem;
}

#privacy section {
    margin-top: 7rem;
    scroll-margin-top: calc(var(--TopHeight, 0px) + var(--HeaderHeight) + 2rem);
}

#privacy section .inner {
    padding: 0;
    width: auto;
}
#privacy section:first-child {
    margin-top: 0;
}

#privacy h2 {
    font-weight: 700;
    font-size: 2.2rem;
    letter-spacing: -0.03em;
    color: #121212;
}

#privacy .content {
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: -0.04em;
    color: #333;
}
#privacy .content.wrap {
    border: solid 1px #dfdfdf;
    padding: 1.5rem 2rem;
    color: #666;
}
#privacy .content li ~ li {
    margin-top: 0.2rem;
}
#privacy .content li ul, .content li ol {
    margin-left: 1.8rem;
    font-size: 1.4rem;
}
#privacy .content li .table-wrapper {
    margin-bottom: 1rem;
}
#privacy .table-wrapper + .content {
    margin-top: 1rem;
}
#privacy .content li .content {
    margin-top: 1rem;
}
#privacy .content a {
    color: #0076ff;
    text-decoration: underline;
}
#privacy .content dt {
    font-weight: 600;
}
#privacy .content dt ~ dt {
    margin-top: 1rem;
}

#privacy table {
    width: 100%;
    border-top: solid 2px #121212;
}
#privacy table thead {
    background-color: #F7F7F7;
}
#privacy table th,
#privacy table td {
    text-align: center;
    border: solid 1px #C8CDD4;
    padding: 0.6rem 1rem;
    color: #121212;
}
#privacy table th:first-child,
#privacy table td:first-child {
    border-left: 0;
}
#privacy table th:last-child,
#privacy table td:last-child {
    border-right: 0;
}
#privacy table th {
    font-weight: 500;
    padding: 0.6rem 0;
}
#privacy .tfoot {
    font-size: 1.4rem;
}

#privacy .box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
    gap: 3rem;
    background-color: #F7F7F7;
}

#privacy .reason {
    border-radius: 5px;
    background-color: #F7F7F7;
    padding: 1rem 2rem;
    margin-bottom: 0.8rem;
}
#privacy .reason.content ul {
    margin-left: 0;
}
#privacy .reason ul li {
    line-height: 1.5;
}
#privacy .index {
    margin-top: 2rem;
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
    border-radius: 5px;
    border: solid 1px #C8CDD4;
    padding: 2.5rem 3.5rem;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: -0.04em;
    color: #333;
    row-gap: 0.3rem;
}
#privacy .index li {
    text-align: left;
}
#privacy .index li a {
    color: inherit;
    text-decoration: unset;
}
#privacy .index li a:hover {
    color: #0076FF;
    text-decoration: underline;
}