@charset "UTF-8";
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

/*===============================
  Util
================================*/
.browserOnly, .cheetahOnly {
  display: none;
}

/* sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

audio:not([controls]) {
  display: none;
}

b,
strong {
  font-weight: bolder;
}

button {
  -webkit-appearance: button;
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
select {
  text-transform: none;
}

details {
  display: block;
}

hr {
  overflow: visible;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*
 * Opinionated defaults
 */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

svg {
  fill: currentColor;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/*
 * Configurable defaults
 */
* {
  background-repeat: no-repeat;
}

:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

video {
	width:100%;
	height:100%;
	background-color:black;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
  max-width: 100%;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

small {
  font-size: 75%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

:root {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.4;
  position: relative;
}

html[lang="ja"] body{
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

a {
  color: inherit;
  text-decoration: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

p img {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* ul,
ol {
  list-style: none;
} */

::-webkit-input-placeholder {
  line-height: normal;
}

/*===============================
  カラム
================================*/
/* .row {
  padding: 30px 0;
}

.row .row {
  padding: 20px 0;
}

.row > .row:first-child {
  padding-top: 0;
}

.row > .row:last-child {
  padding-bottom: 0;
}

.row * + * {
  margin-top: 0.5em;
}

.row #vbox * + * {
  margin-top: 0em;
} */

* + li {
  margin-top: 0.5em;
}

.pagenavi > li{
  margin-top: 0;
}

* + p {
  margin-top: 0.5em;
}
table .row{
	padding: 0 !important;
}
.row * + img {
  margin-top: 0;
}
/* .accordion-number {
  margin-top: 0;
}
.accordion {
  margin-top: 15px;
} */

/*===============================
  テキスト
================================*/
h1 {
  font-size: 32px;
  font-weight: bold;
}

h1 + * {
	padding-top: 30px;
}

@media screen and (min-width: 768px) {
  nav + article h1 {
    padding-right: 220px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 24px;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

p {
  font-size: 14px;
}

.title {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
}

a {
  color: #0041ff;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

#breadCrumb a:not([class]){
	text-decoration:none;
}

.annotation {
  font-size: 12px;
  margin-top: 0.5em;
}

.annotation + .annotation {
  margin-top: 0;
}

sup {
  font-size: 80%;
  position:relative;
  top:-0.1em;
}

sub {
  font-size: 80%;
  position:relative;
  top:+0.1em;
}

em {
  font-weight: bold;
  font-style: normal;
}

/*===============================
  リスト
================================*/
/* .number-list > ol  {
  font-size: 16px;
  margin-left: 1.5em;
}

.number-list-tab > ol  {
  margin-left: 3.3em;
} */

.number-list-bold > ol  {
  font-size: 18px;
  font-weight: bold;
  margin: 1em 0 1em 1.5em;
}

.number-list-tab-bold > ol {
  font-size: 16px;
  font-weight: bold;
  margin: 1em 0 1em 3.3em;
}

.number-list-tab-bold > ol > li > p{
  font-size: inherit;
  font-weight: inherit;
}

.number-list-tab-bold ol table {
  font-size: 14px;
  font-weight: normal;
  margin-left: 0;
}

.number-list, .number-list-bold > p  {
  margin-left: 1.5em;
}

.number-list-tab, .number-list-tab-bold > p  {
  margin-left: 4em;
}

.list  ul {
  list-style-type: disc;
  padding: 0.5em 0 0.5em 3.3em;
}

.list .ls-n {
  list-style: none;
}

/*
.list {
  list-style-type: disc;
  padding-left: 3.3em;
}

.list .ls-n {
  list-style: none;
}

.list .list-itemLink {
  list-style-type: none;
}

.list .list-itemLink a > img {
  margin-right: 5px;
  vertical-align: middle;
}

.list .list-itemLink a > span {
  vertical-align: middle;
}

.number-list {
  counter-reset: number;
}

.number-list > li {
  padding-left: 3.3em;
  position: relative;
}

.number-list > li > *:first-child {
  line-height: 25px;
}

.number-list > li:before {
  counter-increment: number;
  font-size: 18px;
  content: counter(number) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  text-align: right;
  font-weight: bold;
}

.number-list .term {
  font-size: 18px;
  font-weight: bold;
}

.number-list .ls-n {
  list-style: none;
}*/

.listterm .term {
  padding-left: 0;
  font-size: 24px;
  font-weight: bold;
}

table .listterm .term,
.procedure .listterm .term {
  font-size: 18px;
}

.listterm .listitem {
  padding-left: 3.3em;
}
/*
.procedure .title {
  font-size: 18px;
  font-weight: bold;
}

.procedure .title + .row {
  margin-top: 15px;
  padding-top: 0;
}*/

.procedure-operation {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin: 2em 0 0.5em 0;
}

/*
.procedure .operation > .opnumber {
  position: absolute;
  left: 0;
  top: 5px;
}

.opnumber {
	width:25px;
	height:16px;
} */

/*===============================
  テーブル
================================*/
table {
  width: 100%;
  text-align: left;
  vertical-align: middle;
  margin-top: 15px;
  margin-bottom: 15px;
}

table th {
  background: #c9c9c9;
  border: 1px solid #a0a0a0;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}

table td {
  border: 1px solid #a0a0a0;
  padding: 10px 15px;
  vertical-align: top;
}

table img {
  margin: 0.5em 0 0.5em 0;
}

table .defaultvaluecell {
  background: #c9c9c9;
  vertical-align: middle;
  font-weight: bold;
}

table caption {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
}

table td  ul {
  padding: 0.5em 0 0.5em 1.5em !important;
}

table .item-td {
  width: 30%;
}

.screen table {
  width: auto;
}

.screen table th,
.screen table td {
  border-width: 3px;
}

.table-wrapper {
  overflow-x: auto;
}

/*===============================
  トラブルシューティング
================================*/
/* .troubleshooting > .title {
  font-size: 18px;
  font-weight: bold;
}

.troubleshooting > .problem {
  margin-top: 20px;
}

.troubleshooting > .problem p {
  font-size: 18px;
  font-weight: bold;
  border-left: 5px solid #d31d3e;
  padding-left: 10px;
}

body.intro .troubleshooting > .problem p {
  border-color: #f8bf56;
}

body.operation .troubleshooting > .problem p {
  border-color: #4bbdcd;
}

body.maintenance .troubleshooting > .problem p {
  border-color: #b7d24e;
}

body.setup .troubleshooting > .problem p {
  border-color: #ee9193;
} */

/*===============================
  アコーディオン
================================*/
/* .accordion-title {
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  overflow: hidden;
}

.accordion-number {
  position:relative;
  height:0px;
  text-align:right;
  margin-right:50px;
  top:-30px;
  font-size:16px;
  font-weight:normal;
  z-index:0;
  color:#999999;
}

.accordion-title > a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 8px 60px 8px 20px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index:1;
}

.accordion-title > a:hover {
  opacity: 0.5;
}

.accordion-title > a:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background-image: url("../images/icon_link_l.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 0 0;
}

.accordion-title > a.accordion-button:after {
  background-image: url("../images/icon_open.png");
}

.accordion-body {
  display: none;
  opacity: 0;
  border: 1px solid #c9c9c9;
  border-top-width: 0;
  border-radius: 0 0 4px 4px;
  padding: 15px 30px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .accordion-body {
    padding: 15px;
  }
}

.accordion-open .accordion-title {
  border-radius: 4px 4px 0 0;
}

.accordion-open .accordion-title > a.accordion-button {
  background: #f3f3f3;
}

.accordion-open .accordion-title > a.accordion-button:after {
  background-image: url("../images/icon_close.png");
}

a.accordion-button:hover{
  cursor:pointer;
}

.accordion-open .accordion-body {
  display: block;
  opacity: 1;
  -webkit-animation: fade-in 0.3s linear both;
          animation: fade-in 0.3s linear both;
} */

/*===============================
  モジュール
================================*/
/* 操作の前に */
.beforehand > p:first-child {
  font-size: 0;
  margin-bottom: 10px;
}

/* 参照 */
.reference > p:first-child {
  font-size: 0;
  margin-bottom: 10px;
}

/* 重要 */
.important {
  color: #f43306;
}

.important a {
  color: inherit;
}

.important > p:first-child {
  font-size: 0;
  margin-bottom: 10px;
}

/* 制限 */
.limitation > p:first-child {
  font-size: 0;
  margin-bottom: 10px;
}

/* 補足 */
.note > p:first-child {
  font-size: 0;
  margin-bottom: 10px;
}

/* 注意 */
.caution > p:first-child {
  font-size: 0;
  margin-bottom: 10px;
}

/* 危険 */
.danger > p:first-child {
  font-size: 0;
  margin-bottom: 10px;
}

/* 警告 */
.warning > p:first-child {
  font-size: 0;
  margin-bottom: 10px;
}

.caution,
.danger,
.warning {
  overflow: hidden;
}

.caution-image,
.danger-image,
.warning-image {
  float: left;
  width: 72px;
}

.caution-image img,
.danger-image img,
.warning-image img {
  max-width: 100%;
}

.caution-image + .list,
.danger-image + .list,
.warning-image + .list {
  float: left;
  width: calc(100% - 72px);
}

.caution + .caution,
.danger + .danger,
.warning + .warning {
	margin-top:20px;
}

/*===============================
  Header
================================*/
@media screen and (min-width: 768px) {
  header {
    margin-bottom: 32px;
    overflow: hidden;
  }
  .header-top {
    width: 100%;
    max-width: 1024px;
    height: 50px;
    margin: 0 auto;
    padding: 9px 8px 10px;
  }
  .header-top:before, .header-top:after {
    display: table;
    content: ' ';
  }
  .header-top:after {
    clear: both;
  }
  .header-top-logo {
    display: block;
    width: 136px;
    height: 31px;
    float: left;
    padding: 3px 0;
  }
  .header-top-logo > img {
    display: block;
    width: 100%;
  }
  .header-top-search {
    width: 248px;
    height: 32px;
    position: relative;
    float: right;
  }
  .header-top-search > form {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header-top-search-input {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header-top-search-input > input {
    display: block;
    width: 100%;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    height: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 40px 5px 5px;
    outline: none;
  }
  .header-top-search-btn {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #bfbfbf;
    border-radius: 0 5px 5px 0;
    outline: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header-top-search-btn:hover {
    opacity: 0.5;
  }
  .header-top-search-btn:hover {
    cursor: pointer;
  }
  .header-top-search-btn > img {
    display: block;
    width: 40px;
    height: 32px;
    padding: 8px 12px;
  }
  .header-title {
    width: 120%;
    background: #424242;
    margin: 0 -10%;
    padding: 0 10%;
    -webkit-box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.4);
  }
  .header-title-text {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 15px 8px;
    font-size: 0;
    color: #ffffff;
  }
  .header-title-text-main {
    font-size: 36px;
    display: inline-block;
    vertical-align: bottom;
  }
  .header-title-text-series {
    font-size: 18px;
    display: inline-block;
    vertical-align: bottom;
    padding: 20px 0 5px;
    margin-left: 15px;
  }
  .header-breadcrumb {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 14px 8px;
    font-size: 0;
  }
  .header-breadcrumb-item {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
  }
  .header-breadcrumb-item.home {
    font-size: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header-breadcrumb-item.home:hover {
    opacity: 0.5;
  }
  .header-breadcrumb-item.home > img {
    padding: 3px 0 4px;
  }
  .header-breadcrumb-item.separator {
    padding: 0 0.25em;
  }
}

@media screen and (max-width: 767px) {
  header {
    margin-bottom: 16px;
    overflow: hidden;
  }
  .header-top {
    width: 100%;
    margin: 0 auto;
    padding: 8px;
    overflow-y: visible;
    height: 60px;
  }
  .header-top-logo {
    display: block;
    width: 85px;
    float: left;
    padding: 8px 0;
  }
  .header-top-logo > img {
    display: block;
    width: 100%;
  }
  .header-top-search {
    width: 100px;
    height: 32px;
    position: relative;
    float: right;
  }
  .header-top-search-input {
    display: block;
    width: 100%;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    height: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 40px 5px 5px;
    outline: none;
  }
  .header-top-search-btn {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #bfbfbf;
    border-radius: 0 5px 5px 0;
    outline: none;
  }
  .header-top-search-btn:hover {
    cursor: pointer;
  }
  .header-top-search-btn > img {
    display: block;
    width: 40px;
    height: 32px;
    padding: 8px 12px;
  }
  .header-title {
    width: 120%;
    background: #424242;
    margin: 0 -10%;
    padding: 0 10%;
    -webkit-box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.4);
  }
  .header-title-text {
    padding: 8px;
    font-size: 0;
    color: #ffffff;
  }
  .header-title-text-main {
    font-size: 22px;
    display: block;
  }
  .header-title-text-series {
    font-size: 12px;
    display: block;
    margin-top: 8px;
    word-wrap: break-word;
  }
  .header-breadcrumb {
    width: 100%;
    margin: 0 auto;
    padding: 8px;
    font-size: 0;
  }
  .header-breadcrumb-item {
    display: inline;
    vertical-align: top;
    font-size: 14px;
    word-wrap: break-word;
  }
  .header-breadcrumb-item.home {
    font-size: 0;
  }
  .header-breadcrumb-item.home > img {
    padding: 3px 0 4px;
  }
  .header-breadcrumb-item.separator {
    padding: 0 0.25em;
  }
}

/*===============================
  Footer
================================*/
@media screen and (min-width: 768px) {
  footer {
    width: 100%;
    background: #f3f3f3;
    border-top: 2px solid #bfbfbf;
    border-bottom: 2px solid #bfbfbf;
  }
  .footer-content {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 20px 8px 18px;
  }
  .footer-content:before, .footer-content:after {
    display: table;
    content: ' ';
  }
  .footer-content:after {
    clear: both;
  }
  .footer-content-breadcrumb {
    display: none;
  }
  .footer-content-anchor {
    float: right;
  }
  .footer-content-anchor > a {
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding-left: 32px;
    color: inherit;
    text-decoration: none;
    position: relative;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer-content-anchor > a:hover {
    opacity: 0.5;
  }
  .footer-content-anchor > a:after {
    content: '';
    position: absolute;
    display: block;
    width: 28px;
    height: 26px;
    left: 0;
    top: 0;
    bottom: 0;
    background: url("../images/icon_pagetop.png") no-repeat center center;
    background-size: 28px 26px;
  }
  .footer-content-copy {
    display: block;
    float: left;
    clear: left;
    font-size: 12px;
    color: #757575;
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  footer {
    width: 100%;
    background: #f3f3f3;
    border-top: 2px solid #bfbfbf;
  }
  .footer-content {
    width: 100%;
    margin: 0 auto;
  }
  .footer-content:before, .footer-content:after {
    display: table;
    content: ' ';
  }
  .footer-content:after {
    clear: both;
  }
  .footer-content-breadcrumb {
    width: 100%;
    margin: 0 auto;
    padding: 16px 8px 0px 8px;
    font-size: 0;
    position: relative;
  }
  .footer-content-breadcrumb-item {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 1.5;
  }
  .footer-content-breadcrumb-item.home {
    font-size: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer-content-breadcrumb-item.home:hover {
    opacity: 0.5;
  }
  .footer-content-breadcrumb-item.home > img {
    padding: 0 0 3px;
  }
  .footer-content-breadcrumb-item.separator {
    padding: 0 0.25em;
  }
  .footer-content-anchor {
    padding: 8px 16px 16px;
    font-size: 0;
    border-bottom: 1px solid #bfbfbf;
    text-align: right;
  }
  .footer-content-anchor > a {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    padding-left: 18px;
    color: inherit;
    text-decoration: none;
    position: relative;
  }
  .footer-content-anchor > a:after {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 16px;
    left: 0;
    top: 0;
    bottom: 0;
    background: url("../images/icon_pagetop.png") no-repeat center center;
    background-size: 18px;
  }
  .footer-content-copy {
    display: block;
    clear: left;
    float: left;
    width: 100%;
    font-size: 10px;
    text-align: center;
    color: #757575;
    padding: 8px;
  }
}

/*===============================
  Main Section
================================*/
@media screen and (min-width: 768px) {
  section {
    width: 100%;
    position: relative;
  }
  section > article,
  #search-box {
    width: 100%;
    max-width: 1024px;
    padding: 0 8px;
    margin: 0 auto 0;
  }
  
  section > article{
    margin: 0 auto 80px;
  }
}

@media screen and (max-width: 767px) {
  section {
    width: 100%;
    position: relative;
  }
  .p-detail section,
  .p-toc section {
    padding-top: 15px;
  }
  section > article ,
  #search-box{
    padding: 0 8px;
    margin: 0 auto 0;
  }
  
  section > article{
    margin: 0 auto 40px;
  }
}

/*===============================
  Navigation
================================*/
@media screen and (min-width: 768px) {
  nav {
    background: #f3f3f3;
  }
  .navi-panel {
    max-width: 1024px;
    margin: 0 auto;
    padding: 9px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0;
  }
  .navi-panel-id {
    padding: 3px 0;
    padding-right: 15px;
    margin-right: 15px;
    font-size: 16px;
    line-height: 19px;
    color: #656766;
  }
  .navi-panel-buttons {
    margin-left: auto;
    padding: 3px 0;
  }
  .navi-panel-prev, .navi-panel-next {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-decoration: none;
    color: #656766;
    background: no-repeat center center;
    background-size: 10px 17px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .navi-panel-prev:hover, .navi-panel-next:hover {
    opacity: 0.5;
  }
  .navi-panel-prev.is-disabled, .navi-panel-next.is-disabled {
    opacity: .3;
    cursor: default;
  }
  .navi-panel-prev {
    padding-left: 20px;
    padding-right: 30px;
    background-image: url("../images/icon_prev.png");
    background-position: left center;
  }
  .navi-panel-next {
    padding-left: 30px;
    padding-right: 20px;
    background-image: url("../images/icon_next.png");
    background-position: right center;
    border-left: 1px solid #cccccc;
  }
  .navi-panel-prev:not([href]), .navi-panel-next:not([href]) {
  	opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  nav {
    background: #f3f3f3;
  }
  .navi-panel {
    max-width: 1024px;
    margin: 0 auto;
    padding: 9px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0;
  }
  .navi-panel-id {
    padding: 3px 0;
    padding-right: 15px;
    margin-right: 15px;
    font-size: 16px;
    line-height: 19px;
    color: #656766;
  }
  .navi-panel-buttons {
    margin-left: auto;
    padding: 3px 0;
  }
  .navi-panel-prev, .navi-panel-next {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    text-decoration: none;
    color: #656766;
    background: no-repeat center center;
    background-size: 10px 17px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .navi-panel-prev:hover, .navi-panel-next:hover {
    opacity: 0.5;
  }
  .navi-panel-prev.is-disabled, .navi-panel-next.is-disabled {
    opacity: .3;
    cursor: default;
  }
  .navi-panel-prev {
    padding-left: 20px;
    padding-right: 15px;
    background-image: url("../images/icon_prev.png");
    background-position: left center;
  }
  .navi-panel-next {
    padding-left: 15px;
    padding-right: 20px;
    background-image: url("../images/icon_next.png");
    background-position: right center;
    border-left: 1px solid #cccccc;
  }
}

/*===============================
  TOP
================================*/
@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

.top-mv {
  width: 100%;
  height: 100%;
  background-image: url("../images/top-mv-pc.jpg");
  background-position: right center;
}

@media (min-width: 768px) and (max-width: 1008px) {
  .top-mv {
    background-position: -230px center;
  }
}

.top-mv_wrapper {
  height: 250px;
  background-image: url("../images/top-mv-bk.jpg");
  background-size: auto 250px;
  background-repeat: repeat-x;
  position: relative;
}

.top-mv_inner {
  max-width: 1008px;
  margin: 0 auto;
}

.top-mv h1 {
  padding-top: 50px;
  font-size: 30px;
  line-height: 1;
}

.top-mv h1 span {
  display: block;
}

.top-mv h1 span:not(:first-child) {
  margin-top: 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #666666;
}

@media screen and (max-width: 767px) {
  .top-mv {
    background-size: auto 110px;
    background-position: right center;
  }
  .top-mv_wrapper {
    height: 110px;
    background-size: auto 110px;
  }
  .top-mv h1 {
    padding-top: 20px;
    padding-left: 8px;
    font-size: 22px;
  }
  .top-mv h1 span:not(:first-child) {
    margin-top: 10px;
    font-size: 11px;
    line-height: 14px;
  }
}

@media (max-width: 400px) {
  .top-mv {
    background-position: -145px center;
  }
}

.top-section {
  margin-top: 75px;
}

.top-section:first-child {
  margin-top: 54px;
}

@media screen and (max-width: 767px) {
  .top-section {
    margin-top: 40px;
  }
  .top-section:first-child {
    margin-top: 32px;
  }
}

.top-heading {
  padding-left: 8px;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  border-left: 8px solid;
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-heading.intro {
  border-color: #f8bf56;
}

.top-heading.operation {
  border-color: #4bbdcd;
}

.top-heading.maintenance {
  border-color: #b7d24e;
}

.top-heading.setup {
  border-color: #ee9193;
}

@media screen and (max-width: 767px) {
  .top-heading {
    font-size: 16px;
    line-height: 20px;
    border-left-width: 5px;
  }
}

.top-text01 {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .top-text01 {
    line-height: 17px;
  }
}

.top-buttons {
  margin-top: 20px;
  overflow: hidden;
  -webkit-margin-start: -1%;
  margin-left:-1%;
}

.top-buttons_item {
  float: left;
  width: 49%;
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  text-decoration: none;
  position: relative;
}

.top-buttons_item {
  margin-bottom: 9px;
  -webkit-margin-start: 1%;
  margin-left: 1%;
}

.top-buttons_item:hover {
  opacity: .5;
}

.top-buttons_item.emphasis {
  border-width: 3px;
  padding: 8px;
  border: 3px solid #aeaeae;
}

.top-buttons_sub_item.emphasis {
  border-width: 3px;
  padding: 8px;
  border: 2px solid #aeaeae;
}


.top-buttons_item > p {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #0000cc;
  text-decoration: none;
}

.top-buttons_item > p:first-child {
  width: 75px;
}

.top-buttons_item > p:last-child {
  padding-left: 22px;
}

.top-buttons_sub {
  float: left;
  width: 49%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  position: relative;
}

.top-buttons_sub {
  margin-bottom: 9px;
  -webkit-margin-start: 1%;
  margin-left: 1%;
}

.top-buttons_sub_item {
  display: block;
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  text-decoration: none;
  position: relative;
}

.top-buttons_sub_item:not(:first-child) {
  margin-top: 9px;
}

.top-buttons_sub_item:hover {
  opacity: .5;
}

.top-buttons_sub_item > p {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #0000cc;
  text-decoration: none;
  padding-right: 20px;
  padding-left:8px;
}

@media screen and (max-width: 767px) {
  .top-buttons {
    margin-top: 15px;
  }
  .top-buttons_item {
    clear: both;
    width: 100%;
    padding: 5px;
  }
  .top-buttons_item:after {
    right: 9px;
    width: 5px;
    height: 9px;
    margin-top: -4.5px;
    background-size: 5px 9px;
  }
  .top-buttons_item:hover {
    border-width: 1px;
    padding: 5px;
  }
  .top-buttons_item:hover:after {
    right: 9px;
  }
  .top-buttons_item > p {
    font-size: 10px;
    line-height: 13px;
  }
  .top-buttons, .top-buttons_item, .top-buttons_sub {
    -webkit-margin-start: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 475px) and (max-width: 767px) {
  .top-buttons_item > p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .top-buttons_item > p:first-child {
    width: 28px;
  }
  .top-buttons_sub {
    clear: both;
    width: 100%;
  }
  .top-buttons_sub_item {
    padding: 5px;
  }
  .top-buttons_sub_item:after {
    right: 9px;
    width: 5px;
    height: 9px;
    margin-top: -4.5px;
    background-size: 5px 9px;
  }
  .top-buttons_sub_item:hover {
    border-width: 1px;
    padding: 5px;
  }
  .top-buttons_sub_item:hover:after {
    right: 9px;
  }
  .top-buttons_sub_item > p {
    font-size: 10px;
    line-height: 13px;
  }
}

@media screen and (max-width: 767px) and (min-width: 475px) and (max-width: 767px) {
  .top-buttons_item > p:first-child {
    width: 35px;
  }
  
  .top-buttons_sub_item > p {
    font-size: 16px;
    line-height: 18px;
  }
}

/*===============================
  Function
================================*/
/* .function-heading {
  font-size: 24px;
}

.function-tabs {
  margin-top: 16px;
  width: Calc(100vw - (100vw - 100%));
  position: absolute;
  left: 0%;
  border-bottom: 1px solid #c9c9c9;
}

.function-tabs_inner {
  width: 1008px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.function-tabs_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  background-color: #f3f3f3;
  position: relative;
}

.function-tabs_item:first-child {
  border-left: 1px solid #c9c9c9;
  border-top-left-radius: 3px;
}

.function-tabs_item:last-child {
  border-top-right-radius: 3px;
}

.function-tabs_item:hover {
  cursor: pointer;
  background-color: #ffffff;
}

.function-tabs_item.current {
  background-color: #ffffff;
}

.function-tabs_item.current:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.function-tabs_item p {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #666666;
}

@media (max-width: 1007px) {
  .function-tabs {
    width: 100%;
    left: 0;
    -webkit-transform: none;
            transform: none;
    border-bottom: none;
  }
  .function-tabs_inner {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .function-tabs_item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 50%;
    padding: 15px 25px 15px 15px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0 !important;
  }
  .function-tabs_item:nth-child(even) {
    border-right: 1px solid #c9c9c9;
  }
  .function-tabs_item:nth-last-child(-n + 2) {
    border-bottom: 1px solid #c9c9c9;
  }
  .function-tabs_item:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 12px;
    margin-top: -6px;
    background: url("../images/icon_link_s.png");
  }
  .function-tabs_item.current {
    background-color: #ffffff;
  }
  .function-tabs_item.current:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 12px;
    margin-top: -6px;
    background: url("../images/icon_link_s.png");
    bottom: auto;
    left: auto;
  }
  .function-tabs_item p {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #666666;
  }
}

.function-radio {
  margin-top: Calc(32px + 117px);
  padding: 16px;
  background-color: #f3f3f3;
  color: #666666;
}

.function-radio h2 {
  font-size: 16px;
}

.function-radio_inputs {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.function-radio_inputs_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.function-radio_inputs_item:not(:first-child) {
  margin-left: 30px;
}

.function-radio_inputs_item input {
  -webkit-appearance: none;
  background-color: #ffffff;
  width: 14px;
  height: 14px;
  border: 1px solid #cccccc;
  border-radius: 7px;
  outline: none;
  position: relative;
}

.function-radio_inputs_item input:checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #4895b3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.function-radio_inputs_item input:checked + span {
  font-weight: bold;
}

.function-radio_inputs_item span {
  margin-left: 10px;
}

.function-radio_selects {
  margin-top: 10px;
  position: relative;
  z-index: 9999;
  background-color: #ffffff;
}

.function-radio_selects_inner {
  position: relative;
}

.function-radio_selects_inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 15px;
  margin-top: -6px;
  background: url("../images/icon_link.png");
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: -1;
}

.function-radio_selects select {
  width: 100%;
  border: 1px solid #c9c9c9;
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .function-radio_selects select {
    font-size: 16px;
  }
  
	.function-tabs {
		position: relative;
	}
	.function-radio {
		margin-top: 32px;
	}
}

.function-cards {
  margin-top: 16px;
  margin-left: -16px;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1039px) {
  .function-cards {
    margin-left: auto;
    margin-right: auto;
    width: 768px;
  }
	.function-tabs {
		position: relative;
	}
	.function-radio {
		margin-top: 32px;
	}
}

.function-cards_item {
  display: block;
  float: left;
  border: 1px solid #dedede;
  text-decoration: none;
  width: 240px;
  margin-left: 16px;
  margin-top: 16px;
  -webkit-transition: -webkit-box-shadow .2s linear;
  transition: -webkit-box-shadow .2s linear;
  transition: box-shadow .2s linear;
  transition: box-shadow .2s linear, -webkit-box-shadow .2s linear;
}

.function-cards_item.hide-category {
  display: none;
}

.function-cards_item.hide-purpose {
  display: none;
}

.function-radio_inputs_item.hide-radio {
  display: none;
}

@media screen and (min-width: 768px) {
.function-cards_item:hover {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}
.function-cards_item:hover .function-cards_item_ph img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.function-cards_item:hover .function-cards_item_text p {
  text-decoration: underline;
}
}

.function-cards_item_ph {
  border-bottom: 1px solid #dedede;
  overflow: hidden;
}

.function-cards_item_ph img {
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.function-cards_item_text {
  padding: 15px 25px 15px 15px;
  color: #0000cc;
  font-size: 16px;
  line-height: 20px;
  height: 90px;
  position: relative;
  display: table;
  width: 100%;
}

.function-cards_item_text:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 12px;
  margin-top: -6px;
  background: url("../images/icon_link_s.png");
}

.function-cards_item_text p {
  vertical-align: middle;
  display: table-cell;
}

@media screen and (max-width: 767px) {
  .function-cards {
    margin-top: 30px;
    margin-left: 0;
  }
  .function-cards_item {
    width: 100%;
    margin-left: 0;
  }
  .function-cards_item:not(:first-child) {
    margin-top: 24px;
  }
  .function-cards_item_ph img {
    width: 100%;
  }
  .function-cards_item_text {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
    height: auto;
  }
}

@media screen and (max-width: 767px) and (min-width: 475px) and (max-width: 767px) {
  .function-cards_item {
    width: 46.5%;
    margin: 24px 1.75% 0;
  }
  .function-cards_item_text {
    height: 90px;
  }
} */

/*===============================
  TOC
================================*/
.toc-list {
  padding-top: 20px;
}

.toc-item {
  margin-top: 80px;
}

.toc-item:first-child {
  margin-top: 0;
}

.toc-item-title {
  border-left: 5px solid #999999;
  border-bottom: none;
  padding-left: 10px;
}

body.intro .toc-item-title {
  border-color: #f8bf56;
}

body.operation .toc-item-title {
  border-color: #4bbdcd;
}

body.maintenance .toc-item-title {
  border-color: #b7d24e;
}

body.setup .toc-item-title {
  border-color: #ee9193;
}

.toc-item-lead {
  margin-top: 15px;
}

.toc-sublist {
  margin-top: 15px;
}

.toc-sublist-item {
  margin-top: 15px;
}

.toc-sublist-item:first-child {
  margin-top: 0;
}

.toc-sublist-title {
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  overflow: hidden;
  margin: 0;
}

.toc-sublist-title > a {
  display: block;
  padding: 8px 60px 8px 20px;
  color: inherit;
  text-decoration: none;
  position: relative;
}

@media screen and (min-width: 768px) {
  .toc-sublist-title > a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  }
  .toc-sublist-title > a:hover {
    opacity: 0.5;
  }
}

.toc-sublist-title > a:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background-image: url("../images/icon_link_l.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 0 0;
}

.toc-sublist-title > a.toc-sublist-button:after {
  background-image: url("../images/icon_open.png");
}

.toc-sublist-title > a:not(.toc-sublist-button):after {
  content: none;
}

details ul {
  padding: 0;
  list-style: none;
}

details ul li {
  margin-top: 12px;
  padding-left: 24px;
  position: relative;
}

details ul li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 13px;
  background-color: #d61a3d;
}

details ul li:first-child {
  margin-top: 0;
}

details ul li ul {
  margin-top: 12px;
}

details ul li ul li:before {
  content: '';
  display: block;
  width: 28px;
  height: 100%;
  position: absolute;
  top: 7px;
  left: -10px;
  background-image: url("../images/icon_toc_sublist.png");
  background-repeat: no-repeat;
  background-size: 26px 5px;
  background-position: right top;
  background-color: transparent;
  border-left: 2px dotted #aaaaaa;
}

details ul li ul li:after {
  content: '';
  display: block;
  width: 28px;
  height: 12px;
  position: absolute;
  bottom: -21px;
  left: -10px;
  border-left: 2px dotted #aaaaaa;
}

details ul li ul li:first-child:before {
  height: 125%;
  top: -12px;
  background-position: left 19px;
}

details ul li ul li:first-child:after {
  height: 30px;
  top: auto;
  bottom: -21px;
}

details ul li ul li:last-child:before {
  height: 5px;
  top: 8px;
  border: none;
}

details ul li ul li:last-child:after {
  content: none;
}

details ul li ul li:first-child:last-child:before {
  height: 24px;
  top: -12px;
  border-left: 2px dotted #aaaaaa;
  background-position: left 19px;
}

details ul li a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

details ul li a:hover {
  opacity: 0.5;
}

details[open] .toc-sublist-title {
  border: 1px solid #c9c9c9;
  border-width:0px 0px 1px 0px;
  border-radius: 0px;
}

details[open] .toc-sublist-title > a.toc-sublist-button {
  background: #f3f3f3;
}

details[open] .toc-sublist-title > a.toc-sublist-button:after {
  background-image: url("../images/icon_close.png");
}

a.toc-sublist-button:hover{
  cursor: pointer;
}

details[open] {
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  -webkit-animation: fade-in 0.3s linear both;
          animation: fade-in 0.3s linear both;
}

details[open] > ul {
  padding: 15px 30px;
}


/* .toc-sublist-body {
  display: none;
  opacity: 0;
  border: 1px solid #c9c9c9;
  border-top-width: 0;
  border-radius: 0 0 4px 4px;
  padding: 15px 30px;
}

@media screen and (max-width: 767px) {
  .toc-sublist-body {
    padding: 15px;
  }
}

.toc-sublist-body ul {
  padding: 0;
  list-style: none;
}

.toc-sublist-body ul li {
  margin-top: 12px;
  padding-left: 24px;
  position: relative;
}

.toc-sublist-body ul li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 13px;
  background-color: #d61a3d;
}

.toc-sublist-body ul li:first-child {
  margin-top: 0;
}

.toc-sublist-body ul li ul {
  margin-top: 12px;
}

.toc-sublist-body ul li ul li:before {
  content: '';
  display: block;
  width: 28px;
  height: 100%;
  position: absolute;
  top: 7px;
  left: -10px;
  background-image: url("../images/icon_toc_sublist.png");
  background-repeat: no-repeat;
  background-size: 26px 5px;
  background-position: right top;
  background-color: transparent;
  border-left: 2px dotted #aaaaaa;
}

.toc-sublist-body ul li ul li:after {
  content: '';
  display: block;
  width: 28px;
  height: 12px;
  position: absolute;
  bottom: -21px;
  left: -10px;
  border-left: 2px dotted #aaaaaa;
}

.toc-sublist-body ul li ul li:first-child:before {
  height: 125%;
  top: -12px;
  background-position: left 19px;
}

.toc-sublist-body ul li ul li:first-child:after {
  height: 30px;
  top: auto;
  bottom: -21px;
}

.toc-sublist-body ul li ul li:last-child:before {
  height: 5px;
  top: 8px;
  border: none;
}

.toc-sublist-body ul li ul li:last-child:after {
  content: none;
}

.toc-sublist-body ul li ul li:first-child:last-child:before {
  height: 24px;
  top: -12px;
  border-left: 2px dotted #aaaaaa;
  background-position: left 19px;
}

.toc-sublist-body ul li a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.toc-sublist-body ul li a:hover {
  opacity: 0.5;
} 

.toc-sublist-open .toc-sublist-title {
  border-radius: 4px 4px 0 0;
}

.toc-sublist-open .toc-sublist-title > a.toc-sublist-button {
  background: #f3f3f3;
}

.toc-sublist-open .toc-sublist-title > a.toc-sublist-button:after {
  background-image: url("../images/icon_close.png");
}

a.toc-sublist-button:hover{
  cursor: pointer;
}

.toc-sublist-open .toc-sublist-body {
  display: block;
  opacity: 1;
  -webkit-animation: fade-in 0.3s linear both;
          animation: fade-in 0.3s linear both;
} */

/*===============================
  Detail
================================*/
#relation {
  width: 100%;
  max-width: 1024px;
  padding: 0 8px;
  margin: 30px auto;
}

div.btm_ref {
  width: 100%;
  max-width: 1024px;
  padding: 0 8px;
  margin: 0 auto;
}

.relation-inner {
  border-top: 1px solid #bfbfbf;
  padding: 50px 0;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .relation-inner {
    padding: 25px 0;
  }
}

.relation-title {
  font-size: 18px;
  font-weight: bold;
}

.relation-list {
  margin-top: 20px;
}

.relation-item {
  margin-top: 5px;
}

.relation-item:first-child {
  margin-top: 0;
}

/*===============================
  Search Result
================================*/
@media screen and (min-width: 768px) {
  .p-result #search-box h1 .sub {
    font-weight: normal;
    font-size: 24px;
    padding-left: 1em;
  }
  .p-result #search-box h1 .sub .fcount {
    font-size: 34px;
    padding-right: 5px;
  }
  .p-result #search-box .search-box {
    width: 100%;
    margin: 15px auto 0;
  }
  .p-result #search-box .search-box > form {
    display: block;
    width: 100%;
  }
  .p-result #search-box .search-box > form:before, .p-result #search-box .search-box > form:after {
    display: table;
    content: ' ';
  }
  .p-result #search-box .search-box > form:after {
    clear: both;
  }
  .p-result #search-box .search-box-input {
    width: 49.40476%;
    height: 50px;
    float: left;
    position: relative;
  }
  .p-result #search-box .search-box-input input {
    display: block;
    width: 100%;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    height: 100%;
    font-size: 18px;
    line-height: 20px;
    padding: 5px 64px 5px 12px;
    outline: none;
  }
  .p-result #search-box .search-box-input a {
    display: block;
    width: 64px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #bfbfbf;
    border-radius: 0 5px 5px 0;
    outline: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-result #search-box .search-box-input a:hover {
    opacity: 0.5;
  }
  .p-result #search-box .search-box-input a:hover {
    cursor: pointer;
  }
  .p-result #search-box .search-box-input a > img {
    display: block;
    width: 64px;
    height: 50px;
    padding: 8px 15px;
  }
  .p-result #search-box .search-box-select {
    width: 48.61111%;
    height: 50px;
    float: right;
  }
  .p-result #search-box .search-box-select select {
    width: 100% !important;
    height: 100%;
    font-size: 18px;
    background-color: #f3f3f3;
    background-image: url("../images/icon_select.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 27px 11px;
    border: 1px solid #cccccc;
    outline: none;
    padding: 10px 35px 10px 10px;
  }
  .p-result #search-box .search-box-select select:hover {
    cursor: pointer;
  }
  .p-result #search-box .search-message {
    margin-top: 25px;
  }
  .p-result #search-box .search-message p {
    font-size: 18px;
    color: #ff0000;
  }
  .p-result #search-box .search-message p + p {
    margin-top: 0.25em;
  }
  .p-result #search-box .search-banner {
    margin-top: 15px;
  }
  .p-result #search-box .search-banner dl {
    margin-top: -10px;
    margin-left: -10px;
    clear: both;
  }
  .p-result #search-box .search-banner dl:before, .p-result #search-box .search-banner dl:after {
    display: table;
    content: ' ';
  }
  .p-result #search-box .search-banner dl:after {
    clear: both;
  }
  .p-result #search-box .search-banner dt {
    font-size: 18px;
    font-weight: bold;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
  }
  .p-result #search-box .search-banner dd {
    font-size: 18px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
  }
  .p-result article .search-result {
    margin-top: 30px;
  }
  .p-result article .search-result > .fpage .fpage + .fpage {
    margin-top: 30px;
  }
  .p-result article .search-result > .fpage .fpage h2 {
    font-size: 18px;
    font-weight: normal;
  }
  .p-result article .search-result > .fpage .fpage h2 img {
    margin-left: 4px;
  }
  .p-result article .search-result > .fpage .fpage ul {
    list-style: none;
    padding-left: 0;
  }
  .p-result article .search-result > .fpage .fpage .book {
    font-size: 16px;
    color: #339966;
    font-weight: bold;
    margin-top: 5px;
  }
  .p-result article .search-result > .fpage .fpage .summary {
    font-size: 14px;
    margin-top: 5px;
  }
  .p-result article .search-page {
    margin-top: 75px;
    padding-bottom: 50px;
  }
  .p-result article .search-page .pagenavi {
    list-style: none;
    padding-left: 0;
    font-size: 0;
    text-align: center;
  }
  .p-result article .search-page .pagenavi > li {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    margin-left: 12px;
  }
  .p-result article .search-page .pagenavi > li:first-child {
    margin-left: 0;
  }
  .p-result article .search-page .pagenavi > li.sep {
    display: none;
  }
  .p-result article .search-page .pagenavi > li.this {
    padding: 7px 7px;
    border: 1px solid transparent;
    background: #ffffff;
  }
  .p-result article .search-page .pagenavi > li.econt {
    padding: 7px 7px;
    border: 1px solid transparent;
    background: #ffffff;
  }
  .p-result article .search-page .pagenavi > li.prevoff {
    font-size: 0;
  }
  .p-result article .search-page .pagenavi > li.prevoff img {
    display: none;
  }
  .p-result article .search-page .pagenavi > li.prevoff a {
    font-size: 18px;
    padding-left: 20px;
    position: relative;
  }
  .p-result article .search-page .pagenavi > li.prevoff a:after {
    content: '';
    position: absolute;
    display: block;
    width: 7px;
    height: 12px;
    left: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../images/icon_prev_s.png") no-repeat center center;
    background-size: 7px 12px;
  }
  .p-result article .search-page .pagenavi > li.nexton {
    font-size: 0;
  }
  .p-result article .search-page .pagenavi > li.nexton img {
    display: none;
  }
  .p-result article .search-page .pagenavi > li.nexton a {
    font-size: 18px;
    padding-right: 20px;
    position: relative;
  }
  .p-result article .search-page .pagenavi > li.nexton a:after {
    content: '';
    position: absolute;
    display: block;
    width: 7px;
    height: 12px;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../images/icon_next_s.png") no-repeat center center;
    background-size: 7px 12px;
  }
  .p-result article .search-page .pagenavi > li.nextoff {
    font-size: 0;
  }
  .p-result article .search-page .pagenavi > li.nextoff img {
    display: none;
  }
  .p-result article .search-page .pagenavi > li.nextoff a {
    font-size: 18px;
    padding-right: 20px;
    position: relative;
  }
  .p-result article .search-page .pagenavi > li.nextoff a:after {
    content: '';
    position: absolute;
    display: block;
    width: 7px;
    height: 12px;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../images/icon_next_s.png") no-repeat center center;
    background-size: 7px 12px;
  }
  .p-result article .search-page .pagenavi > li a {
    display: block;
    padding: 7px 15px;
    border: 1px solid #dedede;
    background: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-result article .search-page .pagenavi > li a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .p-result #search-box h1 .sub {
    font-weight: normal;
    font-size: 24px;
    padding-left: 1em;
  }
  .p-result #search-box h1 .sub .fcount {
    font-size: 34px;
    padding-right: 5px;
  }
  .p-result #search-box .search-box {
    width: 100%;
    margin: 15px auto 0;
  }
  .p-result #search-box .search-box > form {
    display: block;
    width: 100%;
  }
  .p-result #search-box .search-box-input {
    width: 100%;
    height: 50px;
    position: relative;
  }
  .p-result #search-box .search-box-input input {
    display: block;
    width: 100%;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    height: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 64px 5px 12px;
    outline: none;
  }
  .p-result #search-box .search-box-input a {
    display: block;
    width: 64px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #bfbfbf;
    border-radius: 0 5px 5px 0;
    outline: none;
  }
  .p-result #search-box .search-box-input a:hover {
    cursor: pointer;
  }
  .p-result #search-box .search-box-input a > img {
    display: block;
    width: 64px;
    height: 50px;
    padding: 8px 15px;
  }
  .p-result #search-box .search-box-select {
    width: 100%;
    height: 50px;
    margin-top: 8px;
  }
  .p-result #search-box .search-box-select select {
    width: 100% !important;
    height: 100%;
    font-size: 12px;
    background-color: #f3f3f3;
    background-image: url("../images/icon_select.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 27px 11px;
    border: 1px solid #cccccc;
    outline: none;
    padding: 10px 20px 10px 10px;
  }
  .p-result #search-box .search-box-select select:hover {
    cursor: pointer;
  }
  .p-result #search-box .search-message {
    margin-top: 25px;
  }
  .p-result #search-box .search-message p {
    font-size: 18px;
    color: #ff0000;
  }
  .p-result #search-box .search-message p + p {
    margin-top: 0.25em;
  }
  .p-result #search-box .search-banner {
    margin-top: 15px;
  }
  .p-result #search-box .search-banner dl {
    margin-top: -10px;
    margin-left: -10px;
    clear: both;
  }
  .p-result #search-box .search-banner dl:before, .p-result #search-box .search-banner dl:after {
    display: table;
    content: ' ';
  }
  .p-result #search-box .search-banner dl:after {
    clear: both;
  }
  .p-result #search-box .search-banner dt {
    font-size: 18px;
    font-weight: bold;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
  }
  .p-result #search-box .search-banner dd {
    font-size: 18px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
  }
  .p-result article .search-result {
    margin-top: 30px;
  }
  .p-result article .search-result > .fpage .fpage + .fpage {
    margin-top: 30px;
  }
  .p-result article .search-result > .fpage .fpage h2 {
    font-size: 18px;
    font-weight: normal;
  }
  .p-result article .search-result > .fpage .fpage h2 img {
    margin-left: 4px;
  }
  .p-result article .search-result > .fpage .fpage ul {
    list-style: none;
    padding-left: 0;
  }
  .p-result article .search-result > .fpage .fpage .book {
    font-size: 16px;
    color: #339966;
    font-weight: bold;
    margin-top: 5px;
  }
  .p-result article .search-result > .fpage .fpage .summary {
    font-size: 14px;
    margin-top: 5px;
  }
  .p-result article .search-page {
    margin-top: 75px;
    padding-bottom: 50px;
  }
  .p-result article .search-page .pagenavi {
    list-style: none;
    padding-left: 0;
    font-size: 0;
    text-align: center;
  }
  .p-result article .search-page .pagenavi > li {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    margin-left: 12px;
  }
  .p-result article .search-page .pagenavi > li:first-child {
    margin-left: 0;
  }
  .p-result article .search-page .pagenavi > li.sep, .p-result article .search-page .pagenavi > li.this, .p-result article .search-page .pagenavi > li.no, .p-result article .search-page .pagenavi > li.econt {
    display: none;
  }
  .p-result article .search-page .pagenavi > li.prevoff {
    font-size: 0;
  }
  .p-result article .search-page .pagenavi > li.prevoff img {
    display: none;
  }
  .p-result article .search-page .pagenavi > li.prevoff a {
    font-size: 18px;
    padding-left: 20px;
    position: relative;
  }
  .p-result article .search-page .pagenavi > li.prevoff a:after {
    content: '';
    position: absolute;
    display: block;
    width: 7px;
    height: 12px;
    left: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../images/icon_prev_s.png") no-repeat center center;
    background-size: 7px 12px;
  }
  .p-result article .search-page .pagenavi > li.nexton {
    font-size: 0;
  }
  .p-result article .search-page .pagenavi > li.nexton img {
    display: none;
  }
  .p-result article .search-page .pagenavi > li.nexton a {
    font-size: 18px;
    padding-right: 20px;
    position: relative;
  }
  .p-result article .search-page .pagenavi > li.nexton a:after {
    content: '';
    position: absolute;
    display: block;
    width: 7px;
    height: 12px;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../images/icon_next_s.png") no-repeat center center;
    background-size: 7px 12px;
  }
  .p-result article .search-page .pagenavi > li a {
    display: block;
    padding: 7px 15px;
    border: 1px solid #dedede;
    background: #ffffff;
    border-radius: 4px;
    text-decoration: none;
  }
  .p-result article .search-page .pagenavi > li.nextoff {
    font-size: 0;
  }
  .p-result article .search-page .pagenavi > li.nextoff img {
    display: none;
  }
  .p-result article .search-page .pagenavi > li.nextoff a {
    font-size: 18px;
    padding-right: 20px;
    position: relative;
  }
  .p-result article .search-page .pagenavi > li.nextoff a:after {
    content: '';
    position: absolute;
    display: block;
    width: 7px;
    height: 12px;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../images/icon_next_s.png") no-repeat center center;
    background-size: 7px 12px;
  }
}

p.ref_page::before{
    content: '';
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/icon_ref.png") no-repeat left center;
    background-size: 12px 15px;
}

ul.list div.row {
	padding:0;
}

div.procedure div.listitem > div.row{
	padding:0;
}

@media print {
	.header-top,
	.header-title,
	nav,
	.footer-content-breadcrumb,
	.footer-content-anchor,
	.footer-content-anchor-cheetah
		{display:none;}
}

.top-section {
	page-break-inside: avoid;
}

article > p + :not(p){
	padding-top: 30px;
}

p.ja{
	display:none;
}

html[lang="ja"] p.ja{
	display: block;
}

img.charcter{
  height: 1.0em;
  vertical-align: middle;
}

html[lang="ja"] img.charcter{
  height: 1.0em;
}

.p-top .header-breadcrumb {
	display:none;
}



/* ---------- ACT ---------- */
.act_index, .act_page, .reinforcement_nv {
    overflow: hidden;
    padding: 16px;
    border: 2px solid #c1def5;
    background: #e8effb;
    text-decoration: none;
}
.act_page {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
.act_index > p, .act_page > p, .top-text01 {
    font-size: 12px;
    line-height: 1.6;
  }
 }
@media screen and (max-width: 474px) {
	.top-buttons_item > p {
    	font-size: 12px;
    	line-height: 16px;
	}
	.top-buttons_sub_item > p {
    	font-size: 12px;
		line-height: 16px;
	}
}
/* ---------- ACT ---------- */

/*  Add CSS */
.copy_button_area {
  display: flex;
  justify-content: space-between;
}

.copy_button_txt {
  margin: auto 0;
  width: 200px;
  word-wrap: break-word;
}

.copy_button {
  height: 30px;
  width: 40px;
  cursor: pointer;
  border-radius: 2px;
  margin-top: 0;
}

.copy_button:active {
  background-color: #ffd600;
}

.copy_button:focus {
  box-shadow: 0 0 0 3px #b8ceff;
}

.signin_link {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.row_signin {
  padding: 10px 0;
}

.signin_link:hover {
  text-decoration: underline;
}

.signin_link_img {
  margin-left: 5px;
}

.lan_area {
  position: relative;
  float: right;
  margin-right: 10px;
}

.search_btn {
  width: 100%;
  height: 32px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 10px;
}

.search_btn span {
  flex: 1 1 auto;
  text-align: left;
  line-height: 1;
  color:#838282;
}

#search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:100;
}

.lan_btn {
  width: 100px;
  height: 32px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  cursor: pointer;
}

.dropdown_lan{
  position: absolute;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  min-width: 10rem;
  padding: 0.5em 0;
  margin: 0.125em 0 0;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bfbfbf;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
}

.dropdown_lan.show {
  display: block;
}

.dropdown_lan_item{
  display: block;
  width: 100%;
  padding: 0.25em 1.5em;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-decoration: none;
  cursor: pointer;
}

.dropdown_lan_item:hover{
  background-color: #e2e2e2;
}

.dropdown_lan:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}

.browserOnly {
    display: block;
}

.content {
    width: 100%;
    position: relative;
}
.content__body {
    width: 100%;
    margin: 0 auto 80px;
    max-width: 760px;
}


h1,
h2,
h3 {
  font-weight: bold;
  margin: 5rem 0 1.5rem 0;
}

h4,
h5,
h6 {
  font-weight: 500;
  margin: 1.5rem 0 1.5rem 0;
}

h1:first-of-type {
  margin-top: 1rem;
}

/* p {
    margin-block-end: 1.5em;
  } */

 h2 {
    border-bottom: solid 1px #c0c4c9;
}

/* Anchor headings */
.anchor-heading {
    position: relative;
    color: inherit;
    text-decoration: none;
  }
  
  .anchor-heading a {
    text-decoration: none;
    color: inherit;
  }
  
  .anchor-heading a::after {
    content: '#';
    color: hsl(219.6, 69.5%, 25.7%);
    margin-inline: 0.5rem;
    opacity: 0;
    transition: 100ms opacity;
  }
  
  .anchor-heading:hover a::after,
  .anchor-heading:focus-within a::after {
    opacity: 1;
  }

/* contenttoc */
.content {
    display: grid
;
    position: relative;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .content--with-toc {
    grid-template-columns: max(75%, calc(100% - 260px)) min(25%,260px);
    max-width: calc(1024px +  260px);
  }
  .content__toc {
    order: 2;
    display: flex !important;
    position: relative;
    flex-direction: column;
    margin-top: 0;
    margin-left: 10px;
    padding-left: 20px;
    border-left: solid 1px #c0c4c9;
  }
}
.content__toc {
    display: none;
}

.content__toc .top a {
    color: #686d73;
    font-weight: bold;
}
.content__toc a:hover {
    color: hsl(220, 69.2%, 40.8%);
}
.content__toc a.active {
  color: hsl(220, 69.2%, 40.8%);
  border-bottom: dashed 1px hsl(220, 69.2%, 40.8%);
}
.content__toc a {
    color: #282b2f;
    text-decoration: none;
    display: block;
    width: 100%;
}

.content__toc ul {
    position: sticky;
    top: 0;
    list-style: none;
    margin: 0;
    min-height: 600px;
    overflow-y: auto;
    top: 10px;
}

.content__toc .subheading3 {
  margin-left: 15px;
  font-size: 90%;
}

#search-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

#search-container {
  background: white;
  padding: 20px;
  border-radius: 5px;
  width: 80%;
  max-width: 600px;
  max-height: 80vh;
  z-index: 101;
}

.search-dialog-display {
  display: none !important;
}

.search-dialog-display.show {
  display: flex !important;
}

/* pagefind */
.pagefind-filter {
  display: none !important;
}
.pagefind-ui__results {
  overflow-y: auto !important;
  height: 25vh !important;
}
/* SVGを利用しているが、CSPでエラーとなる為、CSS上書き */
.pagefind-ui__form:before {
  -webkit-mask-image: url("../../../assets/images/search.svg") !important;
  mask-image: url("../../../assets/images/search.svg") !important;
}

@media screen and (min-width: 768px) {
  main {
    margin: 0 30px 0 50px;
  }
}
main {
  margin: 0 15px 0 15px;
}

main img {
  margin: 0.5em 0 0.5em 0;
}

main p {
  line-height: 20px;
}

@charset "UTF-8";
.border-orange {
  border-color:rgb(248,191,86) !important;
}

.back-orange {
  background-color:rgb(248,191,86) !important;
}

.border-piink {
  border-color:rgb(238,145,147) !important;
}

.back-piink {
  background-color:rgb(238,145,147) !important;
}

.hidden {
  display: none;
}

.border-left-orange {
  border-left-color:rgb(248,191,86) !important;
}

.line-style-none {
  list-style:none !important;
}

.border-left-pink {
  border-left-color:rgb(238,145,147) !important;
}

.highlight {
  background-color: #B4EBFA;
}

.highligh-important {
  color: black;
  background-color: #B4EBFA;
}

/* For diff */
ins.manual-diff {
  background-color: #acf2bd !important;
  text-decoration: none !important;
} 
del.manual-diff {
  background-color: #fdb8c0 !important;
}
