.mr1 {
  margin-right: 1rem;
}
.ml1 {
  margin-left: 1rem;
}
.mt1 {
  margin-top: 1rem;
}
.mb1 {
  margin-bottom: 1rem;
}
#vi h1 span,
.bar {
  display: flex;
  align-items: center;
}
#vi h1 span::before,
.bar::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 36px;
  background: #01916d;
  border-radius: 4px;
  margin-right: 5px;
}
.bar.bar-sm::before {
  width: 3px;
  height: 28px;
}
a {
  cursor: pointer;
}
.-flex-wrap {
  flex-wrap: wrap;
}
.-justify-center {
  justify-content: center;
}
.-align-center {
  align-items: center;
}
.green {
  color: #01916d;
}
.input-date {
  border: 1px solid #8c8c8c;
  border-radius: 4px;
  font-size: 15px;
  padding: 5px 15px;
}
html {
  overflow-y: scroll;
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
:root body {
  position: absolute;
}
body {
  width: 100vw;
}
.wrapper {
  width: 1120px;
  margin: auto;
}
.notes {
  color: #ff6b7f;
  font-weight: 600;
}
.m-table__cell--data {
  min-height: 61px;
}
.td-box {
  display: flex;
  align-items: center;
}
.gray2 {
  color: #8c8c8c;
}
.red {
  color: #fb0020;
}
.bg_gray {
  background: #edf8ff;
  padding: 0 1rem;
}
.bg_yellow {
  background: #fff5d3;
  padding: 0 1rem;
}
.bg_red {
  background: #ffefeb;
  padding: 0 1rem;
}
.border_red {
  border: 2px solid red;
}
.p0 {
  padding: 0;
}
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0 !important;
}
.w50 {
  width: 50%;
}
.m-table__table {
  width: 100%;
  min-width: 200px;
}
.tcenter {
  text-align: center;
}
.month_select {
  width: 200px;
}
.search_select {
  padding-right: 40px;
}
/* msgBox スタート */
.msgBox {
  position: fixed;
  width: 300px;
  z-index: 9998;
}
.msgBox .msgContent {
  border-radius: 4px;
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.msgBox .msgContent .close {
  flex: 0 0 auto;
  padding: 5px;
}
.msgBox .msgContent .close img {
  cursor: pointer;
  width: 20px;
}
.msgBox .msgContent .close .close_w {
  width: 13px;
}
.msgBox .msgContent .content {
  flex: 1;
  padding: 10px;
}
.msgBox .success {
  background: #01916d;
  color: #fff;
}
.msgBox .error {
  background: #fb0020;
  color: #fff;
}
.msgBox .warning {
  background: #b2880a;
  color: #fff;
}
.msgBox.topRight {
  top: 140px;
  right: 20px;
}
.msgBox.topCenter {
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
}
/* msgBox エンド */
.fullName.m-table__cell--data {
  border: 0;
}
.arrow-right-b {
  color: #0b6297;
}
.arrow-right-b::after {
  content: "";
  border-top: 1px solid #0b6297;
  border-right: 1px solid #0b6297;
  width: 12px;
  height: 12px;
  display: inline-block;
  transform: rotate(45deg);
}
.m-copyright {
  color: #dcdcdc;
  margin-bottom: 2.25rem !important;
  font-size: 14px;
}
.ml {
  margin-left: 0.5rem;
}
.searchBar .part1 {
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
}
.searchBar .m-attention-box {
  margin: 16px 0;
}
/* ページング */
.page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.page li {
  text-align: center;
  color: #000;
  background: #fff;
  cursor: pointer;
  border-radius: 2px;
}
.page .pageOper {
  border: 1px solid #555;
  color: #555;
  height: 33px;
  width: 33px;
  line-height: 33px;
}
.page .pageOper .left,
.page .pageOper .right {
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  position: relative;
  top: 0;
  width: 11px;
  height: 11px;
  display: inline-block;
}
.page .pageOper .left {
  transform: rotate(-45deg);
  left: 3px;
}
.page .pageOper .right {
  transform: rotate(135deg);
  right: 3px;
}
.page .pageOper.disabled {
  cursor: no-drop;
  border: 1px solid #8c8c8c;
  color: #8c8c8c;
  background: #eee;
}
.page .pageOper.disabled .left,
.page .pageOper.disabled .right {
  border-top: 1px solid #8c8c8c;
  border-left: 1px solid #8c8c8c;
}
.page .pageItem {
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  flex: 0 0 33px;
}
.page .pageItem:hover {
  color: #018463;
}
.page .pageItem.active,
.page .pageItem.active:hover {
  color: #fff;
  background-color: #01916d;
  border: 1px solid #018463;
}
.page .mr {
  margin-right: 8px;
}
.page .ml {
  margin-left: 8px;
}
/* ヘッダー */
.m-global-header .selfContent a,
.m-global-header .selfContent span {
  font-size: 14px;
}
.m-global-header .selfContent .header_link {
  margin-left: 10px;
}
form input.btn {
  height: 40px;
}
form input:focus {
  border: 1px solid #018463 !important;
}
