@charset "utf-8";
.before-q,
.before-a {
    font-size: 1.01rem;
    position: relative;
    padding-left: 2em;
}
.before-q::before,
.before-a::before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 1.4em;
    width: 1.4em;
    position: absolute;
    left: 0;
}
.before-q::before {
    content: '';
    background-image: url(/dishwasher/img/trouble-check/tc_icon_q.gif);
}
.before-a::before {
    content: '';
    background-image: url(/dishwasher/img/trouble-check/tc_icon_a.gif);
}

/* SP用 */
@media screen and (max-width: 560px) {

}

/* PC用 */
@media screen and (min-width: 561px) {

}

/*矢印 IEのみ*/
@media all and (-ms-high-contrast: none) {

}

