@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.un_section__faq {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0 0 60px 0;
}

.un_faq_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    margin-top: 20px;
}

.un_faq_icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.un_faq_icon__q {
    align-items: flex-start;
    color: #ffffff;
    background-color: var(--c-main);
    padding-bottom: 4px;
    box-sizing: border-box;
}

.un_faq_icon__a {
    color: var(--c-main);
    background-color: transparent;
}

.un_faq_text {
    display: block;
    width: calc(100% - 24px - 10px);
}

.un_faq_text__q {
    font-size: 16px;
    font-weight: 600;
}

.un_faq_text__a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
}

.un_faq_text__a a {
    color: blue !important;
    text-decoration: underline;
}
