@charset "utf-8";
#faq section {
    margin-bottom: 40px;
}
#faq h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}
#faq dl {
    background: #ddebf7;
    border-radius: 10px;
    padding: 7px 10px;
    margin-bottom: 10px;
}
#faq dt {
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#faq dt span {
    display: block;
}
#faq dd {
    font-size: 16px;
    padding-left: 52px;
    display: none;
    margin: 15px 0 10px;
}
.icon_q {
    background: #004ea2;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    margin-right: 10px;
    width: 27px;
    height: 27px;
    text-align: center;
}