.faqListItem {
    margin: 30px 0 0 0;
}
.question {
    background-color: #0741b6;
    padding: 10px 2% 10px 2%;
    color: #fff;
    font-weight: 700;
    display: flex;
    font-size: 16px;
    align-items: center;
    border: 1px solid #0741B6;
}
.qIcon {
    max-width: 40px;
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1em;
    background-color: #fff;
    color: #0741b6;
    font-weight: 700;
    padding: 0 0 3px 0;
    text-align: center;
}
.qTxtBox {
    margin: 0 0 0 2%;
    width: 100%;
}
.answer {
    background-color: #fff;
    padding: 20px 2% 20px 2%;
    display: flex;
    align-items: center;
    border: 1px solid #0741B6;
}
.aIcon {
    max-width: 40px;
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0741b6;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1em;
    text-align: center;
}
.aTxtBox {
    margin: 0 0 0 2%;
    width: 100%;
}
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.question {
    font-size: 18px;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */