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;
}

.display_capture{
  display: block;
  margin-bottom: 20px;
  border-radius: 2%;
  box-shadow: 2px 2px 4px grey;
}
.parts_capture{
  display: block;
  margin-bottom: 20px;
}

/* 印刷時のスタイル */
@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;
  }
}
