body {
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  overflow-y: hidden;
}

/* Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.pagination .dataTables_filter {
  display: none;
}
.pagination .dataTables_length {
  display: none;
}
.pagination .dataTables_scrollHeadInner {
  min-width: 100% !important;
}
.pagination .dataTables_empty {
  text-align: center;
}
.pagination .table-news-list {
  min-width: 100% !important;
}
.pagination .table-news-list thead tr th,
.pagination .table-news-list tbody tr td {
  min-width: 100px;
}
.pagination .table-news-list thead tr th:nth-child(1),
.pagination .table-news-list thead tr th:nth-child(2),
.pagination .table-news-list tbody tr td:nth-child(1),
.pagination .table-news-list tbody tr td:nth-child(2) {
  min-width: 30px;
}
.pagination .table-news-list thead tr th:nth-child(3),
.pagination .table-news-list tbody tr td:nth-child(3) {
  min-width: 50px;
}
.pagination .dataTable {
  width: 100% !important;
}
.pagination .table-news-list thead .filters th:nth-child(3) .form-control {
  min-width: auto;
}
.pagination .table-truncation {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 4;
  display: -webkit-box;
}
.pagination .pagination {
  display: flex;
  justify-content: center;
  padding: 20px 5px;
}
.pagination .paginate_button {
  display: flex;
  align-items: center;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: 1px solid #e2e8f0;
  line-height: 1.25rem;
  border-right: none;
}
.pagination li:nth-last-child(2) {
  border-right: 1px solid #e2e8f0 !important;
}
.pagination li:nth-child(2) {
  border-right: 1px solid #e2e8f0 !important;
}
.pagination .previous {
  border-radius: 4px;
  margin-right: 4px;
  border: 1px solid #e2e8f0;
}
.pagination .next {
  border-radius: 4px;
  margin-left: 4px;
  border: 1px solid #e2e8f0;
}
.pagination .active {
  color: #6366f1;
}
.pagination .disabled {
  opacity: 0.6;
}
.pagination .dataTables_info {
  text-align: center;
  margin: 20px 0 !important;
  font-weight: 600;
}

input[type=text]:disabled {
  background: #efeeee;
  border: none;
}

input[type=text]:-moz-read-only {
  background: #efeeee;
  pointer-events: none !important;
}

input[type=text]:read-only {
  background: #efeeee;
  pointer-events: none !important;
}

.select2.select2-container {
  width: 100% !important;
}

.select2.select2-container .select2-selection {
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 34px;
  margin-bottom: 15px;
  outline: none !important;
  transition: all 0.15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #333;
  line-height: 32px;
  padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  background: #f8f8f8;
  border-left: 1px solid #ccc;
  border-radius: 0 3px 3px 0;
  height: 32px;
  width: 33px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background: #f8f8f8;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
  border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
  border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
  height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 1px solid #34495e !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 1px solid #34495e;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #1E90FF;
}

.select2.select2-container .select2-selection {
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
  border: 2px solid #2563eb;
  border-radius: 4px;
}

.select2-results__message {
  color: red;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding-top: 5px;
}

.select2-results__option--selectable {
  font-size: 14px !important;
}

.swal2-popup .swal2-styled:focus {
  box-shadow: none !important;
}

.swal2-popup .swal2-styled {
  margin: 20px 10px 0px 10px !important;
}

.swal2-show {
  padding: 0 !important;
}

.swal2-actions {
  width: 100% !important;
  background-color: #e4e4e5;
  padding: 0px 10px 10px 10px !important;
  margin-top: 50px !important;
  border-radius: 0px 0px 5px 5px !important;
}

input[type=search]::-webkit-search-cancel-button {
  /* Remove default */
  -webkit-appearance: none;
  /* Now your own custom styles */
  height: 14px;
  width: 14px;
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
  /* setup all the background tweaks for our custom icon */
  background-repeat: no-repeat;
  /* icon size */
  background-size: 14px;
}
/*コンテンツ登録時のサイドバーの文言調整*/
#contentListBox #form-content > button {
  text-align: left;
}