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

.faq {
    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 {
    color: var(--Text-Label, #222);
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    width: 100%;
    margin: 0 0 2.5rem 0;
}

.faq-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;
}

.faq-content {
    align-self: stretch;
    color: var(--Text-Sub, #666);
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7rem;
    margin-top: 0.5rem;
    width: 100%;
}

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