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

.buyers-guide {
    align-items: center;
    align-self: center;
    color: var(--text-label);
    display: flex;
    flex: 1;
    flex-direction: column;
    /* gap: var(--gap-5xl); */
    justify-content: flex-start;
    max-width: 100%;
    width: 100%;
    max-width: 800px;
    text-align: left;
}

.key-visual {
    width: 100%;
    max-width: 50rem;
    margin-bottom: 2.5rem;
}

.section-title {
    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: 0rem;
    margin-bottom: 0.7rem;
    width: 100%;
}

.main-text {
    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: 0rem;
    margin-bottom: 0rem;
    width: 100%;
}

.guide-visual {
    width: 100%;
    max-width: 37.5rem;
    margin-top: 1.5rem;
    margin-bottom: 0rem;
}

.supplementary-text {
    color: var(--Text-Sub, #666);
    font-family: "Noto Sans JP";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    width: 100%;
}

.snippet-frame {
    display: flex;
    width: 100%;
    max-width: 37.5rem;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 1rem;
    background: var(--Gray-10, #EEE);
    margin-top: 0.8rem;
    margin-bottom: 1rem;
}

.snippet-title {
    align-self: stretch;
    color: var(--Text-Main, #333);
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7rem;
    margin-bottom: 0.75rem;
}

.snippet-subtitle {
    align-self: stretch;
    color: var(--Text-Main, #333);
    font-family: "Noto Sans JP";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4875rem;
}

.snippet-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.2rem;
    margin-bottom: 0.7rem;
}

.snippet-source {
    color: var(--Text-Sub, #666);
    font-family: "Noto Sans JP";
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 350;
    line-height: 0.9375rem;
    width: 100%;
    text-align: right;
}

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

@media screen and (max-width: 900px) {
    .guide-text {
        font-size: 1.5rem;
        line-height: 2.2rem;
    }
}
