/*
 * Figures 1.3.3: a site-wide entrance aligned to the centre of the existing
 * telephone/contact/cart control stack. The 80px figure is 90% of the
 * existing 89px circles; both top and right offsets preserve their centreline.
 */
.figures-corporate-link{position:fixed!important;z-index:9999!important;top:466.5px!important;right:14.5px!important;display:flex!important;flex-direction:column;align-items:center;justify-content:center;width:80px!important;height:80px!important;margin:0!important;padding:0!important;border:1px solid #17476c!important;border-radius:50%!important;background:#17476c!important;color:#fff!important;text-align:center!important;text-decoration:none!important;box-shadow:0 2px 8px rgba(23,71,108,.16);font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN",Meiryo,sans-serif!important;line-height:1.12!important;transform-origin:center center!important;transition:transform .18s cubic-bezier(.23,1,.32,1),box-shadow .18s ease}
.figures-corporate-link span{display:block!important;font-size:13px!important;font-weight:600!important;letter-spacing:-.045em!important}.figures-corporate-link small{display:block!important;margin-top:3px!important;font-size:10px!important;font-weight:500!important;letter-spacing:.06em!important}.figures-corporate-link:hover,.figures-corporate-link:focus{background:#17476c!important;color:#fff!important;transform:scale(1.1)!important;box-shadow:0 4px 12px rgba(23,71,108,.24)}
@media screen and (max-width:768px){.figures-corporate-link{display:none!important}}
