@charset "utf-8";

/*-------------------------------------------------------------------------
#HEADER
-------------------------------------------------------------------------*/

.l-footer * {
    font-family: "メイリオ",Meiryo,Tahoma,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 13px;
    color    : #fff;
    box-sizing: border-box;
}

.l-footer * {
    color: #fff;
    font-family: "メイリオ";
}
.l-footer {
    padding: 20px 0 0;
    background: -webkit-linear-gradient(top, #a80077, #81005c);
    background:    -moz-linear-gradient(top, #a80077, #81005c);
    background:         linear-gradient(to bottom, #a80077, #81005c);

}

.footer__inner {
    width: 950px;
    margin: 0 auto;
}

.footer-info * {
    text-align: center;
}
.footer-info {
    margin: 0 auto 20px;
}

.footer-info__title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}

.footer-info__list {
    margin: 0 0 20px;
}

.footer-info__item {
    font-size: 14px;
}

.footer-menu {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.footer-menu__list {
    width: 230px;
}
.footer-menu__list:not(:first-child) {
    margin: 0 0 0 40px;
}

.footer-menu__list--title {
    width: 100%;
    height: 30px;
    margin: 0 0 10px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.footer-menu__list--data {
    padding: 0 10px;
    margin: 0 0 5px;
}

.footer-menu__list--link {
    font-size: 13px;
    color: #fff;
}



.footer-menu__list--link:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-aeon {
    margin: 30px auto;
    font-size: 14px;
    text-align: center;
}

.footer-copyright {
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    height: 24px;
}




.l-footer {
    background: -webkit-linear-gradient(top, #a80077, #81005c);
    background:    -moz-linear-gradient(top, #a80077, #81005c);
    background:         linear-gradient(to bottom, #a80077, #81005c);
}
    .footer__inner {
        width: 950px;
        margin: auto;
        padding: 20px 0;
        display        : flex;
        flex-wrap      : wrap;
        justify-content: space-between;
    }
        .footer__left {
            display: flex;
        }
            .footer-link {
                margin: 0 9px 0 0;
                padding: 0 10px 0 0;
                position: relative;
            }
            .footer-link:after {
                content: "";
                width: 2px;
                height: 100%;
                position: absolute;
                top     : 0;
                right   : 0;
                background: -webkit-linear-gradient(left, #73004f, #73004f 50%, #9c1d78 50%);
                background:    -moz-linear-gradient(left, #73004f, #73004f 50%, #9c1d78 50%);
                background:         linear-gradient(to right, #73004f, #73004f 50%, #9c1d78 50%);
            }
                .footer-link__items {
                    margin: 0 0 8px 0;
                }
                .footer-link__items:before {
                    content: "";
                    border-width: 4px 0 4px 5px;
                    border-style: solid;
                    border-color: transparent transparent transparent #fff;
                    display: inline-block;
                    margin: 0 4px 0 0;
                }
                    .footer-link__link:hover {
                        color: #fff;
                        text-decoration: underline;
                    }
        .footer__right {
            width: 505px;
        }
            .footer__name {
                font-size: 17px;
                line-height: 1.8;
            }
            .footer__text {
                margin: 0 0 9px;
            }