@charset "utf-8";
/***************************************
html elements
****************************************/

body {
  padding-top: 100px;
  color: #333;
  font-size: 15px;
  font-family: Meiryo, メイリオ, sans-serif;
	letter-spacing: 0.1em;
  background-color: #f7f7f7;
}

body.top {
  padding-top: 120px;
}

iframe {
  height: 100%;
  border: 0px solid #fff;
}

/***************************************
customize style for bootstrap
****************************************/
.side-menu {
}

.side-menu-open {
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  top: 100px;
  width: 100%;
  height: calc(100vh - 110px);
  z-index: 1000;
  display: block!important;
}


/***************************************
global navigation bar
****************************************/
.navbar-wrapper .navbar {
  background-color:	#FFFFFF;
  border-bottom-color: #10218b;
  border-bottom-width: 2px;
}

.corporate_brand {
  padding-top: 15px;
  padding-bottom: auto;
  position: absolute;
}

.corporate_logo {
  height: 22px;
  margin-left: 15px;
}

.navber-header {
	width: 100%;
	}

.navbar-toggle {
	background-color:#6491C7;
	margin-top: 8px;
	margin-bottom: auto;
}

.navbar-toggle .icon-bar {
	background-color:#FFFFFF;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {
	background: #6491C7;
	color: #333 !important;
	text-shadow: none;
}

.navbar .nav .active > a{
	background: #6491C7;
	color: #fff !important;
	text-shadow: none;
}

.navbar .navbar-collapse .nav > li > a:hover,
.navbar .navbar-collapse .nav > li > a:focus,
.navbar .navbar-collapse .dropdown-menu a:hover,
.navbar .navbar-collapse .dropdown-menu a:focus {
	background: #CCE1F5;
	color: #333 !important;
	text-shadow: none;
}

.navbar .navbar-brand,
.navbar .nav > li > a{
	color: #10218B !important;
	text-shadow: none !important;
	font-weight: 400;
	font-size: 16px;
}

.nav {
	font-weight: 400 !important;
	letter-spacing: 0.1em;
}

.navbar-nav {
	margin-left: 0px
}

.navbar-nav li select{
	margin-top:12px;
	margin-left:15px;
	margin-bottom:12px;
}

.navbar-nav li a {
	padding-top: 17px;
	padding-bottom: 13px;
}

/***************************************
side menu area
****************************************/
.side-menu {
}

/***************************************
footer
****************************************/
footer ul {
	font-size:12px;
	list-style:none;
  padding:0;
}

footer ul li{
	margin-bottom:15px !important;
}

footer p {
	text-align : center
}

footer a {
	color: #10218b
}

footer #copyright{
	font-size:10px;
	margin-bottom:12px;
}


/***************************************
contents area
****************************************/
.inline {
  display: inline;
}

.recommend-area {
  list-style: none;
  padding: 0;
  text-align: center;
}
.recommend-area li {
  border: 1px solid #ddd;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  min-height: 80px;
  width: 100%;
  vertical-align: top;
}

.recommend-area li a {
  padding: 10px;
  height: 100%;
  text-align: center;
  display: block;
  background-size:100% auto;
  background-repeat: no-repeat;
  word-wrap: break-word
}

img {
  border: 0;
  max-width: 100%
}

.img-responsive {
  margin: 0 auto;
  width:100%;
}

.related-link-icon {
  margin-top: -2pt;
  margin-right: 0.5em;
}

.top-main {
  margin-bottom: 2em;
  /* max-width: 730px;
  min-height: 560px; */
  background-repeat: no-repeat;
  background-position: center;
}

.product-name {
  font-size: 2em;
  font-weight: bold;
}

.top-title {
  margin-top: 10px;
  /* color: #fff; */
  font-size: 2em;
  font-weight: bold;
}

.top-sub-title {
  font-size: 1.2em;
  font-weight: bold;
}

/********* header *********/
.corporate_brand {
  padding-top: 15px;
  /*     padding-bottom: auto; */
  /*     margin-left: 15px; */
  position: absolute;
  text-align: left;
  width: 100%;
}

.corporate_logo {
  height: 22px;
  /*     margin-left: 15px; */
}

.navbar-default {
  background-color: #ffffff;
  border-color: #e7e7e7;
  text-align: center;
}

.navbar-form {
  padding: 0px 0px;
  margin-top: 0px;
}

.home-btn {
  margin-right: 10px;
}

.search-btn {
  margin-left: 10px;
}

.search-box-input {
  border-radius: 4px;
}

.search-box {
  margin-bottom: 2em;
}

/********* footer *********/
.footer {
  text-align: center;
  margin-top: 20px;
}

.copyright {
  text-align: center;
}

/********* side bar *********/

/********* for index *********/

body.body .toc-group-list .list-group {
  display: none;
}

body.top .toc-group-list .list-group {
  display: block;
}

.toc-group-list {
  font-size: .9em;
}

.toc-group-list .list-group {
  padding-left: 0;
  margin-bottom: 0px;
  list-style-type: none;
}

.toc-group-list .list-group-item {
  padding: 3px;
  padding-left: .6em;
  border: 1px solid #ccc;
  width: 100%;
}

.toc-group-list .list-group-item.home {
  padding: 3px;
  border: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  font-weight: bold;
}

.toc-group-list .list-group-item.home > p::before {
  content: none;
}


.toc-group-list .list-group-item > p {
  margin: 0px 0px 0px 0.5em;
  display: table-row;
  width: 100%;
}

.toc-group-list .list-group-item > p::before {
  font-family: "Font Awesome 5 Free";
  content: "\2022";
  font-size: 9px;
  color: #333;
  font-weight: bold;
  vertical-align: -0.3em;
}

.toc-group-list .list-group-item > p > a {
  display: table-cell;
  padding: 4px 4px 4px 8px;
  vertical-align: middle;
  width: 100%;

  word-break:  break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  
  -ms-word-wrap: break-word;
  -ms-word-break: break-all;
  -ms-overflow-wrap: break-word;
}

@supports (-ms-ime-align:auto) {
  .toc-group-list .list-group-item > p > a {
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: anywhere;
  }
}

@-moz-document url-prefix() {
  .toc-group-list .list-group-item > p > a {
    word-break: normal;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    }
}

.toc-group-list .list-group-item > p > span.glyphicon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 6px;
  font-size: .8em;
}

.toc-group-list .list-group-item > p > span:hover {
  cursor: pointer;
}


.toc-group-list .list-group-item .list-group-item {
  padding-left: .9em;
  border-top: 0px solid #ddd;
  border-bottom: 0px solid #ddd;
  border-left: 0px solid #ddd;
  border-right: 0px solid #ddd;
}


.selected-item > a {
}

.selected-item > a > span {
  font-weight: bold;
  color: #000;
  border-bottom: 2px dotted #333;
  line-height: 1.7em;
}

.child-topic-links ul.child-topic-list {
  margin: 0;
  margin-top: 1em;
  padding-left: 1.2em;
  list-style-type: none;
}

.child-topic-links ul.child-topic-list li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-size: 1.4em;
  margin-left: -0.8em;
  padding-right: .3em;
  color: #10218b;
  vertical-align: -0.1em;
  font-weight: bold;
}

/********* main contents *********/
.images {
  margin-top: 1em;
  margin-bottom: 1.5em;
}

h1,
h1[id] {
  margin-top: 0;
  padding-top: 10px;
}

.page-title {
  /* border-top: 1px solid #428bca; */
  border-bottom: 2px dotted #10218B;
  padding: 10px 0px 10px 0px;
  margin: 0 0 1em 0;
  font-weight: bold;
  font-size: 1.3em;
}

.topic > h2 {
  border-left: 5px solid #10218B;
  line-height: 1.5em;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0px 0px 0px 13px;
  margin: 2em 0 1em 0;

}

.topic > h3 {
  padding: 0px 0px 0px 0px;
  margin: 2em 0 1em 0;
  font-weight: bold;
  font-size: 1.2em;
}

.topic > h4 {
  padding: 0px 0px 0px 0px;
  margin: 2em 0 1em 0;
  font-weight: bold;
  font-size: 1em;
}

.topic > h5 {
  padding: 0px 0px 0px 0px;
  margin: 2em 0 1em 0;
  font-weight: bold;
  font-size: 1em;
}

.topic > h6 {
  font-weight: bold;
  font-size: 1em;
  margin: 2em 0 1em 0;
}

.section-title {
  font-weight: bold;
  font-size: 1em;
  margin: 2em 0 1em 0;
}

.important, .note,
.caution, .warning, .attention {
  /* border-bottom: 1px solid #777; */
  margin-bottom: 1.5em;
  margin-top: 1em;
  /* padding-bottom: 0.8em; */
  background-color: #eaf2fa;
  border-radius: 6px;
  padding-bottom: .8em;
}

.note-title-border {
  /* border-top: 1px solid #777; */
  /* margin-top: -1.4em; */
}

.important-title, .note-title,
.caution-title, .warning-title, .attention-title {
/*   margin-top: -0.8em; */
    margin-bottom: .5em;
    font-weight: bold;
    font-size: 1.1em;
    padding-left: 10px;
    padding-top: 10px;
}

.important-title > span, .note-title > span,
.caution-title > span, .warning-title > span, .attention-title > span {
    /* background-color: #fff; */
    padding: 0 0.2em 0 0;
}

.attention-title > span {
  color: red;
}

.menu-icon {
  margin-right: .3em;
  max-width: 1.4em
}

.important-title > span > img, .note-title > span > img,
.caution-title > span > img, .warning-title > span > img, .attention-title > span > img {
    width: 1.5em;
}

span > img.note-icon {
  margin-right: .3em;
  width: 1.5em;
}

.important-body, .note-body,
.caution-body, .warning-body, .attention-body {
  padding: 0 1em;
}

.top-contents, .contents {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 2em 2em;
  border: 1px solid #ccc;
  background-color: #fff;

}

.contents p {
  margin: 0 0 .5em 0;
}

.contents dl {
  margin-left: 2em;
}

.contents .dt {
  margin-bottom: 0.4em;
  margin-left: -2em;
}

.contents ol {
  -webkit-padding-start: 20px;
  padding-start: 0px;
  counter-reset: number;
  list-style: none;
  margin: 2em 0;
  padding: 0;
}

.contents ol > li:before {
  counter-increment: number;
  content: counter(number);
  float: left;
  background: #777;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  margin: -0.1em 0.5em 0em -2em;
  padding-top:0.05em;
}

.contents ol > li {
  margin-bottom: 2.5em;
  padding-left: 2em;
}

.contents ol > li > p.step {

}

.contents .topic ul {
  list-style: disc;
  padding-left: 16px;
}

.contents .topic ul ul {
  list-style: circle;
}

.contents .topic .note ul {
  list-style: disc;
  padding-left: 16px;
}

.contents .topic .note ul ul {
  list-style: circle;
}


.contents .topic ul li {
  margin-bottom: .5em;
}

.contents .related-links {
  margin: 1.8em 0 2.5em 0;
/*   border-top: 1px solid #e0e0e0; */
  border-bottom: 2px solid #999;
}
.contents .related-links ul {
  margin-bottom: 1em;
}

.contents .related-links ul li {
  margin-bottom: .5em;
}

.contents .related-links ul li p {
  margin-bottom: .5em;
}

.related-links .note-title-border {
  border-top: 2px solid #999;
}

.related-links-title {
  margin-bottom: .3em;
  font-weight: bold;
  font-size: 1em;
}

.related-links-title img {
  padding: 0 .3em 0 0;
  width: 2em;
}

.related-links-title span.label {
    padding: .2em .3em .2em .1em;
}

.related-links-body {
  margin-top: .7em;
}

.highlight {
  padding: 1px;
  margin-bottom: 0px;
  border: 0px solid #e1e1e8;
  border-radius: 4px;
  background-color: yellow;
  font-weight: bold;
}

.internal-link .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.internal-link .list-group-item {
  position: relative;
  display: block;
  padding: 0px 0px;
  margin-bottom: 0px;
  background-color: #fff;
  border: 0px solid #ddd;
}

.pankz {
  font-size: 0.9em;
  color: #666;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.sidemenu-close {
  position: absolute;
  top: -10px;
  right: 0px;
}

/********* inline item *********/
.tp-icon {
  line-height: 1.2em;
  height: 1.2em;
  width: 1.2em;
  margin: -0.3em 0.2em 0 0.2em;
}

.inline-graphic {
  line-height: normal;
  max-height: none;
  margin: -0.3em 0.2em 0 0.2em;
  display: inline;
}

sup {
  font-size: 85%;
}

.codeph {
  direction: ltr;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.u {
  text-decoration: underline;
}

.label {
  font-size: 0.9em;
  padding: .2em .3em .2em .6em;
}

.label-ja {
  font-size: 0.9em;
  letter-spacing: 0.3em;
  padding: .2em .3em .2em .6em;
}

.label-default {
  background-color: #fff;
  color: #000;
  font-weight: bold;
}

.label-info {
  background-color: #22B5E0;
}

.label-warning {
  background-color: #F29E27;
}

a:hover, a:focus {
  color: #0000FF;
  text-decoration: underline;
}

.ui-menu {
  margin-bottom: 1em;
}

/********* table item *********/
.tables {
  margin: 1em 0;
  overflow: auto;
}

.table {
  table-layout: fixed;
  width: 115vw;
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-width: 600px;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-bottom: 1px solid #ccc;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 0px solid #ddd;
}

.table-bordered {
  border: 1px solid #ccc;
}
th {
  background-color: #eee;
}

.table-bordered>thead>tr>th,.table-bordered>thead>tr>td {
  border-bottom-width: 1px;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
  border-right: 1px solid #ccc;
}

.contents .table > thead > tr > th {
  vertical-align: top;
}

.contents .table > thead > tr > th > p {
  margin: 0 0 .5em 0;
  font-size: .9em;
}

.contents .table > tbody > tr > td > p {
  margin: 0 0 .5em 0;
  font-size: .9em;
}

/********* page-item *********/
.page-anchor {
  margin-top: -80px;
  padding-top: 80px;
  position: absolute;
}

.bread-clumlist {
  margin-bottom: 1em;
}

.contents-btn {
  position: fixed;
  left: -5px;
  top: 56px;
  z-index: 100;
  border: 1px solid #ddd;
  border-radius: 0px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.contents-btn span.glyphicon  {
    font-size: 1.3em;
    display: inline-block;
    vertical-align: -0.2em;
    margin-right: .2em;
}

#page-top {
    position: fixed;
    bottom: 15px;
    right: 30px;
    font-size: 77%;
    padding: 0;
    margin: 0;
}

#page-top a {
  text-decoration: none;
  padding: 6px 12px;
  text-align: center;
  display: block;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
}

#page-top a:hover {
  text-decoration: none;
  background: #CCE1F5;
  /* filter: alpha(opacity=100);
  -moz-opacity: 1.0; */
  opacity: 1.0;
}

.header_image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

a {
    color: #10218b;
}

.close-btn {
  position: fixed;
  display: none;
  right: -5px;
  top: 56px;
  border: 1px solid #ddd;
  border-radius: 0px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}


.recommend-title {
  font-size: 1.2em;
  padding: 1em 2em .2em 0;
  font-weight: bold;
  border-bottom: 2px solid #10218b;
  margin-bottom: 1em;
}

input.form-control.search-box-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.select-language-box {
  margin-right: 20px;
}

.stentry {
  vertical-align: top;
}

/* for 768px < 992px width. */
@media ( min-width : 768px) {

  .img-responsive {
    margin: 0 auto;
    max-width: 400px;
    width:100%;
  }

  .recommend-area {
    text-align: left;
    display: flex;
  }

  .recommend-area li {
    width: 30%;
  }

  .recommend-area li a {
    vertical-align: top;
  }
  .close-btn {
    display: none;
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: 15px !important;
  }

  .contents-btn {
    display: none;
  }

  .side-menu {
    padding-right: 0px;
  }

  /********* table item *********/
  .tables {
    margin: 1em 0;
    overflow: auto;
  }

  .table {
    table-layout: fixed;
    width: 100%;
  }

}

/* for 992px < 1200px width. */
@media ( min-width : 992px) { /**/

}

/* for 1200px < x width.*/
@media ( min-width : 1200px) { /**/
}

@media print {
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
}
