@charset "UTF-8";
/* コンテンツ */

#title_tx1 {
    color: #fff !important;
}
.faq_box {
    margin-bottom: 3em;
}
.faq_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -1em;
}
.faq_box ul li {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 1em;
}
.q_tx {
    background-color: #fff;
    line-height: 1.7;
    padding: 1em 1.2em;
    cursor: pointer;
}
.q_tx strong {
    font-size: 1.4em;
    font-weight: 400;
    margin-right: 0.3em;
}
.a_tx {
    display: none;
}
.a_tx section {
    line-height: 1.7;
    padding: 1em 1.2em;
}
.a_tx strong {
    font-size: 1.4em;
    font-weight: 400;
    margin-right: 0.3em;
}

@media screen and (max-width: 960px) {

}


@media screen and (max-width: 560px) {
.faq_box {
    margin-bottom: 2em;
}
.faq_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -1em;
}
.faq_box ul li {
    width: 100%;
    margin-bottom: 1em;
}
.q_tx {
    background-color: #fff;
    line-height: 1.7;
    padding: 1em 1.2em;
}
.q_tx strong {
    font-size: 1.4em;
    font-weight: 400;
    margin-right: 0.3em;
}

}
