/* footer */
footer{
    width: 100%;
}

.footer__content {
    width: 100%
}

.footer__box{
    position: fixed;
    bottom: 0;
    z-index: 100;
}

.footer__box__content{
    width: 100%;
    height: 70px;
    display: flex;
    text-align: center;
    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    font-weight: bold;
}

.footer__box__top{
    position: relative;
    bottom: -10px;
}

.footer__box__top img{
    width: 100%;
}

.footer__box__content-left{
    width: 50%;
    padding-top: 8px;
    color: #fff;
    background-color: #fff;
    border: solid 1px #DD0026;
}

.footer__box__content-left a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
    color: #DD0026;
}

.footer__box__content-left img{
    width: 35px;
    margin-bottom: 8px;
}

.footer__box__content-left p{
    margin: 0;
    font-family: DIN Alternate;
    font-size: 13px;
}

.footer__box__content-right{
    width: 50%;
    padding-top: 8px;
    color: #fff;
    background-color: #fff;
    border: solid 1px #DD0026;
}

.footer__box__content-right a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
    color: #DD0026;
}

.footer__box__content-right img{
    width: 25px;
    margin-bottom: 3px;
}

.footer__box__content-right p{
    margin: 0;
    font-family: DIN Alternate;
    font-size: 13px;
}