@charset "UTF-8";
/* for 768px < 992px width. */

@media (max-width: 768px) {
.container {
    width: auto;
  }
.manual-titleM {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1.5em;
    text-align: left;
    padding: 0 0 0 15px;
    color: #000000;
    height: 100%;
  }
  .w200 {
    width: 45%;
    height: 20%;
    float: left;
    position: relative;
    margin-left: 5%;
    display: block;
  }
  .panel-heading {
    padding: 5px !important;
  }
  .panel-body {
    padding: 3px !important;
  }
}

@media (min-width: 768px) {
  .container {
    width: auto;
  }
  .manual-titleM {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-size: 2em;
    text-align: left;
    padding: 0 0 0 20px;
    color: #000000;
    height: 100%;
  }
  .w200 {
    width: 200px;
    height: 170px;
    float: left;
    position: relative;
    margin-left: 5px;
    display: block;
  }
}
/* for 992px < 1200px width. */

@media (min-width: 992px) {
  /**/
  .container {
    width: auto;
  }
  .manual-titleM {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-size: 2em;
    text-align: left;
    padding: 0 0 0 20px;
    color: #000000;
    height: 100%;
  }
}
/* for 1200px < x width.*/

@media (min-width: 1200px) {
  /**/
  .container {
    width: auto;
  }
}

a.panel {
  text-decoration: none;
}
a.panel:active {
  border-color: #428bca !important;
}
a.panel:active .panel-heading {
  background-color: #428bca !important;
  color: #fff !important;
}
/* IE対策 */
.active-head {
  background-color: #428bca !important;
  color: #fff !important;
}

.active {
  border-color: #428bca !important;
}

.manual-titleL {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 2em;
  text-align: left;
  padding: 0 0 0 20px;
  color: #000000;
}

.logo-max {
  max-width: 100px;
}

.slide-menu-top {
  display: table-cell;
  vertical-align: middle;
}

.slide-menu-top p {
  display: inline-block;
}

.product-name {
  margin: 0;
  line-height: 1em;
}
.ug-title {
  margin: 0.3em 0;
  line-height: 1.1em;
}
.panel-heading small {
  font-size: 0.85em !important;
  line-height: 1.35em !important;
  text-align: center;
}
.panel-heading {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .panel-heading { height: 60px; } /* IE11 */
}