/* #6361 S */
.footer02 {
    position: relative;
}
.footer02 .footerLast {
    position: absolute;
    top: 0;
    right: 160px;
    display: flex;
}
.footer02 .footerLast a:not(:last-child) {
    margin-right: 1.5em;
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .footer02 .footerLast {
        right: 10px;
    }
}
@media (max-width: 1199px) {
    footer {
        height: auto;
    }
    .footer02 .footerLast {
        display: block;
        position: relative;
        padding-bottom: 1em;
        right: auto;
        top: auto;
    }
}
@media screen and (min-width: 1300px) and (max-width: 1550px) {
    .footer_jp .footer02 .footerLast {
        right: 10px;
    }
}
@media (max-width: 1299px) {
    footer.footer_jp {
        height: auto;
    }
    .footer_jp .footer02 .footerLast {
        display: block;
        position: relative;
        padding-bottom: 1em;
        right: auto;
        top: auto;
    }
}

.footer02 .footerLast a {
    color: #fff;
    transition: all .3s;
}
.footer02 .footerLast a:hover {
    color: #9BCDED;
}
/* #6361 E */
