:root {
  /* Corporate Brand Colors */
  --madcap-teal: #25BCC3;
  --madcap-navy-blue: #0C3168;
  --madcap-cobalt: #3473D1;
  --madcap-gray: #45494C;
  --madcap-blue: #1C5A97;

  /* Product Identity Colors */
  --flare-green: #BED420;
  --central-blue: #0086A5;
  --ixia-orange: #FF8C0A;
  --ixia-teal-blue: #08799D;
  --lingo-orange: #F48520;
  --mimic-capture-blue: #20B2E7;
}

/* Premium Button Hover Effects */
.btn-madcap-hover {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-madcap-hover:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
  filter: brightness(1.05);
}

/* 
Bootstrap 5 Migration - Product Footer Override (Optional per product) 
footer.product { background-color: var(--madcap-gray); }
*/
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: #303335;
  /*#777;*/
  font-weight: bold;
}

.prodnav>li.disabled>a:hover,
.prodnav>li.disabled>a:focus {
  color: #303335;
  /*#777;*/
  font-weight: bold;
  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: #303335;
  /*#25bcc3;*/
  font-weight: bold;
}

.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: #303335;
  /*#25bcc3;*/
  font-weight: bold;
}

.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: 60px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-bottom: 5px solid transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
  .prodnavbar {
    border-radius: 0;
  }
}

@media (min-width: 992px) {
  .prodnavbar-header {
    float: left;
  }
}

@media (min-width: 992px) {
  .prodnavbar-collapse {
    margin-top: 0px;
  }
}

.prodnavbar-collapse {
  margin-top: 5px;
  padding-right: 15px;
  padding-left: 15px;
  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/MadCapHorizontalLogo-Gray.svg) 0 0 no-repeat;
  width: 150px;
  height: 50px;
  display: block;
  margin: 5px 5px 0px 5px;
  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: 25px;
  margin-right: 15px;
  margin-bottom: 5px;
  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;
    margin: 0;
  }

  .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: #303335;
  /*#777;*/
  font-weight: bold;
}

.prodnavbar-default .prodnavbar-brand:hover,
.prodnavbar-default .prodnavbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.prodnavbar-default .prodnavbar-text {
  color: #303335;
  /*#777;*/
  font-weight: bold;
}

.prodnavbar-default .prodnavbar-nav>li>a {
  color: #303335;
  /*#777;*/
  font-weight: bold;
}

.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: #303335;
    /*#777;*/
    font-weight: bold;
  }

  .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: #303335;
  /*#777;*/
  font-weight: bold;
}

.prodnavbar-default .prodnavbar-link:hover {
  color: #333;
}

.prodnavbar-default .btn-link {
  color: #303335;
  /*#777;*/
  font-weight: bold;
}

.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: #ffffff;
  border-color: #fff;
  /*#25bcc3;*/
}

.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: #505050;
}

.prodnavbar-inverse .prodnavbar-nav>li>a {
  color: #505050;
}

.prodnavbar-inverse .prodnavbar-nav>li>a:hover,
.prodnavbar-inverse .prodnavbar-nav>li>a:focus {
  color: #ffffff;
  background-color: #303335;
  /*#25bcc3;*/
}

.prodnavbar-inverse .prodnavbar-nav>.active>a,
.prodnavbar-inverse .prodnavbar-nav>.active>a:hover,
.prodnavbar-inverse .prodnavbar-nav>.active>a:focus {
  color: #fff;
  background-color: #303335;
  /*#25bcc3;*/
}

.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: #303335;
  /*#25bcc3;*/
}

.prodnavbar-inverse .prodnavbar-toggle:hover,
.prodnavbar-inverse .prodnavbar-toggle:focus {
  background-color: #303335;
  /*#25bcc3;*/
}

.prodnavbar-inverse .prodnavbar-toggle .icon-bar {
  background-color: #303335;
  /*#25bcc3;*/
}

.prodnavbar-inverse .prodnavbar-toggle:focus>.icon-bar,
.prodnavbar-inverse .prodnavbar-toggle:hover>.icon-bar {
  background-color: #ffffff;
}

.prodnavbar-inverse .prodnavbar-collapse,
.prodnavbar-inverse .prodnavbar-form {
  border-color: #303335;
  /*#25bcc3;*/
  margin-top: 0px;
}

.prodnavbar-inverse .prodnavbar-nav>.open>a,
.prodnavbar-inverse .prodnavbar-nav>.open>a:hover,
.prodnavbar-inverse .prodnavbar-nav>.open>a:focus {
  color: #fff;
  background-color: #303335;
  /*#25bcc3;*/
}

@media (max-width: 991px) {
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #303335;
    /*#25bcc3;*/
  }

  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu .divider {
    background-color: #303335;
    /*#25bcc3;*/
  }

  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>li>a {
    color: #666666;
  }

  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>li>a:hover,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>li>a:focus {
    color: #303335;
    /*#25bcc3;*/
    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: #fff;
    background-color: #303335;
    /*#25bcc3;*/
  }

  .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: #fff;
}

.prodnavbar-inverse .btn-link {
  color: #9d9d9d;
}

.prodnavbar-inverse .btn-link:hover,
.prodnavbar-inverse .btn-link:focus {
  color: #fff;
}

.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 {
  width: 100%;
  position: relative;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-position: center;
  background-size: cover;
  background-color: #fff;
}

.jumbotron h1.featurette-heading {
  font-size: 26pt;
}

.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;
}

.jumbotron2 {
  margin-top: 0px;
  padding-top: 0px;
  background-color: #32beed;
  background: url(../images/bg-header.jpg);
  background-attachment: scroll;
}

.jumbotron2 h1 {
  color: #ffffff;
  font-size: 40pt;
  font-weight: bold;
  text-align: Center;
}

.jumbotron2 h2 {
  font-size: 18pt;
  margin: 10px 0;
  line-height: 130%;
}

/* Footer Property */

footer.product {
  background-color: #303335;
  /*#25bcc3;*/
  margin: 0;
  padding: 30px 20px;
  text-align: left;
}

footer.product h3 {
  color: #fff;
  font-size: 18px;
}

footer.product p.footerlist {
  color: #fff;
  line-height: 180%;
}

footer.product p.footerlist a {
  color: #fff;
  text-decoration: none;
}

footer.product p.footerlist a:hover {
  color: #25bcc3;
  text-decoration: none;
}

.leftmenu 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
}

.leftmenu {
  padding: 0 30px 0 0;
  border-right: 1px dashed #d6d6d6;
  min-height: 300px
}

@media (max-width: 767px) {
  .leftmenu {
    display: none;
  }
}

.products-list {
  font-size: 14px;
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none
}

.products-list li {
  padding: 0 0 13px;
  border-bottom: 1px dashed #d6d6d6;
  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 0 0 30px;
  }
}


/* ボタン 

btn-<COLOR>-<N>-<SIZE>

<COLOR> は次のいずれか
blue (Central): #0086a5;
sky: #25bcc3;
green (D2H): #6fbfa7;
orange (Lingo): #f5851f;
lt-grey: #f1f4f9;
dk-grey: #303335;

<N> は数字
1:テキストが白
2:背景が白

<SIZE> は次のいずれか
sm: 小
md: 中
lg: 大
*/

/* Blue: #0086a5; */

.btn-blue1-sm {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  max-width: 300px;
  min-width: 15em;
  border-radius: 30px;
  border-color: #0086a5;
  background-color: #0086a5;
  border-width: 2px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-blue1-sm::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-blue1-sm:hover {
  background-color: white;
  border-color: #0086a5;
  color: #0086a5;
}

.btn-blue1-md {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  max-width: 400px;
  min-width: 15em;
  border-radius: 30px;
  border-color: #0086a5;
  background-color: #0086a5;
  border-width: 2px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-blue1-md::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-blue1-md:hover {
  background-color: white;
  border-color: #0086a5;
  color: #0086a5;
}

.btn-blue1-lg {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  max-width: 600px;
  min-width: 15em;
  border-radius: 30px;
  border-color: #0086a5;
  background-color: #0086a5;
  border-width: 2px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-blue1-lg::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-blue1-lg:hover {
  background-color: white;
  border-color: #0086a5;
  color: #0086a5;
}

@media(max-width:550px) {
  .btn-blue1-lg {
    max-width: 300px;
    font-size: 12px;
  }
}

.btn-blue2-sm {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  max-width: 300px;
  min-width: 15em;
  border-radius: 30px;
  border-color: #0086a5;
  background-color: white;
  border-width: 2px;
  color: #0086a5;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-blue2-sm::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-blue2-sm:hover {
  background-color: #0086a5;
  border-color: white;
  color: white;
}

.btn-blue2-md {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  max-width: 400px;
  min-width: 15em;
  border-radius: 30px;
  border-color: #0086a5;
  background-color: white;
  border-width: 2px;
  color: #0086a5;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-blue2-md::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-blue2-md:hover {
  background-color: #0086a5;
  border-color: white;
  color: white;
}

.btn-blue2-lg {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  max-width: 600px;
  min-width: 15em;
  border-radius: 30px;
  border-color: #0086a5;
  background-color: white;
  border-width: 2px;
  color: #0086a5;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-blue2-lg::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-blue2-lg:hover {
  background-color: #0086a5;
  border-color: white;
  color: white;
}

@media(max-width:550px) {
  .btn-blue2-lg {
    max-width: 300px;
    font-size: 12px;
  }
}

/* sky (Light Blue): #25bcc3; */
.btn-sky1-sm {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  max-width: 300px;
  min-width: 15em;
  border-radius: 30px;
  border-color: #25bcc3;
  background-color: #25bcc3;
  border-width: 2px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-sky1-sm::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-sky1-sm:hover {
  background-color: white;
  border-color: #25bcc3;
  color: #25bcc3;
}

.btn-sky1-md {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  max-width: 400px;
  min-width: 15em;
  border-radius: 30px;
  border-color: #25bcc3;
  background-color: #25bcc3;
  border-width: 2px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-sky1-md::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-sky1-md:hover {
  background-color: white;
  border-color: #25bcc3;
  color: #25bcc3;
}

.btn-sky1-lg {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  max-width: 600px;
  min-width: 15em;
  border-radius: 30px;
  border-color: #25bcc3;
  background-color: #25bcc3;
  border-width: 2px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-sky1-lg::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-sky1-lg:hover {
  background-color: white;
  border-color: #25bcc3;
  color: #25bcc3;
}

@media(max-width:550px) {
  .btn-sky1-lg {
    max-width: 300px;
    font-size: 12px;
  }
}

.btn-sky2-sm {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  max-width: 300px;
  min-width: 15em;
  border-radius: 30px;
  border-color: #25bcc3;
  background-color: white;
  border-width: 2px;
  color: #25bcc3;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-sky2-sm::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-sky2-sm:hover {
  background-color: #25bcc3;
  border-color: white;
  color: white;
}

.btn-sky2-md {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  max-width: 400px;
  min-width: 15em;
  border-radius: 30px;
  border-color: #25bcc3;
  background-color: white;
  border-width: 2px;
  color: #25bcc3;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-sky2-md::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-sky2-md:hover {
  background-color: #25bcc3;
  border-color: white;
  color: white;
}

.btn-sky2-lg {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  max-width: 600px;
  min-width: 15em;
  border-radius: 30px;
  border-color: #25bcc3;
  background-color: white;
  border-width: 2px;
  color: #25bcc3;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-sky2-lg::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-sky2-lg:hover {
  background-color: #25bcc3;
  border-color: white;
  color: white;
}

@media(max-width:550px) {
  .btn-sky2-lg {
    max-width: 300px;
    font-size: 12px;
  }
}

/* Green: #6fbfa7; */
.btn-green1-sm {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  max-width: 300px;
  min-width: 15em;
  border-radius: 30px;
  border-color: #6fbfa7;
  background-color: #6fbfa7;
  border-width: 2px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-green1-sm::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-green1-sm:hover {
  background-color: white;
  border-color: #6fbfa7;
  color: #6fbfa7;
}

.btn-green1-md {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  max-width: 400px;
  min-width: 15em;
  border-radius: 30px;
  border-color: #6fbfa7;
  background-color: #6fbfa7;
  border-width: 2px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-green1-md::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-green1-md:hover {
  background-color: white;
  border-color: #6fbfa7;
  color: #6fbfa7;
}

.btn-green1-lg {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  max-width: 600px;
  min-width: 15em;
  border-radius: 30px;
  border-color: #6fbfa7;
  background-color: #6fbfa7;
  border-width: 2px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-green1-lg::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-green1-lg:hover {
  background-color: white;
  border-color: #6fbfa7;
  color: #6fbfa7;
}

@media(max-width:550px) {
  .btn-green1-lg {
    max-width: 300px;
    font-size: 12px;
  }
}

.btn-green2-sm {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  max-width: 300px;
  min-width: 15em;
  border-radius: 30px;
  border-color: #6fbfa7;
  background-color: white;
  border-width: 2px;
  color: #6fbfa7;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-green2-sm::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-green2-sm:hover {
  background-color: #6fbfa7;
  border-color: white;
  color: white;
}

.btn-green2-md {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  max-width: 400px;
  min-width: 15em;
  border-radius: 30px;
  border-color: #6fbfa7;
  background-color: white;
  border-width: 2px;
  color: #6fbfa7;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-green2-md::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-green2-md:hover {
  background-color: #00737b;
  border-color: white;
  color: white;
}

.btn-green2-lg {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  max-width: 600px;
  min-width: 15em;
  border-radius: 30px;
  border-color: #00737b;
  background-color: white;
  border-width: 2px;
  color: #00737b;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-green2-lg::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-green2-lg:hover {
  background-color: #00737b;
  border-color: white;
  color: white;
}

@media(max-width:550px) {
  .btn-green2-lg {
    max-width: 300px;
    font-size: 12px;
  }
}

/* Orange: f5851f */

.btn-orange1-sm {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  max-width: 300px;
  min-width: 15em;
  border-radius: 30px;
  border-color: #f5851f;
  background-color: #f5851f;
  border-width: 2px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-orange1-sm::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-orange1-sm:hover {
  background-color: white;
  border-color: #f5851f;
  color: #f5851f;
}

.btn-orange1-md {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  max-width: 400px;
  min-width: 15em;
  border-radius: 30px;
  border-color: #f5851f;
  background-color: #f5851f;
  border-width: 2px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-orange1-md::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-orange1-md:hover {
  background-color: white;
  border-color: #f5851f;
  color: #f5851f;
}

.btn-orange1-lg {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  max-width: 600px;
  min-width: 15em;
  border-radius: 30px;
  border-color: #f5851f;
  background-color: #f5851f;
  border-width: 2px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-orange1-lg::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-orange1-lg:hover {
  background-color: white;
  border-color: #f5851f;
  color: #f5851f;
}

@media(max-width:550px) {
  .btn-orange1-lg {
    max-width: 300px;
    font-size: 12px;
  }
}

.btn-orange2-sm {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  max-width: 300px;
  min-width: 15em;
  border-radius: 30px;
  border-color: #f5851f;
  background-color: white;
  border-width: 2px;
  color: #f5851f;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-orange2-sm::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-orange2-sm:hover {
  background-color: #f5851f;
  border-color: white;
  color: white;
}

.btn-orange2-md {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  max-width: 400px;
  min-width: 15em;
  border-radius: 30px;
  border-color: #f5851f;
  background-color: white;
  border-width: 2px;
  color: #f5851f;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-orange2-md::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-orange2-md:hover {
  background-color: #f5851f;
  border-color: white;
  color: white;
}

.btn-orange2-lg {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  max-width: 600px;
  min-width: 15em;
  border-radius: 30px;
  border-color: #f5851f;
  background-color: white;
  border-width: 2px;
  color: #f5851f;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-orange2-lg::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-orange2-lg:hover {
  background-color: #f5851f;
  border-color: white;
  color: white;
}

@media(max-width:550px) {
  .btn-orange2-lg {
    max-width: 300px;
    font-size: 12px;
  }
}

.btn-white {
  color: #2467af;
  background-color: #ffffff;
  border-color: #ffffff;
  font-weight: bold;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

.btn-white:hover {
  background-color: #f0f0f0;
  border-color: #ffffff;
  color: #2467af;
}

.btn_youtube_box {
  position: relative;
}

.btn_youtube {
  background: url(/jp/products/intel/n_images/YouTube-icon-full_color.png) no-repeat;
  width: 42px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -21px;
}

/* ボタン */
/*
.box20 {
  position: relative;
  padding: 10px 20px;
  background: #efefef;
}

.box20:before,
.box20:after {
  position: absolute;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
}

.box20:before {
  border-left: dotted 2px #15adc1;
  border-top: dotted 2px #15adc1;
  border-bottom: dotted 2px #15adc1;
  left: 0;
}

.box20:after {
  border-top: dotted 2px #15adc1;
  border-right: dotted 2px #15adc1;
  border-bottom: dotted 2px #15adc1;
  right: 0;
}

.box20 p {
  margin: 0;
  padding: 0;
}
*/
.left-bar {
  padding: 0.25em 0.5em;
  /*上下 左右の余白*/
  color: #494949;
  /*文字色*/
  background: transparent;
  /*背景透明に*/
  border-left: solid 5px #7db4e6;
  /*左線*/
}

/*
table.xl_feature-list tbody tr td,
table.xl_feature-list thead tr th {
  text-align: center;
  vertical-align: middle;
}

.xl_feature-list tr td:first-child {
  text-align: left;
}

.xl_feature-list thead {
  background-color: gray;
  color: white;
}

.xl_feature-list .check {
  background-color: #eee;
  font-size: larger;
}

.xl_table_spec tbody tr td,
.xl_table_spec thead tr th {
  vertical-align: middle;
}

.nav li a:link {
  text-decoration: none;
  font-size: 14px;
}

.nav-pills {
  margin-bottom: 0;
  border-bottom: 2px solid #0071C5;
}

.nav-pills>li>a {
  background-color: #ebebeb;
  margin: 0px 2px 0px;
  border-radius: 0px;
}

.nav-pills>li:first-child>a {
  margin-left: 0px;
}

.nav-pills>li:last-child>a {
  margin-right: 0px;
}

.nav-pills>li>a:hover {
  background-color: #0073ba;
}

li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.feature-box {
  background-color: transparent;
  padding: 15px;
  padding-top: 20px;
  line-height: 150%;
  margin: 20px;
  overflow: hidden;
  color: #000;
}

.feature-box:hover {
  background-color: #3eabe9;
  color: #fff;
}

a .feature-box:hover {
  text-decoration: none;
}

.feature-box span {
  display: block;
  height: 191px;
  left: 50%;
  margin: 0 0 0 -62px;
  position: absolute;
  text-indent: -9999px;
  top: 50px;
  width: 123px;
}

.feature-box h3 {
  padding: 200px 28px 22px 28px;
}

.robustness span {
  background-image: url(../images/robustness.png);
}

.robustness:hover span {
  background: transparent url(../images/robustness.png) no-repeat 0 bottom;
}

.dual-view span {
  background-image: url(../images/dual-view.png);
}

.dual-view:hover span {
  background: transparent url(../images/dual-view.png) no-repeat 0 bottom;
}

.ergonomics span {
  background-image: url(../images/ergonomics.PNG);
}

.ergonomics:hover span {
  background: transparent url(../images/ergonomics.PNG) no-repeat 0 bottom;
}

.visualization span {
  background-image: url(../images/visualization.PNG);
}

.visualization:hover span {
  background: transparent url(../images/visualization.PNG) no-repeat 0 bottom;
}

.price {
  text-align: right;
}
.points {
  background: transparent url(../images/logo_no_text.d0dedddc.svg) no-repeat 0 bottom;
  background-size: 25px 25px;
  height: 25px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding-left: 35px;
  padding-top: 5px;
}
.subtitleblue {
  color: #2467af;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}
.subtitlewhite {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 30px;
}
.points1 {
  text-align: left;
  font-size: 17px;
  line-height: 150%;
  padding: 0 45px 20px 45px ;
}
.pointsimg1 {
  background: transparent url(../images/ic-hd.4838d5ef.svg) no-repeat 0 top;
  background-size: 29px 21px;
}
.pointsimg2 {
  background: transparent url(../images/ic-eye.6e3938b5.svg) no-repeat 0 top;
  background-size: 29px 20px;
}
.pointsimg3 {
  background: transparent url(../images/ic-player.a4ef7d87.svg) no-repeat 0 top;
  background-size: 29px 20px;
}
.pointsimg4 {
  background: transparent url(../images/ic-infinity.608807c1.svg) no-repeat 0 top;
  background-size: 29px 20px;
}
.pointsimg5 {
  background: transparent url(../images/ic-comand.a8d0f8dd.svg) no-repeat 0 top;
  background-size: 29px 20px;
}
.pointsimg6 {
  background: transparent url(../images/ic-interface.340342fe.svg) no-repeat 0 top;
  background-size: 29px 20px;
}
.blueback {
  background-image: linear-gradient(#2d79c1, #3a9ad9);

}
.keyfeature {
  background: transparent url(../images/list-arrow-white.svg) no-repeat 0 top;
  background-size: 20px 20px;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  padding: 0 45px 20px 30px ;
}
h3.box {
  color: #2467af;
  font-size: 130%;
  font-weight: bold;
}
a:hover {
  text-decoration:none;
}
.technical {
  background: transparent url(../images/list-tech.23ffeda2.svg) no-repeat 0 top;
  background-size: 20px 20px;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  padding: 0 45px 20px 30px ;
}
.docuicon {
  color: #2467af;
  text-align:center;
  margin: 20px 0 10px 0;
}
a:hover .docuicon, a:hover .box {
  color: #ffffff;
}
.docuarrow {
  text-align:center;
  margin: 30px 0 10px 0;
}
a:hover .well2 {
  background-image: linear-gradient(to right, #2d79c1, #3a9ad9);
  color: #ffffff;
}
.description{
  margin-left: 3em;
  color:#556575
} 
.description h4{
  line-height:1.5em;
} 

.font{
  color: white; 
  font-size:30px;
  font-weight:800;
  }
  .font2{
    color: white; 
    font-size:20px;
    font-weight:800;
    line-height: 1.5em;
    }
    .font3{
      color: #003059; 
      font-size:30px;
      font-weight:800;
      text-shadow:5px 0 10px white;
       margin-top:120px;
       line-height: 1.5em;
      }  
  

  @media (min-width:600px) and (max-width:1000px){
  .font{
    color: #003059; 
    font-size:30px;
    font-weight:800;
    margin-top:90px!important;
    line-height: 1.5em;
    }
    .button-box{
    max-width:400px;
    margin-left: auto;
    margin-right: auto;
    margin-top:230px!important;
    }  
  }

  @media (min-width:480px) and (max-width:600px){
    .font{
      color: #003059; 
      font-size:25px;
      font-weight:800;
      margin-top:50px!important;
      line-height: 1.5em;
      }
      .button-box{
      max-width:550px;
      margin-left: auto;
      margin-right: auto;
      margin-top:200px!important;
      }  
    }

    @media (max-width:480px){
      .font{
        color: #003059; 
        font-size:20px!important;
        font-weight:800;
        margin-top:45px!important;
        line-height: 1.5em;
        }
        .button-box{
        max-width:300px;
        margin-top:150px!important;
        }


       .font3{
       text-align:left;
       }
      
        }
        @media (max-width:480px)and(orientation: landscape){
          .font{
            color: #003059; 
            font-size:20px!important;
            font-weight:800;
            margin-top:45px!important;
            line-height: 1.5em;
            }
            .button-box{
            max-width:300px;
            margin-top:150px!important;
    
            }
           .font2 {
           display: none;
          }
    
           .font3{
           text-align:left;
           }
          }  
.font-box{
  max-width: 900px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.button-box{
  max-width:500px;
  margin-left: auto;
  margin-right: auto;
  margin-top:150px;
}  

.button-box2{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}  


.open1{
  width:800px;
}


.none{
  display:none;
}
.block{
  display:block;
}
.pointer{
  cursor:pointer;
}
.box-container{
  width:350px;
}

@media(min-width:980px) and (max-width:1200px){
.box-container{
  width:300px;
}
}
@media(max-width:480px){
  .box-container{
    width:250px;
  }
  }
.under{
background: linear-gradient(transparent 90%, #0078C1 90%);
margin-bottom:5px;
}

.under2{
  background: url(images/why-smar-dyno-balls-bg-horizontal.png); 
  background-size: 1400px; 
  height:42px;
}



.btn.type01{
width: 100%;
max-width: 150px;
padding: 15px 10px;
display: inline-block;
margin-bottom: 20px;
margin-top:19px;
text-align: center;
border-radius: 30px;
letter-spacing: 0.1em;
color: black;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
border-color: #0078C1;
border-width:2px;
background-size: 200% auto;
}

.btn.type02{
  width: 100%;
  max-width: 150px;
  padding: 15px 10px;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 30px;
  letter-spacing: 0.1em;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  border-color: #0078C1;
  border-width:2px;
  background-size: 200% auto;
  }

  .btn.type01:hover {
    background-color: #0078C1;
    color: white;
  }
  .btn.type02:hover {
    background-color: #0078C1;
    color: white;
  }

  .jumbotrons{
  width: 100%;
  height: 100vh;
  position: relative;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom:-14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 500px;
  background: url(../images/story-top.jpg);
  background-size:cover;
  z-index: 10;
}
*/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: auto;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}


/*タブのスタイル*/
.tab_item {
  /*  width: calc(100%/2); */
  height: 50px;
  border-bottom: 1px solid #25bcc3;
  background-color: white;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #25bcc3;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  overflow: hidden;

}

@media (max-width:720px) {
  .tab_item {
    font-size: x-small;
  }
}

.tab_item:hover {
  opacity: 0.75;
  background-color: #a5ebee;
  color: white;
}

.tab_item2 {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 1px solid #25bcc3;
  background-color: white;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #033447;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab_item2:hover {
  opacity: 0.75;
  background-color: #a5ebee;
  color: white;
}

.tabs3 {
  margin-top: 50px;
  padding-bottom: 0px;
  background-color: #fff;
  border: 1px solid #eee;
  width: auto;
  margin: 0 auto;
  margin-left: -50px;
  margin-right: -50px;
}

.tabs3 h2 {
  margin-bottom: -30px;
}

.tab_item3 {
  width: calc(100%/2);
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  line-height: 50px;
  text-align: center;
  color: white;
  display: block;
  float: left;
  transition: all 0.2s ease;
}

.tab_item3:hover {
  background-color: #eee;
  opacity: 0.75;
}

.tabs4 {
  margin-top: 50px;
  padding-bottom: 0px;
  background-color: #fff;
  border: 1px solid #eee;
  width: auto;
  margin: 0 auto;
  margin-left: -50px;
  margin-right: -50px;
}

.tabs4 h2 {
  margin-bottom: -30px;
}

.tab_item4 {
  width: calc(100%/2);
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  line-height: 50px;
  text-align: center;
  color: white;
  display: block;
  float: left;
  transition: all 0.2s ease;
}

.tab_item4:hover {
  background-color: #eee;
  opacity: 0.75;
}

.tabs5 {
  margin-top: 50px;
  padding-bottom: 0px;
  background-color: #fff;
  border: 1px solid #eee;
  width: auto;
  margin: 0 auto;
  margin-left: -50px;
  margin-right: -50px;
}

.tabs5 h2 {
  margin-bottom: -30px;
}

.tab_item5 {
  width: calc(100%/2);
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  line-height: 50px;
  text-align: center;
  color: white;
  display: block;
  float: left;
  transition: all 0.2s ease;
}

.tab_item5:hover {
  background-color: #eee;
  opacity: 0.75;
}


/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

input[name="tab_item2"] {
  display: none;
}

input[name="tab_item4"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

.tab_content3 {
  display: none;
  padding: 0px 10px 0px 10px;
  clear: both;
  overflow: hidden;
}

.tab_content4 {
  display: none;
  padding: 0px 10px 0px 10px;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#tab1:checked~#tab1_content,
#tab2:checked~#tab2_content {
  display: block;
}

#tab3:checked~#tab3_content,
#tab4:checked~#tab4_content,
#tab5:checked~#tab5_content {
  display: block;
}

#tab6:checked~#tab6_content,
#tab7:checked~#tab7_content,
#tab8:checked~#tab8_content {
  display: block;
}


/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
  background-color: #25bcc3;
  color: white;
}

.tabs input:checked+.tab_item2 {
  background-color: #25bcc3;
  color: white;
}

.tabs3 input:checked+.tab_item3 {
  background-color: #25bcc3;
  color: white;
}

.tabs4 input:checked+.tab_item4 {
  background-color: #25bcc3;
  color: white;
}

.card2 {
  width: auto;
  height: auto;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;

}

.shadow4 {
  width: auto;
  height: auto;
  background: #ffffff;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
  border-radius: 10px;
}

.card-pricing-frame1 {
  width: 100%;
  padding-top: 2%;
  background: #6a7583;
  box-sizing: border-box;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  max-height: 3px;
}

.card-pricing-frame2 {
  width: 100%;
  padding-top: 2%;
  background: #4EAA9B;
  box-sizing: border-box;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  max-height: 3px;
}

.card-pricing-frame3 {
  width: 100%;
  padding-top: 2%;
  background: #3355AA;
  box-sizing: border-box;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  max-height: 3px;
}

.card-content2 {
  padding: 0 50px;
}

.card-title {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: left;
  color: #333;
}

.card-text {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: left;
  color: #333;
}

.card-text {
  color: #777;
  font-size: 17px;
  line-height: 1.5;
}

.card-link2 {
  text-align: center;
  padding: 20px;
}

.mb-4 {
  margin-bottom: 1em;
  left: 30px;
  font-size: 16px;
}

.list-inline,
.list-none {
  list-style-type: none;
}

.list-none {
  margin: 0;
  padding: 0;
}

.list-check {
  list-style: none;
}

.pricing ul {
  list-style-image: url(../images/checkmark.png);
}

.scroll {
  overflow-x: scroll;
}

@media (min-width:955px) {
  .scroll {
    overflow-x: hidden;
  }
}

#vertical_tab_nav {
  display: block;
  width: 100%;
}

#vertical_tab_nav ul {
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
  width: 30%;
  background: #033447;
}

#vertical_tab_nav li {
  border-bottom: 2px solid #fff;
  margin-bottom: 1px;
  text-align: left;
  padding: 0px;
}

#vertical_tab_nav li:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
}

#vertical_tab_nav li a {
  display: block;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  padding: 7%;
  background: #033447;
}

@media(max-width:480px) {
  #vertical_tab_nav li a {
    display: block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 7%;
    background: #033447;
  }
}

#vertical_tab_nav li a.selected {
  background: #fff;
  color: #000;
}

#vertical_tab_nav div {
  display: block;
  float: left;
  background: #fff;
  width: 70%;
  min-height: 500px;
  padding: 10px 3% 3% 3%;
}

#vertical_tab_nav div article {
  display: none;
  margin: 0px;
  color: #555;

}

#vertical_tab_nav div article p {
  margin: 0px 0px 20px 0px;
}

/*
.list ul{
  list-style: disc !important;
  background-color:white !important;
  width:100% !important;
}
.list li{
  list-style: disc !important;
  background-color:white !important;
  width:100% !important;
}
.list{
  width:100%!important;
  min-height:auto!important;
}
.list2{
  width:100%!important;
  min-height:auto!important;
  border-radius: 4px !important;
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%) !important;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 3px rgb(0 0 0 / 5%), 0 1px 0 rgb(255 255 255 / 10%);
}
.list2 li{
  list-style: disc !important;
  width:100% !important;
  border-bottom: none !important;
}
.list3 li{
  list-style: disc !important;
  margin-left:20px;
  border-bottom: none !important;
}
.jumbotronh{
  width: 100%;
  height: 80vh;
  position: relative;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom:-14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 500px;
  background: url(../images/healthcare.png);
  background-size:cover;
  z-index: 10;
}
.jumbotronh::before{
  content: '';
  background-color:rgb(255, 255, 255,0.5) ;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
}
.p1{
  color: #003059; 
  font-size:20px;
  font-weight:800;
  text-shadow:5px 0 10px white ;
  margin-top:200px;
  margin-left:auto;
  margin-right:auto;
  line-height: 1.5em;
  position: absolute;
  left: auto;
  right: auto;
  top: 0;
  z-index: 30;
}
.p2{
  color: #003059; 
  font-size:40px;
  font-weight:800;
  text-shadow:5px 0 10px white ;
  margin-top:230px;
  margin-left:auto;
  margin-right:auto;
  line-height: 1.5em;
  position: absolute;
  left: auto;
  right: auto;
  top: 0;
  z-index: 30;
}

.cap {
  position: relative;
  padding: 0px 10px 2px 40px;
  font-size: 20px;
  color: #474747;
}

.cap:before {
  font-family: FontAwesome;
  content: "\f041";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #E51A4A;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

.jumbotronm{
  width: 100%;
  height: 80vh;
  position: relative;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom:-14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 500px;
  background: url(../images/marketing.jpg);
  background-size:cover;
  z-index: 10;
}
.jumbotronm::before{
  content: '';
  background-color:rgb(255, 255, 255,0.5) ;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
}
.p3{
  color: #003059; 
  font-size:20px;
  font-weight:800;
  text-shadow:5px 0 10px white ;
  margin-top:150px;
  margin-left:auto;
  margin-right:auto;
  line-height: 1.5em;
  position: absolute;
  left: auto;
  right: auto;
  top: 0;
  z-index: 30;
}
.p4{
  color: #003059; 
  font-size:35px;
  font-weight:800;
  text-shadow:5px 0 10px white ;
  margin-top:200px;
  margin-left:auto;
  margin-right:auto;
  line-height: 1.5em;
  position: absolute;
  left: auto;
  right: auto;
  top: 0;
  z-index: 30;
  max-width:900px;
}
@media(max-width:600px){
.p3{
  color: #003059; 
  font-size:20px;
  font-weight:800;
  text-shadow:5px 0 10px white ;
  margin-top:80px;
  margin-left:auto;
  margin-right:auto;
  line-height: 1.5em;
  position: absolute;
  left: auto;
  right: auto;
  top: 0;
  z-index: 30;
}
.p4{
  color: #003059; 
  font-size:30px;
  font-weight:800;
  text-shadow:5px 0 10px white ;
  margin-top:150px;
  margin-left:auto;
  margin-right:auto;
  line-height: 1.5em;
  position: absolute;
  left: auto;
  right: auto;
  top: 0;
  z-index: 30;
  max-width:900px;
}
}

.jumbotronc{
  width: 100%;
  height: 80vh;
  position: relative;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom:-14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 500px;
  background: url(../images/construction.jpg);
  background-size:cover;
  z-index: 10;
}
.jumbotronc::before{
  content: '';
  background-color:rgb(255, 255, 255,0.5) ;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
}
.jumbotrone{
  width: 100%;
  height: 80vh;
  position: relative;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom:-14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 500px;
  background: url(../images/education.png);
  background-size:cover;
  z-index: 10;
}
.jumbotrone::before{
  content: '';
  background-color:rgb(255, 255, 255,0.5) ;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
}

.jumbotronf{
  width: 100%;
  height: 80vh;
  position: relative;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom:-14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 500px;
  background: url(../images/finance.jpg);
  background-size:cover;
  z-index: 10;
}
.jumbotronf::before{
  content: '';
  background-color:rgb(255, 255, 255,0.5) ;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
}


.flex{
  display:flex;
}
.flex-item{
  flex-basis:50%;
}

@media (max-width:800px) {
.flex{
  display:block;
}
.flex-item{
  flex-basis:100%;
}
}
.app-box{
  border:solid 1px #2A75D1;
  width:500px;
  height:120px;
  border-radius: 30px;
}
.mobile{
  height:auto;
  padding-top:10px;
 }
*/
/* リセットCSS */
/*
* {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*/
/* アコーディオンメニュー全体のサイズ・位置 */
/*
/*.ac-parent {
	position: relative;  /* 追加 */
/*	height: 100px;
  max-width:600px;
	color: black;
  line-height: 50px;
	text-align: left;
	cursor: pointer;
  text-indent: 0.5em;
  
}


.ac-child {
  display: none;
  padding: 2em 1em;
  background-color: white;
  text-align: center;
}
.ac {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
*/
/* stylesheet.css  */
/*
.feature-box1{
  display: flex;
 }
 .order1 {
   margin-top:20px;
 }
 .order5{
  margin-top:30px;
}
.order7{
  margin-top:30px;
}
*/

/* responsive.css  */
/*
 @media(max-width:1000px){
   /* responsive.css  */
/*   .feature-box1{
    flex-direction: column;
   }
  
  .order1 {
    order: 1;
    margin-top: 0px;
  }
  .order2 {
    order: 2;
  }
  .order3 {
    order: 3;
  }
  .order4 {
    order: 4;
  }
  .order5 {
    order: 5;
    margin-top: 0px;
  }
  .order6 {
    order: 6;
  }
  .order7 {
    order: 7;
    margin-top: 0px;
  }
  .order8 {
    order: 8;
  }
  .under4{
    margin-right:2px;
   } 
 }

 .under4>a:hover{
  text-decoration: underline;
 }
 .under4{
  margin-right:20px;
 }
.features, .features>li, .features>li>a {
    float: left;
    padding:3px;
    margin-right:2px;
    list-style: none;
}
.features>a:hover {
    opacity: 0.8;
}
.content1 {
    clear: both;
}
.area {
    display: none;
}

.logo{
  text-align: right;
}
.logo-box1{
  float: left;
  width: 50%; /* 要素の幅を50%に定義 */
/*}
.logo-box2{
  float: right;
  width: 50%; /* 要素の幅を50%に定義 */
/*} 

@media (max-width:400px){
.image1{
  width: 80px!important;
}
}
}*/

.transition-blue {
  background-color: #033447;
}

.transition-sky {
  background-color: #25bcc3;
}

.transition-green {
  background-color: #6fbfa7;
}

.transition-orange {
  background-color: #f5851f;
}

.leftbar-sky {
  padding-left: 15px;
  border-left: 5px solid #25bcc3;
}



/*! _stackableSlides.scss */
/*
.stackableSlides-narrow-image1{
    border:1px solid #d0d3d5;
}

.stackableSlides-wide-section1{
    position:relative;
    flex:0 0 565px;
}

.stackableSlides-wide-bg{
    width:255px;
    height:570px;
    position:absolute;
    left:-111px;
    top:0;
    background-image:url(../images/flare/symbol-dotGrid2x2-610.svg);
}

.stackableSlides-wide-image1{
    border:1px solid #d0d3d5;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    opacity:1;
    transition:opacity .5s ease-in-out!important;
}

.stackableSlides-wide-image1-fading-in,.stackableSlides-wide-image1-fading-out{
    opacity:0!important;
}

.stackableSlides-wide-section2{
    position:relative;
}

.stackableSlides-wide-indicator{
    position:absolute;
    top:0;
    left:-35px;
    transform:translateY(20px);
    transition:transform .3s ease-in-out;
}

.stackableSlides-wide-indicator svg{
    fill:#25bcc3;
    transform:rotate(180deg);
    width:20px;
    height:20px;
}

.stackableSlides-wide-button{
    border-top:2px solid #d0d3d5;
}

.stackableSlides-wide-button-is-inactive{
    cursor:pointer;
}

.stackableSlides-wide-button-no-border{
    border-top:none;
}

.stackableSlides-wide-button-is-inactive p{
    color:#d0d3d5;
    transition:color .2s ease-in-out;
}

.stackableSlides-wide-button-is-inactive:hover p{
    color:#7d858a;
}

@media (max-width:1069px){
    .stackableSlides-wide{
        display:none;
    }
}

@media (min-width:1070px){
    .stackableSlides-narrow{
        display:none;
    }
}


.topline-sky {
  background: #25bcc3;
  width: 32px;
  height: 4px;
  line-height: 4px;
  margin-bottom: 12px;
  display: inline-block;
}

*/

/* ========================================
   8. SCROLL TO TOP & ANIMATIONS
   ======================================== */

#scrollTopBtn {
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #25BCC3;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, background-color 0.3s, transform 0.3s;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#scrollTopBtn.is-visible {
  opacity: 1;
  visibility: visible;
}

#scrollTopBtn:hover {
  background-color: #0b214a;
  transform: translateY(-3px);
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}