/*
 * --- リンク ---
 */
.page-content a {
  color: #00a0e9;
}

#page-header {
  background-color: #064a4f; /* background color changed to #064a4f Tanaka 20240611*/
  min-height: 20px;
}

/* .status-scroll-down .backToTop {} */

.status-scroll-down .backToTop {
  display: block;

  height: 42px;
  width: 42px;
  color: #ffffff;
  background-color: rgba(191, 191, 191, 0.75);
  border-radius: 50%;
  position: absolute;
  right: 10px;
  bottom: 40px;
  z-index: 100;
}

.status-scroll-down .backToTop:lang(ar-EG) {
  left: 10px;
  right: unset;
}

.status-scroll-down .backToTop::before {
  content: "\e648";
  font-family: "themify";
  font-size: 30px;
  padding-left: 5px;
  vertical-align: bottom;
  position: relative;
  z-index: 100;
}

.status-scroll-down .backToTop:lang(ar-EG)::before {
  right: 6px;
}

ul {
  padding-left: 40px;
}

ul:lang(ar-EG) {
  padding-left: 0;
  padding-right: 40px;
}

ol {
  padding-left: 40px;
}

ol:lang(ar-EG) {
  padding-right: 0;
  padding-left: 0 !important;
}

ol.option01 {
  padding-left: 5px;
}

p:lang(ar-EG) {
  text-align: right;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  ol,
  ul {
    padding-left: 20px;
  }

  #page-content {
    margin-left: 0;
    padding: 75px 25px 15px 25px;
  }

  #page-content:lang(ar-EG) {
    margin-right: 0;
    padding: 75px 25px 15px 25px;
  }

  div#cover-model02 {
    max-width: 90% !important;
  }

  div#cover-supplement {
    width: 100% !important;
  }

  .logo2 {
    width: 50% !important;
  }

  .logo2 img.footer-logo {
    width: 80% !important;
  }

  div[data-macro-name="mark-expand"]
    > table
    > tbody
    > tr
    > td.labelmark.confluenceTd {
    grid-template-columns: 90% 10%;
  }

  div[data-macro-name="mark-expand"]
    > table
    > tbody
    > tr
    > td
    > div.table-wrap
    > table.wrapped.confluenceTable {
    width: 100%;
  }

  div[data-macro-name="mark-expand"]
    > table
    > tbody
    > tr
    > td
    > div.table-wrap
    > table.wrapped.confluenceTable
    > thead
    > tr
    > th {
    white-space: pre-wrap;
  }

  .sectionMacro .sectionMacroRow {
    display: block;
  }

  .sectionMacro .columnMacro {
    /* width: 100% !important; */
    min-width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    height: auto;
  }

  .sectionMacro .columnMacro iframe {
    width: 100% !important;
    height: auto !important;
  }

  div.sectionMacro > div.sectionMacroRow > div.columnMacro > video {
    width: 100% !important;
  }
}

/*
 * --- メニューヘッダー ---
 */
#nav-menu-header {
  padding: 11px 8px;
  background-color: white;
}

#nav-menu-side {
  position: absolute;
  right: -21px;
  top: 84px !important;
  width: 21px;
  transition: width 0.3s, right 0.3s;
}

#nav-menu-side:lang(ar-EG) {
  right: auto;
  left: -21px;
  transition: width 0.3s, left 0.3s;
  -webkit-transition: width 0.3s, left 0.3s;
  -moz-transition: width 0.3s, left 0.3s;
  -ms-transition: width 0.3s, left 0.3s;
  -o-transition: width 0.3s, left 0.3s;
}

#nav-menu-side a {
  display: block;
  margin: 0;
  padding: 15px 2px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background-color: #d0d0d0;
  border-radius: 0 5px 5px 0;
  transition: padding-left 0.3s, background-color 0.5s;
}

#nav-menu-side a:lang(ar-EG) {
  border-radius: 5px 0 0 5px;
  transition: padding-right 0.3s, background-color 0.5s;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  -webkit-transition: padding-right 0.3s, background-color 0.5s;
  -moz-transition: padding-right 0.3s, background-color 0.5s;
  -ms-transition: padding-right 0.3s, background-color 0.5s;
  -o-transition: padding-right 0.3s, background-color 0.5s;
}

#nav-menu-side a::before {
  content: "\e64a";
  font-family: "themify";
}

#nav-menu-side a:lang(ar-EG)::before {
  content: "\e649";
}

.status-menu-closed #nav-menu-side a::before {
  content: "\e649";
}

.status-menu-closed #nav-menu-side a:lang(ar-EG)::before {
  content: "\e64a";
}

/* --- メニューリスト --- */

#page-menu .nav-menu-list,
#page-menu .nav-menu-list ul {
  border-left: none;
  list-style-type: none;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
  line-height: 1.5;
}

#page-menu .nav-menu-list ul:lang(ar-EG) {
}

#page-menu .nav-menu-list {
  padding-inline-start: 0;
  background-color: white;
}

#page-menu .nav-menu-content {
  font-size: 12px;
}

#page-menu .nav-menu-list a {
  display: block;
}

#page-menu .nav-menu-list a:hover {
  color: #0072bb;
  background-color: transparent;
}

#page-menu .nav-menu-list a:hover {
  color: #0072bb;
}

#page-menu .nav-menu-list > li li a {
  padding: 10px 25px 10px 10px;
}

#page-menu .nav-menu-list > li li a:lang(ar-EG) {
  padding: 10px 10px 10px 25px;
}

#page-menu .nav-menu-list > li li li a:lang(ar-EG) {
  padding: 10px 10px 10px 25px;
}

#page-menu .nav-menu-list > li li li li a:lang(ar-EG) {
  padding: 10px 10px 10px 25px;
}

#page-menu .nav-menu-list > li.group > ul > li > span.icon {
  display: inline-block;
  cursor: pointer;
}

#page-menu .nav-menu-list > li > ul > li > span.icon {
  position: absolute;
  display: none;
  right: 24px;
  top: 0;
  height: 100%;
  border-bottom: 1px solid transparent;
}

/* --- メニューリスト(home) --- */

#nav-menu-header-home {
  position: relative;
  margin-right: 1px;
  margin-top: -5px;
  margin-bottom: 15px;
}

ul.nav-menu-home {
  list-style: none;
  padding-left: 5px;
}

ul.nav-menu-home:lang(ar-EG) {
  padding-right: 5px;
}

ul.nav-menu-home li a {
  display: block;
  padding: 20px 5px 5px 20px;
  color: #606060;
}

ul.nav-menu-home li a:lang(ar-EG) {
  padding: 20px 20px 5px 5px;
}

ul.nav-menu-home li a:hover {
  color: #0072bb;
}

ul.nav-menu-home li a::before {
  content: "\e69b";
  padding-right: 10px;
  font-family: "themify";
}
ul.nav-menu-home li a:lang(ar-EG)::before {
  padding-left: 10px;
  padding-right: 0;
}

figure {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}

figure > img.img-responsive {
  display: inline-block !important;
}

h5.fujitsu-cover-title {
  padding-left: 8px;
  border-color: #186e73;
  border-style: solid;
  border-width: 0 0 1px 8px;
  color: gray;
  font-size: 20px;
  font-weight: bold;
  margin-top: 42px;
}

h5.fujitsu-cover-title:lang(ar-EG) {
  padding-left: 0px;
  padding-right: 8px;
  border-width: 0 8px 1px 0;
}

h6.fujitsu-round-enclosed-title {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 10px 0;
  line-height: 1.2;
}

.fujitsu-round-enclosed-cover {
  display: inline-block;
  text-align: center;
  font-size: 87%;
  width: 2.1em;
  height: 2.1em;
  line-height: 2.1em;
  color: #fff;
  background-color: #5cb4ff;
  border-style: none;
  border-width: 0;
  border-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 1.9em;
  width: 1.8em;
  height: 1.8em;
}

/* --- アイコン ---  */

#page-menu .nav-menu-list .group > .icon::before {
  content: "\e649";
  font-family: "themify";
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  text-align: center;
  padding-top: 5px;
  color: #858585;
  font-size: 1.4em;
  font-weight: bold;
}

#page-menu .nav-menu-list .group > .icon:hover::before {
  color: #858585 !important;
  background-color: transparent;
}

#page-menu .nav-menu-list .group.expanded > .icon::before,
#page-menu .nav-menu-list .group.expanded > .icon:hover::before {
  background-color: transparent;
  color: #858585 !important;
  content: "\2212";
}

#page-menu .nav-menu-list .group > .icon::before {
  content: "\002B";
}

#page-menu .nav-menu-list .group.active > .icon::before,
#page-menu .nav-menu-list .group.active > .icon:hover::before {
  color: #ffffff !important;
}

#page-menu .nav-menu-list > li > a {
  background-color: #f0f0f0;
  padding: 10px 25px 10px 10px;
}

#page-menu .nav-menu-list > li > a:lang(ar-EG) {
  padding: 10px 10px 10px 25px;
}

#page-menu ul.nav-menu-list > li.active > a {
  color: #ffffff;
  background: linear-gradient(
    -45deg,
    #484848 25%,
    #525252 25%,
    #525252 50%,
    #484848 50%,
    #484848 75%,
    #525252 75%,
    #525252
  );
  background-size: 5px 5px;
}

#page-menu .nav-menu-list li.active ul a {
  background-color: #fff;
  color: #4c4c4c;
}

#page-menu .nav-menu-list li.active::after {
  border: none;
}

#page-menu .nav-menu-list li.expanded a {
  background-color: #f0f0f0;
  color: #606060;
}

#page-menu .nav-menu-list li.expanded a:hover {
  color: #00a0e9;
}

#page-menu .nav-menu-list li.expanded {
}

#page-menu .nav-menu-list li.group.active > a,
#page-menu .nav-menu-list li.group li.active > a {
  color: #ffffff;
  background: linear-gradient(
    -45deg,
    #484848 25%,
    #525252 25%,
    #525252 50%,
    #484848 50%,
    #484848 75%,
    #525252 75%,
    #525252
  );
  background-size: 5px 5px;
}

#page-menu .nav-menu-list li ul {
  display: none;
}

#page-menu .nav-menu-list li.expanded ul {
  background-color: #fff;
}

#page-menu .nav-menu-list li.expanded ul a {
  color: #4c4c4c;
  background-color: #ffffff;
  border: none;
  font-size: 12px;
}

/* --- すべてを開く --- */

#nav-menu-header .btn-expand-menu {
  top: -5px;
}

/*
 * --- パンくずリスト ---
 */
.nav-breadcrumb {
  min-height: 30px;
  margin: 0;
  /* padding: 6px 10px; */
  background-color: #fafafa;
  border: solid 1px #ededed;
  padding: 10px 20px;
  margin-bottom: 20px;
  line-height: 1.7;
}

.nav-breadcrumb > ol li {
  line-height: 1.7;
}

.nav-breadcrumb > ol:lang(ar-EG) {
  display: flex;
}

/*
 * --- 子ページリスト ---
 　　
 */
.page-content ul.mr-index {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.page-content ul.mr-index:last-child {
  margin-bottom: 0;
}

.page-content ul.mr-index {
  border: solid 1px transparent;
  padding: 10px 20px;
  list-style: none;
}

.page-content ul.mr-index {
  border-color: #ededed;
  background-color: #fafafa;
}

/*
 * --- 見出し ---
 */

#page-content h2,
.moduleh1 h1 {
  padding: 8px;
  background-color: #3c716d;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}

#page-content h3,
#page-content h4,
#page-content h5.option01,
#page-content h5.option02 {
  border-style: solid;
  font-weight: bold;
  padding: 4px 2px 4px 6px;
}

#page-content h3:lang(ar-EG),
#page-content h4:lang(ar-EG),
#page-content h5.option01:lang(ar-EG),
#page-content h5.option02:lang(ar-EG) {
  padding: 4px 6px 4px 2px;
}

#page-content h2 {
  padding: 8px;
  background-color: #3c716d;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}

/*
 * --- 箇条書き ---
 */

ol.option01 > li:before {
  width: 18px;
  height: 18px;
  display: inline-grid;
  justify-content: center;
  text-align: center;
  font-size: 0.8em;
  color: #ffffff;
  background-color: Red;
  border-radius: 50%;
}

/*
 * --- フッター---
 */
#page-footer .blueBox {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 0px;
  text-align: center;
  background-color: #3c716d;
  color: #fff;
  margin-top: 0.5em;
}

#page-footer .survey {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#page-footer .survey input[type="radio"] {
  -webkit-appearance: auto;
  margin-right: 0.3em;
}

#page-footer .surveyBtn {
  box-shadow: inset 0px 1px 0px 0px #97c4fe;
  background-color: #3d94f6;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 8px 14px;
  text-decoration: none;
  border: none;
}

#page-footer .surveyBtn:hover {
  background-color: #1e62d0;
}

#page-footer .surveyBtn:active {
  position: relative;
  top: 1px;
}

#page-footer .survey .ansOpt {
  text-align: left;
  padding: 8px 0px;
}

#page-footer .copyright {
  margin-top: 8px;
  padding-top: 4px;
  border-top: none;
}

#page-footer .copyright p {
  color: #fff;
}

/*
 * --- マクロテーブル---
 */
/* div[data-macro-name*="-warning"] .labelmark.confluenceTd {
    background-color: transparent !important;
} */

.confluenceTable > tbody > tr > td,
.confluenceTable > tbody > tr > th,
.confluenceTable > tfoot > tr > td,
.confluenceTable > tfoot > tr > th,
.confluenceTable > thead > tr > td,
.confluenceTable > thead > tr > th {
  line-height: 1.5;
  padding: 10px;
}

table {
  font-size: 100%;
}

.confluenceTable td[style*="#F0F0F0"],
.confluenceTable td[style*="#f0f0f0"] {
  background-color: #fafafa !important;
}

.sectionMacro .columnMacro:nth-child(1) {
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sectionMacro .columnMacro iframe {
  width: 100% !important;
}

div[data-macro-name="mark-expand"] > table {
  table-layout: fixed;
}

div[data-macro-name="mark-expand"]
  > table
  > tbody
  > tr
  > td.labelmark.confluenceTd {
  white-space: pre-wrap !important;
  display: grid;
  margin: 0;
  grid-template-columns: calc(100% - 40px) 40px;
  grid-gap: 5px;
  padding: 5px 10px;
  width: 100%;
}

div[data-macro-name="mark-expand"]
  > table
  > tbody
  > tr
  > td.labelmark.confluenceTd
  > img.macroCollapse.iconFold {
  align-self: center;
  justify-self: center;
}

div[data-macro-name="mark-expand"]
  > table
  > tbody
  > tr
  > td.plbody.confluenceTd {
  display: grid;
  margin: 0;
}

/*20240426　tanaka start*/
div[data-macro-name="mark-expand"] > table > tbody > tr > td.plbody {
  width: 100%;
}
/*20240426　tanaka end*/

span.macroCollapse.expland {
  border-radius: 50%;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0), #3c716d;
  background-position: center;
  background-size: 50% 3px, 3px 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
span.macroCollapse.collapse {
  border-radius: 50%;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0), #3c716d;
  background-position: center;
  background-size: 50% 3px, 3px 0%;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  div[data-macro-name="mark-expand"]
    > table
    > tbody
    > tr
    > td.labelmark.confluenceTd {
    grid-template-columns: 90% 10%;
  }

  div[data-macro-name="mark-expand"]
    > table
    > tbody
    > tr
    > td
    > div.table-wrap
    > table.wrapped.confluenceTable {
    width: 100%;
  }

  div[data-macro-name="mark-expand"]
    > table
    > tbody
    > tr
    > td
    > div.table-wrap
    > table.wrapped.confluenceTable
    > thead
    > tr
    > th {
    white-space: pre-wrap;
  }
}

/*

   .sectionMacro が異なるレイアウトと共有されている場合



.sectionMacro .columnMacro{
    float:left;
    box-sizing:border-box;
    padding:10px;

}

.sectionMacro .columnMacro:nth-child(1) {
    background-color:black;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
    .sectionMacro .columnMacro iframe {
        width: 100% !important;
        height: auto !important;
    }

    @media only screen and (min-width: 1px) and (max-width: 767px) {
    .columnMacro {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        display: block !important;
    }
    .sectionMacro .columnMacro iframe {
        width: 100% !important;
        height: auto !important;
    }


}

*/

/*  .sectionMacro 独占可能な場合　*/
.sectionMacro .sectionMacroRow {
  display: flex;
}

.sectionMacro .columnMacro {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  box-sizing: border-box;
  padding: 10px;
  flex-basis: 50%;
  align-self: stretch !important;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .sectionMacro .sectionMacroRow {
    display: block;
  }

  .sectionMacro .columnMacro {
    /* width: 100% !important; */
    min-width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    height: auto;
  }

  .sectionMacro .columnMacro iframe {
    width: 100% !important;
    height: auto !important;
  }

  div.sectionMacro > div.sectionMacroRow > div.columnMacro > video {
    width: 100% !important;
  }
}

/*  以下共通　*/

#page-content .searchDetails {
  float: left;
}
#page-content .searchDetails:lang(ar-EG) {
  float: right;
}

#resultSearchContainner h2 {
  background-color: transparent;
}

#resultSearchContainner h2 a {
  color: #337ab7;
  font-weight: bold;
}

#resultSearchContainner h2 a:hover {
  text-decoration: underline !important;
  color: #ccece6;
}

/* --- index.html mapping --- */

div#cover-model01 {
  margin: 30px 10px 20px 0;
  font-size: 1.3em;
  font-weight: bold;
}

div#cover-image01 {
  text-align: center;
  margin: 30px 0 10px 0;
}

div#cover-image02 {
  text-align: center;
  margin: 40px 0 80px 0;
}

div#cover-model02 {
  text-align: center;
  margin: 60px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #606060;
  max-width: 60%;
}

div#cover-type {
  text-align: center;
  margin-bottom: 60px;
}

div#cover-supplement {
  margin: 50px auto 40px auto;
  width: 95%;
}

.logo-panel {
  vertical-align: middle;
  display: flex;
  text-align: right;
}

div.logo-panel div:last-child {
  margin-left: auto;
}
div.logo-panel div:last-child:lang(ar-EG) {
  margin-right: auto;
  margin-left: unset;
}

div.logo-panel div:first-child {
  margin-left: 0;
}

.logo2 {
  float: left;
}

.logo2:lang(ar-EG) {
  float: right;
}

.logo2 img.footer-logo {
  width: 55%;
  max-width: 310px;
}

div#cover-partno {
  float: right;
}

div#cover-partno:lang(ar-EG) {
  float: left;
}

div#link-to-cover-title {
  margin: 20px auto 20px auto;
  text-align: center;
}

div#link-to-cover-title a {
  font-weight: bold;
  color: #337ab7;
}

div#link-to-cover-title a:hover {
  text-decoration: underline !important;
}

div#link-to-cover-title img {
  width: auto;
}

ul#toc-list {
  padding-left: 20px !important;
  margin: 10px auto 20px auto;
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAOCAYAAAAWo42rAAAAQ0lEQVR4nO3LsQ0AIRADQUMllOJSoNJtBSo5kk9eAomQAEubjRMQOlg+QQ9eAsfXFg5JzXaxXSS13wHoQI0IrQIq0Cdyiya+wH/+aQAAAABJRU5ErkJggg==);
}

ul#toc-list:lang(ar-EG) {
  padding-left: 0 !important;
  padding-right: 20px;
}

ul#toc-list > li li {
  list-style-image: none;
}

/* ul#toc-list a {
    text-decoration: underline !important;
    color: #00a0e9
} */

ul#toc-list ul {
  list-style-type: circle;
  padding-left: 20px !important;
}

ul#toc-list ul:lang(ar-EG) {
  padding-left: 0px !important;
  padding-right: 20px;
}

ul#toc-list ul ul {
  list-style-type: square;
  padding-left: 20px !important;
}

ul#toc-list ul ul:lang(ar-EG) {
  padding-left: 0px !important;
  padding-right: 20px;
}

p.page-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}

div#link-to-cover-title ul {
  list-style: none;
  padding-left: 0;
}

div#link-to-cover-title ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* --- index.html footer --- */

#page-footer-index {
  width: 100%;
  padding-bottom: 20px;
  padding-top: 5px;
  clear: both;
}

#page-footer-index .copyright-index {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #e0e0e0;
}

#page-footer-index .copyright-index p {
  text-align: center;
  line-height: 1.3;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #909090;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

#page-menu .nav-menu-list .icon {
  padding-left: 12px;
}

#page-menu,
#nav-menu-bg {
  height: 150vh;
}

#page-menu .nav-menu-container {
  direction: ltr;
}

#page-menu .nav-menu-content {
  overflow-y: overlay;
  direction: rtl;
}

#page-menu .nav-menu-list {
  padding-inline-start: 15px;
}

#page-menu .mCSB_container {
  margin-left: 15px !important;
}

#page-menu .mCSB_container:lang(ar-EG) {
  margin-left: auto !important;
  margin-right: 15px !important;
}

#page-menu .nav-menu-list,
#page-menu .nav-menu-list ul {
  direction: ltr;
}

#page-menu .nav-menu-list:lang(ar-EG),
#page-menu .nav-menu-list ul:lang(ar-EG) {
  direction: rtl;
}

#nav-menu-toc {
  border-right: 1px solid #d0d0d0;
}

.nav-menu-content::-webkit-scrollbar {
  width: 8px;
}

.nav-menu-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 16px;
}

div[data-macro-name="mark-icon-danger"] td.labelmark,
div[data-macro-name="bar-icon-danger"] td.labelmark {
  background-color: #c0c0c0 !important;
}

div[data-macro-name="mark-icon-warning"] td.labelmark,
div[data-macro-name="bar-icon-warning"] td.labelmark {
  background-color: #c0c0c0 !important;
}

div[data-macro-name="mark-icon-caution"] td.labelmark,
div[data-macro-name="bar-icon-caution"] td.labelmark {
  background-color: #dcdcdc !important;
}
/* テーブル内はハイフネーションを使わないため、コメントアウト　20240308 */
/* _:lang(x) + _:-webkit-full-screen-document,
table.confluenceTable {
  table-layout: fixed;
} */

/* --- font-size --- */
body,
.h6,
h6,
#page-menu .nav-menu-content {
  /* font-size: 16px; */
}

div#cover-model02,
div#cover-type {
  font-size: 14px;
}

/* --- トップページ　目次 --- */

a {
  color: #337ab7;
}

a:hover {
  text-decoration: underline !important;
}

.nav-breadcrumb > ol li a,
div#page-menu a,
.nav-sequence a,
#header-button a {
  text-decoration: none !important;
}

ul#toc-list a {
  text-decoration: underline !important;
  color: #00a0e9;
}

ul#toc-list > li > ul li:before {
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #337ab7;
  top: 16px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

ul#toc-list > li > ul li a:hover {
  text-decoration: underline !important;
  color: #337ab7;
}

/* --- < >リンクボタン --- */
.nav-sequence a {
  color: #337ab7;
}

.nav-sequence a:first-child::before,
.nav-sequence a:last-child::after {
  border-left-color: #337ab7;
  border-right-color: #337ab7;
}

.nav-sequence a:hover {
  color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #ffffff;
}

.nav-sequence a.available:hover {
  background-color: #186e73; /*background color change tanaka 20240611 */
}

.nav-sequence a:hover:first-child::before,
.nav-sequence a:hover:last-child::after {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
}

#page-menu .nav-menu-list li {
  border-bottom: 1px solid #d0d0d0;
}

#page-menu .nav-menu-list li:last-child,
#page-menu .nav-menu-list li.expanded:last-child {
  border-bottom: none;
}

#page-menu .nav-menu-list li > ul {
  border-top: 1px solid #d0d0d0;
}

#page-menu .nav-menu-list li > a {
  font-size: 14px;
}

#page-menu .nav-menu-list li > ul > li > a {
  font-size: 12px;
}

#cookie-policy:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* Cookieポリシー対応 20240311 tanaka*/
div#cookieBackward {
  display: block;
  height: 42px;
  width: 42px;
  color: #ffffff;
  background-color: rgba(191, 191, 191, 0.75);
  border-radius: 50%;
  position: absolute;
  right: 38px;
  top: 79px;
}

div#cookieBackward a {
  display: block;
  height: 42px;
}

div#cookieBackward img {
  width: 32px;
  position: relative;
  top: 8px;
  left: 5px;
}

/* アンカーリンクがヘッダーに被ってしまう問題のため、追記 tanaka 20240426 start */
:root {
  scroll-padding: 70px;
}
/* アンカーリンクがヘッダーに被ってしまう問題のため、追記 tanaka 20240426 end */

div.cover-mapping p:lang(ar-EG) {
  text-align: center;
}

/* Coverimage mapping name and layout update Tanaka 20240611 */
div.logo-panel div.cover-mapping img,
div.logo-panel div.logo img {
  max-height: 70px;
  width: 100%;
}

div#cover-logo-language {
  padding-right: 20px;
}

div#cover-logo-language:lang(ar-EG) {
  padding-right: unset;
  padding-left: 20px;
}

div#cover-model01 p:lang(ar-EG) {
  text-align: right !important;
}

table.confluenceTable th.confluenceTh:lang(ar-EG) {
  text-align: right;
}
