/***********************************************/
/* Publish MakerX 新ソフトウエアマニュアル HTML用  */
/***********************************************/
/* Copyright(C) 2017 Cybertech corporation     */

@charset "UTF-8";

/* コンテンツボックス */
div.user-custom-contentsbox {
  margin: 1em 1em 0 2em;
  padding: 0.5em 1.7em;

  border: 1px solid #000;
  display: inline-block;
  float: left;
  height: 240px;
}
/* コンテンツボックス用のラッパー */
.user-custom-boxContainer {
  overflow: hidden;
}
/* clearfix */
.user-custom-boxContainer:before,
.user-custom-boxContainer:after {
  content: "";
  display: table;
}
.user-custom-boxContainer:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.user-custom-boxContainer {
  zoom: 1;
}

/* 表 - 組版用途に装飾 */
table {
  /*margin-bottom: 3em;*/
  margin-bottom: 1em;
  margin-top: 1em;
  border-collapse: collapse;
}
table th {
  background-color: #c1c1c1;
  text-align: left;
}
table th,
table td,
table tr {
  padding-left: 5px;
  padding-right: 5px;
}

/* 組版用にボーダースタイル調整 */
div.user_custom-box-vertical01 {
  font-family: "Meiryo", "MS Gothic";
  margin: 1em 0;
  padding: 0.5em 1em;
  -ms-writing-mode: tb-rl; /* IE用 */
  -webkit-writing-mode: vertical-rl; /* chrome用 */
  -o-writing-mode: vertical-rl; /* opera用 */
  writing-mode: vertical-rl;
  border: 1px solid var(--accent-color-1);
  /*border: 1px solid #01df01;*/
}
/* 外枠(角丸) - 組版用にボーダースタイル調整 */
/*div.divblockstyle-05 {
  border: 1px solid #01df01;
}*/

/* 署名 - 画面下部に配置 */
div.user-custom-signature {
  margin-top: 10em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 0.83em;
}

/* 大見出し */
/*
p.blockstyle-01 {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 2em;
}*/

/* 右寄せ文章 */
p.user-custom-align-right {
  text-align: right;
  font-size: 0.8em;
}

/* 画像全般の最大サイズ */
img {
  max-width: 95%;
  height: auto;
}

/* 序章用の挿絵画像 */
p.user-custom-prologue img.illustration {
  border: 0px;
}

/* タイトル用の挿絵、図表画像 */
p.user-custom-title img.illustration,
p.user-custom-title table.figure img,
p.user-custom-title table.table img {
  border: 0px;
  margin-bottom: 2em;
}

/* 説明文の挿絵画像 */
p.user-custom-description img.illustration,
p.user-custom-description table.figure img,
p.user-custom-description table.table img {
  width: 630px;
  height: auto;
  margin: 6px;
}

/* フッター画像 */
div.user-custom-signature img.illustration {
  border: none;
  width: 160px;
  height: 44px;
  margin-top: 5px;
  margin-bottom: 125px;
  margin-right: 30px;
}

td.center {
  text-align: center;
}

table.center {
  text-align: center;
}

th.center {
  text-align: center;
}

td.right {
  text-align: right;
}

div.vertical {
  font-family: "Meiryo", "MS Gothic";
  -ms-writing-mode: tb-rl; /* IE用　*/
  -webkit-writing-mode: vertical-rl; /* chrome用　*/
  -o-writing-mode: vertical-rl; /* opera用　*/
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.pull-left {
  float: left;
}
.under {
  clear: both;
}

.inlinetable {
  display: table;
  table-layout: auto;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 0;
  border-width: 0;
}

.inlinetablecell {
  display: table-cell;
  vertical-align: top;
  background-color: white;
  border-style: none;
  width: 650px;
}
.maintable {
  min-width: 100%;
}

table.nowrap td {
  white-space: nowrap;
}

.nowrap {
  white-space: nowrap;
}

body {
  /*font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 
    "Open Sans", "Arial", "メイリオ", "Meiryo", "MS PGothic",
    sans-serif;*/
  font-family: "Noto Sans JP",	/* 最優先の多言語フォント */
  "Helvetica Neue",	/* 汎用的な欧文フォント */
  "Helvetica",	/* 上記のフォールバックフォント */
  "Hiragino Sans",	/* Apple製品用の和文フォント */
  "Hiragino Kaku Gothic ProN",	/* 上記のフォールバックフォント */
  "BIZ UDPGothic",	/* Windows OS用の和文フォント */
  "Meiryo",	/* 上記のフォールバックフォント */
  sans-serif;	/* 総称フォント */

  counter-reset: chapter;
  letter-spacing: 0.04em;
}

/*
h2 {
  counter-reset: chapter;
  color: var(--primary-color);
}
*/

.blockstyle-03 {
  counter-reset: section;
}
.blockstyle-03:before {
  content: counter(chapter) ". ";
  counter-increment: chapter;
}
.blockstyle-04:before {
  content: counter(chapter) "." counter(section) " ";
  counter-increment: section;
}

/* ---------- ここから SKYCOM ----------*/
:root {
  --primary-color: #0E5EAA; /* 基本の青 */
  --secondary-color: #c0ddf8; /* 薄い青 */
  --tertiary-color: #093F72; /* 濃い青 */
  --accent-color-1: #D93D00; /* 赤 */
  --accent-color-2: #00828B; /* 緑 */
}

html {
  font-size: 14px;
}

h2 {
  counter-reset: chapter;
  color: var(--tertiary-color);
  font-size: 1.7rem; /*font-size: 24px;*/
}

h3 {
  margin-top: 64px;
  margin-bottom: 24px;
  padding: 1rem 2rem;
  border-left: 5px solid var(--tertiary-color);
  background: var(--primary-color);
  color:#fff;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: 1.3rem; /*font-size: 18px;*/
}
h4 {
  margin-top: 40px;
  margin-bottom: 24px;
  padding: 1rem 2rem;
  border-left: 5px solid var(--primary-color);
  background: var(--secondary-color);
  line-height: 1.0;
  letter-spacing: 0.04em;
  font-size: 1.2rem; /*font-size: 16px;*/
}
h5 {
  margin-top: 40px;
  margin-bottom: 24px;
  padding: 1rem 2rem;
  border-left: 5px solid var(--secondary-color);
  line-height: 1.0;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-size: 1.0rem; /*font-size: 14px;*/
}

@media (max-width:767px){
  h2{
    font-size: 16px;
  }
  h3, h4, h5 {
    font-size: 15px;
  }
}

/* 大見出し */
p.blockstyle-01 {
  font-size: 1.2rem;
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
  width: fit-content;
  background:linear-gradient(transparent 80%, var(--secondary-color) 0%);
}
/* 中見出し */
p.blockstyle-02 {
  font-size: 1.1rem;
  margin-top: 32px;
  margin-bottom: 1em;
  display: block;
  width: fit-content;
  background:linear-gradient(transparent 90%, var(--secondary-color) 0%);
}
@media (max-width:767px){
  p.blockstyle-01, p.blockstyle-02 {
    font-size: 16px;
  }
}

/* 通常の段落 */
p.blockstyle-00 {
  font-size: 1.0rem;
  margin: 0;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

/* 表中文字 */
p.blockstyle-05 {
  font-size: 1.0rem;
  margin: 0;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

a[href] {
  color: var(--primary-color);
  text-decoration: none; /* 下線を消す */
  transition: color 0.3s ease; /* 色の変化をスムーズに */
}

a[href]:hover {
  color: var(--tertiary-color); /* ホバー時に色を少し暗くする */
  text-decoration: underline; /* ホバー時に下線を表示 */
}

/* 表 - タイプ１ レスポンシブ非対応*/
talbe.type01 {
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 1000px;
  line-height: 1.7;
}
table.type01 > tbody > tr > th, table.type01 > thead > tr > th, table.type01 > tbody > tr > td {
  padding: 10px;
  vertical-align: top;
  border: 1px solid #d1d1d1;
  min-width: 100px;
}
table.type01 > tbody > tr > th, table.type01 > thead > tr > th {
  font-weight: bold;
  background: #eeeeee;
  white-space: nowrap;
}
table.type01 > caption{
  color:#757575;
  margin: 0.5rem;
  text-align: left;
}

/* 表 - タイプ２ レスポンシブ対応*/
talbe.type02 {
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 1000px;
  line-height: 1.7;
}
table.type02 > tbody > tr > th, table.type02 > tbody > tr > td {
  padding: 10px;
  vertical-align: top;
  border: 1px solid #d1d1d1;
  min-width: 100px;
}
table.type02 > tbody > tr > th {
  font-weight: bold;
  background: #eeeeee;
  white-space: nowrap;
}
table.type02 > caption{
  color:#757575;
  margin: 0.5rem;
  text-align: left;
}
@media all and (max-width: 1017px) {
  table.type02 > tbody > tr > th, table.type02 > tbody > tr > td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table.type02 > tbody > tr:last-child > td:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
}

/* 表 - タイプ３ レスポンシブ対応　データラベル有り*/
table.type03 {
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 1000px;
  line-height: 1.7;
}
table.type03 th, table.type03 td {
  padding: 10px;
  vertical-align: top;
}
table.type03 th {
  font-weight: bold;
  background: #eeeeee;
  min-width: 100px;
  white-space: nowrap;
}
table.type03 caption{
  color:#757575;
  margin: 0.5rem;
  text-align: left;
}
@media all and (min-width: 1018px) {
  table.type03 th, table.type03 td {
    border: 1px solid #d1d1d1;
  }
}
@media all and (max-width: 1017px) {
  table.type03 {
    border-top: 1px solid #d1d1d1;
  }
  table.type03 th{
    display: block;
    width: 100%;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
  }
  table.type03 td{
    display: block;
    width: 100%;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    padding: 10px 20px;
    text-align: left !important;
  }
  table.type03 tr>*:last-child{
    border-bottom: 1px solid #d1d1d1;
  }
  table.type03 thead{
    display:none;
  }
  table.type03 tbody td::before {
    content: attr(data-label);
    display: block;
    font-size: 12px;
    color:#757575;
    margin-bottom: 0.2rem;
    margin-left: -10px;
  }
}

/* 表 - タイプ４　レスポンシブ非対応 横線だけ*/
talbe.type04 {
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 1000px;
  line-height: 1.7;
}
table.type04 > thead > tr, table.type04 > tbody > tr {
  border-color: #d1d1d1;
  border-style: solid;
  border-width: 1px 0;
}
table.type04 > tbody > tr > th, table.type04 > tbody > tr > td {
  padding: 10px;
  vertical-align: top;
  min-width: 80px;
}
table.type04 > tbody > tr > th {
  font-weight: bold;
  white-space: nowrap;
  background-color: #fff;
}
table.type04 > caption{
  color:#757575;
  margin: 0.5rem;
  text-align: left;
}


/* リスト */
ul.list {
  margin-top: 0.5em;
  line-height: 1.7em;
}
ol.list {
  padding-top: 0.25em;
  line-height: 1.7em;
}
.list li {
  display: list-item;
  padding: 0.25em 0;
}

/* 米印 ※ */
ul.comment {
  font-size: 1.0em;
  list-style: none;
  margin: 0.25em 0 0.25em 0.5em;
  padding: 0;
  line-height: 1.7;
}
ul.comment li {
  position: relative;
  padding-left: 1.0em;
}
/* 指定なし */
ul.comment li::before{
  content: '\002A';
  position: absolute;
  left: 0;
  font-family:Verdana, Tahoma, sans-serif;
}
/* 日本語版（htmlタグに lang="ja" がある場合） */
html[lang="ja"] ul.comment li {
  padding-left: 1.5em;
}
html[lang="ja"] ul.comment li::before {
  content: '※';
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Meiryo", sans-serif;
}
/* 英語版（htmlタグに lang="en-US" がある場合） */
html[lang="en-US"] ul.comment::before {
  content: 'Note:';
  display: block;
}
html[lang="en-US"] ul.comment li::before{
  content: '-';
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Meiryo", sans-serif;
}



/* 用語集 dl dt dd */
dl {
  padding: .5em;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
dl dt {
  padding: 10px;
  font-weight: bold;
  background-color: #eeeeee;
}
dl dd {
  padding: 10px 10px 10px 20px;
}


/* 外枠 灰色の枠のみ*/
div.divblockstyle-01 {
  font-size: 1.0rem;
  font-style: normal;
  position: relative;
  display: inline-block;
  margin: 16px 0;
  padding: 1rem 2rem;
  border: 2px solid #c1c1c1;
  border-radius: 10px 10px 10px 10px;
  max-width: 1000px;
  vertical-align: top;
  line-height: 1.7;
}

/* 外枠（枠線あり） MEMO*/
div.divblockstyle-02 {
  font-size: 1.0rem;
  font-style: normal;
  position: relative;
  display: inline-block;
  margin: 32px 0 32px;
  padding: 1rem 2rem;
  border: 2px solid var(--accent-color-2);
  border-radius: 0 10px 10px 10px;
  max-width: 1000px;
  vertical-align: top;
  line-height: 1.7;
}
div.divblockstyle-02::before {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  position: absolute;
  top: -24px;
  left: -2px;
  height: 24px;
  padding: 0 1em;
  content: 'MEMO';
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: var(--accent-color-2);
  line-height: 1.4;
}

/* インラインブロック ソースコード等 */
div.divblockstyle-03 {
  font-family:'Noto Sans Mono CJK JP', 'Source Han Code JP', 'Consolas','Courier New', Courier, "メイリオ", "Meiryo", monospace;
  position: relative;
  display: inline-block;
  margin: 16px 0;
  padding: 1rem 2rem;
  /*border: 1px solid #d1d1d1;*/
  background-color: #eeeeee;
  vertical-align: top;
  line-height: 1.7;
}

/* 外枠（角丸）POINT */
div.divblockstyle-05 {
  font-size: 1.0rem;
  font-style: normal;
  position: relative;
  display: inline-block;
  margin-top: 32px;
  padding: 1rem 2rem;
  border: 2px solid var(--accent-color-1);
  border-radius: 0 10px 10px 10px;
  max-width: 1000px;
  vertical-align: top;
  line-height: 1.7;
}
div.divblockstyle-05::before {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  position: absolute;
  top: -24px;
  left: -2px;
  height: 24px;
  padding: 0 1em;
  content: 'POINT';
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: var(--accent-color-1);
  line-height: 1.4;
}

/* 強調 */
span.red {
  color: var(--accent-color-1);
  font-weight: bold;
}

/* 製品名 */
span.Professional,
span.Standard,
span.Viewer,
span.Option {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 12px;
  margin: 1px;
}
span.Professional {
  background-color: #3D805F;
  color: white;
}
span.Standard {
  background-color: #BA2916;
  color: white;
}
span.Viewer {
  background-color: #DE4F0D;
  color: white;
}
span.Option {
  background-color: white;
  color: #3D6D80;
  border: 1px solid #3D6D80;
}

/* 二段組み */
div.box {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  border: 0;
  margin: 0 5px 0 0;
  padding: 1em;
}
@media all and (max-width: 1017px) {
  div.box {
    display: block;
    width: 100%;
  }
}

/* 横並び */
div.parent {
  padding: 10px;
  line-height: 1.7;
  display: flex;
  flex-wrap: wrap;
}
div.child {
  margin: 10px;
  line-height: 1.7;
  width: 300px;
}
@media screen and (max-width: 767px) {
  div.parent {
    display: block;
  }
}

/* トップページのコンテンツ 全体の目次ページ */
.list-container {
  display: flex;
  flex-wrap: wrap;
}
.styled-list {
  width: calc(33.33% - 20px);
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 10px; /* 内側の余白を少なく */
  line-height: 1.7;
}
.list-title {
  list-style-type: none;
  font-weight: bold;
  padding: 20px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1017px) {
  .styled-list {
    width: 100%;
    margin-right: 0;
  }
}

/* トピック内の目次 */
.toc {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 16px 0;
  padding: 1rem 2rem;
  background-color: #eeeeee;
  line-height: 1.7;
}
.toc div {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 5px 0;
  font-weight: bold;
}

/* コピーライト */
span.copyright {
  float: left;
  font-size: 0.8rem;
  font-family:Arial, Helvetica, sans-serif
}

/* フッターのボタン */
.footer-btn {
  margin-right: 5px;
  float: right;
  background-color: white;
  color: var(--tertiary-color);
  border: 2px solid var(--primary-color);
  padding: 2px 16px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.8rem;
  line-height: 1.2;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  font-family:Arial, Helvetica, sans-serif
}
.footer-btn:last-child {
  margin-right: 0;
}
.footer-btn:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}


/* 画像の上に矩形 */
.image-container {
  position: relative;
  display: inline-block;
}
.overlay-box {
  position: absolute;
  box-sizing: border-box;
  border: 3px solid #FFA500;
  box-shadow: 0 0 0 3px white; /* 白で縁取る */
}


/* 印刷時 */
@media print{
  h3 {
    background-color:var(--primary-color) !important; /*見出しの背景色*/
  }
  div.divblockstyle-03 {
    background-color: #eeeeee !important; /* インラインブロック ソースコード等 */
  }
  span.Professional {
    background-color: #3D805F !important;
  }
  span.Standard {
    background-color: #BA2916 !important;
  }
  span.Viewer {
    background-color: #DE4F0D !important;
  }
  div.divblockstyle-02::before {
    background: var(--accent-color-2) !important;
  }
  div.divblockstyle-05::before {
    background: var(--accent-color-1) !important;
  }
  a[href]:after {
    content: "" !important; /* リンクのURLを表示しない */
  }
}

/* ---------- ここまで ----------*/

#wrapper {
  width: 100%;
  background: white;
}

.panel-back {
  background-color: #fff;
}

.sidebar-collapse .nav > li > a {
  color: #202020;
  background: #fff;
  text-shadow: none;
  overflow-x: visible;
}

.sidebar-collapse .nav > li > a:hover,
.sidebar-collapse .nav > li > a:focus {
  background: #fff;
  outline: 0;
  overflow-x: visible;
}

.sidebar-collapse .nav > li.map > a {
  background: url(../img/arrow-square-right_skyblue.svg) left no-repeat;
  background-size: 15px;
}

.navbar-side {
  border: none;
  background: #fff;
  width: 330px;
}
@media screen and (max-width: 801px) {
  .navbar-side {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-side {
    width: 100vw;
  }
}

#page-wrapper {
  margin: 0 0 0 330px;
}
@media screen and (max-width: 801px) {
  #page-wrapper {
    margin: 0 0 0 240px;
  }
}
@media screen and (max-width: 767px) {
  #page-wrapper {
    margin: 0 0 0 0;
  }
}

#page-inner {
  width: 100%;
}

/* ロゴポジション */
div.navbar-header div.pmx-logo {
  min-width: 330px;
}
@media screen and (max-width: 801px) {
  div.navbar-header div.pmx-logo {
    min-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  div.navbar-header div.pmx-logo {
    min-width: 100vw;
  }
}

/*ページ送り非表示*/
div.divblockstyle-06 {
  visibility: hidden;
}

/* ナビゲーション */
.navbar-cls-top {
  background: var(--primary-color); /*背景色*/
}

/* コンテンツ周囲の隙間 */
#frame {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid white;
}

/* コンテンツの周囲の色 */
#page-wrapper {
  background: #EEF4F9;
}
/* サイドナビのアクティブ時の色 */
.sidebar-collapse .nav > li.thisTopic a {
  background: #EEF4F9;
  font-weight: bold;
}

/* 図表の枠線 */
table.figure tr,
table.figure td {
  border-style: none;
}
/* 挿絵 - 囲み線を設定 */
img.illustration {
  /* border: 1px solid #000;*/
  text-align: center;
}

@media screen and (max-width: 801px) {
  table {
    width: 100% !important;
    word-break: break-all;
  }
}

/* 検索タブと一覧タブのsvgアイコンの色 */
.tabs li{
	background-color: #1577D5;
  border-color: var(--primary-color);
}
.tabs li.select{
	background: var(--primary-color);
}


/* タブ縦並び 回避 */
@media screen and (max-width: 801px) {
  .navbar-side {
    width: 330px;
  }
  div.navbar-header div.pmx-logo {
    min-width: 330px;
  }
  #page-wrapper {
    margin: 0 0 0 330px;
  }
}
@media (max-width:767px){
  .navbar-side {
    width: 100%;
  }
  #page-wrapper {
    margin: 0 0 0 0px;
  }
}

/* スクロールバー 回避 */
.navbar-side.open{
    display: block;
    overflow-x: auto !important;
}
.sidebar-collapse{
    height:20px;
}

