/* --------------------
 FAQ
-------------------- */
.com-page-head {
    background-image: url(../images/pages/faq/faq-page-head-bg.webp);
}

.faq-container {
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .faq-container {
        padding: 0 30px;
    }
}

.faq__list {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .faq__list {
        margin: 0 0 90px;
    }
}

.faq__list__item {
    border-bottom: 1px solid #f19b9e;
}

.faq__list__item__link {
    color: inherit;
    display: block;
    position: relative;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.faq__list__item__link__title {
    background-color: rgba(241, 155, 158, 0.2);
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6;
    padding: 18px 15px 18px 65px;
    position: relative;
}

@media (min-width: 768px) {
    .faq__list__item__link__title {
        font-size: var(--fs16);
        padding: 22px 15px 22px 80px;
    }
}

.faq__list__item__link__title:before {
    align-items: center;
    background-color: #9196ca;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    content: "Q";
    display: flex;
    flex-flow: row nowrap;
    font-family: "Zen Maru Gothic";
    font-size: var(--fs20);
    font-weight: 500;
    height: 40px;
    justify-content: center;
    left: 10px;
    letter-spacing: 0;
    margin: auto 0;
    padding: 0 0 0.1em 0.05em;
    position: absolute;
    top: 0;
    width: 40px;
}

@media (min-width: 768px) {
    .faq__list__item__link__title:before {
        left: 20px;
    }
}

.faq__list__item__link__content {
    padding: 18px 15px 18px 65px;
    position: relative;
}

@media (min-width: 768px) {
    .faq__list__item__link__content {
        padding: 22px 15px 22px 100px;
    }
}

.faq__list__item__link__content:before {
    align-items: center;
    background-color: #f0927a;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    content: "A";
    display: flex;
    flex-flow: row nowrap;
    font-family: "Zen Maru Gothic";
    font-size: var(--fs20);
    font-weight: 500;
    height: 40px;
    justify-content: center;
    left: 10px;
    letter-spacing: 0;
    margin: auto 0;
    padding: 0 0 0.1em 0.05em;
    position: absolute;
    top: 0;
    width: 40px;
}

@media (min-width: 768px) {
    .faq__list__item__link__content:before {
        left: 40px;
    }
}

.faq__list__item__link__content p {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .faq__list__item__link__content p {
        font-size: var(--fs16);
    }
}

.faq__list__item__link:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .faq__list__item__link:hover {
        opacity: 0.65;
    }
}

.faq__detail__title {
    background-color: rgba(241, 155, 158, 0.2);
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6;
    padding: 18px 15px 18px 65px;
    position: relative;
}

@media (min-width: 768px) {
    .faq__detail__title {
        font-size: var(--fs16);
        padding: 22px 15px 22px 80px;
    }
}

.faq__detail__title:before {
    align-items: center;
    background-color: #9196ca;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    content: "Q";
    display: flex;
    flex-flow: row nowrap;
    font-family: "Zen Maru Gothic";
    font-size: var(--fs20);
    font-weight: 500;
    height: 40px;
    justify-content: center;
    left: 10px;
    letter-spacing: 0;
    margin: auto 0;
    padding: 0 0 0.1em 0.05em;
    position: absolute;
    top: 0;
    width: 40px;
}

@media (min-width: 768px) {
    .faq__detail__title:before {
        left: 20px;
    }
}

.faq__detail__content {
    margin: 0 0 40px;
    padding: 18px 15px 18px 65px;
    position: relative;
}

@media (min-width: 768px) {
    .faq__detail__content {
        padding: 18px 15px 18px 100px;
    }
}

.faq__detail__content:before {
    align-items: center;
    background-color: #f0927a;
    border-radius: 50%;
    color: #fff;
    content: "A";
    display: flex;
    flex-flow: row nowrap;
    font-family: "Zen Maru Gothic";
    font-size: var(--fs20);
    font-weight: 500;
    height: 40px;
    justify-content: center;
    left: 10px;
    letter-spacing: 0;
    margin: auto 0;
    padding: 0 0 0.1em 0.05em;
    position: absolute;
    top: 18px;
    width: 40px;
}

@media (min-width: 768px) {
    .faq__detail__content:before {
        left: 40px;
    }
}

.faq__detail__content p {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin: 0 0 1.5em;
    width: 100%;
}

@media (min-width: 768px) {
    .faq__detail__content p {
        font-size: var(--fs16);
    }
}

.faq__detail__content p:last-child {
    margin-bottom: 0;
}

.faq__detail__fig {
    margin: 0 0 40px;
    text-align: center;
}

.faq__detail__action {
    margin: 50px 0 0;
}

.faq__detail__action .com-button {
    max-width: 180px;
}