 /* Sticky Contact */
 div#aside_contact_us .button-submenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: auto;
    background-color: transparent;
    max-height: none;
}
div#aside_contact_us .button-submenu a:first-child {
    border-right: 1px solid;
}
div#aside_contact_us .button-submenu a {
    width: 50%;
    color: #fff;
}
div#aside_contact_us span.glyphicon.glyphicon-envelope {
    width: 50px;
}
#aside_contact_us {
    display: block;
    position: fixed;
    top: 400px;
    right: -270px;
    width: 320px;
    z-index: 1000;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    display: flex;
    max-width: none;
    align-items: center;
    height: 50px;
    transition: all 1s ease-out;
    padding-left: 5px;
    padding-right: 5px;
}
#aside_contact_us:hover {
    right: -2px;
}
div#aside_contact_us .button-submenu.jp a {
    font-size: 12px;
    padding: 0 4px;
    width: auto;
}