.main-content {
    align-self: stretch;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding: 0 var(--padding-xl);
    box-sizing: border-box;
}

.privacy-policy {
    align-items: center;
    align-self: center;
    color: var(--text-label);
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 100%;
    width: 100%;
    max-width: 800px;
    text-align: left;
}

.page-title {
    align-self: stretch;
    font-size: 32px;
    margin: 0;
    padding-bottom: 1.25rem;
}

.sub-title {
    align-self: stretch;
    color: var(--Text-Label, #222);
    font-family: "Noto Sans JP";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.sub-sub-title {
    align-self: stretch;
    color: var(--Text-Main, #333);
    font-family: "Noto Sans JP";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.575rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.main-text {
    align-self: stretch;
    color: var(--Text-Main, #333);
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7rem;
    margin-top: 0;
    margin-bottom: 0;
}

.item-title {
    align-self: stretch;
    color: var(--Text-Main, #333);
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.item-text {
    align-self: stretch;
    color: var(--Text-Main, #333);
    font-family: "Noto Sans JP";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem;
    margin-top: 0;
    margin-bottom: 0;
}

hr {
    background-color: #EEEEEE;
    border-top: none;
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.privacy-policy ul {
    list-style-type: none;
    margin: 1.25rem 0 0 0;
}

.privacy-policy li {
    margin: 0;
}

.privacy-policy li:last-child {
    margin-bottom: 0;
}

.divider {
    height: 0;
    border: none;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #CCC;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.special-bottom-margin {
    margin-bottom: 2.5rem;
}
