body {
    font-family: "Noto Sans JP";
}

.manual_title{
  text-align: right;
  font-size:1.5em;
  font-weight: bold;
  margin-bottom: 2em;
  padding-right: 2em;
}

/* "powered by" to hide */
.md-footer-copyright{
  visibility: hidden;
  font-size: 0px;
}
.md-footer-copyright__highlight{
  visibility: visible;
  font-size: 13px;
}

.plan_mark{
  width: 100%;
  height: 90px;
  text-align: right;
  position: relative;
  top:-90px;
  margin-bottom: -90px;
}
.plan_mark img{
  width: 80px;
  display: inline-block;
  margin: 5px;
}
@media(max-width: 992px) {
  .plan_mark{
    height: 50px;
    top:-80px;
    margin-bottom: -80px;
  }
  .plan_mark img{
    width: 40px;
    margin: 5px 0px;
  }
}

.display_capture{
  display: block;
  margin-bottom: 20px;
  border-radius: 2%;
  box-shadow: 2px 2px 4px grey;
}
.parts_capture{
  display: block;
  margin-bottom: 20px;
}

.button_capture{
  height: 20px;
  position: relative;
  top: 5px;
  margin: 0 3px;
}

/* 印刷時のスタイル */
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
  p img {
    max-height: 450px !important;
    max-width: 80% !important;
  }

  .md-container{
    padding-top: 0 !important;
  }
  .md-main .md-main__inner{
    padding-top: 1rem;
  }
  .md-typeset table th,
  .md-typeset table td {
    padding: 0.5rem 0.5rem !important;
  }
  .video{
    display: none;
  }
}
