.gc-tree-item > a > div[ent]::before {
  content: "Upd";
  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;
}

.gc-tree-item > a > div[new]::before {
  content: "New";
  padding: 2px 4px;
  border-radius: 4px;
  margin-left: 10px;
  background: rgb(33, 115, 70);
  font-size: 10px;
  color: white;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: -0.1em;
}

.gc-tree-item:hover {
  background-color: #f1f1f1;
}

.gc-playground_view {
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}

html,
body {
  background: #fff;
  color: #404040;
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
  font-family: メイリオ, meiryo, verdana, sans-serif;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.4em;
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
  font-family: メイリオ, meiryo, verdana, sans-serif;
  font-weight: 400;
  color: #202030;
}

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

p {
  line-height: 1.75em;
  margin-bottom: 0.75rem;
}

ol {
  /* list-style: none; */
  margin: 0;
}

li {
    margin-left: 15px;
}

p {
  line-height: 1.75em;
  margin-bottom: 0.75rem;
  color: #202030;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

strong {
  line-height: 1.75em;
  margin-bottom: 0.75rem;
  color: #0d0d0e;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

pre {
  line-height: 1.75em;
  margin-bottom: 0.75rem;
  color: #0d0d0e;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  /*display: block;
  font-family: monospace;
  white-space: pre;  */
}

.table-th-new {
  color: red;
}
.description-title h1 {
  border-left: 4px solid #760b54;
}
.app-nav {
  /*background-color: #95106b;*/
  height: 40px;
  background: #eee;
  border-radius: 0 4px;
  color: #95106b;  
}

.menu-icon-container {
  width: 40px;
  box-sizing: border-box;
  padding: 10px;
  cursor: pointer;
  background: #d9d9d9;
}

.app-breadcrumb {
  color: #95106b;
}

.menu-icon-container {
  color: #4a4a4a;
}

.search_input_container .search-icon {
  /*color: #ffffff;*/
  width: 18px;
  height: 100%;
  margin-left: 4px;
  display: flex;
  align-items: center;
  color: #999;
  cursor: text;
  z-index: 1;
  position: absolute;  
}

.search_input_container .search_input {
  /*background-color: #9f2b7b;*/
  border: none;
  outline: none;
  height: 24px;
  width: 250px;
  padding-left: 28px;
  box-sizing: border-box;
}

.search_input_container {
  /*padding: 0;*/
  /* border: 1px solid #ffffff; */
  background: #fff;
  margin-right: 29px;
  border-radius: 4px;
  padding: 0 4px;
  position: relative;
  border: 1px solid #999;
}

.app-menu-text_item[data-isselected=true]>a {
  border-bottom: 2px solid #95106b;
}

.app-sample-btn {
  z-index: -1000;
}

.gc-tree-item[data-selected=true] {
  border-right: 4px solid #95106b;
  color: #95106b;
  background: #f4eef3;
}

/*
.footer {
      background: #424242;
}
*/

.tab_item_selected_style1[data-selected=true] {
  color: #0d78d5;
}

.btn-code_icon {
  background-color: #95106b;
}

.footer {
  font-size: 13px;
  line-height: 1em;
  background: #697683 !important;
  padding: 80px 0;
  box-sizing: border-box;
}
.footer a:link,.footer a:visited {
  color: hsla(0,0%,100%,.75)
}
.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;
  /* border-bottom: 1px dashed */
  border-bottom: none
}
.footer ul li:last-child {
  border-bottom: none
}
.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,0.5);
  margin: 0 10px 0 0
}
.footer ul.company-info li:first-child a.gc-logo {
  font-size: 44px;
  color: #fff;
  text-decoration: none
}
.footer ul.company-info li:first-child a.mes-logo {
  font-size: 44px;
  color: #fff;
  text-decoration: 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,0.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,0.5);
  margin-top: 14px;
  width: 100%
}
.footer ul.util-social li {
  padding: 0 4px
}
.footer ul.util-social li.the-selector {
  display: none;
  position: absolute;
  top: 12px;
  right: -5px;
  font-size: 13px
}
.footer ul.util-social li.the-selector form {
  margin-left: 5px;
  display: inline
}
.footer ul.util-social li.the-selector form select {
  width: 230px;
  background: rgba(255,255,255,0.12);
  padding: 5px 10px;
  border: 0;
  color: #fff;
  outline: none;
  cursor: pointer
}
.footer ul.util-social li.the-selector form select option {
  color: #888
}
.footer dl dd {
  font-size: 12px;
  line-height: 1.6em !important
}
.footer .qrcodeBox {
  border-left: 1px solid rgba(255,255,255,0.2)
}
.font_sitemap {
  font-size: 12px;
}
.countrydd {
  font-size: 12px
}
.countrydd dt span {
  cursor: pointer
}
.countrydd dt span:hover {
  text-decoration: underline
}
.countrydd dd ul {
  display: none;
  position: absolute;
  top: -125px;
  left: 5px;
  background: #483360;
  padding: 10px 10px 7px
}
.countrydd dd ul a {
  display: block;
  width: 150px
}
.footer {
  /*font-family: "Microsoft YaHei","微软雅黑","Arial","黑体","宋体",sans-serif !important;*/
  font-family: メイリオ, meiryo, verdana, sans-serif !important;
  font-weight: 300 !important;
  line-height: 1.5 !important;
}
.footer dt{
  font-weight: 300;
}
.footer p{
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255,255,255,0.75);
}
.footer dd{
  margin-bottom: .5em;
  margin-inline-start: 0;
}
@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
  }
  .footer .qrcodeBox {
      border-top: 1px solid rgba(255,255,255,0.2);
      padding: 2rem 0 0 0
  }
}
@media only screen and (max-width: 414px) {
  .footer ul.util-nav li {
      padding:0 6px
  }
  .footer ul.util-social {
      font-size: 20px
  }
  .footer ul.util-social li.the-selector {
      display: block;
      display: none;
      position: relative;
      top: auto;
      right: auto;
      margin-top: 25px;
      padding-left: 0;
      right: auto;
      width: auto;
      text-align: left
  }
  .footer ul.util-social li.the-selector select {
    outline: none;
    box-shadow: none
}
.footer ul.util-social li.the-selector select::-ms-clear {
    display: none
}
}

/*
.nav-path {
  color: white;
}
*/
.mobile_tree-menu-icon {
  color: white;
}

.hljs-comment, .hljs-quote {
  color: #998;
  font-style: normal;
}

.algolia-autocomplete .algolia-docsearch-suggestion--category-header {
  background-color: #95106b;
}

.algolia-autocomplete .algolia-docsearch-suggestion--category-header{
  background-color:#760b54
}


.gc-playground_description {
  font-size: 14px;
  line-height: 1.75em;
}

.gc-playground_description P{
  font-size: 14px;
  line-height: 1.75em;
}

.app-content-description .content-text{
  width:90%;
}

.content-text li{
  font-size: 14px;
  line-height: 1.75em;
}

.gc-playground_open-in-new-tab_link{
  margin: 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.gc-tab-scroll-container {
  display: flex;
  align-items: center;
}
