@charset "UTF-8";
ul {
  list-style: none;
}
ul li {
  list-style: none;
}

.dailyLessonChartBox {
  margin: 3rem 0;
}

.dailyLessonChartSchoolWrapper {
  margin: 1rem 0;
}

.curTimeLine {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #ff7b00;
  z-index: 1051;
}

.teacherNameLabel {
  display: inline-block;
  position: absolute;
  top: 0.8em;
  left: 0.8em;
  font-size: 1.15rem;
  border: 1px solid #000;
  border-radius: 2px;
  line-height: 1;
  padding: 0.2em 0.4em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  z-index: 1024;
}

.school_name_placeholder {
  height: 5rem;
  background-color: #f00;
}

.dailyLessonChartViewPort {
  width: 100%;
  position: relative;
  overflow-x: scroll;
}
.timeDivOffset {
  position: absolute;
  top: -100px;
}

.teacherScheduleBox,
.schoolScheduleBox {
  position: absolute;
  line-height: 1;
  background-color: #ff0;
  border-radius: 1px;
  border: 1px solid #999;
}
.teacherScheduleBox .scheduleTimeRange,
.schoolScheduleBox .scheduleTimeRange {
  font-size: 0.5rem;
  letter-spacing: -0.05em;
  line-height: 1;
}
.teacherScheduleBox .scheduleSubject,
.schoolScheduleBox .scheduleSubject {
  font-size: 0.77rem;
  line-height: 1;
}
.teacherScheduleBox .scheduleRemarks,
.schoolScheduleBox .scheduleRemarks {
  font-size: 0.65rem;
  line-height: 1;
}

.timeTableTeacherNamelabel {
  display: inline-block;
  padding: 0.2em 1.2em;
  font-size: 0.6rem;
  border: 1px solid #000;
  background-color: #fff;
  line-height: 1;
}

.teacherNamelabelFrame {
  width: 8em;
  position: absolute;
  top: 0;
  left: 0;
}

.teacherLessonBoxFrame {
  position: relative;
  border-bottom: 2px dotted #333;
}

.teacherLessonBox {
  position: relative;
}

.lesson_badges_box {
  font-size: 0.77rem;
  position: absolute;
  top: -0.5em;
  left: -0.5em;
}
.lesson_badges_box .lesson_status_tip {
  padding: 0.2em;
  display: block;
  border-radius: 1em;
  line-height: 1;
  background-color: #f00;
  background: #eee;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.lesson_badges_box .lesson_status_tip.is_absent {
  background-color: #333;
  color: #fff;
}
.lesson_badges_box .lesson_status_tip.is_attend {
  background-color: #ff7b00;
  color: #fff;
}
.lesson_badges_box .lesson_sp_flag_tip {
  font-size: 0.77rem;
  display: inline-block;
  background-color: #f00;
  color: #fff;
  border-radius: 50%;
  padding: 0.2em;
  line-height: 1;
}

.teacher_individual_frame {
  border: 1px solid #f99;
  width: 100%;
  background: rgba(153, 255, 255, 0.3333333333);
}

.schoolSchedulesFrame {
  background-color: #999;
  width: 100%;
}

.timeTableWrapper {
  z-index: 1501;
  overflow-x: visible;
  overflow-y: visible;
  position: relative;
}

.teacherSchedules {
  background-color: rgba(238, 238, 238, 0.4);
}

.timeTableFrame {
  position: relative;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-transition: 1.3s all;
  transition: 1.3s all;
}

.timeDivLineFrame {
  z-index: 1001;
  position: absolute;
  height: 100%;
  width: 100%;
}
.timeDivLineFrame .timeDivLine {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  border: 1px dotted rgba(153, 153, 153, 0.6);
}
.timeDivLineFrame .timeDivLine.timeDivLine00 {
  border: 1px dotted #444;
}

.timeDivStrWrapper {
  position: relative;
  height: 1rem;
}
.timeDivStrWrapper .timeDivStrFrame {
  z-index: 1101;
  position: relative;
  width: 100%;
  background-color: #ddd;
}
.timeDivStrWrapper .timeDivStrFrame .timeDivStr {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-size: 0.75rem;
  letter-spacing: -0.05em;
}

.lessonBoxFrame {
  z-index: 1201;
  position: relative;
  width: 100%;
  min-height: 70px;
}
.lessonBoxFrame .lessonBox {
  background-color: #fff;
  line-height: 1;
  border: 1px solid #000;
  position: absolute;
  border-radius: 4px;
  cursor: pointer;
}
.lessonBoxFrame .lessonBox.is_absent {
  background-image: -webkit-linear-gradient(135deg, #aaa 25%, #fff 25%, #fff 50%, #bbb 50%, #bbb 75%, #fff 75%, #fff) !important;
  background-image: linear-gradient(-45deg, #aaa 25%, #fff 25%, #fff 50%, #bbb 50%, #bbb 75%, #fff 75%, #fff) !important;
  background-size: 4px 4px !important;
}
.lessonBoxFrame .lessonBox.has_remarks {
  background-color: #dfd;
}
.lessonBoxFrame .lessonBox.sameLesson {
  background: #ff0 none !important;
}
.lessonBoxFrame .lessonBox .lessonTimeRange {
  display: inline-block;
  font-size: 0.77rem;
  letter-spacing: -0.05em;
}
.lessonBoxFrame .lessonBox .lbl_lesson_style {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.6rem;
  padding: 0.1em;
  border-radius: 1px;
  border: 1px solid #888;
}
.lessonBoxFrame .lessonBox .lesson_student_name {
  vertical-align: middle;
  display: inline-block;
}
.lessonBoxFrame .lessonBox .lessonTeachersBox {
  position: absolute;
  bottom: 0;
  right: 3px;
}
.lessonBoxFrame .lessonBox .lessonTeachersBox .lbl_teacher_name {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  background-color: #eee;
  padding: 2px 4px;
  font-size: 0.77rem;
}
.lessonBoxFrame .lessonBox .lbl_is_subteacher {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  border: 1px solid #999;
  font-size: 0.77rem;
}
.lessonBoxFrame .lessonBox .lbl_lesson_type {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  border: 1px solid #999;
  font-size: 0.77rem;
}
.lessonBoxFrame .lessonBox .lesson_subject {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.lessonBoxFrame .lessonBox .lesson_sp_status {
  padding: 1px 1px;
  color: #fff;
  background-color: #f93 !important;
  font-size: 0.77rem;
  letter-spacing: -0.05em;
}
.lessonBoxFrame .lessonBox .lesson_style {
  padding: 1px 1px;
  font-size: 0.77rem;
}
.lessonBoxFrame .lessonBox .lbl_as_month {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.77rem;
  letter-spacing: -0.05em;
  background-color: #fff;
  border: 1px solid #999;
}
.lessonBoxFrame .lessonBox .lbl_school_name {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.77rem;
  background-color: #fff;
  border: 1px solid #999;
}
.lessonBoxFrame .lessonBox .lesson_top_area {
  vertical-align: middle;
  width: 100%;
  top: 0;
  left: 0;
  padding-left: 10px;
  line-height: 1;
}
.lessonBoxFrame .lessonBox .lesson_top_right_area {
  position: absolute;
  right: 0;
  top: 0;
}
.lessonBoxFrame .lessonBox .lesson_middle_area {
  vertical-align: middle;
  padding: 2px 0;
}
.lessonBoxFrame .lessonBox .lesson_middle_area .lesson_middle_area_inner {
  padding-left: 0.5em;
}
ul.student_contact_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.student_contact_list li {
  margin: 0;
  padding: 0;
}
ul.student_contact_list .student_contact_header {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #444;
  padding: 2px 4px;
  font-size: 0.75rem;
  vertical-align: middle;
}
ul.student_contact_list .student_contact_item {
  display: inline-block;
  font-size: 0.8rem;
  vertical-align: middle;
}

#popup_lesson_remarks {
  padding: 0.2rem 0.5rem;
  position: fixed;
  background-color: #444;
  color: #fff;
  font-size: 0.75rem;
  max-width: 15rem;
  min-width: 8rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  line-height: 1;
  display: none;
}

#popup_student_info {
  padding: 0.5rem 0.5rem;
  position: fixed;
  background-color: #fff;
  max-width: 25rem;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  display: none;
}

.disp_lesson_id {
  font-size: 0.7rem;
  color: #aaa;
  line-height: 1;
  text-align: right;
}

.teacher_message_signature_img,
.school_message_signature_img {
  width: 120px;
  height: 120px;
}

table.table_lesson_report_item {
  margin: 1.5rem 0 2rem;
  width: 100%;
}
table.table_lesson_report_item th {
  border: 1px solid #ccc;
  background: #eee;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.2em 0;
  text-align: center;
}
table.table_lesson_report_item td {
  font-size: 0.85rem;
  padding: 0.5rem 0.2rem;
  border: 1px solid #ccc;
}
table.table_lesson_report_item td.subject {
  text-align: center;
}
table.table_lesson_report_item td.text_code {
  font-size: 0.7rem;
  text-align: center;
}
table.table_lesson_report_item td.text_page {
  font-size: 0.7rem;
  text-align: center;
  min-width: 3em;
}
table.table_lesson_report_item td.execute {
  width: 2em;
  text-align: center;
}
table.table_lesson_report_item td.memo {
  width: 30em;
}
table.table_lesson_report_item td.homework {
  min-width: 3em;
}

.lesson_report_item_row[data-has_data="1"]:first {
  border-top: 1px dashed #f00;
}

.lesson_report_item_row {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 1px dashed #555;
  margin: 0.1rem 0;
  padding: 0.7rem 0;
}
.lesson_report_item_row div.input {
  margin: 0;
}

.lesson_report_item_row[data-has_data=""] {
  height: 0px;
  display: none;
}

#lesson_report_item_rows_box {
  position: relative;
}

.btn_add_row_box {
  position: absolute;
  right: 50%;
  bottom: -0.5em;
  text-align: center;
  line-height: 1;
}

.btn_add_row {
  cursor: pointer;
  opacity: 0.5;
}
.btn_add_row:hover {
  opacity: 1;
}

.btn_delete_row_box {
  position: absolute;
  right: -0.5em;
  top: 0.5em;
}

.lesson_report_item_row {
  position: relative;
}
.lesson_report_item_row .btn_delete_row {
  cursor: pointer;
  opacity: 0.5;
  cursor: pointer;
  color: #fe835d;
}
.lesson_report_item_row .btn_delete_row:hover {
  opacity: 1;
  color: #f33a02;
}

table.table_lesson_report_message {
  width: 100%;
}
table.table_lesson_report_message td {
  padding: 0.4em 0.2em;
  font-size: 0.85rem;
  border: 1px solid #ccc;
  vertical-align: top;
  height: 6em;
}
table.table_lesson_report_message td.signature {
  width: 8em;
  text-align: center;
  vertical-align: middle;
}

.template_action_icons {
  width: 100%;
  margin-bottom: -1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.template_action_icons span {
  margin: 0 0.2em;
}

#textbook_template {
  position: absolute;
  background-color: #fff;
  z-index: 1050;
  -webkit-box-shadow: 0 0 5px #000;
          box-shadow: 0 0 5px #000;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  visibility: hidden;
  width: 90%;
  max-width: 80em;
  border: 2px solid #ccc;
  border-radius: 5px;
}
#textbook_template.show {
  visibility: visible;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
  display: block;
}

ul.template_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
ul.template_items li.template_item {
  border: 1px solid #999;
  line-height: 1.2;
  min-height: 2em;
  margin: 0.4em;
  padding: 0.5em 0.2em;
  width: 16em;
  font-size: 0.7rem;
}
ul.template_items li.template_item:hover {
  background-color: #eee;
}

ul.tab_panel_tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0 0;
  padding: 0;
}
ul.tab_panel_tabs > li.tab_panel_tab {
  cursor: pointer;
  font-size: 0.85rem;
  margin: 0;
  color: #999;
  padding: 0.3em 1em;
  border: 1px solid #bbb;
  border-radius: 0.2em 0.2em 0 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
}
ul.tab_panel_tabs > li.tab_panel_tab.active {
  color: #444;
  border-bottom: 3px solid #f00;
}
ul.tab_panel_tabs > li.tab_panel_tab:hover {
  color: #666;
  border-bottom: 2px solid #a00;
}

ul.tab_panel_contents {
  padding: 0;
  margin: 0 0;
}
ul.tab_panel_contents li.tab_panel_content {
  border: 3px solid #bbb;
  min-height: 5em;
  display: none;
}
ul.tab_panel_contents li.tab_panel_content.active {
  display: block;
}

#template_mask {
  z-index: 1049;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#template_mask.show {
  display: block;
  opacity: 1;
}

.selected_textbook {
  font-size: 0.7rem;
  line-height: 1;
  min-height: 1em;
}

h3.ss_sheet_title {
  font-size: 1.65rem;
  text-align: center;
}

ul.gnavi_menu {
  background: -webkit-gradient(linear, left top, left bottom, from(#89dadf), to(#21767b));
  background: -webkit-linear-gradient(#89dadf, #21767b);
  background: linear-gradient(#89dadf, #21767b);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
ul.gnavi_menu > li {
  margin: 0.5em 1em;
}
ul.gnavi_menu > li a {
  padding: 0.2em 0.5em;
  color: #FFF;
}

table.calendar,
table.select_calendar {
  width: 100%;
  border-collapse: collapse;
}
table.calendar tr.weekday_header th,
table.select_calendar tr.weekday_header th {
  line-height: 1;
  text-align: center;
}
table.calendar tr.weekday_header th.weekday_0,
table.select_calendar tr.weekday_header th.weekday_0 {
  color: #f44;
}
table.calendar tr.weekday_header th.weekday_6,
table.select_calendar tr.weekday_header th.weekday_6 {
  color: #77f;
}
table.calendar tr th,
table.select_calendar tr th {
  width: 14.2857142857%;
  background-clip: padding-box;
  border: 1px solid #666;
}
table.calendar tr td,
table.select_calendar tr td {
  background-clip: padding-box;
  position: relative;
  border: 1px solid #666;
}

.select_calendar .single_calendar_box {
  width: 21em;
  font-size: 1rem;
}
.select_calendar .single_calendar_box div.calendar_month_header {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.select_calendar .calendar_control_box {
  margin: 0.3em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.select_calendar table tr.weekday_header th {
  font-size: 0.8em;
}
.select_calendar table td.calDateBox {
  text-align: right;
}
.select_calendar table td .calDay {
  line-height: 1;
  font-size: 0.8em;
}
.select_calendar table td .calYearMonth {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.65rem;
  line-height: 1;
  color: #888;
}

table.calendar tr.weekday_header th {
  padding: 0.5em;
}
table.calendar td {
  vertical-align: top;
}
table.calendar td.cal_out_range {
  background-color: #e3e3e3;
}
table.calendar td.cal_out_range span.calDay {
  color: #999;
}
table.calendar td div.calDateBox {
  position: relative;
  text-align: right;
  padding: 0.2rem;
  border-bottom: 1px dotted #666;
}
table.calendar td span.calYearMonth {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.75rem;
  color: #666;
}
table.calendar td span.calDay {
  line-height: 1;
  font-size: 1.5rem;
}

table.calendar {
  font-size: 1.5rem;
}

table.select_calendar {
  font-size: 1rem;
}

div.calendar_month_header {
  font-size: 1.6rem;
  font-weight: bold;
}

span.lbl_calAttendance {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  color: #990;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  cursor: pointer;
  border-radius: 50%;
}
span.lbl_calAttendance.lbl_attendance_status_1 {
  background-color: #f92;
  color: #fff;
}
span.lbl_calAttendance.lbl_attendance_status_2 {
  background-color: #9f9;
  color: #555;
}
span.lbl_calAttendance.lbl_attendance_status_99 {
  background-color: #eee;
  color: #666;
}

.calHolidayBox {
  line-height: 1;
  font-size: 0.65rem;
  color: #f00;
  min-height: 1em;
}

ul.targetdate_list li {
  border: solid #000;
}

.chat_message_box .chat_metadata {
  font-size: 0.7rem;
  border: 1px solid #ddd;
}
.chat_message_box .chat_message_body {
  border-radius: 3px;
  padding: 0.5em;
  border: 1px solid #ccc;
  font-size: 0.85rem;
}

.lbl {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  border-radius: 1px;
  padding: 0.2em 0.6em;
  margin-left: 0.1em;
  margin-right: 0.1em;
}
.lbl.small {
  font-size: 0.85rem;
}
.lbl.x-small {
  font-size: 0.7rem;
}
.lbl.medium {
  font-size: 1rem;
}
.lbl.large {
  font-size: 1.25rem;
}
.lbl.x-large {
  font-size: 1.65rem;
}
.lbl.lbl_border {
  border: 1px solid #CCC;
}
.lbl.lbl_date {
  font-size: small;
  color: #666;
  border: 1px solid #666;
}
.lbl.lbl_kb_tag {
  font-size: small;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
}
.lbl.lbl_kb_tag a {
  text-decoration: none;
  color: #333;
}
.lbl.lbl_kb_tag a:hover {
  background-color: #ccc;
}
.lbl.lbl_school {
  padding: 0.1em 0.15em;
  font-size: 0.85rem;
  min-width: 4em;
  text-align: center;
  border: 1px solid #ccc;
}
.lbl.lbl_school.is_main {
  font-weight: bold;
}
.lbl.lbl_service_type {
  padding: 0.2em 0.2em;
  font-size: 0.85rem;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.lbl.lbl_topic_category {
  font-size: smaller;
  min-width: 4em;
}
.lbl.lbl_topic_normal {
  background-color: #ddd;
  color: #333;
}
.lbl.lbl_topic_important {
  background-color: #e00;
  color: #fff;
}
.lbl.lbl_topic_system {
  background-color: #fa9017;
  color: #fff;
}
.lbl.lbl_attention {
  color: #f5814c;
}
.lbl.lbl_teacher_contract_type {
  padding: 0.1em 0.15em;
  font-size: 0.85rem;
  min-width: 4em;
  text-align: center;
  border: 1px solid #ccc;
}
.lbl.lbl_teacher_status {
  padding: 0.1em 0.15em;
  font-size: 0.85rem;
  min-width: 4em;
  text-align: center;
  border: 1px solid #ccc;
}

.badge.badge_teacher_certification {
  margin: 0 0.1em;
  display: inline-block;
  text-align: center;
  font-size: 0.7rem;
  letter-spacing: -0.05em;
  line-height: 1;
  border-radius: 50%;
  background-color: #c00;
  padding-top: 0.125em;
  min-width: 1.4em;
  height: 1.4em;
  color: #fff;
}

.bm_sp_flag_01 {
  background-color: #FFC000;
  color: #FFF;
}

.bm_sp_flag_02 {
  background-color: #00B050;
  color: #FFF;
}

.bm_sp_flag_03 {
  background-color: #009;
  color: #FFF;
}

.bm_sp_flag_04 {
  background-color: #F00;
  color: #FFF;
}

.bm_sp_flag_05 {
  background-color: #C00;
  color: #FFF;
}

.btn_box {
  margin: 0.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.btn {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
  border-radius: 4px;
  border: none;
  padding: 0.2em 0.8em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #444;
}
.btn:hover {
  color: #444;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.small {
  font-size: 0.85rem;
}
.btn.large {
  font-size: 1.25rem;
}

.btn_close {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
  border-radius: 4px;
  border: none;
  padding: 0.2em 0.8em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #444;
}
.btn_close:hover {
  color: #444;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn_add {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
  border-radius: 4px;
  border: none;
  padding: 0.2em 0.8em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #444;
  background-color: #f17908;
  color: #fff;
}
.btn_add:hover {
  color: #444;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn_add:hover {
  background-color: #c06006;
  color: #fff;
}

.btn_view {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
  border-radius: 4px;
  border: none;
  padding: 0.2em 0.8em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #444;
  background-color: #07e2f1;
  color: #fff;
}
.btn_view:hover {
  color: #444;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn_view:hover {
  background-color: #06b4bf;
  color: #fff;
}

.btn_edit {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
  border-radius: 4px;
  border: none;
  padding: 0.2em 0.8em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #444;
  background-color: #4a4;
  color: #fff;
}
.btn_edit:hover {
  color: #444;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn_edit:hover {
  background-color: #358635;
  color: #fff;
}

.btn_delete {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
  border-radius: 4px;
  border: none;
  padding: 0.2em 0.8em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #444;
  background-color: #f33a02;
  color: #fff;
}
.btn_delete:hover {
  color: #444;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn_delete:hover {
  background-color: #c02e02;
  color: #fff;
}

.btn_pdf {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
  border-radius: 4px;
  border: none;
  padding: 0.2em 0.8em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #444;
  background-color: #f00;
  color: #fff;
}
.btn_pdf:hover {
  color: #444;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn_pdf:hover {
  background-color: #cc0000;
  color: #fff;
}

.btn_exec_filter {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
  border-radius: 4px;
  border: none;
  padding: 0.2em 0.8em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #444;
  padding: 0.4em 1.6em;
  background-color: #4a4;
  color: #fff;
}
.btn_exec_filter:hover {
  color: #444;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn_exec_filter:hover {
  background-color: #358635;
  color: #fff;
}

.btn_submit {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
  border-radius: 4px;
  border: none;
  padding: 0.2em 0.8em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #444;
  padding: 0.4em 1.6em;
  background-color: #4a4;
  color: #fff;
}
.btn_submit:hover {
  color: #444;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn_submit:hover {
  background-color: #358635;
  color: #fff;
}

ul.panel_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
ul.panel_menu li {
  font-size: 1.25rem;
}
ul.panel_menu a.btn_mypage_menu {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
  border-radius: 4px;
  border: none;
  padding: 0.2em 0.8em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #444;
  background-color: #444;
  color: #fff;
}
ul.panel_menu a.btn_mypage_menu:hover {
  color: #444;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn_confirm {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
  border-radius: 4px;
  border: none;
  padding: 0.2em 0.8em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #444;
  background-color: #339955;
  color: #fff;
}
.btn_confirm:hover {
  color: #444;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn_confirm:hover {
  background-color: #062;
  color: #fff;
}

.btn_cancel {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
  border-radius: 4px;
  border: none;
  padding: 0.2em 0.8em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #444;
  color: #fff;
  background-color: #999;
}
.btn_cancel:hover {
  color: #444;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn_cancel:hover {
  color: #fff;
  background-color: #555;
}

/*タブ実装*/
.tab_box .btn_area {
  margin: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab_box .tab_btn {
  width: 188px;
  padding: 8px 0;
  color: #333;
  background: #f5f7f8;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.tab_box .tab_btn + .tab_btn {
  margin-left: 8px;
}

.tab_box .tab_btn:hover {
  background-color: #dce1e4;
}

.tab_box .tab_btn.active {
  background: #07539f;
  color: #fff;
}

.tab_box .panel_area {
  border: solid 1px #e3ebf3;
  padding: 20px;
}

.tab_box .tab_panel {
  display: none;
}

.tab_box .tab_panel.active {
  display: block;
}

.kb_subject {
  font-size: 1.25rem;
  padding: 1rem 0.5rem;
}

.kb_excerpt {
  font-size: 0.85rem;
  padding: 1rem 0.5rem;
}

.kb_related_tags_box {
  margin: 1rem;
  padding: 0.5rem;
}

.user_panel_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.user_panel_wrapper .user_name_box .user_furigana {
  font-size: 0.7rem;
  line-height: 1;
  padding: 0.1em 0;
}
.user_panel_wrapper .user_name_box .user_name {
  font-size: 1rem;
  line-height: 1;
  padding: 0.1em 0;
}

.user_panel {
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 16em;
  width: 100%;
}
.user_panel.small {
  font-size: 0.85rem;
}
.user_panel.small .user_avatar_box img {
  max-width: 32px;
}
.user_panel .user_panel_row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.user_panel .user_avatar_box {
  margin-right: 0.5rem;
}
.user_panel .user_avatar_box img {
  display: block;
  border-radius: 6px;
  max-width: 48px;
  margin: 0 3px;
}
.user_panel .name_box {
  width: 24em;
}
.user_panel .name_box .full_name {
  position: relative;
  font-size: 1.1em;
  line-height: 1;
  padding: 0.1em 0;
  font-weight: normal;
}
.user_panel .name_box .full_name .name_label {
  position: absolute;
  right: 1rem;
  bottom: 0.1rem;
  font-weight: normal;
  font-size: 0.8rem;
  color: #666;
}
.user_panel .name_box .full_furigana {
  padding: 0.3em 0;
  border-bottom: 1px dotted #666;
  line-height: 1;
  font-size: 0.65rem;
}

.user_detail_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.user_detail_header .user_detail_header_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.user_detail_header .user_avatar_box {
  margin-right: 0.5rem;
}
.user_detail_header .user_avatar_box img {
  display: block;
  border-radius: 6px;
  max-width: 80px;
}
.user_detail_header .name_box {
  width: 24em;
}
.user_detail_header .name_box .full_name {
  position: relative;
  font-size: 1.8rem;
  line-height: 1;
  padding: 0.1em 0;
  font-weight: bold;
}
.user_detail_header .name_box .full_name .name_label {
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
  font-weight: normal;
  font-size: 0.8rem;
  color: #666;
}
.user_detail_header .name_box .full_furigana {
  padding: 0.3em 0;
  border-bottom: 1px dotted #666;
  line-height: 1;
  font-size: 0.85rem;
}

.student_detail_header .student_header_main_wrapper,
.student_detail_header .student_header_top_wrapper,
.student_detail_header .student_header_bottom_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.student_detail_header .student_name_box {
  width: 24em;
}
.student_detail_header .student_name_box .student_full_name {
  font-size: 1.8rem;
  line-height: 1;
  padding: 0.2em 0;
  font-weight: bold;
}
.student_detail_header .student_name_box .student_name_label {
  font-weight: normal;
  font-size: 0.8rem;
  color: #666;
}
.student_detail_header .student_name_box .student_full_furigana {
  padding: 0.3em 0;
  border-bottom: 1px dotted #666;
  line-height: 1;
  font-size: 1rem;
}

table {
  border-collapse: collapse;
}
table td,
table th {
  background-clip: border-box;
  border: 1px solid #ddd;
  background-color: #fff;
}
table.standard {
  margin: 1rem auto;
  min-width: 60%;
}
table.standard th {
  font-size: 0.85rem;
  background-color: #f3f3f3;
  font-weight: normal;
}
table.standard th,
table.standard td {
  padding: 0.3rem 0.3rem;
}
table.standard th {
  background-color: #aaa;
}
table td.action {
  text-align: center;
  min-width: 6em;
}

table td.sort_handle {
  width: 3em;
  text-align: center;
  padding: 0.5em 0;
}
table td.sort_handle .order_sort_handle {
  display: inline-block;
  background: #eee;
  border-radius: 3px;
  padding: 0.2em 0.5em;
  margin: 0 0.5em;
  line-height: 1;
}
table td.sort_handle .order_sort_handle:hover {
  background: #ddd;
}

.ajax_message {
  padding: 5rem 0;
  text-align: center;
  background-color: #eee;
}
.ajax_message.students_not_found {
  color: #555;
}

table.table_user_list {
  width: 100%;
  margin: 1.5rem 0;
  text-decoration: none;
}
table.table_user_list th {
  font-size: 0.85rem;
  background-color: #f3f3f3;
  font-weight: normal;
}
table.table_user_list td,
table.table_user_list th {
  border: 1px solid #ddd;
  padding: 0.2rem 0.1rem;
}
table.table_timerange_Template_list {
  width: 100%;
  margin: 1.5rem 0;
}
table.table_timerange_Template_list .timerange {
  width: 15em;
}

div.paginator ul {
  margin: 1em 0 1em;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.paginator ul li {
  margin-left: 0.1em;
  margin-right: 0.1em;
}
div.paginator ul li a {
  color: #555;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #eee;
  text-decoration: none;
  line-height: 1;
  padding: 0.2em 1em;
}
div.paginator ul li a:hover {
  background-color: #eee;
  color: #333;
}
div.paginator ul li.active a {
  background-color: #eee;
  color: #111;
}
div.paginator ul li.active a:hover {
  background-color: none;
}
div.paginator ul li:first-child a {
  border-radius: 1em 0 0 1em;
}
div.paginator ul li:last-child a {
  border-radius: 0 1em 1em 0;
}

table.ss_sheet {
  width: 100%;
}
table.ss_sheet th {
  font-size: 0.85rem;
  background-color: #eee;
  padding: 0.5rem 0.2rem;
}
table.ss_sheet td {
  padding: 0.5rem 0.2rem;
  font-size: 0.85rem;
}
table.ss_sheet td.ss_subject {
  text-align: center;
  width: 7em;
}
table.ss_sheet td.ss_range {
  text-align: center;
  width: 6em;
}
table.ss_sheet td.ss_score {
  text-align: center;
  width: 2em;
}
table.ss_sheet td.ss_specific {
  width: 30%;
}
table.ss_sheet td.ss_support {
  width: 30%;
}
table.ss_sheet td.ss_overview {
  width: 23%;
}
table.ss_sheet td.ss_attention {
  width: 23%;
}
table.ss_sheet.goals th, table.ss_sheet.needs th {
  width: 8em;
}

table tr td.no_results {
  padding: 3em 0;
  text-align: center;
}

img.list_cover_img {
  max-width: 60px;
}

h3.kb_article_subject {
  font-size: 1.65rem;
  padding: 0.5em 0;
  margin: 2rem 1rem;
}

.Kb_article_info_box {
  margin: 1rem 0;
}

.Kb_article_content {
  margin: 3rem 0;
}
.Kb_article_content h2,
.Kb_article_content h3 {
  margin: 1rem 0 0.5rem;
}

.lbl_textbook_grade_group {
  border: 1px solid #888;
  font-size: 0.6rem;
}

.operation_information {
  font-size: 0.85rem;
  color: #f5814c;
}

.lbl_textbook_id {
  font-size: 0.7rem;
  letter-spacing: -0.05em;
  color: #AAA;
}

.textbook_textcode_box {
  font-size: 0.85rem;
}

.message_not_found {
  margin: 1rem 0;
  padding: 6rem 2em;
  text-align: center;
  color: #444;
  background-color: #eee;
  border-radius: 4px;
}
.message_not_found.hide {
  display: none;
}

.textbook_filter_box {
  margin: 1rem 0;
  background-color: #eee;
  border-radius: 5px;
  padding: 1rem 0.5rem;
}
.textbook_filter_box input[type=checkbox] {
  display: none;
}

.textbook_filter_box {
  /* to hide the checkbox itself */
}
.textbook_filter_box label::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 1.4em;
  margin-right: 5px;
}
.textbook_filter_box label::before {
  content: "\f0c8";
}
.textbook_filter_box label.selected::before {
  content: "\f14a";
}
.textbook_filter_box label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 0.4em 1.2em;
  border-radius: 4px;
  background-color: #88f;
  color: #fff;
}
.textbook_filter_box label.selected {
  background-color: #009;
  color: #fff;
}

.textbook_box img.textbook_thumb {
  min-width: 100%;
  opacity: 0.55;
}
.textbook_box:hover img.textbook_thumb {
  opacity: 1;
}
.textbook_box .textbook_cover_box {
  position: relative;
}
.textbook_box .textbook_cover_box span.badge_book {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  padding: 0.6em 1.2em;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  border: 1px solid #fff;
}
.textbook_box .textbook_cover_box span.badge_book.badge_book_edited {
  background-color: #f00;
  color: #fff;
}
.textbook_box .textbook_cover_box span.badge_book.badge_book_selected {
  background-color: #009;
  color: #fff;
}
.textbook_box .textbook_cover_box span.badge_book.badge_book_original {
  background-color: #090;
  color: #fff;
}
.textbook_box.hide {
  display: none;
}

label img {
  opacity: 0.5;
  border: 3px solid #ccc;
}
label img:hover {
  opacity: 0.85;
}

label input:checked + .thumb_box img {
  border: 3px solid #f00;
  opacity: 1;
}

.thumb_box {
  position: relative;
}
.thumb_box .btn_thumb_zoom_icon {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  display: block;
  text-shadow: 1px 1px 1px #444, -1px -1px 1px #444, -1px 1px 1px #444, 1px -1px 1px #444;
  color: white;
  translate: 0.05s all;
}
.thumb_box .btn_thumb_zoom_icon:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.textbook_thumb_box {
  position: relative;
}

.textbook_thumb_box.prev_used::after {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  text-align: center;
  width: 4em;
  border-color: #000;
  content: "前回";
  z-index: 11;
  background: #009;
  line-height: 1;
  padding: 0.2em 0.6em;
  color: #fff;
  border-radius: 4px;
}

.textbook_title {
  font-weight: bold;
}

.textbook_sub_title {
  font-size: smaller;
}

#float_popup {
  background-color: rgba(255, 255, 255, 0.9333333333);
  -webkit-box-shadow: 0 0 4px #333;
          box-shadow: 0 0 4px #333;
  max-width: 100%;
  width: 35rem;
  border-radius: 5px;
  border: 1px solid #888;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 881;
  text-align: center;
}

.checked_page_count_box {
  margin: 0.5em;
}

.selected_page_nums_box {
  margin: 0.5em;
}

#btn_view_textbooks,
#btn_create_pdf {
  font-size: 1.5rem;
  padding: 0.2em 1.2em;
  background-color: #f55;
  color: #fff;
}

#btn_view_textbooks_box {
  margin: 0.5rem 0;
}

label img {
  opacity: 0.5;
  border: 3px solid #ccc;
}

label input:checked + .thumb_box img {
  border: 3px solid #f00;
  opacity: 1;
}

.thumb_box {
  position: relative;
}

.thumb_box .btn_thumb_zoom_icon {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  display: block;
  text-shadow: 1px 1px 1px #444, -1px -1px 1px #444, -1px 1px 1px #444, 1px -1px 1px #444;
  color: white;
  translate: 0.05s all;
}

.thumb_box .btn_thumb_zoom_icon:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

label img:hover {
  opacity: 0.85;
}

.textbook_thumb_box {
  position: relative;
}

.textbook_thumb_box.prev_used::after {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  text-align: center;
  width: 4em;
  border-color: #000;
  content: "前回";
  z-index: 11;
  background: #009;
  line-height: 1;
  padding: 0.2em 0.6em;
  color: #fff;
  border-radius: 4px;
}

#disp_area {
  position: fixed;
  display: block;
  top: 1vh;
  top: 1dvh;
  left: 1vw;
  left: 1dvw;
  width: 98vw;
  width: 98dvw;
  height: 98vh;
  height: 98dvh;
  background-color: #fff;
}

.btn_page_operate {
  display: none;
  position: absolute;
  top: 50%;
  height: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  min-height: 120px;
  width: 10%;
  min-width: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 48px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5333333333);
}
.btn_page_operate.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.btn_page_operate.show:hover {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.btn_page_operate#prev {
  left: 0;
}
.btn_page_operate#next {
  right: 0;
}

div#disp_area_inner {
  position: relative;
  height: 100%;
  width: 100%;
}
div#disp_area_inner #cv {
  z-index: 1010;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}
div#disp_area_inner #cv img {
  display: block;
  position: relative;
  max-height: 100%;
  margin: 0 auto;
}

#textbook_numpad_box {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.6666666667);
  -webkit-box-shadow: 0 0 4px #333;
          box-shadow: 0 0 4px #333;
  border-radius: 5px;
  border: 1px solid #888;
  bottom: 0;
  right: 0;
  padding: 0 0.5rem 1rem;
  width: 17rem;
  z-index: 1067;
  -webkit-transform: translate(calc(100% - 2rem), calc(100% - 2rem));
          transform: translate(calc(100% - 2rem), calc(100% - 2rem));
}
#textbook_numpad_box .btn_disp_toggle_box {
  padding: 0.2em 0;
  font-size: 1.65rem;
}
#textbook_numpad_box.show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#textbook_numpad_box .default_bookmarks {
  margin: 1em 0 0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
#textbook_numpad_box .default_bookmarks .btn_to_page {
  background: #555;
  color: #fff;
  display: inline-block;
  padding: 0.4em 0.8em;
  line-height: 1;
  margin: 0.2em 0.3em;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 3px #000;
          box-shadow: 0 0 3px #000;
}

#numpad {
  width: 14rem;
  margin: 0.5rem auto;
}
#numpad #numpad_disp {
  line-height: 1;
  border: 1px solid #aaa;
  border-radius: 6px;
  margin: 2px 0 2px;
  background-color: #fff;
  padding: 0.2em 0;
  text-align: center;
  font-size: 2rem;
}
#numpad #numpad_keys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #555;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#numpad #numpad_keys .numpad_key {
  border-radius: 3px;
  display: block;
  text-align: center;
  margin: 0.2rem 0.1rem;
  background-color: #ccc;
  width: 30%;
  font-size: 1.5rem;
}
#numpad #numpad_keys .numpad_key_num {
  background-color: #eee;
  color: #333;
}
#numpad #numpad_keys .numpad_key_clear {
  background-color: #f00;
  color: #fff;
}

#selected_book_index_box {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.6666666667);
  -webkit-box-shadow: 0 0 4px #333;
          box-shadow: 0 0 4px #333;
  border-radius: 5px;
  border: 1px solid #888;
  text-align: center;
  padding: 0 0;
  z-index: 1066;
  background-color: rgba(255, 255, 255, 0.9333333333);
  box-shadow: 0 0 4px #333;
  max-width: 100%;
  width: 40%;
  min-width: 40rem;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% - 3rem));
          transform: translate(-50%, calc(100% - 3rem));
}
#selected_book_index_box #btn_disp_toggle_box {
  padding: 0.2em 0;
  text-align: center;
  font-size: 1.65rem;
}
#selected_book_index_box.show {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#selected_book_index_box.show i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#selected_book_index_box label input:checked + .textbook_cover_img {
  border: 2px solid #f00;
}
#selected_book_index_box #selected_book_index {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
#selected_book_index_box #selected_book_index ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#selected_book_index_box #selected_book_index li {
  max-width: 120px;
  margin: 0.5em 0.5em;
}
#selected_book_index_box #selected_book_index div.textbook_cover_img {
  max-width: 80px;
  margin: 0.5em 0.5em;
}

label input:checked + div + div.textbook_cover_img img {
  border: 3px solid #f00;
  opacity: 1;
}

#to_page_index_box {
  position: absolute;
  left: 0%;
  width: 10%;
  min-width: 6em;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#to_page_index_box .btn_to_page {
  background: #555;
  color: #fff;
  display: inline-block;
  padding: 0.4em 0.8em;
  line-height: 1;
  margin: 0.4em 0.5em;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 3px #000;
          box-shadow: 0 0 3px #000;
}

#btn_close_tab {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1051;
  color: #1e84f8;
  font-size: 1.65rem;
}

#control_area {
  z-index: 1020;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#control_area #textbook_info_box {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.85rem;
  padding: 0.5em;
  -webkit-box-shadow: 0 0 4px #000;
          box-shadow: 0 0 4px #000;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#control_area #textbook_info_box .detail {
  display: none;
}
#control_area #textbook_info_box.show .detail {
  display: block;
}

.btn_toggle_show {
  cursor: pointer;
}

#btn_clear_cur_textbook_bookmark {
  line-height: 1;
  text-align: center;
  display: inline-block;
  padding: 0.3em 0.6em;
  margin: 0.2em 0.5em;
  color: #fff;
  background-color: #f00;
  border-radius: 6px;
  display: none;
}
#btn_clear_cur_textbook_bookmark.show {
  display: inline-block;
}

#dynamic_bookmarks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.btn_dynamic_bookmark {
  line-height: 1;
  text-align: center;
  min-width: 4em;
  display: inline-block;
  padding: 0.3em 0.6em;
  margin: 0.2em 0.5em;
  color: #fff;
  background-color: #016d49;
  border-radius: 6px;
}

.btn_toggle_bookmark {
  font-size: 2rem;
  text-align: center;
  background-color: #eee;
  display: inline-block;
  line-height: 1;
  width: 4rem;
  height: 4rem;
  padding: 1rem 0;
  border-radius: 2rem;
}
.btn_toggle_bookmark.bookmarked {
  background-color: #f00;
  color: #fff;
}

#ajax_placeholder {
  margin: 2rem 0;
  position: relative;
  min-height: 300px;
}

#ajax_placeholder #ajax_placeholder_mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EEE;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#widget_today_info {
  z-index: 12001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: fixed;
  background-color: #6affba;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
  width: 8rem;
  padding: 0.5rem 0.8rem;
  top: 0;
  right: 0;
}
#widget_today_info .row_full_width {
  width: 100%;
}
#widget_today_info .year {
  padding: 0.2rem 0;
  display: inline-block;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}
#widget_today_info .month {
  padding: 0.2rem 0;
  display: inline-block;
  font-size: 1rem;
}
#widget_today_info .day {
  padding: 0.2rem 0;
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
}
#widget_today_info .weekday {
  padding: 0.2rem 0;
  display: inline-block;
  font-size: 0.8rem;
}

.flash_message {
  margin: 0.7rem 0;
  padding: 0.6rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #eee;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.flash_message.error {
  background-color: #fdd;
  border: 1px solid #fbb;
}
.flash_message.success {
  background-color: #dfd;
  border: 1px solid #bfb;
}
.flash_message.hidden {
  opacity: 0;
}

.clickable {
  cursor: pointer;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

*:focus {
  outline: none;
}

.error-message {
  color: #f00;
}

.input_small {
  font-size: 0.85rem;
}

textarea {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #aaa;
  border-radius: 4px;
}
textarea:focus {
  background-color: #ffffdf;
}

.input_date_grid {
  display: grid;
}
.input_date_grid > input,
.input_date_grid > div {
  grid-area: 1/1;
}

.alt_disp_date {
  max-width: 100%;
  width: 100%;
  padding: 0.3em 0.5em;
  border: 1px solid #aaa;
  border-radius: 4px;
  width: 12em;
  text-align: center;
}
.alt_disp_date:focus {
  background-color: #ffffdf;
}
.alt_disp_date::-webkit-input-placeholder {
  color: #bbb;
}
.alt_disp_date::-moz-placeholder {
  color: #bbb;
}
.alt_disp_date:-ms-input-placeholder {
  color: #bbb;
}
.alt_disp_date::-ms-input-placeholder {
  color: #bbb;
}
.alt_disp_date::placeholder {
  color: #bbb;
}

.hidden_input {
  opacity: 0;
}

input[type=text], input[type=number] {
  max-width: 100%;
  width: 100%;
  padding: 0.3em 0.5em;
  border: 1px solid #aaa;
  border-radius: 4px;
}
input[type=text]:focus, input[type=number]:focus {
  background-color: #ffffdf;
}
input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder {
  color: #bbb;
}
input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder {
  color: #bbb;
}
input[type=text]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder {
  color: #bbb;
}
input[type=text]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder {
  color: #bbb;
}
input[type=text]::placeholder, input[type=number]::placeholder {
  color: #bbb;
}

select {
  padding: 0.3em 0.5em;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: #fff;
}
select:focus {
  background-color: #ffffdf;
}

input.inputDate {
  max-width: 100%;
  width: 100%;
  padding: 0.3em 0.5em;
  border: 1px solid #aaa;
  border-radius: 4px;
  width: 12em;
  text-align: center;
  letter-spacing: 0.2em;
}
input.inputDate:focus {
  background-color: #ffffdf;
}
input.inputDate::-webkit-input-placeholder {
  color: #bbb;
}
input.inputDate::-moz-placeholder {
  color: #bbb;
}
input.inputDate:-ms-input-placeholder {
  color: #bbb;
}
input.inputDate::-ms-input-placeholder {
  color: #bbb;
}
input.inputDate::placeholder {
  color: #bbb;
}

.label_weekday {
  color: #666;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

div.input {
  margin: 0.3em 0;
}
div.input label {
  display: block;
  font-size: 0.85rem;
}

.input.radio label:has(input),
.input.checkbox label:has(input),
.input.select label:has(input) {
  display: inline-block;
  margin: 0 0.5em;
  padding: 0.2em;
}
.input.radio label:has(input) input,
.input.checkbox label:has(input) input,
.input.select label:has(input) input {
  margin-right: 0.5em;
}
.input.radio label:has(input:checked),
.input.checkbox label:has(input:checked),
.input.select label:has(input:checked) {
  font-weight: bold;
}

div.input.inline {
  display: inline-block;
}

div.input.include_label {
  position: relative;
}
div.input.include_label label {
  font-size: 0.75rem;
  color: #999;
  position: absolute;
  top: 0.1em;
  left: 0.1em;
  line-height: 1;
}

div.inline_checkbox div.checkbox {
  display: inline-block;
  margin-right: 1em;
}
div.inline_checkbox div.checkbox label {
  cursor: pointer;
}
div.inline_checkbox div.checkbox label:hover {
  background-color: #faa;
}
div.inline_checkbox div.checkbox label > input {
  cursor: pointer;
}
div.inline_checkbox div.checkbox label > span {
  margin-left: 0.5em;
  display: inline-block;
}
div.inline_checkbox div.checkbox input {
  margin-left: 0.5em;
}

.form_edit_ss_sheet textarea {
  max-width: 100%;
  width: 100%;
  padding: 0.3em 0.5em;
  border: 1px solid #aaa;
  border-radius: 4px;
  width: 100%;
  font-size: 0.85rem;
  resize: none;
  min-height: 5em;
  line-height: 1.25;
}
.form_edit_ss_sheet textarea:focus {
  background-color: #ffffdf;
}
.form_edit_ss_sheet textarea::-webkit-input-placeholder {
  color: #bbb;
}
.form_edit_ss_sheet textarea::-moz-placeholder {
  color: #bbb;
}
.form_edit_ss_sheet textarea:-ms-input-placeholder {
  color: #bbb;
}
.form_edit_ss_sheet textarea::-ms-input-placeholder {
  color: #bbb;
}
.form_edit_ss_sheet textarea::placeholder {
  color: #bbb;
}
.form_edit_ss_sheet select {
  max-width: 100%;
  width: 100%;
  padding: 0.3em 0.5em;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: #fff;
  min-width: 6em;
}
.form_edit_ss_sheet select:focus {
  background-color: #ffffdf;
}
.form_edit_ss_sheet select::-webkit-input-placeholder {
  color: #bbb;
}
.form_edit_ss_sheet select::-moz-placeholder {
  color: #bbb;
}
.form_edit_ss_sheet select:-ms-input-placeholder {
  color: #bbb;
}
.form_edit_ss_sheet select::-ms-input-placeholder {
  color: #bbb;
}
.form_edit_ss_sheet select::placeholder {
  color: #bbb;
}
.form_edit_ss_sheet select option {
  max-width: 100%;
  width: 100%;
  padding: 0.3em 0.5em;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: #fff;
}
.form_edit_ss_sheet select option:focus {
  background-color: #ffffdf;
}
.form_edit_ss_sheet select option::-webkit-input-placeholder {
  color: #bbb;
}
.form_edit_ss_sheet select option::-moz-placeholder {
  color: #bbb;
}
.form_edit_ss_sheet select option:-ms-input-placeholder {
  color: #bbb;
}
.form_edit_ss_sheet select option::-ms-input-placeholder {
  color: #bbb;
}
.form_edit_ss_sheet select option::placeholder {
  color: #bbb;
}
.form_edit_ss_sheet h4 {
  margin: 2em 0 0.5em;
  font-size: 1.15rem;
  padding: 0.2em 0.1em;
  border-bottom: 2px solid #000;
}

.template_wrapper {
  margin-top: -0.5em;
}

.template_box {
  border: 1px solid #CCC;
  padding: 0.5rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
}

.ul_template {
  margin: 0;
  padding: 0;
}
.ul_template li {
  display: block;
  padding: 0.2em 0.2em;
  margin: 0.3em 0;
  background-color: #eee;
  color: #444;
  font-size: 0.85rem;
  letter-spacing: -0.03em;
  cursor: pointer;
  border-bottom: 1px solid #999;
  border-radius: 3px;
}
.ul_template li:hover {
  background-color: #ccc;
  color: #222;
}

.btn_open_template {
  font-size: 0.85rem;
  cursor: pointer;
}

.ul_ss_template_checklist {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3; /* 列数を3列に指定 */
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem; /* 各列の間隔を調整する */
  font-size: 0.77rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ul_ss_template_checklist > li > label {
  display: block;
  cursor: pointer;
}
.ul_ss_template_checklist > li > label:hover {
  background-color: #eee;
}
.ul_ss_template_checklist .ul_ss_template_goal li.ss_template_goal:hover {
  text-decoration: underline;
}
.ul_ss_template_checklist .ul_ss_template_goal li.ss_template_goal ul.ul_ss_template_support li.ss_template_support:hover {
  text-decoration: underline;
}

label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

table.filter_students {
  border-collapse: collapse;
  margin: 0.5em 0.5em;
}
table.filter_students th {
  min-width: 6em;
  font-weight: normal;
  font-size: 0.85rem;
  background-color: #eee;
  border: 1px solid #fff;
}
table.filter_students td {
  background-color: #fff;
  border: 1px solid #eee;
}

.searchform_notice {
  line-height: 1;
  font-size: 0.85rem;
  color: #888;
}

input.input_filter_keyword_short {
  width: 4em;
}

.input_small input {
  font-size: 0.85rem;
}

input.input_thin {
  letter-spacing: -0.07em;
}
input.input_execute {
  width: 5em;
}
input.input_content {
  width: calc(100% - 5em - 2em);
  letter-spacing: -0.05em;
}
input.input_textbook_id {
  letter-spacing: -0.05em;
  font-size: 0.7rem;
  text-align: center;
  padding-left: 0.1em !important;
  padding-right: 0.1em !important;
  width: 2em;
}
input.input_textcode {
  letter-spacing: -0.05em;
  padding-left: 0.1em !important;
  padding-right: 0.1em !important;
  text-align: center;
  width: 3em;
}

.form_explanation {
  font-size: 0.7rem;
  color: #f5814c;
}

.btn_get_lesson_time,
.btn_set_end_time {
  display: inline-block;
  line-height: 1;
  border: 1px solid #999;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  font-size: small;
  cursor: pointer;
}

.timerange_input_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: last baseline;
  -webkit-align-items: last baseline;
      -ms-flex-align: last baseline;
          align-items: last baseline;
}
.timerange_input_box label {
  font-size: 0.75rem;
}
.timerange_input_box select {
  width: 5em;
  text-align: center;
}

.hr_checkbox div.checkbox {
  display: inline-block;
  margin-right: 2em;
}

.btn_timerange_template {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  line-height: 1;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 0.5em 0;
  margin: 0.2em;
  cursor: pointer;
}
.btn_timerange_template:hover {
  background-color: #eee;
}

.lbl_template_subject {
  font-size: 0.75rem;
  border: 1px solid #ccc;
  background-color: #fff;
}

.template_timerange_string {
  font-size: 0.75rem;
}

.template_timerange_remarks {
  font-size: 0.65rem;
  text-align: right;
  color: #888;
}

#pro_edit_wrapper {
  position: relative;
}
#pro_edit_wrapper #pro_edit_mask {
  display: grid;
  place-items: center;
  z-index: 1001;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(153, 153, 153, 0.8);
}
#pro_edit_wrapper #pro_edit_form_section {
  z-index: 1000;
}

html {
  font-size: 15px;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}

footer {
  margin-top: 5rem;
  padding: 2rem 0 1rem;
  background-color: #89dadf;
}
footer a {
  color: #fff;
}
footer #footerDevelop {
  padding: 0.5em 0;
  font-size: 0.7rem;
  line-height: 1;
  color: #fff;
}

.appHeader {
  margin: 1.2em 0 0.8em;
  padding: 0.3em 0;
  font-weight: bold;
  color: #21767b;
}

h4.tableHeader {
  margin: 1.2em 0 0.2em;
  padding: 0.3em 0;
  font-weight: bold;
}

article.kb_article {
  margin: 2rem 0;
  border-top: 1px dotted #000;
}

video {
  border: 1px solid #000;
}

.kb_comment {
  background-color: #ddd;
  margin: 0.5rem 0;
  border-radius: 0.3rem;
}

.debug {
  font-size: 0.6rem;
  color: #999;
}

h4.date_header {
  font-size: 1.5rem;
}

.date_range_header {
  background-color: #f3f3f3;
  margin: 0.5rem 0;
  padding: 0.5rem;
  font-size: 0.85rem;
  text-align: center;
  border-top: 1px dotted #bbb;
  border-bottom: 1px dotted #bbb;
}

span.date_unit {
  font-size: smaller;
  display: inline-block;
}

span.date_weekday {
  font-size: smaller;
  display: inline-block;
}

div.action_box {
  margin: 1rem 0 1rem;
}
div.action_box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.ql-editor {
  min-height: 20em;
}

.panel_furigana {
  font-size: 0.6em;
}

.panel_fullname {
  font-weight: bold;
  font-size: 1em;
}

.panel_name_label {
  color: #999;
  font-size: 0.8em;
}/*# sourceMappingURL=style.css.map */