@media screen and (max-width: 959px) {
    .l-footer__credit {
        order: initial;
    }

    .l-footer .l-footer__corporate-customer {
        width: 188px !important;
    }

    .l-footer .l-footer__corporate-customer span {
        margin-top: 5px !important;
    }
}

.l-footer .l-footer__corporate-customer {
    background: #1884C4 0% 0% no-repeat padding-box;

    text-align: center;
    font: normal normal medium 14px/24px YuMincho;
    letter-spacing: 0px;
    color: #FFFFFF;
    
    display: block;
    width: 235px;
    height: 38px;
    margin: 40px 0 60px 0;
    
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.l-footer .l-footer__corporate-customer span {
    display: inline-block;
    margin-top: 7px;
}

.JPX_logo_container_footer {
    display: inline-block;
}

.JPX_logo_footer {
    max-height: 56px;
    min-height: 56px;
    margin-bottom: 40px;
}