@charset "utf-8";

/*
 *
 * ===== テーマCSS [Classic] =====
 *
 */


/* ========================================


    そのほかのコンポーネント


   ======================================== */

/*
 * --- カスタムスクロールバー ---
 */

.mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-left: 15px;
}

.mCS_no_scrollbar .mCSB_container,
.mCS_no_scrollbar_y {
  margin-left: 0 !important;
}

.mCSB_scrollTools {
  right: auto;
  left: 0;
}



/* ========================================


    ページレイアウト


   ======================================== */

/* ----------------------------------------

    全体

   ---------------------------------------- */


/* ----------------------------------------

    ヘッダー

   ---------------------------------------- */

/*
 * --- ヘッダー ---
 */

#page-header {
  position: fixed;
  width: 100%;
  min-height: 80px;
  z-index: 20;
  background-color: #0072BB;
}

.status-pinch-out #page-header {
  display: none !important;
}


/*
 * --- ヘッダー画像 ---
 */

#header-image {
  padding-left: 20px;
  padding-top: 12px;
  min-height: 50px;
}

#header-image img {
  max-height: 26px;
}


/*
 * --- ヘッダータイトル ---
 */

#header-title {
  min-height: 50px;
  margin-right: 300px;
  padding: 13px 0 0 15px;
  color: #FFFFFF;
  cursor: default;
}

#header-title.search {
  margin-right: 10px;
}

#header-title p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #FFFFFF;
}

/* --- XSサイズ --- */
@media screen and (min-width: 1px) and (max-width: 767px) {
  #header-title {
    margin-left: 50px;
  }

  #header-title.search {
    margin-right: 10px;
  }
}

/* --- XSサイズ --- */
@media screen and (min-width: 1px) and (max-width: 480px) {
  #header-title {
    margin-right: 140px;
  }

  #header-title.search {
    margin-right: 10px;
  }
}



/*
 * --- ヘッダーボタン（XS） ---
 */

#header-button {
  position: absolute;
  top: 8px;
  left: 8px;
}

#header-button a {
  display: block;
  width: 40px;
  height: 32px;
  padding-top: 5px;
  line-height: 1;
  text-align: center;
  font-size: 20px;
  background-color: #FFFFFF;
  border-radius: 4px;
}

#header-button a::after {
  content: '\e64a';
  font-family: 'themify';
}

.status-menu-closed #header-button a::after {
  content: '\e68e';
}

#header-button a:hover {
  background-color: #F6FCFF;
}


/* --- XSサイズ --- */
@media screen and (min-width: 1px) and (max-width: 767px) {

  #page-header {
    min-height: 50px;
  }

  #header-image {
    margin-left: 40px;
    padding-top: 14px;
  }

  #header-image img {
    max-height: 22px;
  }

}



/* ----------------------------------------

    検索

   ---------------------------------------- */

/*
 * --- 検索エリア ---
 */

#page-search {
  position: absolute;
  top: 12px;
  right: 30px;
}


/*
 * --- 検索ボックス ---
 */

#page-search form {}

#page-search form::before {}

#page-search input {
  max-width: 250px;
  min-height: 24px;
  padding: 2px 40px 0 15px;
  font-size: 16px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 20px;
  transition: background-color 0.3s;
}

#page-search input:focus {
  background-color: #FFFFE0;
}

/* --- プレースフォルダー（[,]で連結すると適用されません） --- */
#page-search input:-ms-input-placeholder {
  color: #B0B0B0;
}

#page-search input::-webkit-input-placeholder {
  color: #B0B0B0;
}

#page-search input::-moz-placeholder {
  color: #B0B0B0;
}



/*
 * --- 検索ボタン ---
 */

#page-search button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1px 8px;
  font-size: 18px;
  border: none;
  background: none;
  color: #606060;
}

#page-search button:hover {
  color: #3333FF;
}

/* --- XSサイズ --- */
@media screen and (min-width: 1px) and (max-width: 480px) {

  #page-search {
    right: 10px;
  }

  #page-search input {
    max-width: 120px;
  }

}



/* ----------------------------------------

    メニュー

   ---------------------------------------- */

#page-menu,
#nav-menu-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  padding-top: 50px;
  transition: left 0.5s;
}

#page-menu {
  width: 280px;
  max-width: 95vw;
  z-index: 10;
}

.status-menu-closed #page-menu {
  left: -280px;
}

#nav-menu-bg {
  width: 271px;
  border-right: 1px solid #D0D0D0;
  background-color: #FCFCFC;
  display: none;
}

.status-menu-closed #nav-menu-bg {
  left: -280px;
}


/*
 * --- メニューヘッダー ---
 */

#nav-menu-header {
  position: relative;
  min-height: 25px;
  margin-right: 10px;
  padding: 3px 8px;
  background-color: #E9E9E9;
}

.status-menu-closed #nav-menu-header {
  margin-right: -60px;
  z-index: 10;
}

/* --- XSサイズ --- */
@media screen and (min-width: 1px) and (max-width: 767px) {

  #page-menu {
    padding-top: 50px;
  }

  #nav-menu-header {
    display: none;
  }

}


/* --- パネルの開閉 --- */

#nav-menu-header .btn-view-switch {
  display: inline-block;
  position: relative;
  font-size: 11px;
  padding-left: 15px;
  /* padding-top: 1px; */
  vertical-align: middle;

}

#nav-menu-header .btn-view-switch::before {
  content: '\e65e';
  font-family: 'themify';
  font-size: 11px;
  margin-right: 3px;
  position: relative;
  top: 1px;
}

/* #nav-menu-header .btn-view-switch::after {
  font-size: 11px;
  padding-left: 5px;
  content: '閉じる';
  margin-bottom: 1px;

} */

a.btn-view-switch.status-close::before {
  display: none;
}

.status-menu-closed #nav-menu-header .btn-view-switch {
  position: absolute;
  top: 15px;
  right: 1px;
}

.status-menu-closed #nav-menu-header .btn-view-switch {
  padding-left: 0;
  padding-right: 0px;
  font-size: 11px;
}


/* .status-menu-closed #nav-menu-header .btn-view-switch::before {
  content: '\e65d';
  left: auto;
  right: 0;
  font-size: 11px;
  content: '開く'
} */

.status-menu-closed #nav-menu-header .btn-view-switch::after {
  content: '\e65d';
  font-family: 'themify';
  right: 0;
  font-size: 11px;
  margin-left: 3px;
  position: relative;
  top: 1px;
}


/* --- すべてを開く --- */

#nav-menu-header .btn-expand-menu {
  position: absolute;
  top: 4px;
  right: 10px;
  font-size: 11px;
}

.status-menu-closed #nav-menu-header .btn-expand-menu {
  display: none;
}

#nav-menu-header .btn-expand-menu::after {
  content: '\e662';
  font-family: 'themify';
  margin-left: 3px;
}

#nav-menu-header .btn-expand-menu:hover {}

#nav-menu-header .btn-expand-menu.expanded::after {
  content: '\e660';
}


/*
 * --- メニューコンテンツ ---
 */

#page-menu nav {}

#page-menu .nav-menu-container {}

#page-menu .nav-menu-content {
  overflow-y: auto;
  font-size: 13px;
}

/* --- メニューリスト --- */

#page-menu .nav-menu-list {
  padding: 0 10px 0 0;
  border-left: solid 6px #0072BB;
}

#page-menu .nav-menu-list ul {
  padding: 0;
}

#page-menu .nav-menu-list li {
  position: relative;
  list-style: none;
}

#page-menu .nav-menu-list a {
  display: block;
  padding: 4px 30px 3px 10px;
  color: #606060;
}

#page-menu .nav-menu-list a:hover {
  color: #0072BB;
  background-color: #E0F7FA;
}

#page-menu .nav-menu-list li.expanded {
  border-bottom: 1px solid #D0D0D0;
}

#page-menu .nav-menu-list li.expanded a {
  color: #FFFFFF;
  background-color: #0072BB;
  border: none;
}

#page-menu .nav-menu-list li.expanded a:hover {
  color: #FFFF30;
}

#page-menu .nav-menu-list li.active::after {
  content: '';
  position: absolute;
  top: 25%;
  left: 100%;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #29B6F6;
}


#page-menu .nav-menu-list li.active a {
  color: #FFFFFF;
  background-color: #29B6F6;
}

#page-menu .nav-menu-list>li>a {
  background-color: #F6F6F6;
  border-bottom: 1px solid #D0D0D0;
}

#page-menu .nav-menu-list>li>ul {
  display: none;
}

#page-menu .nav-menu-list>li li a {
  padding-left: 30px;
}


/* --- アイコン ---  */
#page-menu .nav-menu-list .icon {
  position: absolute;
  display: none;
  right: 24px;
  top: 0;
  height: 100%;
  border-bottom: 1px solid transparent;
}

#page-menu .nav-menu-list .group>.icon {
  display: inline-block;
  cursor: pointer;
}

#page-menu .nav-menu-list .group>.icon::before {
  content: '\e649';
  font-family: 'themify';
  display: block;
  position: absolute;
  width: 24px;
  height: 100%;
  padding-top: 3px;
  text-align: center;
  font-size: 14px;
  color: #0072BB;
  transition: color 0.2s, background-color 0.2s;
}

#page-menu .nav-menu-list .group>.icon:hover::before {
  color: #FFFF30 !important;
  background-color: #80DEEA;
}

#page-menu .nav-menu-list .group.expanded>.icon::before {
  content: '\e64b';
  color: #FFFFFF;
}

#page-menu .nav-menu-list .group.active>.icon::before {
  color: #FFFFFF !important;
}

#page-menu .nav-menu-list .group ul .icon {
  display: none;
}




/* ----------------------------------------

    ページの移動ナビゲーション

   ---------------------------------------- */

#page-relation {}

/*
 * --- パンくずリスト ---
 */

.nav-breadcrumb {
  min-height: 30px;
  margin: 0;
  padding: 6px 10px;
  background-color: #F6F6F6;
  border-bottom: 1px solid #D0D0D0;
}

.nav-breadcrumb>ol {
  overflow: hidden;
  padding: 0;
  list-style: none;
}

.nav-breadcrumb>ol li {
  float: left;
  font-size: 12px;
  line-height: 1;
}

.nav-breadcrumb>ol li a {
  display: inline-block;
  padding: 1px 10px;
  border-radius: 10px;
}

.nav-breadcrumb>ol li a:hover {
  color: #2196F3;
}

.nav-breadcrumb>ol li a:active {
  color: #03A9F4;
}

/* --- やじるし --- */

.nav-breadcrumb>ol li::before,
.nav-breadcrumb>ol li:first-child a::before {
  font-family: 'themify';
}

.nav-breadcrumb>ol li::before {
  content: '\e649';
  font-size: 9px;
  color: #C0C0C0;
}

/* --- ホーム --- */

.nav-breadcrumb>ol li:first-child::before {
  display: none;
}

.nav-breadcrumb>ol li:first-child a::before {
  content: '\e69b';
  padding-right: 5px;
  /* vertical-align: top; */
}

/* --- 現在地 --- */

.nav-breadcrumb>ol li:last-child {
  padding: 1px 0;
}

.nav-breadcrumb>ol li:last-child::before {
  padding-right: 10px;
}

/* --- XSサイズ --- */
@media screen and (min-width: 1px) and (max-width: 767px) {

  #page-relation {
    display: none;
  }

}


/*
 * --- ページシーケンス ---
 */

#page-sequence {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-left: 270px;
  /* text-align: center; */
  transition: bottom 0.5s, padding-left 0.5s;
}

.status-menu-closed #page-sequence {
  padding-left: 0;
}

/* .status-scroll-up #page-sequence {
  bottom: -60px;
} */

.nav-sequence {
  /* padding: 15px 0 10px 0; */
  background-color: #FFF;
  display: flex;

}

.nav-sequence:hover {
  opacity: 1;
}


.nav-sequence a {
  position: relative;
  display: inline-block;
  /* max-width: 40%; */
  max-width: 50%;

  margin-bottom: 5px;
  padding-top: 7px;
  padding-bottom: 6px;
  line-height: 1;
  font-size: 12px;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #1db8ff;
  /* background-color: #42A5F5; */
  /* border-radius: 20px; */
}


.nav-sequence a.available:hover {
  background-color: #2196F3;
}

.nav-sequence a.available:active {
  /* background-color: #03A9F4; */
}

.nav-sequence a:first-child {
  margin-left: 0px;
  margin-right: auto;
  /* float: left; */
  padding-left: 15px;
  padding-right: 30px;
}

.nav-sequence a:last-child {
  margin-left: auto;
  margin-right: 0px;
  /* float: right; */
  padding-left: 30px;
  padding-right: 15px;
}

.nav-sequence a:first-child::before,
.nav-sequence a:last-child::after {
  content: '';
  display: inline-block;
  margin-left: -12px;
  border-width: 5px 8px 5px 0;
  border-color: transparent #333 transparent transparent;
  border-right-color: #00a0e9;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
}

.nav-sequence a:first-child::before {}

.nav-sequence a:first-child::after {
  content: '\00a0';
}

.nav-sequence a:last-child::after {
  content: '';
  display: inline-block;
  right: 3px;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #333;
  border-left-color: #00a0e9;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
}

.nav-sequence a.unavailable {
  /* background-color: #E0E0E0; */
}


/* --- XSサイズ ---
@media screen and (min-width: 1px) and (max-width: 767px) {

  #page-sequence {
    top: 50px;
    bottom: auto;
    padding-left: 0;
    transition: top 0.5s;
  }

  .status-scroll-down #page-sequence {
    top: -20px;
  }

  .nav-sequence {
    padding: 10px 0 5px 0;
    opacity: 1;
    background-color: #F0F0F0;
  }

  .nav-sequence a {
    padding-top: 5px;
    padding-bottom: 4px;
    font-size: 11px;
  }

  .nav-sequence a:first-child {
    max-width: none;
    padding-right: 0;
  }

  .nav-sequence a:first-child span {
    display: none;
  }

  .nav-sequence a:last-child {
    max-width: 75%;
  }

}
    */


/* ----------------------------------------

    フッター

   ---------------------------------------- */

/*
 * --- フッター ---
 */

#page-footer {
  width: 100%;
  padding-bottom: 20px;
}


/*
 * --- ページの先頭へ ---
 */

.status-scroll-down #page-footer .to-page-top {
  /* margin-top: 20px;
  text-align: right; */
  display: flex;
  height: 42px;
  width: 42px;
  color: #FFFFFF;
  background-color: rgba(191, 191, 191, 0.75);
  border-radius: 50%;
  position: fixed;
  right: 10px;
  bottom: 40px;
  z-index: 100;
  content: ' ';
}


#page-footer .to-page-top a {
  padding: 3px 5px;
  font-size: 0px;
  color: #FFFFFF;
  border-radius: 20px;
}


#page-footer .to-page-top a::before {
  content: '\e648';
  font-family: 'themify';
  margin-right: 10px;
  font-size: 30px;
  vertical-align: bottom;
  position: relative;
  bottom: 4px;
}

/* .status-scroll-down #page-footer a {
    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;
    font-size: 0px;

} */

/* .status-scroll-down #page-footer .to-page-top::before{
    content: '\e648';
    font-family: 'themify';
    font-size: 30px;
    color: #FFF;
    vertical-align: bottom;
    position: absolute;
    z-index: 110;
    right:  7px;
    bottom: 0px;
} */
/*
 * --- コピーライト ---
 */

#page-footer .copyright {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #E0E0E0;
}

#page-footer .copyright p {
  text-align: center;
  line-height: 1.3;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #909090;
}


/* ----------------------------------------

    メインコンテンツ（.wiki-contentを囲む#page-content）

   ---------------------------------------- */

/*
 * --- 本文 ---
 */

#page-content {
  position: relative;
  margin-left: 280px;
  padding: 90px 60px 80px 60px;
  transition: margin-left 0.5s;
}

.status-menu-closed #page-content {
  margin-left: 0;
}

/* --- XSサイズ --- */
@media screen and (min-width: 1px) and (max-width: 767px) {

  #page-content {
    margin-left: 0;
    padding: 120px 15px 15px 15px;
  }

}


/*
 * --- 見出し ---
 */

#page-content h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}


/* ========================================


    汎用コンポーネント


   ======================================== */

/* ----------------------------------------

    箇条書き

   ---------------------------------------- */

ol.option01>li:before {
  background-color: #0072BB;
  border-radius: 0;
}

/* ----------------------------------------

    メニューリスト（子ページへのリンク）

   ---------------------------------------- */

.childpages-macro {
  padding-left: 15px;
  margin-top: 5px;
}

.childpages-macro li {}

.childpages-macro li a {
  display: block;
  position: relative;
  padding: 5px 35px 5px 15px;
  color: #FFFFFF;
  background-color: #3333FF;
  border-radius: 15px;
  vertical-align: middle;
}

.childpages-macro li a:hover {
  background-color: #2196F3;
}

.childpages-macro li a:active {
  background-color: #03A9F4;
}

.childpages-macro li a::after {
  content: '\e649';
  font-family: 'themify';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}

/* confluence-css */
.confluenceTable {
  border-collapse: collapse
}

/* .confluenceTh,
.confluenceTd {
  border: 1px solid #ddd;
  padding: 7px 10px;
  vertical-align: top;
  text-align: left
}

.confluenceTable ol,
.confluenceTable ul {
  margin-left: 0;
  padding-left: 22px
}

.confluenceTable,
.table-wrap {
  margin: 10px 0 0 0;
  overflow-x: auto
}

.confluenceTable:first-child,
.table-wrap:first-child {
  margin-top: 0
} */

table.confluenceTable th.confluenceTh,
table.confluenceTable th.confluenceTh>p,
table.confluenceTable td.confluenceTd.highlight,
table.confluenceTable td.confluenceTd.highlight>p,
table.confluenceTable th.confluenceTh.highlight-grey,
table.confluenceTable th.confluenceTh.highlight-grey>p,
table.confluenceTable td.confluenceTd.highlight-grey,
table.confluenceTable td.confluenceTd.highlight-grey>p {
  background-color: #f0f0f0
}

table.confluenceTable th.confluenceTh.info,
table.confluenceTable th.confluenceTh.info>p,
table.confluenceTable td.confluenceTd.highlight.info,
table.confluenceTable td.confluenceTd.highlight.info>p,
table.confluenceTable th.confluenceTh.highlight-blue,
table.confluenceTable th.confluenceTh.highlight-blue>p,
table.confluenceTable td.confluenceTd.highlight-blue,
table.confluenceTable td.confluenceTd.highlight-blue>p {
  background-color: #e0f0ff
}

table.confluenceTable th.confluenceTh.success,
table.confluenceTable th.confluenceTh.success>p,
table.confluenceTable td.confluenceTd.highlight.success,
table.confluenceTable td.confluenceTd.highlight.success>p,
table.confluenceTable th.confluenceTh.highlight-green,
table.confluenceTable th.confluenceTh.highlight-green>p,
table.confluenceTable td.confluenceTd.highlight-green,
table.confluenceTable td.confluenceTd.highlight-green>p {
  background-color: #ddfade
}

table.confluenceTable th.confluenceTh.warning,
table.confluenceTable th.confluenceTh.warning>p,
table.confluenceTable td.confluenceTd.highlight.warning,
table.confluenceTable td.confluenceTd.highlight.warning>p,
table.confluenceTable th.confluenceTh.highlight-red,
table.confluenceTable th.confluenceTh.highlight-red>p,
table.confluenceTable td.confluenceTd.highlight-red,
table.confluenceTable td.confluenceTd.highlight-red>p {
  background-color: #ffe7e7
}

table.confluenceTable th.confluenceTh.note,
table.confluenceTable th.confluenceTh.note>p,
table.confluenceTable td.confluenceTd.highlight.note,
table.confluenceTable td.confluenceTd.highlight.note>p,
table.confluenceTable th.confluenceTh.highlight-yellow,
table.confluenceTable th.confluenceTh.highlight-yellow>p,
table.confluenceTable td.confluenceTd.highlight-yellow,
table.confluenceTable td.confluenceTd.highlight-yellow>p {
  background-color: #ffd
}

table.confluenceTable th.confluenceTh,
table.confluenceTable th.confluenceTh>p {
  font-weight: bold
}

table.confluenceTable th.confluenceTh.nohighlight,
table.confluenceTable th.confluenceTh.nohighlight>p {
  font-weight: normal;
  background-color: transparent
}

table.confluenceTable td.confluenceTd img {
  max-width: none
}

/* - eof. */