body{
    background-image: url("../img/patterns/neutral-dots.png");
    background-attachment: fixed;
    background-size: 1000px;
    background-position: center center;
    background-color: rgba(255,255,255,0.5);
}
.answer-ul {
    line-height: 50px;
    border-radius: 3px;
    border: none;
    color: #4c596a;
    padding: 15px;
}
.accordion-item{
    text-align: justify;
}
.accordion-header button{
    background-color: var(--lightest-gray);
    border: none;
}
.accordion-header img{
    width: 30px;
    margin-left: 16px;
}
.accordion-header.collapse{
    background-color: #c1d6cc !important;
}
#faq-hint{
    margin-top: 16px;
    background-color: var(--lightest-gray);
}
#title-illust{
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.tbl-container{
    max-width: 100% !important;
    overflow-x: scroll !important;
}
@media (max-width: 450px) {
    .section-divider-lg{
        width: 50px;
    }
    .accordion-header img{
        width: 20px !important;
    }
    .accordion-header button{
        padding: 8px !important;
        font-size: medium !important;
    }
}
@media (max-width: 768px) {
    #title-illust{
        flex-direction: column;
        align-items: center;
    }
    .accordion-body{
        padding: 8px !important;
    }
    th,tr,td{
        padding: 8px !important;
    }
}