@charset "utf-8";
/* CSS Document */

/* 下層ページのタイトル横のギア */
.wpd_gearblock{
    transform: translateX(-124px);
}

@media screen and (max-width:690px){
    /* 下層ページのタイトル横のギア */
    .wpd_gearblock{
        top: max(calc(-168px - (0.15 * (100vw - 1232px))), -46px);
        left: 19vw;
    }
}