/* 基準となるスタイル（デフォルトは「中」サイズ） */
body {
    /*font-family: 'Arial', sans-serif;*/
    /*変更（noto sans jpへ）*/
    font-family: 'noto sans jp', sans-serif;
    font-size: 16px; /* 'medium'の基準サイズ */
}

/* 小さいサイズ */
.font-small {
    font-size: 14px;
}

/* 大きいサイズ */
.font-large {
    font-size: 18px;
}
