.gc-tree-item > a > div[ent="ent"]::before{
    content: 'Ent';
    padding: 2px 4px;
    border-radius: 4px;
    margin-left: 10px;
    background: rgb(247, 167, 17);
    font-size: 10px;
    color: white;
    white-space: nowrap;
    font-weight: 400;
    letter-spacing: -0.1em;
    text-transform: uppercase;
}
.react-root-element {
    --product-color: #0786bd;
}
.app-menu-text_item[data-isselected=true]>a {
    border-bottom: 2px solid #0786bd;
}
.onPageNav .toc-headings-list-item-selected {
    color: #0786bd;
}
.app-breadcrumb {
    color: #0786bd;
}
.description-title h1 {
    border-left-color: #0786bd;
}
.btn_with-product-style {
    background: #0786bd;
}
.gc-tree-item[data-selected=true] {
    border-right-color: #0786bd;
    color: #0786bd;
}
.loading-ring div {
    border-top-color: #0786bd;
}
.tab_item_selected_style2[data-selected=true] {
    border-bottom-color: #0786bd;
}
.btn-code_icon {
    background-color: #0786bd;
}
.algolia-autocomplete .algolia-docsearch-suggestion--category-header {
    background-color: #0786bd;
}
.app-sample-btn {
    display: none;
}


/* in default.css */
/* COMMON */
body {
    font-family: "Yu Gothic Medium","Hiragino Kaku Gothic ProN","Hiragino Sans",Arial,sans-serif;
}

/* HEADER */

#site-header {
    font-size: 13px;
    background: #fff;
}

#site-header .row {
    padding-top: 25px;
    padding-bottom: 25px;
}

#site-header a:link,
#site-header a:visited,
#site-header a:hover,
#site-header a:active {
    text-decoration: none;
    text-transform: uppercase;
}

#site-header .brand {
    position: relative;
}

#site-header .brand .mesicon-logo-horiz {
    padding-left: 15px;
    font-size: 48px;
    color: #697683;
}

#site-header .brand .mesicon-logo-horiz span {
    display: none;
}

#site-header .brand .mesicon-hamb {
    color: #697683;
    font-size: 20px;
    display: none;
    position: absolute;
    top: 15px;
    right: 30px;
    cursor: pointer;
    @media only screen and (max-width: 991px) {
        display: block;
    }
}

#site-header .navigation {
    @media only screen and (max-width: 991px) {
        display: none;
    }
}

#site-header .navigation a:link,
#site-header .navigation a:visited,
#site-header .navigation a:hover,
#site-header .navigation a:active {
    font-weight: 600;
    color: #7C8894;
    text-decoration: none;
    text-transform: uppercase;
}

#site-header .navigation ul {
    list-style: none;
    text-align: right;
    padding: 15px 30px 0 0;
}

#site-header .navigation ul li {
    display: inline;
    padding-right: 10px;
}

#site-header .navigation ul li:before {
    content: "|";
    color: #7C8894;
    padding-right: 10px;
}

#site-header .navigation ul li:first-child:before {
    content: "";
}

@media only screen and (max-width: 991px) {

    /* Mobile Nav - Active State */

    .body-fix {
        position: fixed;
        width: 100%
    }

    #site-header .brand {
        max-height: 100px;
    }

    #site-header .navigation.active {
        display: block;
        background: #474D57;
        position: absolute;
        top: 100px;
        left: 0;
        height: 100%;
        width: 100%;
    }

    #site-header .navigation.active a:link,
    #site-header .navigation.active a:visited,
    #site-header .navigation.active a:hover,
    #site-header .navigation.active a:active {
        font-weight: 400;
        color: #F4F5F7;
        text-decoration: none;
        text-transform: uppercase;
    }

    #site-header .navigation.active ul {
        text-align: left;
        padding: 0 15px;
        margin: 20px 0 0 0;
    }

    #site-header .navigation.active ul li {
        display: block;
        padding: 0 0 15px 15px;
        border-bottom: 1px solid #A7B1B9;
        margin-bottom: 15px;
    }

    #site-header .navigation.active ul li:before {
        content: "";
    }
}

/* FOOTER */

footer {
    font-size: 13px;
    line-height: 1em;
    background: #697683 !important;
    color: rgba(255,255,255,0.75);
    @media only screen and (max-width: 991px) {
        padding: 70px 15px;
    }
}

footer a:link,
footer a:visited {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
}

footer a:hover,
footer a:active {
    color: #fff;
    text-decoration: underline;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    line-height: 25px;
}

footer ul.company-info {
    font-size: 12px;
}

footer ul.company-info li:first-child {
    padding:10px 15px 10px 0;
    border-right: 1px solid rgba(255,255,255,.5);
    margin: 0 10px 0 0;
}

footer ul.company-info li:first-child a.logo {
    font-size: 44px;
    color: #fff;
    text-decoration: none;
}

footer ul.company-info .mesicon-logo-horiz span {
    display: none;
}

footer ul.util-nav {
    display:inline-block;
}

footer ul.util-nav li {
    line-height: 1em;
    padding: 0 8px;
    border-right: 1px solid rgba(255,255,255,.5);
}

footer ul.util-nav li:first-child {
    padding-left: 5px;
}

footer ul.util-nav li:last-child {
    border: 0;
}

footer ul.util-nav {
    display: inline-block;
}

footer ul.util-nav li {
    line-height: 1em;
    padding: 0 8px;
    border-right: 1px solid rgba(255,255,255,.5);
}

footer ul.util-nav li:first-child {
    padding-left: 5px;
}

footer ul.util-nav li:last-child {
    border: 0;
}

footer ul.util-social {
    font-size: 26px;
    position: relative;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.5);
    margin-top: 14px;
    width: 100%;
}

footer ul.util-social li {
    padding: 0 4px;
}

footer ul.util-social li a {
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    footer {
        padding: 50px 0;
    }
    footer ul.company-info {
        margin-bottom: 30px;
    }
    footer ul.company-info li {
        width: 49%;
        text-align: right;
        vertical-align: top;
    }
    footer ul.company-info li:first-child {
        border: 0;
        text-align: left;
    }
}

@media only screen and (max-width: 736px) {
    footer ul.company-info {
        margin-bottom: 25px;
    }
    footer ul.company-info li {
        display: block;
        width: auto;
        text-align: left;
    }
}

@media only screen and (max-width: 414px) {
    footer ul.util-nav li {
        padding: 0 6px;
    }
    footer ul.util-social {
        font-size: 20px;
    }
}

/* in fonts.css */
@font-face {
    font-family: "mesicon";
    src: url('mesicon.ttf?display=swap&v=2') format('truetype'),
         url('mesicon.eot?display=swap&v=2') format('embedded-opentype'),
         url('mesicon.svg?display=swap&v=2') format('svg'),
         url('mesicon.woff?display=swap&v=2') format('woff');
}

[class^="mesicon-"],
[class*="mesicon-"] {
    font-family: 'mesicon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mesicon-name-en:before {
    content: "\e900";
}
.mesicon-name-jp:before {
    content: "\e901";
}
.mesicon-logo-stack:before {
    content: "\e902";
}
.mesicon-logo-stack-sm:before {
    content: "\e906";
}
.mesicon-logo-horiz:before {
    content: "\e90b";
}
.mesicon-logo-mark:before {
    content: "\e90c";
}
.mesicon-logo-name:before {
    content: "\e90d";
}
.mesicon-hamb:before {
    content: "\e9bd";
}
.mesicon-hamb.active:before {
    content: "\ea0f";
}

@font-face {
    font-family: "FontAwesome";
    src: url("fontawesome-webfont.eot?v=4.7.0");
    src: url("fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
         url("fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
         url("fontawesome-webfont.woff?v=4.7.0") format("woff"),
         url("fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
         url("fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    font: normal normal normal 14px/1 "FontAwesome";
	font-size: inherit;
    speak: never;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-facebook:before {
    content: "\f09a"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rss:before {
    content: "\f09e"
}

body[data-theme=""] .footer {
    background:  #697683 !important;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

th {
    padding: 0.25rem 0.5rem;
    text-align: left;
    background: #F0F0F0;
    border: 1px solid #D2D2D2;
    font-weight: normal;
}

td {
    padding: 0.25rem 0.5rem;
    border: 1px solid #D2D2D2;
}