<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700;900&amp;display=swap");
body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  font-size: 16px;
}

* {
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
}

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

table {
  font-size: 15px;
}

.hide {
  display: none;
}

.card-body ul {
  margin-left: 20px;
}
.card-body ul ul {
  margin-left: 20px;
}
.card-body ul li {
  list-style-type: square;
}

.menu ul li a .nav-text {
  white-space: nowrap;
}

.nav .nav-item {
  position: relative;
}
.nav .nav-item .nav-alart {
  position: absolute;
  right: 0;
  top: 0;
}

ul.nav-tabs {
  list-style-type: none;
}
ul.nav-tabs li.nav-item {
  list-style-type: none;
}

input.form-control::-moz-placeholder {
  opacity: 0.25;
}

input.form-control::placeholder {
  opacity: 0.25;
}

.modal-content {
  color: #333;
}

.form-group {
  margin: 0 0 20px;
}

.form-control, .form-select {
  background-color: #fff;
}

textarea.form-control {
  height: auto;
  padding: 10px 22px;
}

.flex-1 {
  flex: 1;
}

.submit_button {
  padding: 10px 30px 10px 45px;
  border-radius: 30px;
  background-color: #fb385a;
  color: #fff;
  letter-spacing: 15px;
  -webkit-appearance: none;
  border: none;
  text-align: center;
  display: inline-block;
}

.sort_column {
  cursor: pointer;
}

.copy:active {
  opacity: 0.5;
}

.dummy-scrollbar {
  width: 100%;
  height: 10px;
  overflow-x: scroll;
  padding: 15px 0 0;
  overflow-y: hidden;
}
.dummy-scrollbar .inner {
  height: 1px;
}

.liver-table {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.liver-table tr th {
  padding: 10px 15px;
}
.liver-table tr td {
  color: #333;
  padding: 15px 15px;
}
.liver-table tr th.fixed:first-child, .liver-table tr td.fixed:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #fff;
  border-right: 1px solid #eee;
}
.liver-table tr th.fixed:last-child, .liver-table tr td.fixed:last-child {
  position: sticky;
  right: 0;
  background-color: #fff;
  border-left: 1px solid #eee;
}
.liver-table tr .tag {
  white-space: normal;
  width: 250px;
}
.liver-table tr .dropdown .dropdown-menu.show {
  right: 60px !important;
  top: -50px !important;
  min-height: 110px;
}

small, .small {
  color: #999;
  font-size: 0.8em;
}

.sidebar .menu ul li {
  position: relative;
}
.sidebar .menu ul li .badge {
  position: absolute;
  top: 30%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 0;
}
.sidebar .menu ul li .badge.badge-danger {
  background-color: #f44336;
  text-align: center;
  line-height: 20px;
  font-size: 9px;
}

#main-wrapper {
  z-index: auto;
}

.modal_text_link, .modal_link {
  cursor: pointer;
  color: #2F2CD8;
}

.icon_box {
  padding: 2px 0 0;
}

.clear {
  clear: both;
}

.pointer {
  cursor: pointer;
}

ul.pagination li {
  list-style-type: none;
}

.blur {
  position: relative;
}
.blur::after {
  content: "タップして読む";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: #fff;
  font-size: 18px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.liver_box {
  display: flex;
  align-items: center;
}
.liver_box .double_image {
  position: relative;
  display: flex;
}
.liver_box .double_image .tiktok_image {
  margin: 0 0 0 -10px;
}
.liver_box .double_image .line_image {
  margin: 0 0 0 -40px;
  z-index: 1;
}
.liver_box .image {
  width: 60px;
  text-align: center;
}
.liver_box .image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
}
.liver_box .image .rank {
  margin: 3px 0 0;
  text-align: center;
}
.liver_box .image .rank span {
  font-size: 10px;
}
.liver_box .detail {
  margin: 0 0 0 15px;
  flex: 1;
}

#memo_modal .memo-content {
  max-height: calc(100vh - 500px);
  min-height: calc(100vh - 500px);
  overflow-y: auto;
}
#memo_modal .memo-content .memo_box {
  margin: 0 0 30px;
  display: flex;
}
#memo_modal .memo-content .memo_box .image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
#memo_modal .memo-content .memo_box .detail {
  margin: 0 0 0 15px;
  flex: 1;
}
#memo_modal .memo-content .memo_box .detail .memo_user {
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
#memo_modal .memo-content .memo_box .detail .memo_user .memo_date {
  font-weight: normal;
  color: #999;
  font-size: 11px;
  padding: 0 0 0 5px;
}
#memo_modal .memo-content .memo_box .detail .memo {
  margin: 5px 0 0;
  font-size: 14px;
  color: #333;
}
#memo_modal textarea[name=memo] {
  max-height: calc(100vh - 580px);
  min-height: calc(100vh - 580px);
}

#message_modal .modal-body {
  max-height: calc(100vh - 500px);
  min-height: calc(100vh - 500px);
  overflow-y: auto;
}
#message_modal .modal-body .message_box {
  margin: 0 0 30px;
  display: flex;
}
#message_modal .modal-body .message_box .image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
#message_modal .modal-body .message_box .detail {
  margin: 0 0 0 15px;
  flex: 1;
}
#message_modal .modal-body .message_box .detail .message_user {
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
#message_modal .modal-body .message_box .detail .message_user .message_date {
  font-weight: normal;
  color: #999;
  font-size: 11px;
  padding: 0 0 0 5px;
}
#message_modal .modal-body .message_box .detail .message {
  margin: 5px 0 0;
  font-size: 14px;
  color: #333;
}

.search_box .search_detail {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.search_box .search_detail .form-control, .search_box .search_detail .form-select {
  max-width: 300px;
  height: initial;
}
.search_box .search_detail .form-control {
  padding: 7px 12px;
}
.search_box .search_detail .form-select {
  padding: 7px 40px 7px 12px;
}
.search_box .search_detail input[type=number] {
  width: 100px;
}

@media only screen and (max-width: 767px) {
  .search_box .search_detail {
    display: block;
    font-size: 13px;
  }
  .search_box .search_detail .form-control, .search_box .search_detail .form-select {
    max-width: none;
  }
  .search_box .search_detail input[type=number] {
    width: 65px;
  }
  .search_box .search_detail .search_item {
    margin: 0 0 10px;
  }
}
.table-container {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.is_pc {
  display: block;
}

.is_sp {
  display: none;
}

#liver-wrapper, #agency-wrapper {
  transition: all 0.25s ease-in;
  position: relative;
  z-index: 1;
}
#liver-wrapper .card-header, #agency-wrapper .card-header {
  background-color: #F5F5F5;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#liver-wrapper .card-header h4, #agency-wrapper .card-header h4 {
  text-align: center;
  color: #000;
}

.profile_box {
  color: #333;
  margin: 0 0 40px;
}
.profile_box .heading {
  font-size: 16px;
  margin: 20px 20px 0;
}
.profile_box .profile {
  margin: 20px 0 0;
  padding: 0 20px;
  text-align: center;
}
.profile_box .profile .detail {
  text-align: center;
}
.profile_box .profile .detail .image {
  text-align: center;
}
.profile_box .profile .detail .image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
.profile_box .profile .detail .rank {
  margin: 5px 0 0;
}
.profile_box .profile .description .name {
  font-size: 18px;
  font-weight: bold;
}
.profile_box .profile .description .name a {
  color: #333;
}
.profile_box .profile .description .small {
  font-size: 12px;
  line-height: 1;
}
.profile_box .profile .description .label {
  margin: 15px 0 0;
  font-size: 12px;
}
.profile_box .profile .live_data {
  width: 100%;
  margin: 10px auto 0px;
  display: flex;
  flex-wrap: wrap;
}
.profile_box .profile .live_data .live_data_item {
  width: 33.3333333333%;
  text-align: center;
  margin: 10px 0 0;
}
.profile_box .profile .live_data .live_data_item .title {
  font-size: 11px;
  color: #999;
}
.profile_box .profile .live_data .live_data_item .value {
  font-size: 14px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.profile_box .profile .updated_at {
  text-align: right;
  margin: 20px 0 0px;
  font-size: 11px;
}
.profile_box .space {
  margin: 20px 0 0;
  height: 8px;
  width: 100%;
  background-color: #F5F5F5;
}
.profile_box .goal_box .goal {
  margin: 10px 0 0;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
.profile_box .goal_box .goal_edit_button {
  text-align: center;
  color: #2F2CD8;
  font-size: 12px;
  margin: 10px 0 0;
}
.profile_box .goal_edit_box {
  margin: 10px 0 0;
}
.profile_box .advice {
  font-size: 14px;
  margin: 20px 20px 0;
  background-color: #EDEDED;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
}
.profile_box .manager {
  display: flex;
  margin: 20px 0 0;
}
.profile_box .manager .image {
  width: 80px;
  text-align: center;
  margin: 0 10px 0 0;
}
.profile_box .manager .image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
.profile_box .manager .detail {
  flex: 1;
}
.profile_box .manager .detail .name {
  font-size: 15px;
  font-weight: bold;
}
.profile_box .description {
  font-size: 12px;
  margin: 10px 20px 0;
  text-align: center;
}
.profile_box .link_box {
  overflow-x: auto;
  white-space: nowrap;
  margin: 0 10px;
  display: flex;
}
.profile_box .link_box .link_item {
  width: 90px;
  text-align: center;
  display: inline-block;
}
.profile_box .link_box .link_item a {
  display: block;
  padding: 10px;
  color: #333;
  font-size: 13px;
}
.profile_box .link_box .link_item a .image {
  background-color: #EDEDED;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  padding: 1px 0;
}
.profile_box .link_box .link_item a .image i {
  font-size: 30px;
  line-height: 70px;
}
.profile_box .link_box .link_item a .image img {
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 16px 17px 0;
}
.profile_box .link_box .link_item a .title {
  margin: 5px 0 0;
  line-height: 1.2;
}

.education_home .education_first_box {
  background-color: #fff;
  padding: 1px 0;
}
.education_home .education_first_box .heading {
  margin: 20px;
  font-size: 16px;
}
.education_home .education_first_box .education_category_box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px;
}
.education_home .education_first_box .education_category_box .education_category {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.education_home .education_first_box .education_category_box .education_category:nth-child(2n) {
  margin-left: 20px;
}
.education_home .education_first_box .education_category_box .education_category .education_category_item {
  border-radius: 10px;
  background-color: #fff;
  border: 3px solid #FEC472;
  text-align: center;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.education_home .education_first_box .education_category_box .education_category .education_category_item a {
  display: block;
  width: 100%;
  padding: 15px;
  color: #333;
}
.education_home .education_first_box .education_category_box .education_category .education_category_item a .title {
  font-size: 15px;
  font-weight: bold;
}
.education_home .education_first_box .education_category_box .education_category .education_category_item a .icon {
  text-align: center;
}
.education_home .education_first_box .education_category_box .education_category .education_category_item a .icon img {
  display: inline-block;
  text-align: center;
}
.education_home .education_first_box .education_category_box .education_category .education_category_item a .icon i {
  font-size: 36px;
}
.education_home .education_category_box {
  display: flex;
  flex-wrap: wrap;
  margin: 20px;
}
.education_home .education_category_box .education_category {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.education_home .education_category_box .education_category:nth-child(2n) {
  margin-left: 20px;
}
.education_home .education_category_box .education_category .education_category_item {
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.education_home .education_category_box .education_category .education_category_item.primary {
  background-color: #fddcd9;
}
.education_home .education_category_box .education_category .education_category_item.primary a {
  color: #e77a7d;
}
.education_home .education_category_box .education_category .education_category_item a {
  display: block;
  width: 100%;
  padding: 15px;
  color: #333;
}
.education_home .education_category_box .education_category .education_category_item a .title {
  font-size: 15px;
  font-weight: bold;
}
.education_home .education_category_box .education_category .education_category_item a .icon img {
  text-align: center;
  margin: 0 auto;
  width: 30px;
}
.education_home .education_category_box .education_category .education_category_item a .icon i {
  font-size: 36px;
}

.schedule_box {
  max-width: 960px;
  min-width: 300px;
  margin: 2.0833% auto;
}
.schedule_box .google_calendar {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}
.schedule_box .google_calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (min-width: 768px) {
  .schedule_box .google_calendar {
    padding-bottom: 75%;
  }
}

.education_box .education_item {
  background-image: url("/images/line/education_bg.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  aspect-ratio: 396/255;
  margin: 10px 0 5px;
}
.education_box .education_item a {
  display: flex;
  width: 100%;
  padding: 15px 10px;
  color: #333;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  text-align: center;
}
.education_box .education_item a .title {
  flex: 1;
  font-weight: bold;
  font-size: 17px;
}
.education_box .education_status {
  display: flex;
  margin: 0 0 7px;
  justify-content: space-between;
}
.education_box .education_status .is_read {
  background-color: #d9d9d9;
  font-size: 13px;
  display: inline-block;
  padding: 1px 5px;
  color: #000;
  height: 23px;
}

.is_favorite i {
  font-size: 21px;
}
.is_favorite i.favorite {
  color: #f7c511;
}

.education_detail_box {
  color: #333;
}
.education_detail_box h2 {
  /*
  &amp;::before {
      background-color: #02F7F0;
      border-radius: 0 27px 27px 0;
      content: "";
      display: block;
      height: 100%;
      left: -20px;
      position: absolute;
      top: -10px;
      width: 100%;
      z-index: -1;
  }
  &amp;::after {
      background-color: #FB385A;
      border-radius: 0 27px 27px 0;
      content: "";
      display: block;
      height: 100%;
      left: -50px;
      position: absolute;
      top: 10px;
      width: 100%;
      z-index: -1;
  }
  */
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 10px -20px;
  padding: 10px 20px 10px 20px;
  background-color: #252726;
  border-radius: 0 27px 27px 0;
  color: #F5F5F5;
  z-index: 1;
}
.education_detail_box h3 {
  font-size: 20px;
  margin: 20px 0 10px;
}
.education_detail_box ol, .education_detail_box ul {
  margin: 0 0 20px 20px;
}
.education_detail_box ol ul, .education_detail_box ul ul {
  margin: 0 0 0 20px;
}
.education_detail_box ol li, .education_detail_box ul li {
  padding: 0 0 10px;
}
.education_detail_box p {
  margin: 20px 0 20px;
  font-size: 16px;
  line-height: 1.8;
}

.interview_thumbnail {
  border-radius: 12px;
  overflow: hidden;
}

.interview_detail_box {
  margin: 30px 0 0;
}
.interview_detail_box h2 {
  font-size: 24px;
  margin: 30px 0 20px;
  padding: 0.5em 1em;
  --x-gradient: linear-gradient(90deg, var(--bs-heading-color) 0 100%);
  --y-gradient: linear-gradient(var(--bs-heading-color) 0 15px, transparent 0 calc(100% - 15px), var(--bs-heading-color) calc(100% - 15px));
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  background-position: top, right, bottom, left;
  position: relative;
}
.interview_detail_box h4 {
  align-items: flex-start;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.8px;
  line-height: 1.5;
  text-align: justify;
  margin: 30px 0 20px;
}
.interview_detail_box h4:before {
  transform: translateY(13px);
  background-color: #292f4a;
  border-radius: 10px;
  content: "";
  flex-shrink: 0;
  height: 3px;
  margin-right: 10px;
  transform: translateY(17px);
  width: 11px;
}
.interview_detail_box ol, .interview_detail_box ul {
  margin: 0 0 20px;
}
.interview_detail_box ol li, .interview_detail_box ul li {
  padding: 0 0 10px;
}
.interview_detail_box p {
  margin: 0 0 20px;
  color: #333;
}
.interview_detail_box p img {
  display: block;
  margin: 0 auto;
}

.article_box .article_item {
  border-bottom: 1px solid #eee;
}
.article_box .article_item a {
  display: flex;
  padding: 10px 0;
  color: #333;
}
.article_box .article_item a .thumbnail {
  width: 96px;
  height: 64px;
  margin: 0 15px 0 0;
  overflow: hidden;
}
.article_box .article_item a .detail {
  flex: 1;
}
.article_box .article_item a .detail .heading {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1;
}
.article_box .article_item a .detail .date {
  font-size: 16px;
}

.recommend_box {
  border-top: 1px solid #eee;
}
.recommend_box .recommend_item {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.recommend_box .recommend_item a {
  display: flex;
  color: #333;
  padding: 10px 0 0;
}
.recommend_box .recommend_item a .thumbnail {
  width: 60px;
  margin: 0 15px 0 0;
  overflow: hidden;
  text-align: center;
}
.recommend_box .recommend_item a .thumbnail img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
}
.recommend_box .recommend_item a .detail {
  flex: 1;
}
.recommend_box .recommend_item a .detail .name {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px;
  line-height: 1;
}
.recommend_box .recommend_item a .detail .tiktok_id {
  font-size: 12px;
  color: #999;
}
.recommend_box .recommend_item .description {
  color: #333;
  font-size: 13px;
  margin: 15px 5px 5px;
}

.faq_box {
  border-top: 1px solid #eee;
}
.faq_box .faq_item {
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
}
.faq_box .faq_item .question {
  font-size: 14px;
  font-weight: bold;
}
.faq_box .faq_item .answer {
  display: none;
  padding: 15px 0 10px;
}
.faq_box .faq_item.active .answer {
  display: block;
}

body.mobile-dashboard {
  background-color: #f5f5f5;
}
body.mobile-dashboard .card {
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  body.mobile-dashboard {
    position: relative;
    max-width: 767px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  body.mobile-dashboard .sidebar {
    top: auto;
    bottom: 0;
    width: 767px;
    max-width: 767px;
    height: 50px;
    left: calc(50vw - 383.5px);
    border-radius: 0px;
  }
  body.mobile-dashboard .sidebar .brand-logo {
    display: none;
    margin: 0px 20px 0px 0px;
  }
  body.mobile-dashboard .sidebar .menu {
    margin-top: 0px;
    padding: 0px;
    background: #000;
  }
  body.mobile-dashboard .sidebar .menu ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  body.mobile-dashboard .sidebar .menu ul li:hover a .nav-text,
  body.mobile-dashboard .sidebar .menu ul li:focus a .nav-text,
  body.mobile-dashboard .sidebar .menu ul li:active a .nav-text {
    display: none;
  }
  body.mobile-dashboard .content-body {
    margin: 0;
  }
  body.mobile-dashboard .content-body .container, body.mobile-dashboard .content-body .container-fluid, body.mobile-dashboard .content-body .container-xxl, body.mobile-dashboard .content-body .container-xl, body.mobile-dashboard .content-body .container-lg, body.mobile-dashboard .content-body .container-md, body.mobile-dashboard .content-body .container-sm {
    padding: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .is_pc {
    display: none;
  }
  .is_sp {
    display: block;
  }
  .header-content {
    padding: 0 15px;
  }
  .page-title {
    display: none;
  }
  .menu-tab {
    margin: 0 20px;
    padding: 0 0 15px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .menu-tab .nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-nav-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .sidebar .menu ul li a img {
    margin-right: 0;
    display: inline-block;
    text-align: center;
    padding: 0 0 6px;
  }
  .container, .table-container {
    padding: 0;
  }
  .form-control, .form-select {
    font-size: 16px;
    background-color: #fff;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .stat-widget-1 {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .card {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .card .card-header .control a {
    display: block;
    margin: 0 0 5px;
  }
  .h3 {
    margin: 0 15px 0.5rem;
    padding: 30px 0 0;
  }
  .liver_box_sp {
    border-top: 1px solid #ddd;
  }
  .liver_box_sp .liver_item {
    border-bottom: 1px solid #ddd;
  }
  .liver_box_sp .liver_item .liver {
    display: block;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
  }
  .liver_box_sp .liver_item .result {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
    max-width: 100%;
    overflow-x: auto;
  }
  .liver_box_sp .liver_item .result .item {
    flex-shrink: 0;
    padding: 0 10px;
  }
  .liver_box_sp .liver_item .memo {
    display: block;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
  }
  .liver_box_sp .liver_item .tag {
    display: block;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
  }
  .liver_box_sp .liver_item .manage {
    display: flex;
    padding: 12px 0;
    flex: 1;
  }
  .liver_box_sp .liver_item .manage .action {
    display: flex;
    flex: 1;
    text-align: right;
    padding: 0 15px;
  }
  .liver_box_sp .liver_item .manage .action span {
    display: block;
    flex: 1;
  }
  #memo_modal .memo-content {
    max-height: calc(100vh - 370px);
    min-height: calc(100vh - 500px);
  }
  #memo_modal textarea[name=memo] {
    height: 120px;
    max-height: initial;
    min-height: 120px;
  }
  .line_table thead {
    display: none;
  }
  .line_table tbody {
    border-top: 1px solid #eee;
  }
  .line_table tbody tr {
    display: block;
    border-bottom: 1px solid #eee;
  }
  .line_table tbody tr td {
    border: none;
  }
  .line_table tbody tr td.liver {
    display: block;
    width: 100%;
  }
  .line_table tbody tr td.message {
    display: block;
    width: 100%;
    padding: 0 5px;
  }
  .line_table tbody tr td.action {
    width: 100%;
  }
  .manual-tab {
    padding: 20px 0 0;
  }
  .manual_table thead {
    display: none;
  }
  .manual_table tbody {
    border-top: 1px solid #eee;
  }
  .manual_table tbody tr {
    display: block;
    border-bottom: 1px solid #eee;
  }
  .manual_table tbody tr td {
    border: none;
  }
  .manual_table tbody tr td.target {
    display: flex;
  }
  .manual_table tbody tr td.target span {
    margin: 0 5px 0 0;
  }
  .manual_table tbody tr td.manual {
    display: block;
    width: 100%;
    padding: 0 5px;
  }
  .manual_table tbody tr td.action {
    width: 100%;
  }
  .recommend_table thead {
    display: none;
  }
  .recommend_table tbody {
    border-top: 1px solid #eee;
  }
  .recommend_table tbody tr {
    display: block;
    border-bottom: 1px solid #eee;
  }
  .recommend_table tbody tr td {
    display: block;
    border: none;
  }
  .recommend_table tbody tr td.recommend_type {
    padding: 0 5px 10px;
    text-align: left;
  }
}
#mini-calendar .calendar-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
#mini-calendar .calendar-head .calendar-before {
  padding: 10px 15px;
}
#mini-calendar .calendar-head .calendar-year-month {
  font-size: 15px;
  font-weight: bold;
}
#mini-calendar .calendar-head .calendar-after {
  padding: 10px 15px;
}
#mini-calendar thead {
  display: none;
}
#mini-calendar th, #mini-calendar td {
  display: block;
  width: 100%;
  padding: 0;
}
#mini-calendar td {
  height: auto;
  display: flex;
}
#mini-calendar td .calendar-day-number {
  font-weight: normal;
  padding: 7px;
  font-size: 18px;
  display: block;
  background: #fafafa;
  margin-bottom: 0;
  width: 75px;
  height: auto;
}
#mini-calendar .calendar-none {
  display: none;
}
#mini-calendar .calendar-labels {
  align-items: center;
  display: flex;
  max-width: calc(100% - 75px);
  flex-wrap: wrap;
  padding: 5px;
}
#mini-calendar .calendar-labels a {
  display: block;
  padding: 5px;
}
#mini-calendar .calendar-labels a .calendar-time {
  font-size: 11px;
  margin-top: 0;
  color: #999;
  line-height: 1;
}
#mini-calendar .calendar-labels a .calendar-label {
  color: #333;
  font-size: 12px;
}
#mini-calendar td.calendar-holiday .calendar-day-number,
#mini-calendar td.calendar-sun .calendar-day-number {
  background: #f8c7c7;
}
#mini-calendar td.calendar-sat .calendar-day-number {
  background: #c8ebfe;
}
#mini-calendar td i:after {
  font-size: 12px;
  position: relative;
  left: -5px;
}
#mini-calendar td:nth-child(1) i:after {
  content: "（日）";
}
#mini-calendar td:nth-child(2) i:after {
  content: "（月）";
}
#mini-calendar td:nth-child(3) i:after {
  content: "（火）";
}
#mini-calendar td:nth-child(4) i:after {
  content: "（水）";
}
#mini-calendar td:nth-child(5) i:after {
  content: "（木）";
}
#mini-calendar td:nth-child(6) i:after {
  content: "（金）";
}
#mini-calendar td:nth-child(7) i:after {
  content: "（土）";
}

/* スピナーアニメーション */
.animate-spin {
  display: inline-block;
  animation: spin 1s linear infinite;
}

.spinner-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  margin-right: 5px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=custom.css.map */</pre></body></html>