/*====================
基本セット
====================*/
.c-app, .c-wrapper {
  min-height: calc(100vh - 86px) !important;
}

.c-main {
  margin-top: 57px;
}

.main-wrapper {
  display: flex;
  flex-direction: row;
  min-height: calc(100vh - 86px) !important;
}

.c-body {
  background-color: white;
}

.c-sidebar {
  margin-left: 0 !important;
}

.main-header-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d8dbe0 !important;
  padding: 0 0 .25rem 0;
  margin: 0 0 1rem 0;
}

.main-header {
  align-self: center;
  color: var(--dark);
  padding: 0 0 0 0;
  margin: .375rem 0 .375rem 0;
}

header .brand-img {
  max-height: 57px;
  max-width: 100px;
}

footer {
  border-top: 1px solid #636f83!important;
  height: 30px !important;
}

.pre-line {
  white-space: pre-line;
}

.table thead th {
  vertical-align: middle !important;
}

@media (min-width: 576px) {
  .c-body {
    margin-left: 256px !important;
  }
  .c-sidebar {
    top: 56px !important;
    bottom: 30px !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 575px) {
  .c-app, .c-wrapper {
    min-height: calc(100vh - 135px) !important;
  }

  .main-wrapper {
    flex-direction: column !important;
    min-height: calc(100vh - 137px) !important;
  }

  .c-sidebar {
    top: auto !important;
    bottom: 30px !important;
    width: 100vw !important;
    height: 48px !important;
  }

  .c-sidebar-nav {
    flex-direction: row !important;
  }

  .c-sidebar-nav-item {
    flex-grow: 1;
    width: 50% !important;
  }

  .c-sidebar-nav-link {
    justify-content: center !important;
  }
}

/*====================
 モーダルのレイアウト関連のCSS
====================*/
.body-locked {
  overflow:hidden;
}

.modal-iframe {
  padding: 0px;
  height: 100%;
}

.modal-iframe iframe {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
}

.modal__container.-medium {
  max-width: 440px;
}

.modal__container.-double-large {
  max-width: 1006px;
}

.modal-examinee-table {
  margin: 24px 0 24px;
}

.modal-examinee-table .examinee-table-1 {
  min-width: 100px;
}

.modal-examinee-table .examinee-table-2 {
  min-width: 100px;
}

.modal-examinee-table .examinee-table-3 {
  min-width: 264px;
}

.modal-examinee-table th, .modal-examinee-table td {
  padding: 4px 10px;
  text-align: center;
}

.modal-examinee-table th {
  border-bottom: 1px solid #C2C3CB;
  font-weight: 500;
}

/*====================
 同一人物アラート、空白化アラート、締切不可アラートモーダルのCSS
====================*/
.modal-scroll-table {
  margin: 24px 0 24px;
}

.modal-scroll-table thead {
  display: block;
}

.modal-scroll-table tbody {
  display: block;
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-scroll-table .scroll-table-1 {
  min-width: 100px;
}

.modal-scroll-table .scroll-table-2 {
  min-width: 100px;
}

.modal-scroll-table .scroll-table-3 {
  min-width: 264px;
}

.modal-scroll-table .scroll-table-4 {
  min-width: 65px;
}

.modal-scroll-table .scroll-table-5 {
  min-width: 78px;
}

.modal-scroll-table .scroll-table-6 {
  min-width: 152px;
}

.modal-scroll-table .scroll-table-7 {
  min-width: 169px;
}

.modal-scroll-table th, .modal-scroll-table td {
  padding: 4px 10px;
  text-align: center;
  background-color: white !important;
}

.modal-scroll-table th {
  border-bottom: 1px solid #C2C3CB;
  font-weight: 500;
}

/*====================
 エラーメッセージのレイアウト関連のCSS
====================*/
.error-tooltip {
  display: none;
  padding: 6px 10px 12px 12px;
  background: url(/css/images/bg_error_tooltip_top-beeb5bf1f713b8e1ce47f2d54c9c340b.gif) left bottom no-repeat;
  color: #ffffff;
  text-align: left;
  width: 200px !important;
  z-index: 1100;
}

.tooltip-left {
  background: url(/css/images/bg_error_tooltip_left-b06c6d56ec5e886a9213fa2aaf0bee2c.gif) left bottom no-repeat !important;
}

.error-field {
  border: 1px solid #dcc;
  background-color: #fee;
}

.d-flex {
  display: flex;
}

.pre-line a {
  color: -webkit-link !important;
  text-decoration: underline !important;
}

.text-underline {
  text-decoration: underline !important;
}

.group-narrow .group:not(:last-of-type) {
  margin-bottom: 12px;
}

.group-narrow .horiz-group {
  margin-bottom: 12px;
}

.group-narrow+.btn-group {
  margin-top: 20px;
}

.d-inline-block {
  display: inline-block !important;
}

.d-none {
  display: none !important;
}

.ol,.ul {
  list-style-position: inside;
  margin: 0;
  padding: 0 !important;
  padding-right: 6px !important;
}

#pop-error {
  text-align: center;
}

.text-center {
  text-align: center;
}

.text-danger {
  color: #F03F3F;
}

.mb-auto {
  margin-bottom: auto;
}

.login_logo {
  width: 280px;
  height: 130px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-between;
}

.header_logo {
  width: 115px;
  height: 45px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-between;
}

.tab-nav__btn.disabled {
  pointer-events: none;
  background-color: #C4C4C4;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.px-2, .pr-2 {
  padding-right: .666667rem !important;
}

.px-2, .pl-2 {
  padding-left: .666667rem !important;
}

.pt-8 {
  padding-top: 8px;
}

.loadingoverlay {
  opacity: 1 important!;
}

.c-item__static {
  position: static !important;
}

.is-disable.opacity100 {
  opacity: 1 !important;
}

.interview-mode {
  margin-top: auto !important;
  margin-bottom: auto;
}

.cursor-pointer {
  cursor: pointer;
}

.break-word {
  overflow-wrap: break-word;
}

.link-pointer {
  cursor: pointer;
  text-decoration: underline !important;
}

.table .leader__menu button:hover {
  color: #005ad6;
}

/*====================
学校コード切り替え
====================*/
.l-menu {
  display: flex;
  align-items: center;
  gap: 5px;
}

.l-menu__btn-school-select {
  top: 16px;
  right: 32px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
  transition: .2s;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.l-menu__body-school-select {
  top: 60px;
  right: 200px;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 10;
  padding: 0 10px;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(54, 83, 123, 0.1);
  border-radius: 7px;
  transition: .2s;
  z-index: 99;
}


.l-menu__btn-school-select:hover {
  background-color: #F4F4F4;
  color: #F4F4F4;
}

.school-select-button:hover{
  background-color: #F4F4F4;
  cursor: pointer;
  z-index: 9999;
}

.l-menu__list-school-select {
  font-size: 17px;
}

body.is-menuActive-school-select .l-menu__body-school-select {
  opacity: 1;
  visibility: visible;
}

.text-link-color {
  color: -webkit-link;
  border-color: -webkit-link;
}