 

.footer_inc {
    background: #3A54A4;
    color: #E8E8E8;
    padding: 40px 0 ;
}
.ft_logo {
    margin-bottom: 8px;
}
.ft_info {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9;
    margin: 0 0 8px;
}
.ft_info dl,.ft_info dt, .ft_info dd {
    display: inline;
}
.ft_copy,
.ft_copy span {
    font-size: 1.3rem;
    font-weight: 400;
}
#ft_wrapper p {
    font-size: 1.4rem;
    line-height: 1.75;
}
#ft_wrapper dt, #ft_wrapper dd {
    display: inline;
    font-size: 1.4rem;
    line-height: 1.75;
}
#ft_wrapper dt {
    margin: 0 3px 0 0 ;
}
#ft_wrapper dd {
    margin: 0 10px 0 0;
}

@media (max-width: 1024px) {
    .img_wr img {
        width: 118px;
    }
    #ft_wrapper p,#ft_wrapper dt,#ft_wrapper dd {
        font-size: 1.2rem;
        font-weight: 300;
    }
    #ft_wrapper dl {
        margin-bottom: 8px;
        font-weight: 300;
        max-width: 300px;
    }
    .ft_copy {
        font-size: 1.1rem;
        font-weight: 300;
    }

}