@charset "utf-8";
/* CSS Document */

:root {
    --color_01: #abcfed;
    --color_02: #e1eef9;
    --color_03: #;
    --color_04: #87BBE5;
    --color_05: #E1EEF9;
    --color_06: #87BBE5;
    --color_07: rgba(204, 222, 105, 0.00);
    --color_08: #f0f4f3;
    --color_09: #87BBE5;
    --back_img: url(/department/gendaibunka/international/images/gkm_top_pc.webp);
}

/*学科トップページ（卒業生/在学生の声）*/
#body .voice ul li:nth-child(1) a .icon {
    /*color: #FFFFFF;*/
}

#body .voice ul li:nth-child(2) a .icon {
    /*color: #FFFFFF;*/
}

/************************************/

@media only screen and (min-width: 920px) {
    #body article.overview .flex .full .graph ul {
        column-gap: calc(60 / 920* 100%);
    }
}