/* JSYS-972：SEO対策 活用法ページの修正 @since 2025.07.16 @author ione.miyasaka start */
.txtC {
    text-align: center;
}
.qa-component .qa-wrap .main-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    line-height: normal;
    letter-spacing: 3px;
}
.qa-component .qa-wrap .main-title .underline-dashed {
    border-bottom: 3px dashed #98b439;
}
.text-green {
    color: #8eb646;
}
.qa-component .qa-wrap .qa_subtitle {
    font-size: 16px;
    margin: 15px auto 25px;
}
.qa-component .qa-wrap .qa-table {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}
.qa-component .qa-wrap .qa-table .qa-item {
    border-radius: 10px;
    display: block;
    margin: 20px 0;
    padding: 0 20px;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(149, 157, 165, 0.2);
}
.qa-component .qa-wrap .qa-table .qa-item .question {
    color: #5aa03c;
    font-size: 20px;
    font-weight: 700;
    background: url(/images/qa_q.png) no-repeat no-repeat 10px 10px;
    width: 100%;
    max-width: 920px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    position: relative;
    padding: 20px 10px 20px 70px;
}

.qa-component .qa-wrap .qa-table .qa-item .question::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    right: 10px;
    top: 35%;
    transform: rotate(225deg);
    border-top: 2px #5aa03c solid;
    border-left: 2px #5aa03c solid;
    transition: all 0.2s ease-in-out;
}
.qa-component .qa-wrap .qa-table .qa-item .answer {
    background: url(/images/qa_a.png) no-repeat no-repeat 10px 20px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    padding: 20px 20px 25px 70px;
    line-height: 26px;
    display: block;
    border-top: 1px solid #999;
    padding: 20px 10px 20px 70px;
}

/* 768px以下 */
@media (max-width: 768px) {
    .qa-component {
        padding: 40px 5px;
    }
    .qa-component .qa-wrap .main-title {
        font-size: 24px;
    }
    .qa-component .qa-wrap .qa_subtitle {
        font-size: 14px;
        margin: 10px 0;
    }
    .qa-component .qa-wrap .qa-table {
        border-bottom: none !important;
        margin: 0;
    }
    .qa-component .qa-wrap .qa-table .qa-item {
        padding: 0 10px;
    }
    .qa-component .qa-wrap .qa-table .qa-item .question {
        padding: 20px 10px 20px 50px;
        background: url(/images/qa_q.png) no-repeat no-repeat 4px 15px;
        background-size: 35px auto;
    }
    .qa-component .qa-wrap .qa-table .qa-item .question::after {
        top: 40%;
        right: 0px;
        width: 7px;
        height: 7px;
    }
    .qa-component .qa-wrap .qa-table .qa-item .answer {
        background: url(/images/qa_a.png) no-repeat no-repeat 5px 10px / 30px !important;
        font-size: 0.8rem;
        padding: 10px 0px 9px 45px !important;
        border-top: 1px solid #999;
        line-height: 1.5;
        font-weight: normal;
    }
    .qa-component .qa-wrap .qa-table .qa-item .question {
        font-size: 14px;
    }
}
/* JSYS-972：SEO対策 活用法ページの修正 @since 2025.07.16 @author ione.miyasaka end */