/*
  Version :   0.2.6
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
/*  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-size: 0.9375rem;
/*  font-size: 0.875rem;*/
  word-break: break-word;
/*  word-break: break-all;*/
}

a, a:hover {
  color: rgb(0, 123, 255);
}

.btn {
  font-size: 0.9375rem;
}

.fs050{ font-size: 0.5rem; }
.fs060{ font-size: 0.6rem; }
.fs065{ font-size: 0.65rem; }
.fs070{ font-size: 0.70rem; }
.fs075{ font-size: 0.75rem; }
.fs080{ font-size: 0.80rem; }
.fs090{ font-size: 0.90rem; }
.fs095{ font-size: 0.95rem; }
.fs100{ font-size: 1rem; }
.fs110{ font-size: 1.1rem; }
.fs115{ font-size: 1.15rem; }
.fs120{ font-size: 1.2rem; }
.fs125{ font-size: 1.25rem; }
.note{ font-size: 0.85rem; }

.text_bold {
  font-weight: bold;
}

.icon_std {
  width: 0.875rem;
  height: 0.875rem;
  vertical-align: -0.12rem;
}

.collapse_tag {
  cursor: pointer;
}