nav {
  display: block;
}
.dropup .caret,
.prodnavbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.prodnavbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .prodnavbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .prodnavbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.prodnav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.prodnav > li {
  position: relative;
  display: block;
}
.prodnav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.prodnav > li > a:hover,
.prodnav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.prodnav > li.disabled > a {
  color: #777;
}
.prodnav > li.disabled > a:hover,
.prodnav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.prodnav .open > a,
.prodnav .open > a:hover,
.prodnav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.prodnav .prodnav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.prodnav > li > a > img {
  max-width: none;
}
.prodnav-tabs {
  border-bottom: 1px solid #ddd;
}
.prodnav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.prodnav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.prodnav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.prodnav-tabs > li.active > a,
.prodnav-tabs > li.active > a:hover,
.prodnav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.prodnav-tabs.prodnav-justified {
  width: 100%;
  border-bottom: 0;
}
.prodnav-tabs.prodnav-justified > li {
  float: none;
}
.prodnav-tabs.prodnav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.prodnav-tabs.prodnav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 992px) {
  .prodnav-tabs.prodnav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .prodnav-tabs.prodnav-justified > li > a {
    margin-bottom: 0;
  }
}
.prodnav-tabs.prodnav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.prodnav-tabs.prodnav-justified > .active > a,
.prodnav-tabs.prodnav-justified > .active > a:hover,
.prodnav-tabs.prodnav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 992px) {
  .prodnav-tabs.prodnav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .prodnav-tabs.prodnav-justified > .active > a,
  .prodnav-tabs.prodnav-justified > .active > a:hover,
  .prodnav-tabs.prodnav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.prodnav-pills > li {
  float: left;
}
.prodnav-pills > li > a {
  border-radius: 4px;
}
.prodnav-pills > li + li {
  margin-left: 2px;
}
.prodnav-pills > li.active > a,
.prodnav-pills > li.active > a:hover,
.prodnav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.prodnav-stacked > li {
  float: none;
}
.prodnav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.prodnav-justified {
  width: 100%;
}
.prodnav-justified > li {
  float: none;
}
.prodnav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.prodnav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 992px) {
  .prodnav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .prodnav-justified > li > a {
    margin-bottom: 0;
  }
}
.prodnav-tabs-justified {
  border-bottom: 0;
}
.prodnav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.prodnav-tabs-justified > .active > a,
.prodnav-tabs-justified > .active > a:hover,
.prodnav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 992px) {
  .prodnav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .prodnav-tabs-justified > .active > a,
  .prodnav-tabs-justified > .active > a:hover,
  .prodnav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.prodnav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.prodnavbar {
  position: relative;
  min-height: 50px;
  border-bottom: 7px solid transparent;
}
@media (min-width: 992px) {
  .prodnavbar {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .prodnavbar-header {
    float: left;
  }
}
.prodnavbar-collapse {
  padding-right: 15px;
  padding-left: 15px;  
  padding-top: 10px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.prodnavbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .prodnavbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  float: right;
  }
  .prodnavbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
  .prodnavbar-collapse.in {
    overflow-y: visible;
  }
  .prodnavbar-fixed-top .prodnavbar-collapse,
  .prodnavbar-static-top .prodnavbar-collapse,
  .prodnavbar-fixed-bottom .prodnavbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.prodnavbar-fixed-top .prodnavbar-collapse,
.prodnavbar-fixed-bottom .prodnavbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .prodnavbar-fixed-top .prodnavbar-collapse,
  .prodnavbar-fixed-bottom .prodnavbar-collapse {
    max-height: 200px;
  }
}
.container > .prodnavbar-header,
.container-fluid > .prodnavbar-header,
.container > .prodnavbar-collapse,
.container-fluid > .prodnavbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .prodnavbar-header,
  .container-fluid > .prodnavbar-header,
  .container > .prodnavbar-collapse,
  .container-fluid > .prodnavbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.prodnavbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .prodnavbar-static-top {
    border-radius: 0;
  }
}
.prodnavbar-fixed-top,
.prodnavbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .prodnavbar-fixed-top,
  .prodnavbar-fixed-bottom {
    border-radius: 0;
  }
}
.prodnavbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.prodnavbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.prodnavbar-brand {
  float: left;
  background:url(../images/apryse/apryse_logo.svg) 0 0 no-repeat;
  width:200px;
  height:50px;
  display:block;
  margin:10px 0 5px 0;
  font-size:20px;
  font-weight:200;
  color:#fff;
  text-indent:-9999px;
  position:relative;
}

.prodnavbar-brand:hover,
.prodnavbar-brand:focus {
  text-decoration: none;
}
.prodnavbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .prodnavbar > .container .prodnavbar-brand,
  .prodnavbar > .container-fluid .prodnavbar-brand {
    margin-left: -15px;
  }
}
.prodnavbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.prodnavbar-toggle:focus {
  outline: 0;
}
.prodnavbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.prodnavbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .prodnavbar-toggle {
    display: none;
  }
}
.prodnavbar-nav {
  margin: 7.5px -15px;
}
.prodnavbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .prodnavbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .prodnavbar-nav .open .dropdown-menu > li > a,
  .prodnavbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .prodnavbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .prodnavbar-nav .open .dropdown-menu > li > a:hover,
  .prodnavbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .prodnavbar-nav {
    float: left;
    margin: 0;
  }
  .prodnavbar-nav > li {
    float: left;
  }
  .prodnavbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.prodnavbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 992px) {
  .prodnavbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .prodnavbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .prodnavbar-form .form-control-static {
    display: inline-block;
  }
  .prodnavbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .prodnavbar-form .input-group .input-group-addon,
  .prodnavbar-form .input-group .input-group-btn,
  .prodnavbar-form .input-group .form-control {
    width: auto;
  }
  .prodnavbar-form .input-group > .form-control {
    width: 100%;
  }
  .prodnavbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .prodnavbar-form .radio,
  .prodnavbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .prodnavbar-form .radio label,
  .prodnavbar-form .checkbox label {
    padding-left: 0;
  }
  .prodnavbar-form .radio input[type="radio"],
  .prodnavbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .prodnavbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .prodnavbar-form .form-group {
    margin-bottom: 5px;
  }
  .prodnavbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .prodnavbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.prodnavbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.prodnavbar-fixed-bottom .prodnavbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.prodnavbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.prodnavbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.prodnavbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.prodnavbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .prodnavbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .prodnavbar-left {
    float: left !important;
  }
  .prodnavbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .prodnavbar-right ~ .prodnavbar-right {
    margin-right: 0;
  }
}
.prodnavbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.prodnavbar-default .prodnavbar-brand {
  color: #777;
}
.prodnavbar-default .prodnavbar-brand:hover,
.prodnavbar-default .prodnavbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.prodnavbar-default .prodnavbar-text {
  color: #777;
}
.prodnavbar-default .prodnavbar-nav > li > a {
  color: #777;
}
.prodnavbar-default .prodnavbar-nav > li > a:hover,
.prodnavbar-default .prodnavbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.prodnavbar-default .prodnavbar-nav > .active > a,
.prodnavbar-default .prodnavbar-nav > .active > a:hover,
.prodnavbar-default .prodnavbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.prodnavbar-default .prodnavbar-nav > .disabled > a,
.prodnavbar-default .prodnavbar-nav > .disabled > a:hover,
.prodnavbar-default .prodnavbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.prodnavbar-default .prodnavbar-toggle {
  border-color: #ddd;
}
.prodnavbar-default .prodnavbar-toggle:hover,
.prodnavbar-default .prodnavbar-toggle:focus {
  background-color: #ddd;
}
.prodnavbar-default .prodnavbar-toggle .icon-bar {
  background-color: #888;
}
.prodnavbar-default .prodnavbar-collapse,
.prodnavbar-default .prodnavbar-form {
  border-color: #e7e7e7;
}
.prodnavbar-default .prodnavbar-nav > .open > a,
.prodnavbar-default .prodnavbar-nav > .open > a:hover,
.prodnavbar-default .prodnavbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 991px) {
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu > li > a:hover,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu > .active > a,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu > .active > a:hover,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu > .disabled > a,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu > .disabled > a:hover,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.prodnavbar-default .prodnavbar-link {
  color: #777;
}
.prodnavbar-default .prodnavbar-link:hover {
  color: #333;
}
.prodnavbar-default .btn-link {
  color: #777;
}
.prodnavbar-default .btn-link:hover,
.prodnavbar-default .btn-link:focus {
  color: #333;
}
.prodnavbar-default .btn-link[disabled]:hover,
fieldset[disabled] .prodnavbar-default .btn-link:hover,
.prodnavbar-default .btn-link[disabled]:focus,
fieldset[disabled] .prodnavbar-default .btn-link:focus {
  color: #ccc;
}
.prodnavbar-inverse {
  background-color: #fff;
}
.prodnavbar-inverse .prodnavbar-brand {
  color: #9d9d9d;
}
.prodnavbar-inverse .prodnavbar-brand:hover,
.prodnavbar-inverse .prodnavbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.prodnavbar-inverse .prodnavbar-text {
  color: #666d78;
}
.prodnavbar-inverse .prodnavbar-nav > li > a {
  color: #666d78;
}
.prodnavbar-inverse .prodnavbar-nav > li > a:hover,
.prodnavbar-inverse .prodnavbar-nav > li > a:focus {
  color: #00A5E4;
  background-color: transparent;
}
.prodnavbar-inverse .prodnavbar-nav > .active > a,
.prodnavbar-inverse .prodnavbar-nav > .active > a:hover,
.prodnavbar-inverse .prodnavbar-nav > .active > a:focus {
  color: #00A5E4;
  background-color: #080808;
}
.prodnavbar-inverse .prodnavbar-nav > .disabled > a,
.prodnavbar-inverse .prodnavbar-nav > .disabled > a:hover,
.prodnavbar-inverse .prodnavbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.prodnavbar-inverse .prodnavbar-toggle {
  border-color: #fafbfd;
  margin-top: 18px;
}
.prodnavbar-inverse .prodnavbar-toggle:hover,
.prodnavbar-inverse .prodnavbar-toggle:focus {
  background-color: #fafbfd;
}
.prodnavbar-inverse .prodnavbar-toggle .icon-bar {
  background-color: #00A5E4;
}
.prodnavbar-inverse .prodnavbar-collapse,
.prodnavbar-inverse .prodnavbar-form {
  border-color: #0e406a;
}
.prodnavbar-inverse .prodnavbar-nav > .open > a,
.prodnavbar-inverse .prodnavbar-nav > .open > a:hover,
.prodnavbar-inverse .prodnavbar-nav > .open > a:focus {
  color: #00A5E4;
  background-color: #DDE6EE ;
}
@media (max-width: 991px) {
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #DDE6EE ;
  }
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu .divider {
    background-color: #DDE6EE ;
  }
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu > li > a:hover,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu > li > a:focus {
    color: #00A5E4;
    background-color: transparent;
  }
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu > .active > a,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu > .active > a:hover,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu > .active > a:focus {
    color: #00A5E4;
    background-color: #080808;
  }
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu > .disabled > a,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu > .disabled > a:hover,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.prodnavbar-inverse .prodnavbar-link {
  color: #9d9d9d;
}
.prodnavbar-inverse .prodnavbar-link:hover {
  color: #00A5E4;
}
.prodnavbar-inverse .btn-link {
  color: #9d9d9d;
}
.prodnavbar-inverse .btn-link:hover,
.prodnavbar-inverse .btn-link:focus {
  color: #00A5E4;
}
.prodnavbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .prodnavbar-inverse .btn-link:hover,
.prodnavbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .prodnavbar-inverse .btn-link:focus {
  color: #444;
}
.prodnav:before,
.prodnav:after,
.prodnavbar:before,
.prodnavbar:after,
.prodnavbar-header:before,
.prodnavbar-header:after,
.prodnavbar-collapse:before,
.prodnavbar-collapse:after {
  display: table;
  content: " ";
}
.prodnav:after,
.prodnavbar:after,
.prodnavbar-header:after,
.prodnavbar-collapse:after {
  clear: both;
}
/* Jumbotron Property */
.jumbotron {
  padding-top: 0px;
  background: #00083D;
  background-attachment: fixed;
}
.jumbotron h1.featurette-heading {
  color: #fff;
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
}
.jumbotron .featurette {
  color: #fff;
}
.jumbotron .featurette ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
 }
.jumbotron .featurette ul li {
  background-image: url(../images/bullet1.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-left: 15px;
 }

/* Footer Property */
footer.product {
  background-color: #E8EFF6;
  margin: 0;
  padding: 30px 20px;
  text-align: left;
}
footer.product h3 {
  color: #0206A8;
  font-size: 18px;
}
footer.product p.footerlist {
  color: #868E96;
  line-height: 180%;
}
footer.product p.footerlist a {
  color: #868E96;
  text-decoration: none;
}
footer.product p.footerlist a:hover {
  color: #0206A8;
  text-decoration: none;
}
.rightmenu h4 {
  font:700 18px/26px "PT Sans",Helvetica,Arial,sans-serif;
  margin:0 0 10px;color:#4c5259;
}

.small-grpdcs {
  display:block;
  font-size:16px;
  margin-bottom:-11px
}

.rightmenu {
  padding:0 0 0 30px;
  border-left:1px dashed #d6d6d6;
  min-height:300px
}

@media (max-width: 767px) {
.rightmenu {
    display:none;
  }
}

.products-list {
  font-size:14px;
  margin:0 0 25px 0;
  padding:0;
  list-style:none
}

.products-list li {
  padding:0 0 13px;
  margin-bottom:10px;
  color:#979797
}

.products-list li:last-child {
  border-bottom:0;
}

.products-list a {
  color:#0087cb;
}

.products-list a:hover {
  text-decoration:none;
  color:#53bbf0
}

.products-list .small-grpdcs {
  display:block;font-size:13px;
  margin-bottom:0;
}

@media (min-width: 768px) {
.content-products{
    padding: 0 30px 0 30px;}
}

.btn-pdftron-yellow {
    background-color: #E7E710;
    color: #343A40;
}

.btn-pdftron-yellow:hover {
  background-color: #d3d30f;
  color: #343A40;
}

.btn-pdftron-blue {
  color:#00a5e4; 
  border-color:#00a5e4;
}

.btn-pdftron-blue2 {
  background-color: #00E2EA;
  color: #000000;
}

.btn-pdftron-blue2:hover {
background-color: #02b0b6;
color: #000000;
}

.option_navy {
  background-color:#00083D;
  color:#DDE6EE;
  padding: 5%;
}

.option_grey {
  background-color:#E8EFF6;
  color:#334758;
  padding: 5%;
}

.css-bozvqt {
  display: grid;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
.css-bozvqt {
    grid-row-gap: 0px;
    grid-column-gap: 35px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin-top: 50px;
  }
}


.css-gmuwbf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.css-18udj1k {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  fill: #868E96;
  width: 54px;
  height: 54px;
}

.css-1bicmwd {
  display: inline-block;
  line-height: 1em;
  flex-shrink: 0;
  color: currentcolor;
  vertical-align: middle;
  fill: rgb(134, 142, 150);
  width: 54px;
  height: 54px;
}
@media screen and (min-width: 900px)
{
.css-zomq5g {
    gap: 0px 35px;
    grid-template-columns: repeat(11, minmax(0px, 1fr));
    margin-top: 60px;
}
}

.css-zomq5g {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    margin-top: 20px;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}

.css-70qvj9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.css-12n9c7m {
  display: inline-block;
  line-height: 1em;
  flex-shrink: 0;
  color: currentcolor;
  vertical-align: middle;
  fill: rgb(134, 142, 150);
  width: 54px;
  height: 54px;
}

.web-box {
  display: flex;
  flex-wrap: wrap;
  gap:1.25em;
}

.feature-box {
  display: inline-block;
  flex-direction: column; 
  background-color:#fff;
  border-radius: 8px; 
  padding:20px;
  border: 1px solid #DDE6EE;
}

.feature-list {
  display: inline-block;
  flex-direction: column; 
  background-color:#fff;
  border-radius: 8px; 
  padding:20px;
  border: 1px solid #DDE6EE;
}

.feature-list h4 span {
  display: inline-block;
}

.contentsblock {
  background-color:#F0F3F9;
  border-radius: 0 8px 8px 8px; 
  padding:5%;
  border: 1px solid #DDE6EE;
}

.css-nyky0v {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: #1F3058;
  color: #fff;
  padding-inline-start: 0.75rem;
  padding-inline-end: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
}

.tooltip2{
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.tooltip2 p{
  margin:0;
  padding:0;
}
.description2 {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  background: #69737C;
  width: 200px;
}
.description2:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 45%;
  border: 15px solid transparent;
  border-top: 15px solid #69737C;
  margin-left: -15px;
}
.tooltip2:hover .description2{
  display: inline-block;
  top: -75px;
  left: -80px;
}

.ap-ld-1 {
  min-width: 50%;
  background: linear-gradient(180.02deg, rgb(231, 237, 243) 31.78%, rgba(255, 255, 255, 0) 103.38%);
  border-radius: 20px 20px 0px 0px;
  margin-top: 47px;
  padding: 0.5rem;
}

.ap-ld-2 {
  background: linear-gradient(180.02deg, rgb(248, 251, 252) 31.78%, rgba(255, 255, 255, 0) 103.38%);
  border-radius: 16px 16px 0px 0px;
  padding: 40px;
}

.ap-ld-3 {
  height: 15px;
  display: inline-block;
  padding:0 0 3% 0;
}

.ap-ld-4 {
  font-size: 18px;
  line-height: 150%;
  color: #868E96;
}

.ap-ld-5 {
  min-width: 50%;
  padding: 0.5rem;
  border: 3px solid;
  border-radius: 0 0 20px 20px;
  border-image: linear-gradient(
    0deg,
    #00e7f0 0%,
    rgba(255, 255, 255, 0) 100%
  ) 1;
  margin-bottom: 5%;
}

.ap-ld-6 {
  background: linear-gradient(180.02deg, #ffffff 31.78%, rgba(255, 255, 255, 0) 103.38%);
  border-radius: 0px 0px 16px 16px;
  padding: 40px;
}

.Text-Span {
  position: relative;
  z-index: 1;
}

.Text-Span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 3px;
  background: #FFD80A;
  z-index: -1;
  transition: all 0.8s;
}

.Text-Span.isActive:after {
  width: 100%;
}

.Text-Span a:hover { 
  text-decoration: none;
}

.square_btn {
  margin-top: 5px;
  position: relative;
  display: inline-block;
  font-size: 13pt;
  padding: 0.6em 0.75em;
  text-decoration: none;
  color: #868E96;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #00a5e4;
  background: #F5F8FA;
  transition: .2s;
  width: 100%;
  line-height: 140%;
}

.square_btn:hover {
  color: #00a5e4;
  transform: translateY(-3px);
}

.compare table {
  border: 1px solid #E7EDF3; 
  border-collapse: collapse; 
  border-spacing: 0; 
  display: table; 
  margin-bottom: 40px; 
  margin-top: 30px; 
  max-width: 100%; 
  overflow-x: auto; 
  width: 100%;
}

.compare table tbody {
  border-top: 1px solid#E7EDF3;
}

.compare table tbody tr:nth-child(odd) {
  background: #f8f8f8;
}

.compare table tr td, .compare table tr th {
  padding: 6px 12px;
}

.compare table tr td:nth-child(n+2), .compare table tr th:nth-child(n+2) {
  border-left: 1px solid #E7EDF3;
}

.info {
  background-color: #ecf5ff;
  background-position: 15px 17px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  padding: 15px 20px 20px;
}

.info:before {
  color: #00008b;
  content: "ⓘ";
  font-size: 18px;
  max-height: 30px;
  max-width: 30px;
  overflow: hidden;
  position: absolute;
  transform: translate(-2px,-4px);
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.info p {
  padding-left: 25px;
  box-sizing: border-box;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
}

@media(max-width: 400px){
  .grid{
    grid-template-columns: repeat(1,minmax(0,1fr));
  }
}

.map-wrap {
  max-width: 60%; 
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; 
}
 
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.capability-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin-top: 20px;
}

.capability-table th,
.capability-table td {
  padding: 16px 20px;
  text-align: center;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.capability-table th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #333;
}

.capability-table th.feature {
  text-align: left;
  min-width: 300px;
}

.capability-table th.icon-header {
  width: 200px;
}

.capability-table tr:hover:not(.description-row):not(.category-row) {
  background-color: #f3f7fb;
  transition: background-color 0.2s ease;
}

.capability-table .category-row td {
  background-color: #e9f0f5;
  font-weight: 600;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #ddd;
}

.capability-table .item {
  text-align: left !important;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  color: #0206A8;
  background-color: #ffffff;
}

.capability-table .item::after {
  content: "＋";
  position: absolute;
  right: 16px;
  color: #999;
  font-size: 18px;
  transition: transform 0.2s ease;
}

.capability-table .item.active::after {
  content: "－";
  transform: rotate(180deg); 
}
  
.capability-table .description-row td {
  padding: 16px 20px;
  text-align: center;
  border-bottom: 1px solid #eee;
  background-color: #FAFCFF;
}

.description-row {
  display: none;
  background-color: #fdfdfd;
}

.description-cell {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  text-align: left !important;
  padding: 20px;
  color: #444;
  border-bottom: 1px solid #eee;
  background-color: #ffffff;
}

.check {
  color: #2ecc71;
  font-weight: bold;
  font-size: 16px;
}

.cross {
  color: #ccc;
  font-size: 16px;
}

.accordion-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.accordion-controls button {
  padding: 6px 12px;
  font-size: 14px;
  background-color: #0206A8;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.accordion-controls button:hover {
  background-color: rgba(2, 4, 151, 0.738);
}

@media screen and (max-width: 768px) {
.capability-table th.icon-header {
  font-size: 0;
  width: 32px;
}

.capability-table th.icon-header::before {
  font-size: 18px;
  display: inline-block;
  color: #666;
}

.capability-table th.web::before {
  content: "Web";   
  font-size: 15px;
}

.capability-table th.server::before {
  content: "Server";
  font-size: 15px;
}

.capability-table th.mobile::before {
  content: "Mobile";
  font-size: 15px;
}

.capability-table th,
.capability-table td {
  font-size: 14px;
  padding: 8px;
  max-width: 100%;
}

.capability-table th.feature {
  text-align: left;
  min-width: 100%;
}

.capability-table td.feature {
  text-align: left;
  font-weight: bold;
  padding: 15px 30px 15px 15px;
}
}

/* 3層構造図用 CSS */
.ai-layer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* 各レイヤーの共通スタイル */
.ai-layer {
  width: 80%;
  max-width: 400px;
  padding: 40px 20px;
  margin-bottom: -20px;
  border-radius: 12px;
  color: white;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: transform 0.5s, opacity 0.5s;
  opacity: 0.6;
}

/* スクロールでアクティブになると強調 */
.ai-layer.isActive {
  transform: translateY(-10px) scale(1.05);
  opacity: 1;
}

/* 各層ごとの色 */
.model-layer {
  background-color: #00E2EA; /* 水色 */
}

.data-layer {
  background-color: #e7792d; /* オレンジ */
  width: 70%;
  margin-top: -20px;
}

.doc2data-layer {
  background-color: #0206a8; /* 濃紺 */
  width: 60%;
  margin-top: -20px;
}

/* レイヤータイトル */
.ai-layer h3 {
  margin-bottom: 15px;
  font-size: 22px;
}

/* レイヤー説明文 */
.ai-layer p {
  font-size: 16px;
  line-height: 1.6;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .ai-layer {
    width: 90% !important;
    padding: 30px 15px;
  }
  .ai-layer h3 {
    font-size: 20px;
  }
  .ai-layer p {
    font-size: 15px;
  }
}

.btn-outline-primary {
    color: #0206A8;
    border-color: #0206A8;
    background-color: rgba(116, 129, 246, 0.04);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0206A8;
    border-color: #0206A8;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    background-color: #0206A8;
    border-color: #0206A8;
    box-shadow: 0 0 0 0.2rem rgba(2, 6, 168, 0.5);
}

/* ================= Lists ================= */
.stat-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3rem;
  gap: 2rem;
}

.stat-list li {
  font-size: 1.15rem;
  font-weight: 600;
  text-align: center;
  flex: 1 1 150px;
  background: #00e2ea10;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  backdrop-filter: blur(5px);
}

/* ================= Workflow ================= */
.workflow {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: stretch;
}

.workflow-step {
  padding: 2rem;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.workflow-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.workflow-step h3 {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
  color: #00c4f0;
}

/* ================= Feature Grid ================= */
.feature-grid {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.feature {
  padding: 2rem;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

.feature h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #00c4f0;
}

.feature p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

/* AI基盤：3列表示 */
.feature-grid.ai-foundation {
  grid-template-columns: repeat(3, 1fr);
}

/* Human-in-the-loop：2列表示 */
.feature-grid.human-loop {
  grid-template-columns: repeat(2, 1fr);
}

/* レスポンシブ：スマホは1列に */
@media (max-width: 768px) {
  .feature-grid.ai-foundation,
  .feature-grid.human-loop {
    grid-template-columns: 1fr;
  }
}

/* ================= Why Grid ================= */
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 2rem;
}

.why-card {
  padding: 1.6rem;
  border-radius: 14px;
  background: #e6f7ff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: 0.3s;
  text-align: center;
}

.why-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.why-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.6rem;
  color: #007acc;
}

.why-card p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

/* 3つ目を中央配置（バランス調整） */
.why-card:nth-child(3) {
  grid-column: 1 / -1;
  max-width: 400px;
  margin: 0 auto;
}

/* スマホ */
@media (max-width: 768px) {
  .why-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin: 0 2rem;
  }

  .why-card:nth-child(3) {
    grid-column: auto;
    max-width: 100%;
  }

  .why-card h3 {
    font-size: 1.2rem;
  }

  .why-card p {
    font-size: 0.95rem;
  }
}

/* ================= CTA Buttons ================= */
.cta-buttons .btn {
  margin: 1rem 0.75rem;
}

/* ================= Responsive ================= */
@media screen and (min-width: 768px) {
  .workflow {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero h1 {
    font-size: 3.5rem;
  }
  .hero-sub {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .workflow {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ai-banner {
  background: linear-gradient(135deg, #0206a8, #00e2ea);
  color: #fff;
  padding: 60px 20px;
  margin: 60px 5%;
  border-radius: 16px;
}

.ai-banner-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.ai-banner-text h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
}

.ai-banner-text p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.ai-banner-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #fff;
  color: #0206a8;
  font-weight: bold;
  border-radius: 999px;
  text-decoration: none;
  transition: 0.3s;
}

.ai-banner-btn:hover {
  background: #e6f7ff;
}

.ai-card-section {
  margin: 80px 0;
  padding: 0 20px;
}

/* カード本体 */
.ai-card {
  position: relative;
  background: linear-gradient(135deg, #0206a8 0%, #005bea 40%, #00e2ea 100%);
  border-radius: 20px;
  padding: 50px 40px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  transition: 0.4s;
}

/* うっすら光エフェクト */
.ai-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -30%;
  width: 160%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 60%);
  transform: rotate(25deg);
}

/* hoverで少し浮く */
.ai-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

/* テキスト */
.ai-card-text h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 18px;
}

.ai-card-text p {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 28px;
  opacity: 0.95;
}

.ai-card::before {
  pointer-events: none;
  z-index: 0;
}

.ai-card-text {
  position: relative;
  z-index: 1;
}

/* ボタン */
.ai-card-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #ffffff;
  color: #0206a8;
  font-weight: bold;
  border-radius: 999px;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  cursor: pointer;
}

/* ボタン hover */
.ai-card-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* モバイル */
@media (max-width: 768px) {
  .ai-card {
    padding: 35px 20px;
  }

  .ai-card-text h3 {
    font-size: 20px;
  }
}

.jumbotron {
  background: linear-gradient(135deg, #000000 0%, #0206a8 40%, #00e2ea 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.featurette-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.jumbotron h4 {
  opacity: 0.9;
  font-size: 15px;
}
.btn-lg {
  border-radius: 999px;
  padding: 12px 28px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-pdftron-yellow:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.btn-pdftron-blue2:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* カラムに余白 */
.feature-col {
  padding: 12px;
}

/* カード本体 */
.feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  height: 100%;
  transition: 0.3s;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

#tab li {
  font-size: medium;
  background: #f3f6ff;
  border-radius: 999px;
  padding: 8px 16px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: 0.2s;
}

#tab li.selected {
  background: #0206a8;
  color: #fff;
}

#tab li:hover {
  background: #dfe8ff;
}

.option_grey h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.option_grey .lead {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  max-width: 800px;
  margin: 0 auto 30px;
}

.option_grey p:last-of-type {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}

.option_grey .d-flex {
  margin-top: 20px;
}

.option_grey .d-flex .p-2 {
  background: #f8fbff;
  border-radius: 12px;
  padding: 12px;
  transition: 0.25s;
}

.option_grey .d-flex .p-2:hover {
  background: #eef4ff;
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.option_grey .d-flex img {
  height: 40px;
  width: auto;
}

.option_grey {
  padding: 80px 0;
}

.inner-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 50px 30px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

@media (max-width: 768px) {
  .inner-card {
    padding: 30px 20px;
    margin: 0 12px; 
  }
}

.faq-section {
  background: #f7f9fc;
  padding: 80px 20px;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
  font-weight: 700;
}

.faq-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 26px;
  margin-bottom: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.faq-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}

.faq-item h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #0206A8;
}

.faq-item p {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 50px 16px;
  }

  .faq-title {
    font-size: 22px;
  }

  .faq-item {
    padding: 18px;
  }
}

.capability-table .feature {
  border-radius: unset !important;
}

.compare {
  overflow-x: auto;
}

.compare table {
  min-width: 700px;
}

.nav-tabs.flex-column .nav-link {
  font-size: medium;
  background: #f3f6ff;
  border-radius: 999px;
  padding: 8px 16px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: 0.2s;
  color: #000;
  width: 340px;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
}

.nav-tabs.flex-column .nav-link.active {
  background: #0206a8;
  color: #fff;
}

.nav-tabs.flex-column .nav-link:hover {
  background: #dfe8ff;
}

:root {
  --accent: #0206A8;
  --accent-dark: rgba(2, 4, 151, 0.738);
  --ink: #111111;
  --ink-soft: #444444;
  --ink-muted: #777777;
  --paper: #FAFAF7;
  --panel-bg: #F2F0EB;
  --border: #DEDBD4;
  --white: #FFFFFF;
  --tag-bg: #FFF3F0;
  --tag-color: #0206A8;
  --hero-bg: linear-gradient(135deg, #000000 0%, #0206a8 40%, #00e2ea 100%);
  --hero-text: #F5F3EE;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', 'Inter', sans-serif;
  color: var(--ink);
  line-height: 1.7;
}

/* ========= SITE HEADER ========= */
.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.site-header .logo {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.02em;
}

.site-header .logo span {
  color: var(--accent);
}

.breadcrumb {
  font-size: 12px;
  color: var(--ink-muted);
  display: flex;
  gap: 6px;
  align-items: center;
}

.breadcrumb a {
  color: var(--ink-muted);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--accent);
}

.breadcrumb-sep {
  opacity: 0.4;
}

/* ========= HERO ========= */
.hero {
  background: var(--hero-bg);
  color: var(--hero-text);
  padding: 72px 32px 64px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 600px 400px at 80% 50%, rgba(232,74,47,0.15) 0%, transparent 70%),
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 24px,
      rgba(255,255,255,0.015) 24px,
      rgba(255,255,255,0.015) 25px
    );
  pointer-events: none;
}

.hero-inner {
  max-width: 880px;
  margin: 0 3%;
  position: relative;
}

.hero-tag {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 2px;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.hero-subtitle {
  font-size: clamp(16px, 2.5vw, 20px);
  color: rgba(245,243,238,0.75);
  font-weight: 400;
  margin-bottom: 32px;
  max-width: 600px;
}

.hero-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 13px;
  color: rgba(245,243,238,0.55);
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.hero-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}

.hero-cta:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
}

.hero-cta svg {
  flex-shrink: 0;
}

/* ========= MAIN LAYOUT ========= */
.page-wrapper {
  margin: 0 5%;
  padding: 56px 32px 80px;
}

/* ========= COVER IMAGE BLOCK ========= */
.cover-block {
  background: var(--panel-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 56px;
  display: flex;
  gap: 0;
}

.cover-img-wrap {
  flex: 0 0 280px;
  background: var(--hero-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.cover-img-wrap img {
  max-width: 200px;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.5);
}

.cover-info {
  flex: 1;
  padding: 36px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cover-series {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.cover-title {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.cover-desc {
  font-size: 14px;
  color: var(--ink-soft);
  margin-bottom: 24px;
  line-height: 1.7;
}

.cover-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  width: fit-content;
  transition: background 0.2s;
}

.cover-cta:hover {
  background: var(--accent);
}

/* ========= SECTION ========= */
.section {
  margin-bottom: 52px;
}

.section-heading {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--ink);
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-heading .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  border-radius: 50%;
  flex-shrink: 0;
}

.section p {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.85;
  margin-bottom: 16px;
}

.section p:last-child {
  margin-bottom: 0;
}

/* ========= FEATURE CARDS ========= */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.feature-card-2 {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 20px;
}

.feature-card-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}

.feature-card-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.4;
}

.feature-card-body {
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.7;
}

/* ========= SCENARIO PANELS (comic-inspired) ========= */
.scenario-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.scenario-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 18px 20px;
  position: relative;
}

.scenario-icon {
  width: 40px;
  height: 40px;
  background: var(--panel-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  border: 2px solid var(--border);
}

.scenario-text strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.scenario-text p {
  font-size: 13px;
  color: var(--ink-soft);
  margin: 0;
}

/* ========= ACCENT QUOTE ========= */
.accent-quote {
  background: var(--hero-bg);
  color: var(--hero-text);
  border-radius: 6px;
  padding: 32px 36px;
  margin: 32px 0;
  position: relative;
  overflow: hidden;
}

.accent-quote::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 24px;
  font-size: 120px;
  font-weight: 900;
  color: rgba(47, 90, 232, 0.25);
  line-height: 1;
  font-family: Georgia, serif;
}

.accent-quote p {
  font-size: 17px;
  font-style: italic;
  line-height: 1.7;
  color: rgba(245,243,238,0.9);
  margin: 0;
  position: relative;
}

/* ========= INLINE CTA ========= */
.inline-cta-block {
  background: linear-gradient(135deg, #1A1410 0%, #0206A8 100%);
  border-radius: 8px;
  padding: 40px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 52px;
}

.inline-cta-block .cta-text h3 {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 6px;
}

.inline-cta-block .cta-text p {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  margin: 0;
}

.inline-cta-block .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
}

.inline-cta-block .cta-btn:hover {
  background: var(--accent-dark);
}

/* ========= RELATED LINKS ========= */
.related-section {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}

.related-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 16px;
}

.related-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  transition: color 0.15s;
}

.related-link:last-child {
  border-bottom: none;
}

.related-link:hover {
  color: var(--accent);
}

.related-link svg {
  color: var(--ink-muted);
  flex-shrink: 0;
}

/* ========= TAG ========= */
.tag {
  display: inline-block;
  background: var(--tag-bg);
  color: var(--tag-color);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 3px 10px;
  border-radius: 100px;
  text-decoration: none;
  border: 1px solid rgba(232,74,47,0.2);
}

/* ========= RESPONSIVE ========= */
@media (max-width: 640px) {
  .site-header { padding: 0 16px; }
  .hero { padding: 48px 16px 44px; }
  .page-wrapper { padding: 36px 16px 60px; }
  .cover-block { flex-direction: column; }
  .cover-img-wrap { flex: none; padding: 28px; }
  .cover-img-wrap img { max-width: 160px; }
  .cover-info { padding: 24px 20px; }
  .section-heading { font-size: 18px; }
  .inline-cta-block { padding: 28px 24px; flex-direction: column; }
}

/* 親要素を Flexbox にする */
.hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

/* 左側のテキスト幅を調整 */
.hero-content {
  flex: 6;
  text-align: left;
}

/* 右側の画像幅を調整 */
.hero-image {
  flex: 4;
  display: flex;
  justify-content: center;
}

.hero-image img {
  max-width: 100%;      /* 親要素からはみ出さない */
  height: auto;
  border-radius: 8px;   /* 角を少し丸める（任意） */
  box-shadow: 0 10px 30px rgba(0,0,0,0.1); /* 軽い影（任意） */
}

/* レスポンシブ対応：スマホでは縦並びにする */
@media (max-width: 768px) {
  .hero-inner {
    flex-direction: column;
    text-align: center;
  }
  
  .hero-content {
    text-align: center;
  }
}

/* ===== Smart Data Extraction ページ専用 ===== */

/* 仕組み説明テキスト ブロック */
.sde-how-it-works {
   background-color: #f8f9fa;
   border-left: 4px solid #0206A8;
   border-radius: 6px;
   padding: 1.5rem 2rem;
   margin: 1.5rem 0 2.5rem;
   font-size: 0.97rem;
   line-height: 1.8;
   color: #333;
}

/* ==============================
    パターン A: 横長バナー カード
============================== */
.banner-card {
  background: linear-gradient(135deg, #000000 0%, #0206a8 100%);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  max-width: 760px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  margin: 3rem auto;
}
.banner-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.25);
}
.banner-card-accent {
  width: 6px;
  background: #0206A8;
  flex-shrink: 0;
}
.banner-card-cover {
  width: 120px;
  background: linear-gradient(135deg, #000000 0%, #0206a8 40%, #00e2ea 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  flex-shrink: 0;
}
.banner-card-cover img {
  width: 72px;
  border-radius: 3px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.5);
}
.banner-card-body {
  padding: 22px 24px;
  flex: 1;
}
.banner-card-tag {
  display: inline-block;
  background: #0206A8;
  color: #FFF3F0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 100px;
  margin-bottom: 10px;
}
.banner-card-title {
  font-size: 16px;
  font-weight: 900;
  color: #F5F3EE;
  line-height: 1.35;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.banner-card-desc {
  font-size: 12px;
  color: rgba(238, 239, 245, 0.55);
  line-height: 1.7;
  margin-bottom: 14px;
}
.banner-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #00e2ea;
  font-size: 12px;
  font-weight: 700;
}

/* ==============================
    パターン B: 縦型コンテンツ カード
============================== */
.content-card {
  background: #fff;
  border: 1px solid #DEDBD4;
  border-radius: 8px;
  overflow: hidden;
  max-width: 320px;
  text-decoration: none;
  display: block;
  transition: box-shadow 0.2s, transform 0.2s;
}
.content-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.10);
  transform: translateY(-2px);
}
.content-card-thumb {
  background: linear-gradient(135deg, #000000 0%, #0206a8 40%, #00e2ea 100%);
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.content-card-thumb img {
  height: 120px;
  width: auto;
  border-radius: 3px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.5);
}
.content-card-thumb .badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #0206A8;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 2px;
}
.content-card-body {
  padding: 18px 20px 20px;
}
.content-card-meta {
  font-size: 11px;
  color: #AAA;
  margin-bottom: 8px;
}
.content-card-title {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
  margin-bottom: 8px;
}
.content-card-desc {
  font-size: 12px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 14px;
}
.content-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 4px;
  transition: background 0.2s;
}
.content-card:hover .content-card-cta {
  background: #0206A8;
}

/* ==============================
    パターン C: インライン告知バー
============================== */
.announce-bar {
  background: linear-gradient(90deg, #1A1410 0%, #0206A8 100%);
  border-radius: 6px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 760px;
  text-decoration: none;
  transition: opacity 0.2s;
  margin: 3rem auto;
}
.announce-bar:hover { opacity: 0.88; }
.announce-bar-icon {
  font-size: 28px;
  flex-shrink: 0;
}
.announce-bar-text {
  flex: 1;
}
.announce-bar-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00e2ea;
  margin-bottom: 3px;
}
.announce-bar-title {
  font-size: 14px;
  font-weight: 700;
  color: #F5F3EE;
}
.announce-bar-btn {
  background: #0206A8;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ==============================
    パターン D: 最新情報リスト行
    (xlsoft トップページ「最新情報」欄に溶け込む形式)
============================== */
.news-item {
  display: flex;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #DEDBD4;
  align-items: flex-start;
  max-width: 760px;
}
.news-item-date {
  font-size: 12px;
  color: #888;
  white-space: nowrap;
  padding-top: 2px;
  min-width: 80px;
}
.news-item-label {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: #0206A8;
  padding: 2px 8px;
  border-radius: 2px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 1px;
}
.news-item-text a {
  font-size: 13px;
  color: #111;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.6;
}
.news-item-text a:hover {
  color: #0206A8;
  text-decoration: underline;
}