@charset 'utf-8';

.other-brand-link {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 1000;
}
.other-brand-link a {
    display: inline-block;
}

@media screen and (min-width: 768px) {
    header.fs-l-header .header-r ul li.coshd-tmlink {
        margin-top: -8px;
    }
    header.fs-l-header .header-l #toggle #toggle_nav li.toggle_nav_tmlink {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    header.fs-l-header .header-r ul li.coshd-tmlink {
        display: none;
    }
    header.fs-l-header .header-l #toggle #toggle_nav li.toggle_nav_tmlink {
        padding-bottom: 40px;
    }
    .other-brand-link {
        right: auto;
        left: 10px;
        bottom: 16%;
    }
    .other-brand-link a img {
        width: 75px;
    }
}