/* 言語アイコン調整 */
/* img.icon-lang {
    width: 14px;
    margin-bottom: 2px;
    margin-right: 2px;
    filter: brightness(0) saturate(100%) invert(98%) sepia(1%) saturate(310%) hue-rotate(159deg) brightness(120%) contrast(100%);
}

#e-header .language .c-dropdown {
    width: 100px;
}

@media screen and (max-width: 767px){
.c-selectbox:before {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    margin-left: 5px;
    background-image: url(../user/images/icon-language.png);
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(98%) sepia(1%) saturate(310%) hue-rotate(159deg) brightness(120%) contrast(100%);
}
.language .c-selectbox select {
    padding-left: 25px;
}
#e-header .header-subnav .language .c-selectbox {
    width: 100px;
}
i.icon-arrow-right {
    background-image: none!important;
}
} */

/* FAQアイコン調整 */
img.icon-faq{
    margin-top: 1px;
    width: 15px;
    height: 15px;
    filter: brightness(0) saturate(100%) invert(30%) sepia(4%) saturate(75%) hue-rotate(314deg) brightness(95%) contrast(86%);
}
