/* start footer bottom */
body {
  min-height: 100vh;
}

.footer-sticky-bottom {
  position: sticky;
  top: 100vh;
  z-index: 1020;
}
/* end   footer bottom */

/* start 処理中(プログレス) */
#loading {
  background :rgba(0, 0, 0, 0.25);
  z-index:1000;
}
/* end 処理中(プログレス) */


/* start 注記 */
/* ※いろは */
.annotation {
	padding-left:1rem;
	text-indent :-1rem;
}
/* ※1いろは */
.annotation2 {
	padding-left:2rem;
	text-indent :-1.6rem;
	margin-bottom:0;
}
/* end   注記 */

/* start pre 折り返し*/
pre {
  white-space: pre-wrap;  /* CSSで折り返しを有効にする */
}
/* end   pre 折り返し*/

/* start error文書 折り返し*/
.error {
	word-break: break-all;
}
/* end   error文書 折り返し*/

