#inner_div, #inner_div_centered, #inner_flex_centered
{
    max-width: 2000px;
}
#memo_margin
{
    clear: both;
    display: block;
    padding: 20px;
}
#bottom_right
{
    width: 100%; 
    display: block; 
    text-align: right; 
    margin-top: 20px;
}
#bottom img
{
    height: 50px;
}
#bottom_left
{
    width: 100%; 
    display: block; 
}
#memo_margin a
{
    color: var(--bottom-fg-color);
}


/* mobile/pc */
@media (min-width: 1200px) 
{
    #MAIN_CONTENT
    {
        top: 120px;
    }
}