.lab-tabs-title {
    margin-top: 30px;
    display: inline-block;
}

.lab-tabs-title h2 {
    margin: 20px 0 16px 0;
    padding: 0;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1px;
    color: #313134;
}



.faq-container {
    width: 100%;
    background-color: white;
    /* margin-bottom: 100px; */
    padding-bottom: 100px;
}

.faq-container ul {
    margin: 0 37.3px;
    /* margin: 0; */
    padding: 0;
}

.faq-container li {
    list-style: none;
}

/* 設定寬度，讓文字標題不要超過+-符號 */
/* .faq-title h3 {
    margin: 20px 0;
    padding: 0;
    width: 90%;

    text-align: left;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1px;
    color: #313134;
}

.faq-answer p {
    display: inline-block;
    margin: 20px 0;
    text-align: left;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #313134;
} */

/* .faq-title {
    display: block;
    background: url("https://cdn.akimia.com.tw/shopline/2022-rebranding/image/icon/expand.svg") no-repeat right 28px center;
    background-size: 24px 24px;
    cursor: pointer;
}

.faq-title.active {
    display: block;
    background: url("https://cdn.akimia.com.tw/shopline/2022-rebranding/image/icon/collapse.svg") no-repeat right 28px center;
    background-size: 24px 24px;
} */


/* .faq-answer-item_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

}

.faq-answer-item_container section {
    margin-bottom: 35px;
    width: 31%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} */

.faq-answer-item_container section p {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.faq-answer-item_container section img {
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
}

/* .detail_content {
    display: block;
    margin: 20px 0;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.5px;
    color: #313134;
} */

/* @media screen and (max-width:768px) { */

    .faq-title h3 {
        margin: 16px 0;
        padding: 0;
        text-align: left;
        font-family: 'Noto Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 27px;
        letter-spacing: 1px;
        color: #313134;
    }

    .faq-answer p {
        display: inline-block;
        margin: 16px 0;
        text-align: left;
        font-family: 'Noto Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.5px;
        color: #313134;
    }

    .faq-title {
        display: block;
        background: url("https://cdn.akimia.com.tw/shopline/2022-rebranding/image/icon/expand.svg") no-repeat right 8px center;
        background-size: 16px 16px;
        cursor: pointer;
    }

    .faq-title.active {
        display: block;
        background: url("https://cdn.akimia.com.tw/shopline/2022-rebranding/image/icon/collapse.svg") no-repeat right 8px center;
        background-size: 16px 16px;
    }

    .faq-answer-item_container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .faq-answer-item_container section {
        margin-bottom: 36px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .faq-answer-item_container section:last-child {
        margin-bottom: 16px;
    }

    .detail_content {
        display: block;
        margin: 8px 0 16px 0;
        font-family: 'Noto Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 15px;
        letter-spacing: 0.5px;
        color: #313134;
    }

    .faq-answer-item_container section p {
        margin-top: 0;
    }

    .faq-answer-item_container section p:nth-child(1) {
        border-bottom: 1px solid #8F9195;
        margin-bottom: 0;
        padding-bottom: 8px;
        line-height: 19px;
    }

    .faq-answer-item_container section .akimia-separator {
        display: none;
    }
/* } */






/* 送貨與付款方式 */
/* .payment_delivery_info_wrapper {
    display: inline-block;
    margin: 20px 0;
}

.payment-delivery-info {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.payment-delivery-info div {
    padding: 8px;
    border: 1px solid #8F9195;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #313134;
} */

/* @media screen and (max-width:768px) { */
    .payment_delivery_info_wrapper {
        display: inline-block;
        margin: 16px 0;
    }

    .payment-delivery-info {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .payment-delivery-info div {
        padding: 8px;
        border: 1px solid #8F9195;
        font-family: 'Noto Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.5px;
        color: #313134;
    }
/* } */

/* END 送貨與付款方式 */