#ankers {
    padding-top: 70px;
    padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
    #ankers {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
#ankers .inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
@media screen and (max-width: 767px) {
    #ankers .inner {
        flex-direction: column;
        align-items: center;
    }
}
#ankers .inner a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 767px) {
    #ankers .inner a {
        flex-direction: row;
    }
}
#ankers .inner a:not(:first-child) {
    margin-left: 98px;
}
@media screen and (max-width: 767px) {
    #ankers .inner a:not(:first-child) {
        margin-top: 10px;
        margin-left: 0;
    }
}
#ankers .inner a .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border: solid 2px var(--theme-color);
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
    #ankers .inner a .icon {
        width: 44px;
        height: 44px;
    }
}
#ankers .inner a .icon img {
    width: 100%;
    height: 100%;
}
#ankers .inner a .text {
    display: flex;
    align-items: center;
    margin-top: 12px;
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 20px;
    text-align: right;
    color: #313131;
}
@media screen and (max-width: 767px) {
    #ankers .inner a .text {
        margin-top: 0;
        margin-left: 12px;
        font-size: 14px;
        justify-content: space-between;
        flex-grow: 1;
    }
}
#ankers .inner a .text::after {
    content: "";
    display: block;
    margin-left: 8px;
    width: 6px;
    height: 6px;
    border-right: solid 2px var(--theme-color);
    border-bottom: solid 2px var(--theme-color);
    transform: rotate(45deg);
}

#content {
    padding-bottom: 120px;
}
#content .set:not(:first-child) {
    margin-top: 120px;
}
#content .set .common-title.type03 {
    margin-bottom: 29px;
}
#content .set .item:not(:first-child) {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #bebebe;
}
#content .set .item .question {
    display: flex;
    align-items: center;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 24px;
    text-align: left;
    color: #000;
}
#content .set .item .question::before {
    flex-shrink: 0;
    content: "Q";
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 28px;
    padding-bottom: 6px;
    width: 37px;
    height: 37px;
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: #fff;
    background-color: #bebebe;
    border-radius: 50%;
}
#content .set .item .answer {
    display: flex;
    align-items: center;
    margin-top: 40px;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 24px;
    text-align: left;
    color: #000;
}
#content .set .item .answer::before {
    flex-shrink: 0;
    content: "A";
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 28px;
    padding-bottom: 6px;
    width: 37px;
    height: 37px;
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: #fff;
    background-color: var(--theme-color);
    border-radius: 50%;
} /*# sourceMappingURL=faq.css.map */

/* .faq-nav {
    @media screen and (max-width: 767px) {
      display: flex;
      align-items: center;
    }
} */

.faq-nav {
    & a {
        @media screen and (max-width: 767px) {
            width: 20rem;
        }
    }
}
