

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

マスフェスタ2023に参加しました～本校科学部数学班の研究～ 専用CSS～

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

*{
    word-break:normal!important;
}


sub{
    vertical-align: sub;
    font-size: 0.7rem;
    position: relative;
    top: -3px;
}


span.noWrap{
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
}


@media screen and (max-width:750px) {
.m-grid img {
    margin-bottom: 0;
}


}
