﻿﻿@charset "UTF-8";
/* txt */
/* bg */
/* color */
body {
  color: #000;
  height: 100%;
  width: 100%;
  background: #e4e5e6;
}

.clearbox {
  clear: both;
  height: 0px;
  display: block;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.txt-small {
  font-size: 10px;
}

.app-body {
  overflow: visible;
}

.alert-secondary {
  background: #f0f3f5;
}

/* header */
/* ======================================================= */
.app-header .logo img {
  max-width: 100px;
  height: auto;
}
.app-header .dropdown-item i {
  color: #aaa;
}

.reference-toggle {
  font-size: 14px;
}
.reference-toggle button {
  margin-right: 20px;
  background-color: transparent;
  border: 1px solid transparent;
}
.reference-toggle i {
  padding: 10px;
  color: #73818f;
}
.reference-toggle i.active {
  transform: rotate(-180deg);
}

.facility-name {
  font-size: 16px;
}

header .class-list {
  max-height: 230px;
  overflow: scroll;
}

@media (max-width: 991.98px) {
  .app-header .navbar-brand {
    position: static;
    margin-left: 0;
  }

  .d-md-down-none {
    display: flex !important;
  }
}
/* sidebar */
/* ======================================================= */
.sidebar {
  background: #fff;
  color: #000;
  border-right: 1px solid #c8ced3;
  position: absolute;
}
.sidebar nav {
  overflow-y: scroll !important;
}
.sidebar .link-txt {
  color: #000;
  font-size: 11px;
  padding: .5rem 1rem .5rem 10px;
  display: block;
  text-decoration: none;
  background: 0 0;
}
.sidebar .link-txt:hover {
  background: #f5f5f5;
  color: #000;
}
.sidebar .link-txt.active {
  background: #f5f5f5;
  color: #000;
}
.sidebar .link-txt i {
  font-size: 16px;
  padding-right: 10px;
  width: 30px;
  text-align: center;
}
.sidebar .sidebar-inner-arrow {
  background: #fff;
  display: block;
  width: 100%;
  padding: 5px;
}
.sidebar .sidebar-inner-arrow button {
  padding: 10px 12px;
  border: 0;
  display: block;
}
.sidebar .sidebar-inner-arrow button i {
  color: #73818f;
}
.sidebar .sidebar-inner-arrow button:focus {
  outline: none;
}

html:not([dir=rtl]) .sidebar {
  margin-left: 0;
}

.sidebar-fixed .sidebar {
  width: 40px;
  overflow: hidden;
}
.sidebar-fixed .sidebar .sidebar-inner-arrow {
  position: absolute;
  bottom: 0px;
  left: 3px;
}

.sidebar-show .sidebar {
  width: 200px;
}
.sidebar-show .sidebar .sidebar-inner-arrow {
  position: absolute;
  bottom: 0px;
  left: auto;
  right: 0;
  transform: rotate(180deg);
}

/* main */
/* ======================================================= */
.main {
  margin-left: 50px;
}
.main h1, .main h2, .main h3, .main h4, .main h5, .main h6 {
  font-weight: bold;
}

.breadcrumb {
  font-size: 21px;
  font-weight: bold;
}

.reference-show .reference {
  width: 700px;
}

.guidance {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.guidance .guidance-content {
  display: none;
  padding: 20px 40px 20px 15px;
  background: #ccebf6;
  border-radius: 5px;
  position: relative;
}
.guidance .guidance-content p {
  font-size: 14px;
  color: #1e586f;
}
.guidance .guidance-content p .view-more {
  color: #20a8d8;
  margin-left: 10px;
}
.guidance .guidance-content p .view-more:hover {
  color: #167495;
  text-decoration: underline;
}
.guidance .guidance-content .close i {
  font-size: 18px;
  position: absolute;
  top: 12px;
  right: 15px;
}
.guidance .guidance-link {
  font-size: 14px;
  float: right;
  color: #20a8d8;
}
.guidance .guidance-link:hover {
  text-decoration: underline;
  color: #167495;
  cursor: pointer;
}
.guidance .guidance-link i {
  padding-right: 3px;
}
.guidance.active .guidance-content {
  display: block;
}
.guidance.active .guidance-link {
  display: none;
}

.reference {
  width: 0;
  height: calc(100% - 55px);
  overflow: hidden;
  background: #fff;
  border-left: 1px solid #c8ced3;
  box-sizing: border-box;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1004;
  transition: all .5s;
  box-shadow: -5px 0px 10px 0 rgba(0, 0, 0, .1);
}
.reference.active {
  display: block;
}
.reference .reference-content {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}
.reference .reference-content p {
  font-size: 14px;
}

.main-content {
  font-size: 14px;
}
.main-content p {
  font-size: 14px;
}

.nav-tabs .nav-link i {
  padding-right: 5px;
}

/* dashboard */
/* ======================================================= */
.card-nav {
  list-style: none;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.card-nav li {
  padding-right: 3px;
}
.card-nav li a.current {
  color: #000;
}
.card-nav li i {
  padding-right: 2px;
}

.dashboard {
  position: relative;
}
.dashboard .card-nav-wrap {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 15px;
}
.dashboard .card-nav-wrap.stickyfill {
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
}
.dashboard .card-nav-wrap.sticky {
  max-width: 100%;
  z-index: 1003;
  margin: 0;
  padding: 0;
  transition: all .3s;
}
.dashboard .card-nav-wrap.sticky .card {
  border-color: #fff;
  border-bottom: 1px solid #c8ced3;
  border-radius: 0;
}
.dashboard .main-contents .card {
  margin: 20px 0 0;
}
.dashboard .main-contents .card-header h4 {
  margin-bottom: 0;
}
.dashboard .main-contents .table-wrapper {
  max-height: 260px;
  overflow-y: scroll;
}
.dashboard .main-contents .table-wrapper-contact {
  max-height: 520px;
  overflow-y: scroll;
}
.dashboard .main-contents .table {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  display: block;
  border-collapse: collapse;
}
.dashboard .main-contents .table thead,
.dashboard .main-contents .table tbody {
  width: 100%;
  display: table;
}
.dashboard .main-contents .table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  height: 47px;
  transform: translate3d(0, 0, 0);
}
.dashboard .main-contents .table th,
.dashboard .main-contents .table td {
  height: 47px;
}
.dashboard .main-contents .table th {
  background: #fff;
}
.dashboard .main-contents .table tbody {
  max-height: 260px;
}
.dashboard .main-contents .table tbody tr:hover {
  background: transparent;
}
.dashboard .main-contents .table tbody .ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0;
}
.dashboard .main-contents .table tbody .file {
  padding: .75em 5px;
  text-align: right;
}
.dashboard .main-contents .table tbody .file i {
  font-size: 20px;
  line-height: 1.5;
}
.dashboard .main-contents .table .br-dash {
  border-right: 1px dashed #c8ced3;
}
.dashboard .main-contents .table.table-dashed tbody td,
.dashboard .main-contents .table.table-dashed tbody th {
  border-top: 0;
  border-bottom: 1px dashed #c8ced3;
}
.dashboard .main-contents .table.table-list tbody tr:hover {
  background: #e9f7fc;
  cursor: pointer;
}
.dashboard .main-contents .table-attendance th {
  text-align: center;
}
.dashboard .main-contents .table-attendance th:nth-child(1) {
  text-align: left;
}
.dashboard .main-contents .table-attendance td {
  text-align: center;
}
.dashboard .main-contents .link-detail {
  margin-bottom: 20px;
  padding-top: 10px;
  text-align: right;
}
.dashboard .main-contents .link-detail a {
  display: inline-block;
}
.dashboard .main-contents .table-newmessage tbody {
  font-weight: bold;
}
.dashboard .main-contents .table-newmessage tbody td {
  padding: 0.4rem 0.75rem;
}
.dashboard .main-contents .table-newmessage tbody tr.read {
  background: #acb4bc;
  font-weight: normal;
}

/* message */
/* ======================================================= */
.page-message .new-message-btn {
  top: -5px;
  right: 15px;
}
.page-message .tab-content {
  margin-bottom: 20px;
}
.page-message .alert {
  font-size: 14px;
}
.page-message .search-message {
  margin-bottom: 30px;
}
.page-message .search-message h5 {
  font-size: 14px;
}
.page-message .search-message h5 a {
  display: block;
}
.page-message .search-message h5 a.active i {
  transform: rotate(180deg);
  padding-top: 3px;
}
.page-message .search-message h5 a:hover, .page-message .search-message h5 a:active {
  text-decoration: none;
}
.page-message .search-message h5 i {
  font-size: 12px;
  padding: 0 5px;
}
.page-message .search-message label {
  font-size: 14px;
}
.page-message .search-message input[type="date"]::after {
  content: '\f073';
  font-family: "Font Awesome 5 Free";
}
.page-message .search-message input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.page-message .search-message input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}
.page-message .search-message input[type="date"]::-webkit-datetime-edit-year-field:not([aria-valuenow]), .page-message .search-message input[type="date"]::-webkit-datetime-edit-month-field:not([aria-valuenow]), .page-message .search-message input[type="date"]::-webkit-datetime-edit-day-field:not([aria-valuenow]), .page-message .search-message input[type="date"]::-webkit-datetime-edit-text {
  color: transparent;
}
.page-message .search-message input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 27px;
  top: 8px;
  padding: 0;
  width: 15px;
  height: 18px;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
.page-message .search-message input[type="date"].date-start::before {
  content: '〜';
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
}
.page-message .search-message .search-message-submit {
  font-size: 14px;
  padding: 5px 40px;
}
.page-message .message-delete {
  margin-bottom: 10px;
}
.page-message .delete-alert h4 {
  font-size: 20px;
  font-weight: bold;
}
.page-message .delete-alert .modal-body {
  font-size: 16px;
  padding: 25px 16px;
}
.page-message .delete-alert .btn-box {
  margin-bottom: 20px;
}
.page-message .delete-alert .btn-box button {
  font-weight: bold;
  margin: 0 5px;
}
.page-message .message-list {
  margin-bottom: 30px;
}
.page-message .message-list tbody {
  border-bottom: 1px solid #c8ced3;
}
.page-message .message-list tr {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}
.page-message .message-list tr.read {
  font-weight: normal;
  background: #acb4bc;
}
.page-message .message-list th {
  font-weight: normal;
}
.page-message .message-list td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-message .message-list td.check {
  width: 3%;
}
.page-message .message-list td.date {
  width: 20%;
}
.page-message .message-list td.name {
  width: 10%;
  max-width: 7rem;
  line-height: 1.5;
  padding: 0.4rem 0.75rem;
}
.page-message .message-list td.title {
  width: 52%;
  max-width: 25rem;
}
.page-message .message-list td.file {
  width: 5%;
  font-size: 18px;
}
.page-message .pagination {
  font-size: 14px;
  margin-bottom: 21px;
}
.page-message .message-details {
  font-size: 14px;
}
.page-message .message-details .modal-body {
  max-height: 85vh;
  overflow-y: scroll;
}
.page-message .message-details .submit-btn {
  padding-bottom: 10px;
  margin-bottom: 16px;
  font-weight: bold;
}
.page-message .message-details .name,
.page-message .message-details .title,
.page-message .message-details .address {
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.page-message .message-details .title {
  font-weight: bold;
}
.page-message .message-details .text-area {
  padding: 0 0 16px;
  margin-bottom: 16px;
}
.page-message .message-details .input-file {
  color: #20a8d8;
  font-size: 14px;
  padding: 0 0 16px;
  list-style: none;
}
.page-message .message-details .input-file li:hover {
  text-decoration: underline;
  pointer-events: none;
}
.page-message .message-details .input-file i {
  padding-right: 5px;
}

/* member */
/* ======================================================= */
.new-member {
  font-size: 14px;
}
.new-member .modal-body {
  max-height: 85vh;
  overflow-y: scroll;
}
.new-member .form-head {
  font-size: 16px;
  font-weight: bold;
}
.new-member span.required {
  font-size: 11px;
  padding-bottom: 5px;
  color: #f86c6b;
  margin-left: 5px;
  font-weight: bold;
}
.new-member .imprint .imprint-head {
  margin-bottom: 10px;
}
.new-member .imprint .imprint-preview {
  margin-bottom: 16px;
  align-items: center;
}
.new-member .imprint .imprint-preview .imprint-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #f86c6b;
  overflow: hidden;
}
.new-member .imprint .imprint-preview .imprint-img img {
  object-fit: contain;
  object-position: center;
}
.new-member .imprint .imprint-preview button {
  font-size: 12px;
  padding: 5px 10px;
  margin-left: 20px;
}
.new-member input[type="file"] {
  display: none;
}
.new-member .file-input-btn {
  margin-bottom: 16px;
}
.new-member .add-class p {
  font-size: 14px;
  margin: 10px 0;
}
.new-member .class-list .dlt-btn {
  min-width: 78px;
}
.new-member .submit button {
  padding: 5px 50px;
  margin-bottom: 30px;
}

/* 404 */
/* ======================================================= */
.page-not-found {
  width: 100vw;
  height: 100vh;
  background: #ddd;
  position: relative;
}
.page-not-found .main-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.page-not-found .main-content p {
  font-size: 14px;
  color: #697785;
}
.page-not-found .main-content p span {
  font-size: 50px;
  color: #000;
  font-weight: bold;
  padding-right: 15px;
}
.page-not-found .main-content .page-transition {
  margin-bottom: 10px;
}
.page-not-found .main-content .page-transition a {
  font-size: 14px;
  text-decoration: underline;
  letter-spacing: 1px;
}
.page-not-found .main-content .logo img {
  max-width: 100px;
}

/* login */
/* ======================================================= */
.page-login {
  width: 100vw;
  height: 100vh;
  background: #ddd;
  position: relative;
}
.page-login .main-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px 25px 30px;
  border-radius: .25rem;
  border: 1px solid #c8ced3;
}
.page-login .main-content .logo {
  margin-bottom: 20px;
}
.page-login .main-content .logo img {
  max-width: 100px;
}
.page-login .main-content .head {
  margin-bottom: 10px;
}
.page-login .main-content .head h1 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 5px;
}
.page-login .main-content .head p {
  font-size: 13px;
  color: #697785;
}
.page-login .login-form .form-group {
  display: flex;
}
.page-login .login-form .form-group label {
  display: block;
  font-size: 19px;
  background: #eef1f3;
  padding: 5px 12px;
  border: 1px solid #e0e3e7;
  border-radius: 3px 0 0 3px;
  margin-bottom: 0;
}
.page-login .login-form input[type="text"] {
  display: block;
  max-width: 100%;
  font-size: 14px;
  border: 1px solid #e0e3e7;
  border-left: 0;
  border-radius: 0 3px 3px 0;
  padding: 5px 10px;
}
.page-login .login-form button[type="submit"] {
  padding: 8px 40px;
}

/* record */
/* ======================================================= */
.record-memo .memo-txt {
  max-height: 300px;
  overflow-y: scroll;
  margin-bottom: 20px;
}
.record-memo .memo-edit {
  text-align: center;
}

.page-record-calendar .select-class {
  width: 30%;
}
.page-record-calendar .choose-month .year .select-class {
  width: 200px;
  margin-right: 20px;
}
.page-record-calendar .choose-month .month .select-class {
  width: 180px;
}
.page-record-calendar .calendar {
  text-align: center;
  table-layout: fixed;
}
.page-record-calendar th {
  width: calc(100% / 7);
}
.page-record-calendar td {
  position: relative;
  padding: 0;
  font-weight: bold;
}
.page-record-calendar td.done {
  background: #acb4bc;
  font-weight: normal;
}
.page-record-calendar td.holiday a {
  color: #813838;
}
.page-record-calendar td.holiday a i {
  color: #000;
}
.page-record-calendar td a {
  display: block;
  box-sizing: border-box;
  padding: 10px;
  height: 58px;
  color: #000;
  transition: all .2s;
}
.page-record-calendar td a:hover {
  background: #e0f3f8;
  text-decoration: none;
}
.page-record-calendar td i {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 11px;
}
.page-record-calendar .holiday-name {
  display: block;
  font-size: 11px;
}

.page-record {
  position: relative;
}
.page-record .date-box {
  width: 100%;
}
.page-record .date-box .card-body {
  padding: 10px 20px;
}
.page-record .date-box .date {
  padding-right: 20px;
  font-size: 21px;
}
.page-record .date-box a {
  font-size: 14px;
}
.page-record .tav-content {
  margin-bottom: 30px;
}
.page-record .sort {
  width: 200px;
}
.page-record .name-select {
  color: #000;
  padding: 0 15px 0 10px;
}
.page-record .name-select select {
  border: 0;
  padding: 12px 30px;
  width: 100%;
  height: 100%;
}
.page-record .name-select select:active, .page-record .name-select select:focus {
  border: 0;
  box-shadow: none;
}
.page-record .card-header .tab-title {
  display: block;
  max-width: calc(100% - 320px);
  display: flex;
  align-items: center;
}
.page-record .card-header .tab-title.collapsed i {
  transform: rotate(-180deg);
}
.page-record .card-header .tab-title:hover {
  text-decoration: none;
}
.page-record .card-header .tab-title i {
  transition: all .3s;
  font-size: 12px;
}
.page-record .card-header .tab-title h3 {
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 10px;
}
.page-record .card-header .tab-title h3:hover {
  text-decoration: underline;
}
.page-record .pop-up-menu {
  list-style: none;
  position: absolute;
  top: 12px;
  right: 20px;
  padding: 0;
}
.page-record .pop-up-menu li {
  margin-right: 15px;
  font-size: 10px;
}
.page-record .pop-up-menu i {
  font-size: 12px;
  padding-right: 5px;
}
.page-record .table {
  text-align: center;
  table-layout: fixed;
}
.page-record .table thead th {
  vertical-align: top;
  padding: 7px 2px;
}
.page-record .table thead th .btn-radio-serect {
  display: block;
  color: #20a8d8;
  border: 1px solid #20a8d8;
  margin: 3px auto 0;
}
.page-record .table thead th.name {
  padding-left: 10px;
}
.page-record .table tbody tr:nth-child(4n-3) {
  background: #f0f3f5;
}
.page-record .table tbody tr:nth-child(2n) {
  background: #fffedc;
}
.page-record .table tbody tr.inactive td {
  pointer-events: none;
}
.page-record .table tbody tr.inactive td:hover {
  background: inherit;
}
.page-record .table tbody tr.inactive td button {
  pointer-events: auto;
}
.page-record .table tbody th.name {
  line-height: 14px;
  font-weight: normal;
}
.page-record .table tbody td {
  position: relative;
}
.page-record .table tbody td:first-child, .page-record .table tbody td:last-child {
  padding: .75em;
}
.page-record .table tbody td:hover {
  background: #e0f3f8;
}
.page-record .table tbody td input[type="radio"] {
  position: relative;
  z-index: 10;
}
.page-record .table tbody td label {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.page-record .table tbody td label:hover {
  background: #e0f3f8;
}
.page-record .table tbody td .check label:hover {
  background: none;
}
.page-record .table tbody td.task input[type=radio]:checked + label,
.page-record .table tbody td.recently.checked,
.page-record .table tbody td.sprout.checked,
.page-record .table tbody td.task.checked {
  background: #fffedc;
}
.page-record .table .inactive {
  background: #ffe4e4 !important;
}
.page-record .table .inactive input[type=radio]:checked + label,
.page-record .table .inactive .task input[type=radio]:checked + label,
.page-record .table .inactive .task.checked {
  background: #ffe4e4;
}
.page-record .table .name {
  text-align: left;
}
.page-record .table .delete-btn {
  padding: 7px 5px;
}
.page-record .table .delete-btn .btn {
  line-height: 1.2;
  padding: 5px;
}
.page-record .table .status-change button {
  display: none;
}
.page-record .table .status-change button.view {
  display: inline-block;
}
.page-record .table .kana,
.page-record .table .log {
  display: block;
  padding-top: 3px;
}
.page-record .table .log {
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.page-record .table.table-bordered td {
  border-bottom: 0;
}
.page-record .table .task-detail {
  display: none;
}
.page-record .table .task-detail.active {
  display: table-row;
  border-top: 1px dashed #c8ced3;
}
.page-record .table .task-detail.active td {
  border-top: 0;
}
.page-record .table .task-detail td:hover {
  background: #fffedc;
}
.page-record .table .task-detail label {
  padding: 0;
  position: static;
}
.page-record .table .task-detail label input[type="checkbox"] {
  margin-right: 3px;
}
.page-record .table .task-list {
  list-style: none;
  padding: 10px;
  margin: 0;
}
.page-record .table .task-list li {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 10px;
}
.page-record .table .task-list .link1 {
  flex: 0 0 35px;
}
.page-record .table .task-list .link2 {
  flex: 0 0 185px;
}
.page-record .table .task-list .check {
  flex: 0 0  50px;
}

.page-record .table .task-list label {
  margin-bottom: 0;
}
.page-record .tab-child .table-head {
  align-items: center;
  margin-bottom: 10px;
}
.page-record .tab-child .table-head h3 {
  font-size: 16px;
  margin: 0;
}
.page-record .tab-child .table-head .age-btn {
  padding-left: 15px;
}
.page-record .tab-child .table-head .age-btn button {
  margin-right: 5px;
}
.page-record .tab-child .table-head .age-btn .age {
  padding: 0 10px;
}
.page-record .tab-child .table .check-item {
  text-align: left;
}
.page-record .tab-child .table tbody .check-item {
  font-weight: normal;
}
.page-record .tab-child .table .pop-up-menu {
  position: static;
  padding-top: 10px;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.page-record .tab-child .table .pop-up-menu li {
  margin-right: 7px;
}
.page-record .tab-child .table .pop-up-menu li i {
  font-size: 12px;
}

.child-info {
  height: 0;
  overflow: hidden;
}
.child-info.stickyfill {
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
}
.child-info.sticky {
  height: auto;
  background: #fff;
  z-index: 1003;
  transition: all .3s;
  padding: 10px 15px;
  border-bottom: 1px solid #c8ced3;
}
.child-info.sticky .list-group {
  margin-bottom: 0;
}
.child-info.sticky .list-group-item {
  padding: 10px 7px;
}
.child-info.sticky .form-control {
  padding: 0;
}
