/*footer---------------------------------*/
footer {
    display: block;
    width:100%;
    height:135px;    
    background-color:#0259a9;
    box-sizing: border-box;
    padding: 20px;
}
 .footer_wrapper {
    max-width:1260px;
    margin:0 auto;
}
.footer_logo {
    width:250px;
}
.footer_text {
    padding-top:10px;
    color:#fff;
    font-size:13px;
    line-height: 1.4rem;
}
.footer_text a{
    color:#fff;
}
/*footerここまで------------------------------*/