@charset "UTF-8";
.qa {}
.qa_title {}
.qItem {
    margin-bottom: 21px;
}
.qItem_titleWrap {
    background: rgb(225, 236, 234);
    position: relative;
    z-index: 1;
    padding: 14px 5px 14px 66px;
    min-height: 22px;
    margin-bottom: 5px;
}
.qItem_title {
    font-size: 19px;
}
.qItem_answer_mark {
    position: absolute;
    z-index: 1;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    top: 0;
    left: 0;
}
.qItem_answer_mark-q {
    background: rgb(43, 123, 103);
}
.qItem_answer {
    background: rgb(234, 234, 234);
    position: relative;
    z-index: 1;
    padding: 13px 30px 13px 72px;
    min-height: 24px;
}
.qItem_answer_mark-a {
    background: rgb(158, 118, 9);
}
.qItem_body {}

/* タブレット以下設定 */

@media screen and (max-width:999px) {
    .qa {}
    .qa_title {}
    .qItem {}
    .qItem_titleWrap {}
    .qItem_title {}
    .qItem_answer_mark {}
    .qItem_answer_mark-q {}
    .qItem_answer {}
    .qItem_answer_mark-a {}
    .qItem_body {}
}

/* スマホ設定 */

@media screen and (max-width:699px) {
    .qa {}
    .qa_title {}
    .qItem {}
    .qItem_titleWrap {
        padding: 10px 10px 10px 40px;
    }
    .qItem_title {
        font-size: 16px;
    }
    .qItem_answer_mark {
        width: 30px;
        font-size: 18px;
        line-height: 30px;
    }
    .qItem_answer_mark-q {}
    .qItem_answer {
        padding: 10px 10px 10px 40px;
    }
    .qItem_answer_mark-a {}
    .qItem_body {}
}
