@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------
    footer.css
---------------------------------------------------------------------------------------------------------------------
*/

.footer_container {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.bottom_copyright {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    text-align: center;
}

.copyright {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.0em;
    letter-spacing: 0.0em;
    margin: auto 0;
    padding: 8px 0 0 0;
    /*color: white;*/
    /*text-shadow: 1px 1px 1px black;*/
    color: #003040;
}

/*-------------------------------------------------------------------------------------------------------------------
    PC wide
---------------------------------------------------------------------------------------------------------------------
*/

@media screen and (min-width: 1400px) {
}

/*-------------------------------------------------------------------------------------------------------------------
    PC narrow
---------------------------------------------------------------------------------------------------------------------
*/

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 800px) {
}

/*-------------------------------------------------------------------------------------------------------------------
    Smartphone portrait
---------------------------------------------------------------------------------------------------------------------
*/

@media screen and (max-width: 520px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {
    .copyright {
        font-size: 11px;
        padding: 10px 0 0 0;
    }
}

/*-------------------------------------------------------------------------------------------------------------------
    Smartphone landscape
---------------------------------------------------------------------------------------------------------------------
*/

@media screen and (max-width: 896px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
    .copyright {
        font-size: 12px;
        padding: 8px 0 0 0;
    }
}
