@charset "utf-8";

    /*font-family: 'Noto Sans JP', sans-serif;*/

/*-------------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------------*/

.l-footer * {
    box-sizing: border-box;
    color: #333;
}

/* LAYOUT
--------------------------- */
.l-footer {
    background: url("../images/bg_footer.png") no-repeat center bottom / cover;
}
    .footer__inner {
        width: 950px;
        margin: auto;
        padding: 60px 0 35px;
        display        : flex;
        justify-content: space-between;
    }
        .footer__inner-left {
            width: 540px;
        }
            .footer-panel {
                background-color: rgba(255,255,255,.75);
                padding: 29px 0 0 35px;
                min-height: 285px;
                text-align: center;
            }
                .footer-panel__text {
                    font-family: 'Noto Sans JP', sans-serif;
                    font-size  : 16px;
                    text-align: left;
                    margin: 28px 0 0;
                }
                    [class*="footer-panel__point--"]{
                        font-family: inherit;
                        font-size  : inherit;
                        font-weight: inherit;
                    }
                    .footer-panel__point--red   { color: #fe0000;}
                    .footer-panel__point--green { color: #00b400;}

            .footer__inner-left-bottom {
                margin: 16px 0 0 20px;
            }
                .footer__text {
                    font-family: 'Noto Serif JP', serif;
                    font-weight: 500;
                    font-size: 16px;
                }
.Copyright {
    text-align: center;
    height: 25px;
    line-height: 25px;
    background-color: #3e6397;
    font-family: 'Noto Serif JP', serif;
    font-size  : 13px;
    font-weight: 300;
    color      : #fff;
}
