a.c_mod_pagelink {
    text-decoration: underline;
    font-size: 0.9em;
    color: blue;
}
a.c_mod_pagelink:hover{
    color:var(--c-green);
}

/* 下矢印に上書き */
.pagelink_unit .pagelink_title {
    display: block;
    background: url(../../image/icon/arrow1-dg.png) no-repeat right center / auto 1em;
}


/* Qズレ対応 */
@media (max-width: 1023px) {
    #faq details summary .title:before {
        top: -0.3em!important;
    }
}
@media (min-width: 1024px) {
    #faq details summary .title:before {
        top: -0.2em!important;
    }
}
