#miratopIndexInformation {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto;
  background: #fff;
}

#miratopIndexInformation *,
#miratopIndexInformation *::before,
#miratopIndexInformation *::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  #miratopIndexInformation :root {
    scroll-behavior: smooth;
  }
}
#miratopIndexInformation body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#miratopIndexInformation hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

#miratopIndexInformation h1,
#miratopIndexInformation h2,
#miratopIndexInformation h3,
#miratopIndexInformation h4,
#miratopIndexInformation h5,
#miratopIndexInformation h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

#miratopIndexInformation h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  #miratopIndexInformation h1 {
    font-size: 2.5rem;
  }
}
#miratopIndexInformation h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  #miratopIndexInformation h2 {
    font-size: 2rem;
  }
}
#miratopIndexInformation h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  #miratopIndexInformation h3 {
    font-size: 1.75rem;
  }
}
#miratopIndexInformation h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  #miratopIndexInformation h4 {
    font-size: 1.5rem;
  }
}
#miratopIndexInformation h5 {
  font-size: 1.25rem;
}

#miratopIndexInformation h6 {
  font-size: 1rem;
}

#miratopIndexInformation p {
  margin-top: 0;
  margin-bottom: 1rem;
}

#miratopIndexInformation abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

#miratopIndexInformation address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

#miratopIndexInformation ol,
#miratopIndexInformation ul {
  padding-left: 2rem;
}

#miratopIndexInformation ol,
#miratopIndexInformation ul,
#miratopIndexInformation dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

#miratopIndexInformation ol ol,
#miratopIndexInformation ul ul,
#miratopIndexInformation ol ul,
#miratopIndexInformation ul ol {
  margin-bottom: 0;
}

#miratopIndexInformation dt {
  font-weight: 700;
}

#miratopIndexInformation dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

#miratopIndexInformation blockquote {
  margin: 0 0 1rem;
}

#miratopIndexInformation b,
#miratopIndexInformation strong {
  font-weight: bolder;
}

#miratopIndexInformation small {
  font-size: 0.875em;
}

#miratopIndexInformation mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

#miratopIndexInformation sub,
#miratopIndexInformation sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

#miratopIndexInformation sub {
  bottom: -0.25em;
}

#miratopIndexInformation sup {
  top: -0.5em;
}

#miratopIndexInformation a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

#miratopIndexInformation a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb) ;
}

#miratopIndexInformation a:not([href]):not([class]),
#miratopIndexInformation a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

#miratopIndexInformation pre,
#miratopIndexInformation code,
#miratopIndexInformation kbd,
#miratopIndexInformation samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

#miratopIndexInformation pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

#miratopIndexInformation pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

#miratopIndexInformation code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > #miratopIndexInformation code {
  color: inherit;
}

#miratopIndexInformation kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

#miratopIndexInformation kbd kbd {
  padding: 0;
  font-size: 1em;
}

#miratopIndexInformation figure {
  margin: 0 0 1rem;
}

#miratopIndexInformation img,
#miratopIndexInformation svg {
  vertical-align: middle;
}

#miratopIndexInformation table {
  caption-side: bottom;
  border-collapse: collapse;
}

#miratopIndexInformation caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

#miratopIndexInformation th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

#miratopIndexInformation thead,
#miratopIndexInformation tbody,
#miratopIndexInformation tfoot,
#miratopIndexInformation tr,
#miratopIndexInformation td,
#miratopIndexInformation th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

#miratopIndexInformation label {
  display: inline-block;
}

#miratopIndexInformation button {
  border-radius: 0;
}

#miratopIndexInformation button:focus:not(:focus-visible) {
  outline: 0;
}

#miratopIndexInformation input,
#miratopIndexInformation button,
#miratopIndexInformation select,
#miratopIndexInformation optgroup,
#miratopIndexInformation textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

#miratopIndexInformation button,
#miratopIndexInformation select {
  text-transform: none;
}

#miratopIndexInformation [role=button] {
  cursor: pointer;
}

#miratopIndexInformation select {
  word-wrap: normal;
}

#miratopIndexInformation select:disabled {
  opacity: 1;
}

#miratopIndexInformation [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

#miratopIndexInformation button,
#miratopIndexInformation [type=button],
#miratopIndexInformation [type=reset],
#miratopIndexInformation [type=submit] {
  -webkit-appearance: button;
}

#miratopIndexInformation button:not(:disabled),
#miratopIndexInformation [type=button]:not(:disabled),
#miratopIndexInformation [type=reset]:not(:disabled),
#miratopIndexInformation [type=submit]:not(:disabled) {
  cursor: pointer;
}

#miratopIndexInformation ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

#miratopIndexInformation textarea {
  resize: vertical;
}

#miratopIndexInformation fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

#miratopIndexInformation legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  #miratopIndexInformation legend {
    font-size: 1.5rem;
  }
}
#miratopIndexInformation legend + * {
  clear: left;
}

#miratopIndexInformation ::-webkit-datetime-edit-fields-wrapper,
#miratopIndexInformation ::-webkit-datetime-edit-text,
#miratopIndexInformation ::-webkit-datetime-edit-minute,
#miratopIndexInformation ::-webkit-datetime-edit-hour-field,
#miratopIndexInformation ::-webkit-datetime-edit-day-field,
#miratopIndexInformation ::-webkit-datetime-edit-month-field,
#miratopIndexInformation ::-webkit-datetime-edit-year-field {
  padding: 0;
}

#miratopIndexInformation ::-webkit-inner-spin-button {
  height: auto;
}

#miratopIndexInformation [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

#miratopIndexInformation ::-webkit-search-decoration {
  -webkit-appearance: none;
}

#miratopIndexInformation ::-webkit-color-swatch-wrapper {
  padding: 0;
}

#miratopIndexInformation ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

#miratopIndexInformation output {
  display: inline-block;
}

#miratopIndexInformation iframe {
  border: 0;
}

#miratopIndexInformation summary {
  display: list-item;
  cursor: pointer;
}

#miratopIndexInformation progress {
  vertical-align: baseline;
}

#miratopIndexInformation [hidden] {
  display: none !important;
}

#miratopIndexInformation .miratopIndexInformation-container {
  display: flex;
  width: 100%;
  padding: 30px 20px;
  border-top: #000 solid 1px;
}

@media (max-width: 768px) {
  #miratopIndexInformation .miratopIndexInformation-container {
    display: block;
    padding: 15px 10px;
  }
}
#miratopIndexInformation .miratopIndexInformation-container > .header {
  width: 200px;
}

@media (max-width: 768px) {
  #miratopIndexInformation .miratopIndexInformation-container > .header {
    width: 100%;
  }
}
#miratopIndexInformation .miratopIndexInformation-container > .header .header-inner {
  display: flex;
  justify-content: start;
  align-items: center;
  line-height: 1;
}

#miratopIndexInformation .miratopIndexInformation-container > .header .header-icon {
  line-height: 1;
  width: 1.5em;
  margin-right: 0.75em;
}

#miratopIndexInformation .miratopIndexInformation-container > .header .header-label {
  line-height: 1;
  font-weight: 700;
  color: #f00;
  font-size: inherit;
}

#miratopIndexInformation .miratopIndexInformation-container > .body {
  flex: 1;
  width: auto;
}

@media (max-width: 768px) {
  #miratopIndexInformation .miratopIndexInformation-container > .body {
    width: 100%;
  }
}
#miratopIndexInformation .miratopIndexInformation-container > .body ul.body-inner {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

#miratopIndexInformation .miratopIndexInformation-container > .body ul.body-inner > li {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#miratopIndexInformation .miratopIndexInformation-container > .body ul.body-inner > li:not(:first-child) {
  margin-top: 1em;
}

@media (max-width: 768px) {
  #miratopIndexInformation .miratopIndexInformation-container > .body ul.body-inner > li {
    flex-wrap: wrap;
  }
}
#miratopIndexInformation .miratopIndexInformation-container > .body ul.body-inner > li > span.date {
  display: block;
  width: 8em;
}

@media (max-width: 768px) {
  #miratopIndexInformation .miratopIndexInformation-container > .body ul.body-inner > li > span.date {
    width: auto;
  }
}
#miratopIndexInformation .miratopIndexInformation-container > .body ul.body-inner > li > a {
  flex: 1;
  display: inline-block;
  width: auto;
  text-decoration: none;
  word-break: break-all;
}

@media (max-width: 768px) {
  #miratopIndexInformation .miratopIndexInformation-container > .body ul.body-inner > li > a {
    flex: auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #miratopIndexInformation .miratopIndexInformation-container > .body ul.body-inner > li > a:hover {
    text-decoration: underline;
  }
}
#miratopIndexInformation .miratopIndexInformation-container > .body ul.body-inner > li > p {
  flex: 1;
  width: auto;
  margin: 0;
  padding: 0;
  word-break: break-all;
}

@media (max-width: 768px) {
  #miratopIndexInformation .miratopIndexInformation-container > .body ul.body-inner > li > p {
    flex: auto;
    width: 100%;
  }
}
#miratopIndexInformation .miratopIndexInformation-container > .body ul.body-inner > li span.tag {
  color: #f00;
  word-break: nowrap;
}

#miratopIndexInformation .miratopIndexInformation-container > .body .more {
  margin: 20px 0 0;
  padding: 0;
  text-align: right;
}
#miratopIndexInformation .miratopIndexInformation-container > .body .more a {
  display: inline-flex;
  margin: 0;
  padding: 0;
  line-height: 2;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
#miratopIndexInformation .miratopIndexInformation-container > .body .more a span {
  display: flex;
  align-items: center;
  width: 26px;
  height: 100%;
}
#miratopIndexInformation .miratopIndexInformation-container > .body .more a span svg {
  width: 100%;
  height: auto;
  line-height: 1;
}
#miratopIndexInformation .miratopIndexInformation-container > .body .more a:hover {
  text-decoration: underline;
}
