@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  min-width: 500px;
  margin: 0;
  width: 100%;
}

a, a:hover {
  text-decoration: none;
  color: #000000;
}

div button input {
  box-sizing: border-box;
}

input {
  padding-left: 10px;
  padding-right: 10px;
}

ul {
  list-style: inside;
}

label {
  margin-bottom: 0;
}

input:invalid, select:invalid {
  border: 1px solid red;
}

input:valid, select:valid {
  border: 1px solid green;
}

.display-flex {
  display: -ms-flex;
  display: flex;
}

.float-right {
  float: right;
  margin: 0 0 0 auto;
}

.font-lg {
  font-size: large;
}

.bg-png {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 100%;
}

.bg-svg {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  height: 100%;
}

/**
 * thin-scrollbar (細いスクロールバーデザイン)
 * overflow: scrollを指定した要素のクラスに.thin-scrollbarを追加することで作動
 **/
.thin-scrollbar::-webkit-scrollbar {
  height: 16px;
  overflow: visible;
  width: 16px;
}

.thin-scrollbar::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}

.thin-scrollbar::-webkit-scrollbar-corner {
  background: transparent;
}

.thin-scrollbar::-webkit-scrollbar-thumb {
  border-style: solid;
  border-color: transparent;
  border-width: 4px;
  background-color: #dadce0;
  border-radius: 8px;
  box-shadow: none;
  background-clip: padding-box;
  min-height: 28px;
  padding: 100px 0 0;
}

.thin-scrollbar::-webkit-scrollbar-track {
  box-shadow: none;
  margin: 0 4px;
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 4px;
}

.side_border {
  border-left-color: rgba(0, 0, 0, 0.38);
  border-left-style: groove;
  border-left-width: thick;
  border-right-color: rgba(0, 0, 0, 0.38);
  border-right-style: groove;
  border-right-width: thick;
}

.cwss-footer {
  background-color: #F8F9FA;
}

.main_topbar {
  top: 0;
  left: 0;
  width: auto;
  height: 60px;
  padding: 6px;
  background: #FFFFFF 0 0 no-repeat padding-box;
  display: -ms-flex;
  display: flex;
}

.main_title {
  font-size: 21px;
  margin-left: 8px;
  margin-right: 8px;
}
.main_title img {
  width: 36px;
  height: 36px;
}

.main_title_short {
  height: 36px;
}

.main_title_product_name {
  margin: auto 0 3px -5px;
  height: 24px;
}

.icon_circle {
  border-radius: 50%;
  margin-right: 5px;
}
.icon_circle span {
  padding: 10%;
  width: inherit;
}

.cwss-body {
  display: -ms-flex;
  display: flex;
}

.cwss-main {
  inline-size: -webkit-fill-available;
}

.bg_ranking {
  background-color: #FFBB31;
}

.bg_teacher {
  background-color: #00AC47;
}

.bg_favorite {
  background-color: #FA507D;
}

.bg_publish {
  background-color: #2B83F9;
}

.bg_button {
  background-color: #F2F2F2;
}

.bg_info_update {
  background-color: #f29206;
}

.topbar_right {
  display: inline-block;
  flex-grow: 1;
}

.topbar_right_box {
  height: 48px;
  min-width: auto;
  color: black;
  position: relative;
  float: right;
  padding-left: 32px;
}
.topbar_right_box svg {
  fill: currentColor;
}

.topbar_info_box {
  width: 48px;
  height: 48px;
  padding: 12px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.topbar_info_box_img {
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-flex;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.topbar_info_box_unread_badge {
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d93025;
  position: relative;
  top: -26px;
  left: 18px;
}

.topbar_bento_menu_box {
  width: 48px;
  height: 48px;
  padding: 12px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.topbar_bento_menu_icon {
  color: #5f6368;
  opacity: 1;
}

.topbar_account_box {
  padding: 8px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.topbar_account_box_img {
  width: 32px;
  height: 32px;
  position: relative;
  display: inline-flex;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.topbar_bento_menu_modal_area {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 328px;
  z-index: 991;
  margin-top: 57px;
  right: 0;
  margin-right: 4px;
  transition: height 0.3s ease-in-out 0s;
  max-height: calc(-63px + 100vh);
}

.topbar_bento_menu_modal_box {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
  height: 100%;
  overflow-x: hidden;
  padding-top: 0;
  position: relative;
  width: 100%;
  overflow-y: auto;
}

.topbar_bento_menu_modal_ul {
  box-sizing: content-box;
  margin: 0;
  padding: 10px 0 0 14px;
  width: 300px;
}

.topbar_bento_menu_modal_li {
  display: inline-block;
  min-height: 110px;
  list-style-type: none;
  padding: 6px;
  position: relative;
  transition: transform 0.2s cubic-bezier(0.333, 0, 0, 1);
  vertical-align: top;
  width: 96px;
}

.topbar_item_locked {
  background-repeat: no-repeat;
  background-color: #F0F0F0;
  background-size: 24px;
  background-clip: content-box;
  background-position: 4px 6px;
}

.topbar_item_admin {
  background-repeat: no-repeat;
  background-size: 24px;
  background-clip: content-box;
  background-position: 64px 6px;
  background-image: url("/img/settings-24px.svg");
}

.topbar_item_summary {
  background-repeat: no-repeat;
  background-size: 24px;
  background-clip: content-box;
  background-position: 64px 6px;
  background-image: url("/img/info_black_24dp.svg");
}

.topbar_bento_menu_item_box {
  border-radius: 8px;
  margin: 0;
  outline: none;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 84px;
}

.topbar_bento_menu_item_icon_area {
  height: 62px;
  transform: scale(0.8333333333);
}

.topbar_bento_menu_item_icon_box {
  display: inline-block;
  height: 64px;
  vertical-align: top;
  width: 64px;
  background-size: 64px;
}

.topbar_bento_menu_item_title {
  color: #202124;
  display: inline-block;
  font-family: "Google Sans", Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.09px;
  line-height: 18px;
  overflow-wrap: normal;
  white-space: normal;
  width: 76px;
}

.topbar_account_menu_modal_area {
  max-height: calc(100vh - 62px - 100px);
  width: 354px;
  margin-left: 12px;
  transform: translateZ(0);
  z-index: 991;
  line-height: normal;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  overflow: hidden;
  position: absolute;
  right: 8px;
  top: 62px;
  animation: gb__a 0.2s;
  border-radius: 2px;
  -webkit-user-select: text;
}

.topbar_account_info_box {
  margin: 20px 33px;
  white-space: nowrap;
}

.topbar_account_avatar_box {
  margin-left: 101px;
  margin-bottom: 10px;
  position: relative;
  height: 86px;
  width: 86px;
  display: block;
  vertical-align: top;
  text-align: center;
}

.topbar_account_avatar_img {
  border: none;
  margin-right: 6px;
  vertical-align: top;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}

.topbar_account_text_info_box {
  display: block;
  vertical-align: top;
  text-align: center;
}

.topbar_account_user_name_box {
  color: #202124;
  font: 500 16px/22px Google Sans, Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  letter-spacing: 0.29px;
  margin: 0;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}

.topbar_account_user_email_box {
  color: #5f6368;
  font: 400 14px/19px Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}

.topbar_account_user_tenant_box {
  margin-top: 20px;
  color: #5f6368;
  font: 400 14px/19px Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}

.topbar_account_user_school_box {
  color: #5f6368;
  font: 400 14px/19px Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}

.topbar_account_setting_box {
  background-color: #ffffff;
  border: 1px solid #dadce0;
  border-radius: 100px;
  color: #3c4043;
  display: inline-block;
  font: 500 14px/16px Google Sans, Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  letter-spacing: 0.25px;
  margin: 16px 0 0;
  max-width: 254px;
  outline: 0;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
}

.topbar_account_logout_box {
  border-bottom: 1px solid #e8eaed;
  border-top: 1px solid #e8eaed;
  padding: 0 17px;
  text-align: center;
}

.topbar_account_logout_button {
  color: #3c4043;
  background-color: #ffffff;
  border: 1px solid #dadce0;
  border-radius: 4px;
  display: inline-block;
  font: 500 14px/16px Google Sans, Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  letter-spacing: 0.15px;
  margin: 16px;
  outline: 0;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

/**
 *  menu icons
 */
.menu_icon_top {
  background-image: url("/img/home_black_24dp.svg");
}

.menu_icon_search {
  background-image: url("/img/search_black_24dp.svg");
}

.menu_icon_upload {
  background-image: url("/img/cloud_upload_black_24dp.svg");
}

.menu_icon_folder {
  background-image: url("/img/folder_black_24dp.svg");
}

.menu_icon_tutorial {
  background-image: url("/img/ondemand_video_black_24dp.svg");
}

.menu_icon_user_manage {
  background-image: url("/img/manage_accounts_black_24dp.svg");
}

.menu_icon_domain_manage {
  background-image: url("/img/domain_black_24dp.svg");
}

.menu_icon_tenant_manage {
  background-image: url("/img/school_black_24dp.svg");
}

.menu_icon_info_manage {
  background-image: url("/img/notifications_none_black_24dp.svg");
}

.menu_icon_tenant_summary {
  background-image: url("/img/school_black_24dp.svg");
}

/**
 * 授業パックの表示関連
 */
.coursework-list {
  border-collapse: collapse;
  inline-size: -webkit-fill-available;
}

.coursework-list-header-row {
  text-align: left;
  min-height: 60px;
}

.coursework-list-row {
  min-height: 160px;
  margin: 12px 5px;
}

.coursework-title {
  display: flex;
  align-items: center;
}

.coursework-publish-type-icon {
  border-radius: 5px;
  color: #e3e3e3;
  font-size: 12px;
  padding: 0 5px;
  margin-right: 5px;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  align-self: center;
}

.coursework-state-icon {
  border-radius: 5px;
  color: #e3e3e3;
  font-size: 12px;
  padding: 0 5px;
  margin-right: 5px;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  align-self: center;
}

.coursework-description {
  text-align: left;
  font: normal normal normal 14px/21px Noto Sans JP;
  letter-spacing: 0;
  color: #5F6368;
  opacity: 1;
  max-height: 100px;
  overflow-y: scroll;
}

.coursework-material-item {
  height: 90px;
  margin-bottom: 1px;
}
.coursework-material-item a {
  height: 88px;
}
.coursework-material-item a img {
  height: -webkit-fill-available;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.coursework-options {
  margin: 15px 0 0 0;
  display: -ms-flex;
  display: flex;
  height: 36px;
}

.option-button {
  padding: 0 15px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  border: 1px solid #DDDFE2;
  border-radius: 4px;
  margin-right: 16px;
  cursor: pointer;
}

.option-icon {
  padding-right: 8px;
}

.option-name {
  height: 24px;
  display: -ms-inline-flex;
  display: inline-flex;
}

.border-right-dash {
  border-right: 1px dashed #e3e3e3;
}

.border-bottom {
  border-bottom: 1px solid #E3E3E3 !important;
}

.dir-subtree {
  height: auto;
  margin-left: 24px;
}

.dir-item-one {
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.dir-no-arrow {
  width: 24px;
}

.dir-item-content {
  display: -ms-flex;
  display: flex;
  height: 40px;
  align-items: center;
}

.dir-item-name {
  padding-left: 8px;
}

/**
 * DataTables関連
 */
.dataTables_length {
  margin-top: 10px;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: center !important;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: 710px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  border-radius: 0.5rem;
}

div.dtsp-verticalContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

div.dtsp-verticalContainer div.dtsp-verticalPanes,
div.dtsp-verticalContainer div.dtsp-dataTable {
  width: 25%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 0;
}

div.dtsp-verticalContainer div.dtsp-verticalPanes {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 8%;
}

div.dtsp-verticalPanes {
  margin-right: 20px;
}

div.dtsp-title {
  margin-right: 0 !important;
}

input.dtsp-search {
  min-width: 0 !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

div.dtsp-searchPane {
  padding-bottom: 30px;
}

div.dtsp-verticalContainer div.dtsp-verticalPanes div.dtsp-searchPanes div.dtsp-searchPane {
  flex-basis: 0;
}

div.dtsp-verticalContainer div.dtsp-dataTable {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 60%;
}

/**
 * Datatables Sorting icons on left
 */
table.dataTable thead > tr > th {
  padding-left: 30px !important;
  padding-right: initial !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
  left: 16px !important;
  right: auto !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  left: 8px !important;
  right: auto !important;
}

/**
 * 限定公開ユーザーの選択状況関連
 */
.publish-limited {
  padding: 0 20px;
}

.publish_targets_option_box {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  padding: 0 8px;
  z-index: 999;
}

.publish_targets_option {
  cursor: pointer;
}
.publish_targets_option:hover {
  background-color: #f1f3f4 !important;
}

.publish_targets_option_icon_box {
  padding: 8px;
}

.publish_targets_option_icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.publish_targets_option_icon_school {
  width: 32px;
  height: 32px;
  margin: 8px auto;
  background-image: url("/img/school_black_24dp.svg");
}

.publish_targets_option_attributes {
  height: 48px;
}

.publish_targets_option_additional {
  color: #5F6368;
}

.selected_publish_target_chips {
  height: 36px;
  padding: 0 4px;
  margin: 1px 3px;
  border-radius: 18px;
  border: 1px solid #5F6368;
  align-items: center;
  float: left;
}

.publish_target_chips_icon_box {
  padding: 6px;
}

.publish_target_chips_icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.publish_target_chips_icon_school {
  width: 24px;
  height: 24px;
  margin: 4px auto;
  background-image: url("/img/school_black_24dp.svg");
}

.publish_target_chips_close {
  border-radius: 50%;
  cursor: pointer;
  width: 24px;
  height: 24px;
  outline: none;
}

.filter-hint {
  padding-left: 20px;
  color: #5F6368;
}

.modal-choose-class {
  max-width: 800px;
  max-height: 90vh;
  overflow-y: scroll;
}

.sk-chase {
  width: 80px; /* サイズ - 可変 */
  height: 80px; /* サイズ - 可変 */
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
}

.sk-chase-modal {
  width: 80px; /* サイズ - 可変 */
  height: 80px; /* サイズ - 可変 */
  position: absolute;
  animation: sk-chase 2.5s infinite linear both;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1000;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: blueviolet; /* ベースの色 - 可変 */
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
.tooltip-inner {
  max-width: 275px;
}

.index-main {
  min-height: calc(100vh - 60px - 1px - 32px);
  display: flex;
  background: #F8F7F2;
}

.index-content {
  margin: auto;
}

.login-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.login-block {
  width: 540px;
  min-height: 420px;
  background: #FFFFFF 0 0 no-repeat padding-box;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.2588235294);
  border-radius: 10px;
  padding: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.login-logo {
  width: 74px;
  height: 74px;
  background-image: url(/img/crm-ICLS.svg);
}

.login-title {
  margin-top: 18px;
  text-align: center;
  letter-spacing: 0;
  color: #000000;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}

.login-info {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0;
  color: #000000;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
}

.login-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.login-google {
  cursor: pointer;
  width: 191px;
  height: 46px;
  background-image: url("/img/btn_google_signin_dark_normal_web.png");
}

.logout-msg {
  color: #ff3547 !important;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-top: 10px;
}

.index-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #F8F9FA;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
