@charset "UTF-8";

/* ───────────────────────────────────
base
─────────────────────────────────── */

@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}

.manual img{
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

img{
  max-width: 100%;
  margin-bottom: 1em;
}

.red{
  color: red;
}

.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.next-link::after{
    right: -75px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.prev-link::before{
    left: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

a:hover.next-link::after,
a:hover.prev-link::before{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.manual-container a{
  color: #2C7293;
}

/* ───────────────────────────────────
header
─────────────────────────────────── */
.manual-header {
    text-align: center;
    background-color: #eee;
    margin-top: 80px;
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
}

.manual-header h1 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: bold;
}

.manual-header a {
    font-size: 36px;
    font-size: 3.6rem;
}

@media screen and (max-width:991px) {}

@media screen and (max-width:767px) {
    .manual-header {
        margin-top: 71px;
    }

    .manual-header h1 {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

@media screen and (max-width:479px) {
    .manual-header {
        margin-top: 59px;
    }
}

/* ───────────────────────────────────
breadcrumb
─────────────────────────────────── */
#breadcrumb-wrap.breadcrumb-top{
  background-color: transparent;
}

.breadcrumb-top .breadcrumb{
  margin-top: 2em;
  padding: 0;
  background-color: transparent;
}

.breadcrumbs {
    background: #f5f5f5;
    padding: 0.5em;
}

.breadcrumb {
    margin-bottom: 0px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0px;
}

.breadcrumbs span {
    display: inline-block;
    margin: 0 0.2em;
}

.breadcrumbs span + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumbs > .active {
    color: #777;
}

/* ───────────────────────────────────
contents
─────────────────────────────────── */
/* manual
─────────────────────────────────── */
h2 span,
h3 span{
  padding-top: 120px;
  margin-top: -120px;
}

.panel-body a{
  position:relative;
  z-index:1;
}

.manual .flex{
  justify-content: space-around;
}

#sidebar{
  width: 25%;
}

#sidebar .panel-body ol,
#sidebar .panel-body ol li {
    margin: 0px 0 5px;
    font-size: 13px;
}

#sidebar .panel-body ol li a {
  color: #2C7293;
}

#sidebar .panel-body ol li a:hover {
  text-decoration: underline;
}

#sidebar .panel-body ol li a.active {
  text-decoration: underline;
}

#sidebar form {
    margin-top: 15px;
    margin-left: 10px;
}

#sidebar form input:first-child {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#sidebar form input:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.manual-content{
    width: 68%;
    margin-left: 7%;
}
.panel-body {
  padding: 0;
}

.panel-body .flex {
    justify-content: flex-start;
}

.manual-box {
    width: 30%;
    margin: 0 1.5% 30px 1.5%;
}

.manual-container.single {
    padding-top: 120px;
}

.panel-body .category-name {
    margin-bottom: 10px;
}

.panel-body h1 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: bold;
}

.panel-body h2 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #333;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-top: 80px;
  border-bottom: 2px solid;
}

.panel-body h3 {
  font-size: 20px;
  font-size: 2.0rem;
  text-align: left;
  line-height: 1.4;
  font-weight: 600;
  margin: 40px 0 20px;
  padding-left: 10px;
  border-left: 4px solid;
}

.panel-body h4 {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-weight: 600;
}

.panel-body p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 1em;
    font-weight: normal;
}

.panel-body p img {
    margin-bottom: 40px;
}

.panel-body > img {
    margin-bottom: 40px;
}

.panel-body .em {
    color: #ff0000;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0.5em;
}

.panel-body .img-shadow {
    box-shadow: 6px 10px 10px rgba(0,0,0,0.15);
    margin-bottom: 50px;
}

.panel-body .flex.figure {
    flex-wrap: nowrap;
    align-items: baseline;
    margin-bottom: 10px;
}

.panel-body figure {
    text-align: center;
}

.panel-body .figure figure:not(:first-child) {
    margin-left: 5px;
}

.panel-body .figure img {
    margin-bottom: 5px;
}

.panel-body ol,
.panel-body ul {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 20px 0;
    font-size: 15px;
}

.panel-body ol li,
.panel-body ul li {
    margin-bottom: 10px;
}

hr {
    margin-top: 1em;
    margin-bottom: 1.5em;
    width: 100%;
    border: 0;
    border-top: 1px solid #e9e9e9;
}

.manual-container {
    border: none;
    background: #fafafa;
    max-width: 100%;
}

.panel {
    border: none;
    background: #fafafa;
    margin: 2em 0;
    box-shadow: none;
}

.panel-body .lead {
    margin-top: 10px;
}

.panel-body td div img,
.panel-body th div img {
    width: 200px;
    margin-bottom: 0;
}

.panel-body td div,
.panel-body th div {
    margin-bottom: 0 !important;
}

.panel-body div img {
    margin-bottom: 40px;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}

#page-top a {
    display: block;
}

#page-top a:hover {}


.fb_iframe_widget > span {
    vertical-align: baseline !important;
}

div.popular-posts > ul {
    padding-left: 3px;
    list-style: none;
}

div.popular-posts > ul > li {
    margin-top: 4%;
    margin-bottom: 4%;
}

table th,table td {
  padding: 10px;
  border: 1px solid #cccccc;
  text-align: center;
}

table .no{
}

table .mterial{
}

table .number{
}
table .image{
  width: 30%;
}
table .note{
}

.packing-list .packing-img{
  width: 35%;
}

.packing-list img{
  margin: 0;
}

/* toc
─────────────────────────────────── */

#toc_container{
  background-color: #FFF;
  border-color: #f1f1f1;
  padding: 20px;
}
#toc_container.no_bullets ul li{
  margin-bottom: 10px;
}
#toc_container.no_bullets ul li:last-child{
  margin-bottom: 0;
}
#toc_container.no_bullets ul li ul{
  margin-top: 10px;
}
.toc_number,::marker{
  color: #2C7293;
}

@media screen and (min-width:768px) {
    /*
    #sidebar .panel {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
    }
    */
}


@media screen and (max-width:991px) {}

@media screen and (max-width:767px) {

  #sidebar{
    width: 100%;
  }
  .manual-content{
      width: 100%;
      margin-left: 0;
  }

    .manual-container.single {
        padding-top: 80px;
    }

    .manual-box {
        max-width: 400px;
        width: 100%;
        margin: 0 auto 30px;
    }

    /*
    .panel {
        padding: 1em;
    }
    */
}

.iframe-content {
    position: relative;
    width: 100%;
    padding: 56.25% 0 0 0;
    margin-bottom: 1em;
}

.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-change.flex{
  margin-bottom: 40px;
  justify-content: center;
}

.page-change a {
  width: 100px;
    padding: 10px;
    background-color: #e3e3e3;
    border-radius: 3px;
    color: #666;
    text-align: center;
    margin: 0 10px;
}

.page-change a:hover{
  background-color: #003046;
  color:#fff;
  text-decoration: none;
}

.m-s-article {
    margin: 0 8% 3%;
    padding: 0 15px;
}



/* マニュアル一覧
─────────────────────────────────── */

.manual-block {
    width: 50%;
}

.manual-list {
    align-items: center;
}

.manual-list .manual-list-img {
    margin: 0 20px 20px 0;
}

.manual-list .manual-list-img img {
    width: 100px;
    margin: 0;
}

.manual-list .manual-list-txt p + ul {
    margin-top: -5px;
}

.manual-list .manual-list-txt ul li {
    font-size: 16px;
    font-size: 1.6rem;
}

/* マニュアル一覧 修正版
─────────────────────────────────── */

h2.ma-list {
  margin: 40px 3% 20px;
}

.ma-list-item{
  width: 27%;
  margin: 3%;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #ccc;
  text-align: center;
}

.ma-list-item:hover{
  background-color: #eee;
}

.panel-body .ma-list-item img{
  width: 80%;
  margin: 10px;
}


.panel-body .ma-list-item p{
  color: #555;
  font-weight: bold;
  margin: 10px;
}

.panel-body a.ma-list-item:hover,
.panel-body a.ma-list-item{
  text-decoration: none;
}

.ma-list-pro{
  width: 44%;
  margin: 3%;
  border-radius: 5px;
  border: solid 1px #ccc;
  background-color: #fff;
}

.ma-list-pro:hover{
  background-color: #eee;
}

.ma-list-pro:hover a{
  text-decoration: none;
}

.ma-list-pro a,
.ma-list-pro p,
.ma-list-pro a p{
  color: #333;
  font-weight: bold;
}

.ma-list-pro-item{
  display: flex;
  align-items: center;
  padding: 10px;
}

.ma-list-pro-item ul{
  margin: 10px 0 0 10px;
  padding: 0;
}

.ma-list-pro-item li{
  list-style: none;
  margin-bottom: 5px !important;
}

.ma-list-pro-item p span{
  font-size: 1.4rem;
  font-weight: normal;
  color: #666;
}

.ma-list-pro-item.old{
  display: block;
  height: 100%;
}

.ma-list-pro-item.old a{
  margin-left: 10px;
  position: relative;
  padding-right: 20px;
}

.ma-list-pro-item.old a::after,
.ma-list-old li a::after{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-left: solid 8px #333;
  top: 50%;
  right: 0;
  margin-top: -5px;
}

.ma-list-pro-item img{
  width: 30%;
  margin-bottom: 0 !important;
}

.ma-list-pro-item p{
  text-align: left;
  margin: 0 0 0 20px;
}

.ma-list-old{
  margin: 40px 3% 40px;
}

.ma-list-old h2 {
  font-size: 1.6rem;
  margin: 0 0 30px;
}

.ma-list-old ul {
  margin: 0;
  padding: 0;
}

.ma-list-old ul li {
  margin: 0 20px 20px 0;
  list-style: none;
}

.ma-list-old li a{
  position: relative;
  padding-right: 20px;
  color: #333;
  font-weight: bold;
}



@media screen and (max-width:767px) {

  .ma-list-item{
    width: 94%;
    margin: 3%;
  }

  .ma-list-pro{
    width: 94%;
    margin: 3%;
  }

  .ma-list-pro-item.old a::after,
  .ma-list-old li a::after{
    content: none;
  }

  .ma-list-old li a{
    text-decoration: underline;
  }
}

.navbar-default .navbar-nav > .tel > a img{
  margin-bottom: 0;
}
a.navbar-brand>img{
  margin-bottom: 0;
}
