@charset "UTF-8";
.main {
    background-color: var(--default_white, #fff);
}
.article_header h2 {
    display: flex;
    padding: 100px 0;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    align-self: stretch;
    border-bottom: none;
}


.Q, .A {
    text-align: center;
    font-family: "Playfair Display";
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 1px;
}
.Q-txt {
    font-family: "Playfair Display";
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 1px;
    align-items: flex-start;
    width: 100%;
}
.FAQ-img_contaner {
    display: flex;
    width: 70px;
    justify-content: right;
}
.FAQ-img {
    width: 40px;
    height: 36px;
    cursor: pointer;
}
.A-txt {
    font-family: "Playfair Display";
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 1.12px;
    width: 100%;
}
.Q-1 {
    display: flex;
    width: 90%;
    padding: 10px;
    align-items: flex-start;
    gap: 15px;
    border-radius: 10px;
    background: var(--background, #FBEEEA);
}
.A-1 {
    display: flex;
    width: 90%;
    padding: 10px 70px 10px 10px;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
}
.QA-1, .QA {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.FAQ {
    display: flex;
    padding-bottom: 100px;
    flex-direction: column;
    gap: 50px;
}
.FAQ a {
    border-bottom: 1px dotted var(--text_color, #56452D);
    padding-bottom: 2px;
    display: inline-block;
}