@charset "utf-8";

/* trouble_area */
.imgRightText {
    display: grid;
    grid-template-columns: 68% 170px;
    justify-content: space-between;
    text-align: center;
}

.imgRightText__img {
    width: 100%;
    margin: 0;
}

.imgRightText__img img {
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .imgRightText {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.6em;
    }

    .imgRightText__img {
        width: min(100%, 150px);
    }
}


/* troubleEX */
.troubleEX__title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #0077a9;
    text-align: left;
}

.hana_set figure {
    text-align: center;
}

.hana_set figure img {
    max-width: 100%;
}


.qa_accordion .content dl:first-child dt {
    margin-top: 0;
}
