@charset "UTF-8";

#faq {}

.nav_ac li a {
    min-width: 12em;
    font-size: 1.1rem;
}

.q_and_a dt,
.q_and_a dd {
    position: relative;
    padding-left: 30px;
}

.q_and_a dt:before,
.q_and_a dd:before {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.q_and_a dt {
    margin-bottom: 10px;
    font-weight: 700;
}

.q_and_a dt:before {
    content: "Q";
    background: #e57b7b;
}

.q_and_a dd {
    margin-bottom: 30px;
}

.q_and_a dd:before {
    content: "A";
    background: #49a0b1;
}

@media screen and (max-width: 640px) {}