﻿:root {
    --list_gap: calc(var(--block-margins-s) * 0.8);
    --max-width-all: 1280px;
    --max-width-content: 1220px;
    --max-width-2col-img: 580px;
    --margin-left: 25px;
    --gm-navi-width: 230px;
}

body.game_manual {
    background: #f0f0f0;
    font-size: var(--normal-txt-size);
}

input::-ms-clear,
input::-ms-reveal {
    visibility: hidden
}

.brand {
    padding: 0 8px;
    box-sizing: border-box
}

.brand--relative {
    position: relative;
    z-index: 9999
}

.brand__section {
    width: 100%
}
p {
    display: block;
    /* margin-block-start: 1em; */
    margin-block-end: .8em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
span.notice{
    font-size:calc(var(--normal-txt-size)*1.5);
    font-weight: 500;
}
span,
strong,
i,
em,
b,
s,
a {
    font-size: inherit
}

body {
    /* min-width: 960px; */
    /* overflow: hidden */
}

.gm-view__win,
.gm-view__ps4,
.gm-view__ps5,
.gm-view__mac {
    display: none
}

.gm-header {
    background: #1f2d4d;
    text-align: center;
    width: 100%;
    overflow: hidden;
    height: 240px;
    /* min-width: 960px; */
    position: relative;
    z-index: 998;
}

.gm-header img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.gm-header__link {
    width: 90%;
    max-width: var(--max-width-all);
    ;
    position: absolute;
    left: 50%;
    top: 0;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.gm-header__top_link {
    display: block;
    position: absolute;
    top: 72px;
    left: 50%;
    margin-left: -226px;
    width: 444px;
    height: 130px;
    z-index: 2
}

.gm-header__update {
    font-size: 15px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    position: absolute;
    width: 90%;
    max-width: var(--max-width-all);
    ;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: var(--block-margins-ss);
    padding: 0 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    text-align: right;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    /* text-shadow: 0px 0px 4px #00204d, 0px 0px 4px #00204d; */
    z-index: 2;
    line-height: 1
}

.gm-ldst_link {
    display: block;
    position: absolute;
    top: 10px;
    left: 18px;
    width: 304px;
    height: 32px;
    overflow: hidden
}

.gm-ldst_link img {
    position: relative;
    display: block
}

.gm-ldst_link:hover img {
    margin-top: -32px
}

.gm-ldst_link:active img {
    margin-top: -64px
}

.gm-social {
    position: absolute;
    right: 0;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.gm-social li {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    display: block
}

.gm-social a {
    display: block;
    text-decoration: none;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: all .15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: all .15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: all .15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all .15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    border-radius: 20px
}

.gm-social a.hover {
    text-decoration: none;
    -moz-transform: scale(1.125);
    -ms-transform: scale(1.125);
    -webkit-transform: scale(1.125);
    transform: scale(1.125)
}

.gm-social a.hover i {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    opacity: 1
}

.gm-social a.hover i.xiv-lds-facebook {
    background: #1877f2
}

.gm-social a.hover i.xiv-lds-x {
    background: #000
}

.gm-social i {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 1;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    -moz-transition: all .15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: all .15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: all .15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all .15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    color: #ffffff;
    opacity: .5;
    border-radius: 20px;
    overflow: hidden
}

.gm-social i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgb(255, 255, 255);
    display: inline-block;
    width: 1em;
    aspect-ratio: 1;
}

.gm-main {
    width: 92%;
    max-width: var(--max-width-all);
    padding-top: clamp(1rem, 5vw, 3rem);
    height: 1%;
    margin: 0 auto;
    min-height: 100vh;

}

.game_manual.index .gm-main {
    width: 100%;
}

.gm-index {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    color: #404040;
    height: 1%;
}

.gm-detail {
    width: 100%;
}

.gm-detail strong {
    font-weight: bold;
}

.gm-detail ol {
    padding-left: 1.2rem;
}

.gm-detail ol li {
    list-style: decimal;
    padding-bottom: 0.5rem;
}

.gm-detail ol li>p {
    margin: 0.5rem 0;
}

.gm-detail a {
    color: #2556b8;
}

.gm-detail a:hover {
    color: #4c88ff;
    text-decoration: underline;
}

.gm-index {
    position: relative;
    width: 90%;
    max-width: var(--max-width-all);
    ;
    margin: 0 auto;
    color: #404040;
    height: 1%
}

.gm-box {
    width: 92%;
    max-width: var(--max-width-content);
    margin: 0 auto 32px
}

.gm-box__840 {
    width: 100%;
    margin: 0 auto 32px
}

.gm-box__800 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 32px
}

.gm-box__760 {
    max-width: 760px;
    margin: 0 auto 32px
}

.gm-view__gamepad {
    display: none
}

.gm-img {
    border-radius: 8px
}

.gm-img__wide {
    max-width: var(--max-width-content);
    margin: 0 auto 24px;
    display: flex;
    justify-content: center;
}

.gm-img--w80 {
    width: 80px
}

.gm-img--w64 {
    width: 64px
}

.gm-img--w40 {
    width: 40px
}

.gm-img--w32 {
    width: 32px
}

.gm-img--w16 {
    width: 16px
}

.gm-img--w220 {
    width: 220px
}

.gm-img--w370 {
    width: 370px
}

.gm-text__m {
    margin-bottom: 32px;
    font-size: calc(var(--normal-txt-size)*1);
    line-height: 1.5
}

.gm-text__m-m20 {

    font-size: calc(var(--normal-txt-size)*1.05);
    line-height: 1.5
}

.gm-text__m-indent {
    margin-bottom: 32px;
    font-size: calc(var(--normal-txt-size)*1);
    padding-left: 28px
}

.gm-text__notes {
    margin-bottom: 16px;
    font-size: calc(var(--normal-txt-size)*1);
    color: #a62137
}

.gm-text__notes_box {
    border: 2px solid #a62137;
    padding: 8px 16px;
    margin-bottom: 16px;
    font-size: calc(var(--normal-txt-size)*1);
    color: #a62137;
    border-radius: 4px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-max-width: var(--max-width)
}

.gm-text__xs {
    margin: 0 0 16px 0;
    font-size: var(--normal-txt-size);
    line-height: 1.5
}

.gm-text__notes__border {
    margin-bottom: 32px;
    padding: 8px;
    border: 2px solid #a62137;
    border-radius: 4px;
    color: #a62137;
    line-height: 1.5
}

.gm-text__left {
    text-align: left
}

.gm-text__right {
    text-align: right
}

.gm-text__center {
    text-align: center
}

.gm-underline {
    text-decoration: underline
}

.gm-color__gray {
    color: #404040
}

.gm-color__red {
    color: #a62137
}

.gm-color__green {
    color: #0e438c
}

.gm-color__white {
    color: #ffffff
}

.gm-color__orange {
    color: #d98041
}

.gm-color__link {
    color: #2556b8
}

.gm-color__link:hover {
    color: #4c88ff
}

.gm-size--1 {
    font-size: 10px !important
}

.gm-size--2 {
    font-size: 12px !important
}

.gm-size--3 {
    font-size: 14px !important
}

.gm-size--4 {
    /* font-size: 16px !important */
    font-size: calc(var(--normal-txt-size)*1.15);
}

.gm-size--5 {
    font-size: 18px !important
}

.gm-size--6 {
    font-size: 22px !important
}

.gm-size--7 {
    font-size: 24px !important
}

.gm-size--8 {
    font-size: 36px !important
}

.gm-indent--1 {
    margin-left: 16px
}

.gm-indent--2 {
    margin-left: 32px
}

.gm-indent--3 {
    margin-left: 36px
}

.gm-indent--4 {
    margin-left: 48px
}

.gm-indent--5 {
    margin-left: 48px
}

.gm-indent--6 {
    margin-left: 64px
}

.gm-indent--7 {
    margin-left: 68px
}

.gm-indent--8 {
    margin-left: 84px
}

.gm-layout__left {
    text-align: left !important
}

.gm-layout__center {
    text-align: center !important
}

.gm-layout__right {
    text-align: right !important
}

.gm-space--0 {
    margin-bottom: 0px !important
}

.gm-space--1 {
    margin-bottom: 8px !important
}

.gm-space--2 {
    margin-bottom: 10px !important
}

.gm-space--3 {
    margin-bottom: 16px !important
}

.gm-space--4 {
    margin-bottom: 20px !important
}

.gm-space--5 {
    margin-bottom: 24px !important
}

.gm-space--6 {
    margin-bottom: 32px !important
}

.gm-space--7 {
    margin-bottom: 48px !important
}

.gm-title {
    width: 100%;
    margin: 0 auto var(--block-margins-m);
    /* font-size: 36px; */
    font-size: calc(var(--normal-txt-size)*2.5);
    color: #0e438c;
    text-align: center;
    font-weight: bold
}

.gm-title--category {
    width: 100%;
    max-width: var(--max-width-all);
    ;
    border-radius: 4px;
    background: #0e438c;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    padding: 7px 16px 5px;
    margin: 0 auto 32px;
    line-height: 1.2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.gm-title--category a {
    color: inherit;
    font-size: inherit
}

.gm-title--category a:hover {
    text-decoration: none
}

.gm-title--1 {
    color: #0e438c;
    font-size: 22px;
    width: 800px;
    margin: 0 auto 16px;
    font-weight: bold
}

.gm-title--2 {
    color: #0e438c;
    font-size: 22px;
    max-width: var(--max-width-content);
    margin: 16px auto 16px;
    font-weight: bold
}

.gm-title--3 {
    color: #0e438c;
    font-size: calc(var(--normal-txt-size)*1.1);
    /* font-size: 16px; */
    max-width: var(--max-width-content);
    margin: 0 auto 16px;
    font-weight: bold
}

.gm-title--num {
    width: 100%;
    max-width: var(--max-width-content);
    font-size: calc(var(--normal-txt-size)*1.1);
    color: #ffffff;
    background: #0e438c;
    padding: 10px 16px 8px;
    margin: 0 auto 16px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal
}

.gm-title--mouse,
.gm-title--gamepad {
    background: #0e438c;
    max-width: var(--max-width-content);
    display: block;
    margin: 0 auto 16px;
    padding: 3px 48px 2px 16px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.gm-title--mouse:after,
.gm-title--gamepad:after {
    content: "";
    background: url('../images/icon/op_keyboard3888.svg?947c7c3e') no-repeat center center;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -12px
}

.gm-title--gamepad:after {
    content: "";
    background: url('../images/icon/op_gamepadfbe8.svg?d695ed7d') no-repeat center center;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px
}

.gm-list__basic {
    margin-bottom: 32px
}

.gm-list__basic li {
    padding: 0 0 0 28px;
    margin: 0 0 16px 0;
    line-height: 1.4;
    background: url('../images/icon/ic_anchor01e8.svg?4d55038c') no-repeat 6px 1px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px
}

.gm-list__basic li.uig-list__non {
    background: none;
    margin-bottom: 12px
}

.gm-list__basic li ul {
    margin-top: 2px;
    margin-bottom: 0;
    width: 541px;
    overflow: hidden;
    line-height: 1
}

.gm-list__basic li ul li {
    display: inline-block;
    min-width: 258px;
    margin-right: 10px;
    margin-bottom: 4px;
    padding-right: 0 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top
}

.gm-list__basic li li {
    padding: 0 0 0 20px;
    margin: 0 0 0 0;
    background: url('../images/icon/ic_iteme2a3.svg?babe4ad9') no-repeat 2px -1px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    font-size: 12px
}

.gm-list__basic-half li {
    width: 258px
}

.gm-list__basic2 {
    margin-bottom: 32px
}

.gm-list__basic2 li {
    padding: 0 0 0 28px;
    margin: 0 0 16px 0;
    line-height: 1.4;
    background: url('../images/icon/ic_anchor01e8.svg?4d55038c') no-repeat 6px 1px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px
}

.gm-list__basic2 li.uig-list__non {
    background: none;
    margin-bottom: 12px
}

.gm-list__basic2 li ul {
    margin-top: 2px;
    margin-bottom: 0;
    width: 541px;
    overflow: hidden;
    line-height: 1
}

.gm-list__basic2 li ul li {
    min-width: 258px;
    margin-right: 10px;
    margin-bottom: 4px;
    padding-right: 0 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top
}

.gm-list__basic2 li li {
    padding: 0 0 0 20px;
    margin: 0 0 0 0;
    background: url('../images/icon/ic_iteme2a3.svg?babe4ad9') no-repeat 2px -1px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    font-size: 12px
}

.gm-list__basic2-half li {
    width: 258px
}

.gm-list__cat-12,
.gm-list__cat-14 {
    margin-top: 6px;
    margin-bottom: 0;
    width: 541px;
    overflow: hidden;
    line-height: 1.4
}

.gm-list__cat-12 li,
.gm-list__cat-14 li {
    margin-right: 10px;
    margin-bottom: 4px;
    padding-right: 0 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 0 0 28px;
    background: url('../images/icon/ic_iteme2a3.svg?babe4ad9') no-repeat 10px -1px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    font-size: 12px
}

.gm-list__cat-12-half li,
.gm-list__cat-14-half li {
    width: 258px
}

.gm-list__cat-14 li {
    background: url('../images/icon/ic_iteme2a3.svg?babe4ad9') no-repeat 10px 0px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    font-size: 14px
}

.gm-list__indent1 {
    font-size: calc(var(--normal-txt-size)*1);
    margin-left: 28px
}

.gm-list__indent2 {
    font-size: calc(var(--normal-txt-size)*1);
    margin-left: 48px;
    padding: 0 0 0 16px;
    background: url('../images/icon/ic_iteme2a3.svg?babe4ad9') no-repeat 2px 4px;
    -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px
}

.gm-list__indent3 {
    font-size: var(--normal-txt-size);
    margin-left: 68px;
    padding: 0 0 0 12px;
    background: url('../images/icon/ic_iteme2a3.svg?babe4ad9') no-repeat 2px 4px;
    -moz-background-size: 10px 10px;
    -o-background-size: 10px 10px;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px
}

.gm-npc_place {
    margin-bottom: 24px
}

.gm-npc_place:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both
}

.gm-npc_place li {
    width: 49.5%;
    display: inline-block;
    margin-bottom: 8px;
    padding: 0 20px 0 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 20px;
    vertical-align: top
}

.gm-npc_place__place {
    background: url('../images/icon/ic_place6e97.svg?e73ae6fc') no-repeat 5px top;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px
}

.gm-npc_place__npc {
    background: url('../images/icon/ic_npc66dd.svg?99c22136') no-repeat 5px top;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px
}

.gm-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: var(--max-width-content);
    margin: 0 auto 32px
}

.gm-column img {
    max-width: 100%;
    height: auto;
    display: block
}

.gm-column>div:first-child {
    margin-left: 0
}

.gm-column--10 {
    width: 74px;
    margin-left: var(--margin-left)
}

.gm-column--20 {
    width: 148px;
    margin-left: var(--margin-left)
}

.gm-column--30 {
    width: 222px;
    margin-left: var(--margin-left)
}

.gm-column--40 {
    width: 296px;
    margin-left: var(--margin-left)
}

.gm-column--50 {
    width: 49%;
    /* width: 370px; */
    margin-left: var(--margin-left)
}

.gm-column--60 {
    width: 444px;
    margin-left: var(--margin-left)
}

.gm-column--70 {
    width: 518px;
    margin-left: var(--margin-left)
}

.gm-column--80 {
    width: 592px;
    margin-left: var(--margin-left)
}

.gm-column--90 {
    width: 666px;
    margin-left: var(--margin-left)
}

.gm-column--3colmun,
.gm-column--3colmun--bg {
    width: 240px;
    margin-left: var(--margin-left)
}

.gm-column--3colmun--bg,
.gm-column--3colmun--bg--bg {
    background: #0e438c;
    padding: 8px;
    border-radius: 10px;
    margin-bottom: -16px
}

.gm-column--3colmun--bg>div,
.gm-column--3colmun--bg--bg>div {
    overflow: hidden
}

.gm-column--3colmun--bg p,
.gm-column--3colmun--bg--bg p {
    font-size: 16px;
    color: #ffffff;
    width: 224px;
    margin-bottom: 8px;
    min-height: 48px
}

.gm-column--3colmun--bg img,
.gm-column--3colmun--bg--bg img {
    max-width: 100%;
    height: auto
}

.gm-column--3colmun img {
    max-width: 100%;
    height: auto;
    display: block
}

.gm-arrow {
    display: block;
    background: url('../images/icon/arrow.png') no-repeat 0 0;
    width: 70px;
    height: 30px;
    margin: 16px auto 32px
}

.gm-movie {
    max-width: var(--max-width-content);
    margin: 0 auto 16px
}

.gm-movie__wrapper {
    width: 100%;
    max-width: var(--max-width-content);
    padding-top: 56.25%;
    position: relative
}

.gm-movie__wrapper object,
.gm-movie__wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.gm-table {
    border-radius: 8px;
    overflow: hidden;
    /* width: var(--max-width-content); */
    width: 100%;
    max-width: 800px;
    border: 1px solid #555555;
    /* box-shadow: inset 1px 1px 1px 0 #555555, 1px 1px 1px 0 #555555; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 48px;
    position: relative;
    z-index: 2
}

.gm-table table {
    position: relative;
    z-index: 1
}

.gm-table--normal,
.gm-table--normal__fs14 {
    width: 100%
}

.gm-table--normal th,
.gm-table--normal td,
.gm-table--normal__fs14 th,
.gm-table--normal__fs14 td {
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555;
    text-align: left;
    font-weight: normal;
    padding: 8px
}
.gm-table--normal th{
 padding-left: calc(var(--block-margins-s)*0.5 );
}
.gm-table--normal tr:nth-last-child(1) th,
.gm-table--normal tr:nth-last-child(1) td,
.gm-table--normal__fs14 tr:nth-last-child(1) th,
.gm-table--normal__fs14 tr:nth-last-child(1) td {
    border-bottom: 0
}

.gm-table--normal tr td:nth-last-child(1),
.gm-table--normal__fs14 tr td:nth-last-child(1) {
    border-right: 0
}

.gm-table--normal thead th,
.gm-table--normal thead td,
.gm-table--normal__fs14 thead th,
.gm-table--normal__fs14 thead td {
    background: #0e438c;
    color: #ffffff;
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555 !important;
    font-weight: bold
}

.gm-table--normal__fs14 th,
.gm-table--normal__fs14 td,
.gm-table--normal__fs14__fs14 th,
.gm-table--normal__fs14__fs14 td {
    font-size: 14px
}

.gm-table--chat tr,
.gm-table--2column tr,
.gm-table--3column tr,
.gm-table--4column tr,
.gm-table--chat__fs12 tr,
.gm-table--2column__fs12 tr,
.gm-table--3column__fs12 tr,
.gm-table--4column__fs12 tr {
    display: inline-block;
    float: left
}

.gm-table--chat thead,
.gm-table--2column thead,
.gm-table--3column thead,
.gm-table--4column thead,
.gm-table--chat__fs12 thead,
.gm-table--2column__fs12 thead,
.gm-table--3column__fs12 thead,
.gm-table--4column__fs12 thead {
    float: left;
    display: block;
    width: 130px
}

.gm-table--chat thead th,
.gm-table--chat thead td,
.gm-table--2column thead th,
.gm-table--2column thead td,
.gm-table--3column thead th,
.gm-table--3column thead td,
.gm-table--4column thead th,
.gm-table--4column thead td,
.gm-table--chat__fs12 thead th,
.gm-table--chat__fs12 thead td,
.gm-table--2column__fs12 thead th,
.gm-table--2column__fs12 thead td,
.gm-table--3column__fs12 thead th,
.gm-table--3column__fs12 thead td,
.gm-table--4column__fs12 thead th,
.gm-table--4column__fs12 thead td {
    width: 130px;
    font-size: calc(var(--normal-txt-size)*1);
    padding: 10px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555
}

.gm-table--chat thead th div,
.gm-table--chat thead td div,
.gm-table--2column thead th div,
.gm-table--2column thead td div,
.gm-table--3column thead th div,
.gm-table--3column thead td div,
.gm-table--4column thead th div,
.gm-table--4column thead td div,
.gm-table--chat__fs12 thead th div,
.gm-table--chat__fs12 thead td div,
.gm-table--2column__fs12 thead th div,
.gm-table--2column__fs12 thead td div,
.gm-table--3column__fs12 thead th div,
.gm-table--3column__fs12 thead td div,
.gm-table--4column__fs12 thead th div,
.gm-table--4column__fs12 thead td div {
    display: table;
    color: inherit;
    font-size: inherit;
    width: 100%;
    height: 100%
}

.gm-table--chat thead th div p,
.gm-table--chat thead td div p,
.gm-table--2column thead th div p,
.gm-table--2column thead td div p,
.gm-table--3column thead th div p,
.gm-table--3column thead td div p,
.gm-table--4column thead th div p,
.gm-table--4column thead td div p,
.gm-table--chat__fs12 thead th div p,
.gm-table--chat__fs12 thead td div p,
.gm-table--2column__fs12 thead th div p,
.gm-table--2column__fs12 thead td div p,
.gm-table--3column__fs12 thead th div p,
.gm-table--3column__fs12 thead td div p,
.gm-table--4column__fs12 thead th div p,
.gm-table--4column__fs12 thead td div p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: inherit;
    font-size: inherit
}

.gm-table--chat thead th,
.gm-table--2column thead th,
.gm-table--3column thead th,
.gm-table--4column thead th,
.gm-table--chat__fs12 thead th,
.gm-table--2column__fs12 thead th,
.gm-table--3column__fs12 thead th,
.gm-table--4column__fs12 thead th {
    background: #0e438c;
    color: #ffffff
}

.gm-table--chat thead td,
.gm-table--2column thead td,
.gm-table--3column thead td,
.gm-table--4column thead td,
.gm-table--chat__fs12 thead td,
.gm-table--2column__fs12 thead td,
.gm-table--3column__fs12 thead td,
.gm-table--4column__fs12 thead td {
    color: #0e438c
}

.gm-table--chat thead td:nth-last-child(1),
.gm-table--2column thead td:nth-last-child(1),
.gm-table--3column thead td:nth-last-child(1),
.gm-table--4column thead td:nth-last-child(1),
.gm-table--chat__fs12 thead td:nth-last-child(1),
.gm-table--2column__fs12 thead td:nth-last-child(1),
.gm-table--3column__fs12 thead td:nth-last-child(1),
.gm-table--4column__fs12 thead td:nth-last-child(1) {
    border-bottom: 0
}

.gm-table--chat tbody,
.gm-table--2column tbody,
.gm-table--3column tbody,
.gm-table--4column tbody,
.gm-table--chat__fs12 tbody,
.gm-table--2column__fs12 tbody,
.gm-table--3column__fs12 tbody,
.gm-table--4column__fs12 tbody {
    float: left;
    display: block;
    width: calc(100% - 130px)
}

.gm-table--chat tbody th,
.gm-table--chat tbody td,
.gm-table--2column tbody th,
.gm-table--2column tbody td,
.gm-table--3column tbody th,
.gm-table--3column tbody td,
.gm-table--4column tbody th,
.gm-table--4column tbody td,
.gm-table--chat__fs12 tbody th,
.gm-table--chat__fs12 tbody td,
.gm-table--2column__fs12 tbody th,
.gm-table--2column__fs12 tbody td,
.gm-table--3column__fs12 tbody th,
.gm-table--3column__fs12 tbody td,
.gm-table--4column__fs12 tbody th,
.gm-table--4column__fs12 tbody td {
    font-size: calc(var(--normal-txt-size)*1);
    padding: 10px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555;
    width: 220px
}

.gm-table--chat tbody th div,
.gm-table--chat tbody td div,
.gm-table--2column tbody th div,
.gm-table--2column tbody td div,
.gm-table--3column tbody th div,
.gm-table--3column tbody td div,
.gm-table--4column tbody th div,
.gm-table--4column tbody td div,
.gm-table--chat__fs12 tbody th div,
.gm-table--chat__fs12 tbody td div,
.gm-table--2column__fs12 tbody th div,
.gm-table--2column__fs12 tbody td div,
.gm-table--3column__fs12 tbody th div,
.gm-table--3column__fs12 tbody td div,
.gm-table--4column__fs12 tbody th div,
.gm-table--4column__fs12 tbody td div {
    display: table;
    color: inherit;
    font-size: inherit;
    width: 100%;
    height: 100%
}

.gm-table--chat tbody th div p,
.gm-table--chat tbody td div p,
.gm-table--2column tbody th div p,
.gm-table--2column tbody td div p,
.gm-table--3column tbody th div p,
.gm-table--3column tbody td div p,
.gm-table--4column tbody th div p,
.gm-table--4column tbody td div p,
.gm-table--chat__fs12 tbody th div p,
.gm-table--chat__fs12 tbody td div p,
.gm-table--2column__fs12 tbody th div p,
.gm-table--2column__fs12 tbody td div p,
.gm-table--3column__fs12 tbody th div p,
.gm-table--3column__fs12 tbody td div p,
.gm-table--4column__fs12 tbody th div p,
.gm-table--4column__fs12 tbody td div p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: inherit;
    font-size: inherit
}

.gm-table--chat tbody tr,
.gm-table--2column tbody tr,
.gm-table--3column tbody tr,
.gm-table--4column tbody tr,
.gm-table--chat__fs12 tbody tr,
.gm-table--2column__fs12 tbody tr,
.gm-table--3column__fs12 tbody tr,
.gm-table--4column__fs12 tbody tr {
    display: inline-block
}

.gm-table--chat tbody tr:nth-child(2) th,
.gm-table--chat tbody tr:nth-child(2) td,
.gm-table--2column tbody tr:nth-child(2) th,
.gm-table--2column tbody tr:nth-child(2) td,
.gm-table--3column tbody tr:nth-child(2) th,
.gm-table--3column tbody tr:nth-child(2) td,
.gm-table--4column tbody tr:nth-child(2) th,
.gm-table--4column tbody tr:nth-child(2) td,
.gm-table--chat__fs12 tbody tr:nth-child(2) th,
.gm-table--chat__fs12 tbody tr:nth-child(2) td,
.gm-table--2column__fs12 tbody tr:nth-child(2) th,
.gm-table--2column__fs12 tbody tr:nth-child(2) td,
.gm-table--3column__fs12 tbody tr:nth-child(2) th,
.gm-table--3column__fs12 tbody tr:nth-child(2) td,
.gm-table--4column__fs12 tbody tr:nth-child(2) th,
.gm-table--4column__fs12 tbody tr:nth-child(2) td {
    width: 190px
}

.gm-table--chat tbody tr:nth-last-child(1) th,
.gm-table--chat tbody tr:nth-last-child(1) td,
.gm-table--2column tbody tr:nth-last-child(1) th,
.gm-table--2column tbody tr:nth-last-child(1) td,
.gm-table--3column tbody tr:nth-last-child(1) th,
.gm-table--3column tbody tr:nth-last-child(1) td,
.gm-table--4column tbody tr:nth-last-child(1) th,
.gm-table--4column tbody tr:nth-last-child(1) td,
.gm-table--chat__fs12 tbody tr:nth-last-child(1) th,
.gm-table--chat__fs12 tbody tr:nth-last-child(1) td,
.gm-table--2column__fs12 tbody tr:nth-last-child(1) th,
.gm-table--2column__fs12 tbody tr:nth-last-child(1) td,
.gm-table--3column__fs12 tbody tr:nth-last-child(1) th,
.gm-table--3column__fs12 tbody tr:nth-last-child(1) td,
.gm-table--4column__fs12 tbody tr:nth-last-child(1) th,
.gm-table--4column__fs12 tbody tr:nth-last-child(1) td {
    border-right: 0
}

.gm-table--chat tbody th,
.gm-table--2column tbody th,
.gm-table--3column tbody th,
.gm-table--4column tbody th,
.gm-table--chat__fs12 tbody th,
.gm-table--2column__fs12 tbody th,
.gm-table--3column__fs12 tbody th,
.gm-table--4column__fs12 tbody th {
    background: #0e438c;
    color: #ffffff
}

.gm-table--chat tbody td,
.gm-table--2column tbody td,
.gm-table--3column tbody td,
.gm-table--4column tbody td,
.gm-table--chat__fs12 tbody td,
.gm-table--2column__fs12 tbody td,
.gm-table--3column__fs12 tbody td,
.gm-table--4column__fs12 tbody td {
    color: #404040
}

.gm-table--chat tbody td:nth-last-child(1),
.gm-table--2column tbody td:nth-last-child(1),
.gm-table--3column tbody td:nth-last-child(1),
.gm-table--4column tbody td:nth-last-child(1),
.gm-table--chat__fs12 tbody td:nth-last-child(1),
.gm-table--2column__fs12 tbody td:nth-last-child(1),
.gm-table--3column__fs12 tbody td:nth-last-child(1),
.gm-table--4column__fs12 tbody td:nth-last-child(1) {
    border-bottom: 0
}

.gm-table--chat__fs12 thead tr th,
.gm-table--chat__fs12 thead tr td,
.gm-table--chat__fs12 tbody tr th,
.gm-table--chat__fs12 tbody tr td,
.gm-table--2column__fs12 thead tr th,
.gm-table--2column__fs12 thead tr td,
.gm-table--2column__fs12 tbody tr th,
.gm-table--2column__fs12 tbody tr td,
.gm-table--3column__fs12 thead tr th,
.gm-table--3column__fs12 thead tr td,
.gm-table--3column__fs12 tbody tr th,
.gm-table--3column__fs12 tbody tr td,
.gm-table--4column__fs12 thead tr th,
.gm-table--4column__fs12 thead tr td,
.gm-table--4column__fs12 tbody tr th,
.gm-table--4column__fs12 tbody tr td,
.gm-table--chat__fs12__fs12 thead tr th,
.gm-table--chat__fs12__fs12 thead tr td,
.gm-table--chat__fs12__fs12 tbody tr th,
.gm-table--chat__fs12__fs12 tbody tr td,
.gm-table--2column__fs12__fs12 thead tr th,
.gm-table--2column__fs12__fs12 thead tr td,
.gm-table--2column__fs12__fs12 tbody tr th,
.gm-table--2column__fs12__fs12 tbody tr td,
.gm-table--3column__fs12__fs12 thead tr th,
.gm-table--3column__fs12__fs12 thead tr td,
.gm-table--3column__fs12__fs12 tbody tr th,
.gm-table--3column__fs12__fs12 tbody tr td,
.gm-table--4column__fs12__fs12 thead tr th,
.gm-table--4column__fs12__fs12 thead tr td,
.gm-table--4column__fs12__fs12 tbody tr th,
.gm-table--4column__fs12__fs12 tbody tr td {
    font-size: 12px
}

.gm-table--2column thead,
.gm-table--2column__fs12 thead {
    width: 380px
}

.gm-table--2column thead th,
.gm-table--2column thead td,
.gm-table--2column__fs12 thead th,
.gm-table--2column__fs12 thead td {
    width: 380px
}

.gm-table--2column thead td,
.gm-table--2column__fs12 thead td {
    color: #404040
}

.gm-table--2column tbody,
.gm-table--2column__fs12 tbody {
    width: 380px
}

.gm-table--2column tbody th,
.gm-table--2column tbody td,
.gm-table--2column__fs12 tbody th,
.gm-table--2column__fs12 tbody td {
    width: 380px
}

.gm-table--2column tbody tr:nth-child(2) th,
.gm-table--2column tbody tr:nth-child(2) td,
.gm-table--2column__fs12 tbody tr:nth-child(2) th,
.gm-table--2column__fs12 tbody tr:nth-child(2) td {
    width: 380px
}

.gm-table--3column thead,
.gm-table--3column__fs12 thead {
    width: 253px
}

.gm-table--3column thead th,
.gm-table--3column thead td,
.gm-table--3column__fs12 thead th,
.gm-table--3column__fs12 thead td {
    width: 253px
}

.gm-table--3column thead td,
.gm-table--3column__fs12 thead td {
    color: #404040
}

.gm-table--3column tbody,
.gm-table--3column__fs12 tbody {
    width: 507px
}

.gm-table--3column tbody th,
.gm-table--3column tbody td,
.gm-table--3column tbody tr,
.gm-table--3column__fs12 tbody th,
.gm-table--3column__fs12 tbody td,
.gm-table--3column__fs12 tbody tr {
    width: 253px
}

.gm-table--3column tbody tr:nth-child(2) th,
.gm-table--3column tbody tr:nth-child(2) td,
.gm-table--3column__fs12 tbody tr:nth-child(2) th,
.gm-table--3column__fs12 tbody tr:nth-child(2) td {
    width: 253px
}

.gm-table--3column tbody tr:nth-last-child(1),
.gm-table--3column__fs12 tbody tr:nth-last-child(1) {
    width: 254px
}

.gm-table--3column tbody tr:nth-last-child(1) th,
.gm-table--3column tbody tr:nth-last-child(1) td,
.gm-table--3column__fs12 tbody tr:nth-last-child(1) th,
.gm-table--3column__fs12 tbody tr:nth-last-child(1) td {
    width: 254px
}

.gm-table--4column thead,
.gm-table--4column__fs12 thead {
    width: 190px
}

.gm-table--4column thead th,
.gm-table--4column thead td,
.gm-table--4column__fs12 thead th,
.gm-table--4column__fs12 thead td {
    width: 190px
}

.gm-table--4column thead td,
.gm-table--4column__fs12 thead td {
    color: #404040
}

.gm-table--4column tbody,
.gm-table--4column__fs12 tbody {
    width: 570px
}

.gm-table--4column tbody th,
.gm-table--4column tbody td,
.gm-table--4column tbody tr,
.gm-table--4column__fs12 tbody th,
.gm-table--4column__fs12 tbody td,
.gm-table--4column__fs12 tbody tr {
    width: 190px
}

.gm-table--4column tbody tr:nth-child(2) th,
.gm-table--4column tbody tr:nth-child(2) td,
.gm-table--4column__fs12 tbody tr:nth-child(2) th,
.gm-table--4column__fs12 tbody tr:nth-child(2) td {
    width: 190px
}

.gm-table--row,
.gm-table--row__fs14 {
    width: 100%
}

.gm-table--row th,
.gm-table--row td,
.gm-table--row__fs14 th,
.gm-table--row__fs14 td {
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555;
    text-align: left;
    font-weight: normal;
    padding: 8px
}

.gm-table--row tr:nth-last-child(1) th,
.gm-table--row tr:nth-last-child(1) td,
.gm-table--row__fs14 tr:nth-last-child(1) th,
.gm-table--row__fs14 tr:nth-last-child(1) td {
    border-bottom: 0
}

.gm-table--row tr td:nth-last-child(1),
.gm-table--row__fs14 tr td:nth-last-child(1) {
    border-right: 0
}

.gm-table--row thead th,
.gm-table--row thead td,
.gm-table--row__fs14 thead th,
.gm-table--row__fs14 thead td {
    background: #0e438c;
    color: #ffffff;
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555 !important;
    font-weight: bold
}

.gm-table--row__fs14 th,
.gm-table--row__fs14 td,
.gm-table--row__fs14__fs14 th,
.gm-table--row__fs14__fs14 td {
    font-size: 14px
}

.gm-breadcrumb__wrapper {
    height: 40px;
    position: relative;
    z-index: 997
}

.gm-breadcrumb {
    width: 100%;
    height: 40px;
    background: #0e438c;
    position: relative;
    left: 0;
    background: #0e438c;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gm-breadcrumb.fixed {
    position: fixed;
    left: 0;
    z-index: 998
}

.gm-breadcrumb::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: #0e438c;
    pointer-events: none;
    z-index: -1;
}

.gm-breadcrumb.top {
    margin-bottom: 24px
}

.gm-breadcrumb__inner {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: var(--max-width-all);
    ;
    margin: 0 auto
}

.gm-breadcrumb__bar {
    height: fit-content;
    background: #0e438c;
    /* z-index: 2000; */
    z-index: 998;
    position: relative;
}

.gm-breadcrumb__list {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 1rem;
}

.gm-breadcrumb__list li {
    color: #ffffff;
    font-size: var(--normal-txt-size);
    line-height: 40px;
    margin-right: 20px;
    position: relative
}

.gm-breadcrumb__list li a {
    color: #ffffff;
    font-size: var(--normal-txt-size);
    line-height: 40px
}

.gm-breadcrumb__list li::after {
    content: "\0bb";
    position: absolute;
    top: 50%;
    right: -13px;
    display: block;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gm-breadcrumb__list li:nth-last-child(1)::after {
    content: none
}

.gm-breadcrumb__list li:nth-of-type(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.gm-navi {
    width: var(--gm-navi-width);
    background: #ffffff;
    position: absolute;
    height: 100vh;
    top: 100%;
    left: 0;
    z-index: 500;
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    -moz-transition: all .4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: all .4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: all .4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all .4s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.gm-navi__btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    display: block;
    background: #0e438c;
    z-index: 2000
}

.gm-navi__btn .btn_close {
    display: none
}

.gm-navi__btn.close img {
    display: none
}

.gm-navi__btn.close img.btn_close {
    display: block
}

.gm-navi__wrapper {
    position: relative;
    background: #ffffff;
    height: 2000px
}

.gm-navi__wrapper>div {
    padding-bottom: 50px;
    /* padding-right: 12px; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.gm-navi a:hover {
    text-decoration: none
}

.gm-navi.slidein {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.gm-navi .iScrollVerticalScrollbar {
    position: absolute !important;
    z-index: 100 !important;
    width: 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    /* right: -10px !important */
}

.gm-navi .iScrollVerticalScrollbar div {
    position: absolute !important;
    right: 0;
    z-index: 100 !important;
    width: 6px !important;
    background: rgba(0, 0, 0, 0.4) !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px !important;
    border: 0 !important
}

.gm-navi__top,
.gm-navi__category a {
    background: #0e438c;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    padding: 8px 24px 7px 10px;
    display: block;
    line-height: 1.4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.gm-navi__top:hover,
.gm-navi__category a:hover {
    color: #ffffff
}

.gm-navi__top:hover,
.gm-navi__top.active,
.gm-navi__category a:hover,
.gm-navi__category a.active {
    background: #092a59
}

.gm-navi__top.active+dl,
.gm-navi__category a.active+dl {
    display: block
}

.gm-navi__top.uig-update__icon,
.gm-navi__top.uig-new__icon,
.gm-navi__category a.uig-update__icon,
.gm-navi__category a.uig-new__icon {
    padding-right: 42px
}

.gm-navi__top span:after,
.gm-navi__category a span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-top: -4px
}

.gm-navi__top {
    min-height: 40px
}

.gm-navi__top::after {
    content: "";
    background: url('../images/icon/ic_menu_gm__top.png') no-repeat 0 0;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px
}

.gm-navi__category li>a {
    min-height: 40px
}

.gm-navi__category li>a::after {
    content: "";
    background: url('../images/icon/ic_link_gm__open.png') no-repeat 0 0;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    -moz-transition: all .4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: all .4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: all .4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all .4s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.gm-navi__category li>a.on::after {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.gm-navi__detail {
    display: none;
    padding-bottom: 22px
}

.gm-navi__detail a {
    position: relative;
    display: block;
    padding: 0 24px 0 10px;
    background: none;
    height: auto;
    line-height: 1.4
}

.gm-navi__detail a:hover,
.gm-navi__detail a.active {
    background: #f0f0f0
}

.gm-navi__detail a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-top: -4px
}

.gm-navi__detail dt {
    padding-top: 20px
}

.gm-navi__detail dt a {
    font-size: 16px;
    color: #0e438c;
    margin-bottom: 10px;
    font-weight: bold
}

.gm-navi__detail dt a:hover {
    color: #0e438c
}

.gm-navi__detail dd a {
    font-size: calc(var(--normal-txt-size)*0.95);
    color: #404040;
    margin-bottom: 10px
}

.gm-navi__detail dd a:hover {
    color: #404040
}

.gm-navi__search {
    padding: 5px 10px;
    background: #ffffff;
    position: relative;
    z-index: 3
}

.gm-navi__search input {
    border: 2px solid #cccccc;
    border-radius: 4px;
    font-size: calc(var(--normal-txt-size)*1);
    color: #666666;
    outline: none;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    padding: 0 34px 0 6px;
    margin: 0 auto;
}

.gm-navi__search__submit {
    position: absolute;
    display: block;
    top: 50%;
    right: 20px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    background: none;
    outline: none;
    border: 0;
    width: 14px;
    height: 14px;
    aspect-ratio: 1/1;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: url(../images/icon/ic_search.png) no-repeat center top;
    background-size: 100%;

}

.gm-navi__search__submit img {
    vertical-align: top
}

.gm-navi__search .uig-search__tag {
    width: var(--gm-navi-width) !important;
    top: 100%
}

.gm-navi .select-pulldown {
    position: relative;
    overflow: hidden;
    margin: 16px 10px;
    z-index: 10;
    outline: none
}

.gm-navi .select-pulldown select {
    outline: none
}

.gm-navi .select-pulldown::after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 8px;
    pointer-events: none;
    width: 16px;
    height: 16px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    background: url('../images/icon/ic_pulldown7d07.png?43c30fd3') no-repeat 0 0;
    background-size: 16px auto
}

.gm-navi .select-pulldown__open {
    display: inline-block;
    width: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 24px 8px 8px;
    color: #404040;
    line-height: 1.2;
    background-color: #fff;
    border-radius: 6px;
    -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset, 1px 0px 0px 0px rgba(255, 255, 255, 0.1) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset, 1px 0px 0px 0px rgba(255, 255, 255, 0.1) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset, 1px 0px 0px 0px rgba(255, 255, 255, 0.1) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-appearance: button;
    -webkit-appearance: button;
    cursor: pointer;
    font-size: calc(var(--normal-txt-size)*1);
    text-indent: 0.01px;
    text-overflow: ''
}

.gm-navi .select-pulldown__open::-ms-expand {
    display: none
}

.gm-navi .select-pulldown__open:not(:target) {
    padding-right: 8px\9
}

.gm-navi .select-pulldown__open option {
    color: #333
}

.gm-navi .select-pulldown__open--active {
    background-color: #fff;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset
}

.gm-navi .select-pulldown__open.press {
    background-color: #fff;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.gm-navi .select-pulldown__box {
    position: relative;
    margin-bottom: 10px
}

.gm-navi .select-pulldown__box:after {
    content: "";
    clear: both;
    display: block
}

.gm-navi .select-pulldown .select-pulldown {
    width: 480px;
    margin-bottom: 0
}

.gm-navi__site_links {
    padding-top: 32px;
    padding-bottom: 64px
}

.gm-navi__site_links dt {
    font-size: calc(var(--normal-txt-size)*1);
    color: #404040;
    border-bottom: 1px solid #666666;
    padding: 0 10px 6px;
    margin-bottom: 10px
}

.gm-navi__site_links a {
    display: block;
    padding: 8px 10px 7px;
    font-size: calc(var(--normal-txt-size)*1);
    color: #404040;
    line-height: 1.4
}

.gm-navi__site_links a:hover {
    background: #f0f0f0
}

.gm-navi__link {
    padding-top: clamp(12px, 3vw, 22px);
    background-color: #fff;
}

.gm-navi__link dt {
    font-size: calc(var(--normal-txt-size)*1);
    color: #404040;
    border-bottom: 1px solid #666666;
    padding: 0 10px 6px;
    margin-bottom: 10px
}

.gm-navi__link a {
    display: block;
    padding: 8px 10px 7px;
    font-size: calc(var(--normal-txt-size)*0.95);
    color: #404040;
    line-height: 1.4
}

.gm-navi__link a:hover {
    background: #f0f0f0
}

.gm-platform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    align-items: center;
    height: 40px
}

.gm-platform dt,
.gm-platform dd {
    font-size: var(--normal-txt-size);
    margin-right: 12px;
    color: #ffffff;
    white-space: nowrap
}

.gm-platform dd:last-of-type {
    margin-right: 0
}

.gm-platform a {
    display: block;
    opacity: .2;
    color: #ffffff;
    font-weight: bold;
    cursor: default;
}

.gm-platform a.on {
    opacity: 1
}

.gm-platform a:hover {
    text-decoration: none
}

.gm-view_mode {
    max-width: var(--max-width-content);
    height: 40px;
    margin: 0 auto 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-radius: 4px;
    overflow: hidden
}

.gm-view_mode a {
    width: 380px;
    height: 40px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    background: #0e438c;
    padding: 6px 0 0;
    vertical-align: middle
}

.gm-view_mode a:hover {
    color: #ffffff;
    text-decoration: none
}

.gm-view_mode a img {
    width: 32px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px
}

.gm-view_mode span {
    position: relative;
    padding-left: 36px
}

.gm-view_mode .js__device_mode__keyboard span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    background: url('../images/icon/op_keyboard3888.svg?947c7c3e') no-repeat 0 0;
    background-size: 32px
}

.gm-view_mode .js__device_mode__gamepad span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    background: url('../images/icon/op_gamepadfbe8.svg?d695ed7d') no-repeat 0 0;
    background-size: 32px
}

.gm-view_mode li a {
    opacity: .3
}

.gm-view_mode li a.on {
    opacity: 1
}

.gm-search {
    display: block;
    background: #ffffff;
    max-width: 700px;
    width: 80%;
    height: 50px;
    margin: 32px auto;
    border: 2px solid #cccccc;
    border-radius: 25px;
    position: relative
}

.gm-search__tag {
    position: absolute;
    width: 100%;
    top: 40px;
    display: block;
    border: 2px solid #cccccc;
    border-radius: 4px;
    color: #666666;
    font-size: var(--normal-txt-size);
    background: #ffffff;
    padding: 16px 0 0 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    z-index: 100;
}

.gm-search__tag p {
    font-size: var(--normal-txt-size);
    color: #666666;
    margin: 0 12px 12px 0
}

.gm-search__tag ul li {
    float: left;
    display: inline-block;
    margin: 0 12px 12px 0
}

.gm-search__tag ul li a {
    font-size: var(--normal-txt-size);
    color: #2556b8
}

.gm-search__tag ul li a:hover {
    color: #4c88ff
}

.gm-search__input {
    width: 100%;
    height: 50px;
    padding: 0 60px 5px 20px;
    border-radius: 25px;
    font-size: 20px;
    color: #666666;
    text-align: left;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

.gm-search__submit,
.gm-search__reset {
    position: absolute;
    top: 50%;
    right: 20px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    background: none;
    outline: none;
    border: 0;
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.gm-search__reset {
    display: none;
}

.gm-search__title {
    width: var(--max-width-content);
    border-radius: 4px;
    background: #0e438c;
    font-size: 24px;
    padding: 4px 16px 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 16px;
    color: #ffffff
}

.gm-search__sort {
    width: var(--max-width-content);
    margin: 0 auto 16px;
    font-size: calc(var(--normal-txt-size)*1);
    color: #404040;
    padding-right: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right
}

.gm-search__sort a {
    font-size: calc(var(--normal-txt-size)*1);
    color: #404040;
    margin: 0 4px;
    display: inline-block
}

.gm-search__sort a.on {
    color: #d98041
}

.gm-search__result {
    width: var(--max-width-content);
    min-height: 80px;
    margin: 0 auto
}

.gm-search__result li {
    margin-bottom: 32px
}

.gm-search__result li a {
    font-size: 18px;
    font-weight: normal;
    color: #2556b8;
    margin-right: 8px
}

.gm-search__result li span {
    font-size: calc(var(--normal-txt-size)*1);
    color: #404040
}

.gm-search__tips {
    text-align: center
}

.gm-top__header {
    width: 100%;
    padding: 0 var(--block-margins-s);
    margin: 0 auto 24px;
    display: block;
    text-align: center
}

.gm-top__header img {
    width: 100%;
    height: auto;
    aspect-ratio: 550/64;
    max-width: 550px;
}

.gm-top__lead {
    text-align: center;
    margin-bottom: 16px
}

.gm-top__text01 {
    width: fit-content;
    font-size: 16px;
    font-weight: bold;
    max-width: 840px;
    text-align: left;
    margin: 0 auto 24px
}

.gm-top__text01 span {
    text-align: center;
}

.gm-top__search {
    display: block;
    background: #ffffff;
    width: 90%;
    max-width: 700px;
    height: 50px;
    margin: 32px auto;
    border: 2px solid #cccccc;
    border-radius: 25px;
    position: relative
}

.gm-top__input {
    width: 700px;
    height: 50px;
    padding: 0 60px 5px 20px;
    border-radius: 25px;
    font-size: 20px;
    color: #666666;
    text-align: left;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

.gm-top__submit {
    position: absolute;
    top: 50%;
    right: 20px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    background: none;
    outline: none;
    border: 0;
    cursor: pointer
}

.gm-top__list {
    width: 100%;
    margin: 0 auto;
    font-size: 0px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: var(--list_gap);
    list-style: none;
    padding: 0;
    margin-top: calc(var(--block-margins-s) * 1.5);
}

.gm-top__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0px;
    vertical-align: top;
    max-width: var(--max-width-2col-img);
    width: calc((100% - var(--list_gap)) / 2);
}

.gm-top__list li a {
    display: block;
    padding-bottom: 16px;
    background: #ffffff;
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    overflow: hidden;
    -moz-transition: all .2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all .2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all .2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .2s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.gm-top__list li a:hover {
    text-decoration: none;
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.gm-top__list li img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 16px
}

.gm-top__list li img:nth-of-type(n+2) {
    display: none
}

.gm-top__list li:nth-child(even) {
    margin-right: 0
}

.gm-top__list li h2 {
    font-size: calc(var(--normal-txt-size)*1.2);
    font-weight: bold;
    color: #404040;
    margin: 0 var(--block-margins-ss) 0 var(--block-margins-s);
}

.gm-top__list li p {
    font-size: calc(var(--normal-txt-size)*1);
    font-weight: normal;
    margin: 0 var(--block-margins-ss) 0 var(--block-margins-s);
    color: #404040
}

.gm-top__list li .new {
    font-size: calc(var(--normal-txt-size)*1);
    font-weight: bold;
    color: #cc2929;
    padding-left: 6px
}

.gm-top__list li .updated {
    font-size: calc(var(--normal-txt-size)*1);
    font-weight: bold;
    color: #e68600;
    padding-left: 6px
}

.gm-top__notes {
    width: fit-content;
    font-size: calc(var(--normal-txt-size)*1);
    color: #a62137;
    text-align: left;
    margin: 0 auto calc(var(--block-margins-m)*1.2);
    margin-top: var(--block-margins-s);
}

.gm-top__notes span {
    text-align: center;
}

.gm-top__links__title {
    padding-top: 48px;
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: normal;
    color: #404040;
    text-align: center;
    position: relative
}

.gm-top__links__title::before {
    content: "";
    display: block;
    background: url('../images/icon/ic_links.png') no-repeat 0 0;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.gm-top__links__list {
    width: 100%;
    margin: 0 auto;
    font-size: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--list_gap);
}

.gm-top__links__list li {
    font-size: 0px;
    vertical-align: top;
    width: calc((100% - var(--list_gap)) / 2);
    max-width: var(--max-width-2col-img);
    /* margin: 0 40px 40px 0; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gm-top__links__list li:nth-child(even) {
    margin-right: 0
}

.gm-top__links__list li.last {
    margin-bottom: 0
}

.gm-top__links {
    margin-bottom: var(--block-margins-m);
}

.gm-top__links__list a {
    border-radius: 8px;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    height: auto;
    /* width: 400px;
    height: 107px; */
    -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px 2px 4px 0px rgba(0, 0, 0, 0.4)
}

.gm-top__links__list a img {
    aspect-ratio: 767/220;
    display: block;
    width: 100%;
    height: auto;
    filter: brightness(1);
    transition: all .3s ease-in-out;
}

.gm-top__links__list a:hover img {
    filter: brightness(1.15);
}

.gm-top__links__list a img.on {
    -moz-transition: all .2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: all .2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: all .2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all .2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    z-index: 1
}

.gm-top__links__list a:hover img.on {
    opacity: 1
}

.gm-top__links__list p {
    font-size: calc(var(--normal-txt-size)*1);
    text-align: left;
    width: fit-content;
    margin-top: var(--block-margins-ss);
}

.gm-top__links__list p span {
    text-align: center;
}

.gm-top__company {
    margin-top: 128px;
    padding-bottom: 48px;
    text-align: center
}

.gm-top__company div {
    margin-bottom: 16px
}

.gm-top__company--nvidia {
    position: relative
}

.gm-top__company--nvidia a {
    display: block;
    position: absolute;
    top: 26px;
    left: 276px;
    width: 286px;
    height: 65px
}

.gm-top__company--geforce {
    position: relative
}

.gm-top__company--geforce a {
    display: block;
    position: absolute;
    top: 26px;
    left: 278px;
    width: 284px;
    height: 93px
}

.gm-top__company--havok {
    position: relative
}

.gm-top__company--havok a {
    display: block;
    position: absolute;
    top: 26px;
    left: 276px;
    width: 286px;
    height: 90px
}

.gm-anchor_point {
    position: relative
}

.gm-anchor_point * {
    z-index: 2
}

.gm-tooltip {
    display: block;
    background: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    padding: 6px 8px 4px 8px;
    border-radius: 6px;
    font-size: var(--normal-txt-size);
    color: #404040;
    max-width: 284px;
    z-index: 99999
}

.gm-new__text {
    font-size: calc(var(--normal-txt-size)*1);
    font-weight: bold;
    color: #cc2929
}

.uig-title--category .gm-new__text {
    color: #e64545;
    text-shadow: 0px 0px 2px #061e40, 0px 0px 2px #061e40
}

.gm-new__icon:after {
    background: #cc2929
}

.uig-navi__category a .gm-new__icon:after {
    background: #e64545;
    -moz-box-shadow: 0px 0px 2px #061e40, 0px 0px 2px #061e40;
    -webkit-box-shadow: 0px 0px 2px #061e40, 0px 0px 2px #061e40;
    box-shadow: 0px 0px 2px #061e40, 0px 0px 2px #061e40
}

.gm-update__text {
    font-size: calc(var(--normal-txt-size)*1);
    font-weight: bold;
    color: #e68600
}

.uig-title--category .gm-update__text {
    text-shadow: 0px 0px 2px #061e40, 0px 0px 2px #061e40
}

.gm-update__icon:after {
    background: #e68600
}

.uig-navi__category a .gm-update__icon:after {
    background: #e68600;
    -moz-box-shadow: 0px 0px 2px #061e40, 0px 0px 2px #061e40;
    -webkit-box-shadow: 0px 0px 2px #061e40, 0px 0px 2px #061e40;
    box-shadow: 0px 0px 2px #061e40, 0px 0px 2px #061e40
}

@media screen and (min-width: 1461px) {
    .uig-navi {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .uig-navi.slideout {
        -moz-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
        -webkit-transform: translateX(-280px);
        transform: translateX(-280px)
    }

    .uig-navi.main_index {
        -moz-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
        -webkit-transform: translateX(-280px);
        transform: translateX(-280px)
    }

    .uig-navi.main_index.slidein {
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    .uig-navi__btn {
        display: none
    }
}

.page_id__search .uig-navi__wrapper {
    height: auto
}

.ui_guide__detail {
    border-radius: 6px;
    box-sizing: border-box
}

#style_guide_title {
    width: 100%;
    background-color: #000;
    color: white;
    margin-bottom: 24px
}

#style_guide_title h1 {
    padding: 12px;
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif
}

#style_guide_title h1 span {
    margin-left: 4px
}

#style_guide_nav {
    border: solid 1px #fff
}

#style_guide_nav a {
    display: block;
    padding: 8px;
    color: #fff
}

#style_guide_nav a:hover {
    color: #333;
    background: #fff
}

#style_guide_nav .indent {
    margin-left: 12px
}

.style_guide__title {
    color: #000;
    font-size: 24px;
    padding: 8px 0;
    margin: 0 0 16px
}

.style_guide__sub {
    color: #000;
    font-size: 18px;
    margin-bottom: 12px
}

.style_guide__table {
    width: 100%;
    margin-bottom: 32px;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd
}

.style_guide__table th {
    padding: 5px 10px;
    background-color: #25242c;
    color: #ffffff;
    font-weight: normal;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd
}

.style_guide__table td {
    text-align: center;
    padding: 5px 10px;
    background: #fff;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd
}

.hljs-comment,
.hljs-quote {
    color: #969896
}

.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
    color: #cc6666
}

.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
    color: #de935f
}

.hljs-attribute {
    color: #f0c674
}

.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
    color: #b5bd68
}

.hljs-title,
.hljs-section {
    color: #81a2be
}

.hljs-keyword,
.hljs-selector-tag {
    color: #b294bb
}

.hljs {
    display: block;
    overflow-x: auto;
    background: #1d1f21;
    color: #c5c8c6;
    padding: 0.5em;
    margin-top: 10px;
    margin-bottom: 20px
}

.hljs-emphasis {
    font-style: italic
}

.hljs-strong {
    font-weight: bold
}

.fancybox-skin {
    background: none !important;
    border: 0;
    box-shadow: none !important
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    cursor: pointer;
    z-index: 20040
}

.media__next {
    background: url('../images/bt_next_off.png') no-repeat right center;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    display: block;
    z-index: 20040;
    display: none
}

.media__next .on {
    background: url('../images/bt_next_on.png') no-repeat right center;
    width: 50%;
    height: 100%;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0
}

.media__prev {
    background: url('../images/bt_prev_off.png') no-repeat left center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: block;
    z-index: 20040;
    display: none
}

.media__prev .on {
    background: url('../images/bt_prev_on.png') no-repeat left center;
    width: 50%;
    height: 100%;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.media__close {
    position: absolute;
    top: -48px;
    right: 0;
    width: 100%;
    height: 48px;
    display: block;
    overflow: hidden;
    cursor: default
}

.media__close .off {
    background: url('../images/bt_fancybox_close.png') no-repeat left top;
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.media__close .on {
    background: url('../images/bt_fancybox_close_hover.png') no-repeat left bottom;
    width: 48px;
    height: 48px;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}


.gm-navi__bg {
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    display: block;
    opacity: 0;
    -moz-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    pointer-events: none
}

.gm-navi__bg.show {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width:800px) {
    .gm-box {
        width: 100%;
    }

    :root {
        --max-width-content: 100%;
    }

    .gm-breadcrumb__list {
        margin-left: 1.5rem;
    }
}
