@charset "UTF-8";

/*関連会社リンク*/
.company_links{
    transition: 0.2s ease-in-out;
}
.company_links:hover{
     color: var(--i_sub_color);
}