.fund-form form .template-input-fund-image {
  display: none;
}

.fund-form form .field_with_errors {
  display: contents;
}

form .operation_period_to,
form .operation_period_from {
  display: inline-block;
  width: 76%;
}

.fund-search-body {
  height: 50vh;
  overflow-y: scroll;
}
.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

.max-w-300 {
  max-width: 300px;
}

.max-w-400 {
  max-width: 400px;
}

.max-w-1320 {
  max-width: 1320px;
}

.fw-bold {
  font-weight: 700;
}

.pagination {
  text-align: center;
  margin: 20px 0;
}

.pagination .prev {
  margin: 0 12px;
}

.pagination .next {
  margin: 0 12px;
}

.pagination .prev a,
.pagination .next a {
  text-decoration: none;
}

.pagination .page {
  padding: 0 10px;
}

.pagination .page a {
  text-decoration: none;
}

.bg-deleted-resource {
  background-color: #bbbbbb;
}

.cursor-grab {
  cursor: grab;
}

.toggle {
  display: none;
}

.Label {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  display: block;
  color: #c2c7d0;
  font-weight: 500 !important;
}

.Label::before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #c2c7d0;
  border-right: 2px solid #c2c7d0;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}

.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.content {
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
  color: #c2c7d0;
  font-size: 14px;
}

.toggle:checked + .Label + .content {
  height: auto;
  padding: 0 1rem;
  transition: all 0.3s;
}

.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}

.library_banners_index .banner-table-img img,
.banner-index .table img {
  width: 120px;
}

.error_message {
  color: red;
  font-weight: bold;
}

.table td,
.table th {
  vertical-align: middle;
}

.table thead th {
  border-width: 1px;
}

.form-error,
.form-notice {
  padding: 16px 20px 0;
  margin-bottom: 24px;
  border-radius: 4px;
  border: 1px solid #f5c6cb;
  color: #dc3545;
  background-color: #f8d7da;
}

.form-notice {
  border-color: #c3e6cb;
  color: #155724;
  background-color: #d4edda;
}

.form-error p,
.form-notice p {
  font-size: 24px;
}

/* table */
.word-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}
.first-view .table img {
  width: 400px;
}

.table-for-form th {
  width: 30%;
  min-width: 180px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.table-for-form th label {
  margin-bottom: 0;
}

.table-for-form td {
  width: 70%;
  padding-top: 4px;
  padding-bottom: 4px;
}

.table-for-form td .form-control.my-1 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.table-for-show th {
  width: 30%;
  min-width: 180px;
  padding: 8px 12px 8px 24px;
}

.table-for-show td {
  width: 70%;
  padding: 8px 12px;
}

.add-btn {
  width: 32px;
  height: 32px;
  border-width: 1px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0);
  background: url(/assets/icons/add.svg) no-repeat center / 24px 24px;
}

.remove-btn {
  width: 32px;
  height: 32px;
  border-width: 1px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0);
  background: url(/assets/icons/remove.svg) no-repeat center / 24px 24px;
}

.add-btn:hover,
.remove-btn:hover {
  background-color: rgba(0, 0, 0, 0.3);
  background-color: lightgray;
}

.buttons-data-bottom {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.buttons-data-bottom > * {
  width: 100%;
  max-width: 140px;
}

.buttons-data-bottom .btn {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .w-lg-80 {
    width: 80% !important;
  }
}
.posts h1 {
  font-size: 24px;
  font-weight: bold;
}

.banner {
  width: 50%;
}
.banner-img {
  border: 1px solid #ccc;
}
.herder-img img,
.banner-img img {
  display: block;
  height: 144px;
  object-fit: scale-down;
  width: auto;
}

.content-body {
  padding: 0.5rem 1rem;
  border: 1px solid #777;
  border-width: 1px;
  border-radius: 0.25rem;
}

.content-body h2 {
  font-size: 20px;
  font-weight: bold;
}

.content-body h3 {
  font-size: 18px;
  font-weight: bold;
}

.content-body img {
  width: 25%;
  display: block;
}

.edit-field h2 {
  padding: 5px 5px;
  background: #f9e87e;
  font-size: 1.8em;
  margin: 0.67em 0;
}

.edit-field h3 {
  padding: 0 5px;
  background: #ffffff;
  border-left: solid 5px #dfd597;
  font-size: 1.6em;
  margin: 0.67em 0;
}

.edit-field h4 {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0);
  border-left: solid 5px #d0d043;
  position: relative;
  line-height: 1;
  margin: 0.67em 0;
}

.edit-field h5 {
  padding: 5px 0px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0.67em 0;
}

.edit-field h5:before {
  content: '';
  width: 1.1em;
  height: 1.1em;
  border: 4px solid #e6d555;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
}

.edit-field h6 {
  padding: 5px 0px;
  font-size: 1em;
  margin: 0.67em 0;
}

.edit-field img {
  display: block;
  width: 50%;
  height: auto;
}

.edit-field p {
  margin: 18px 0;
}

.edit-field a {
  color: #419cf0;
}

.edit-field > br {
  display: none;
}

.edit-field blockquote {
  padding: 3px;
  margin-left: 5px;
  background: #666666;
  color: white;
}

.edit-field td {
  padding: 1px 5px;
}

.edit-field ol:nth-child(n + 2),
.edit-field ul:nth-child(n + 2) {
  margin-top: 2rem;
}

.edit-field ol,
.edit-field ul {
  list-style: decimal;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: decimal;
  padding: 0.6rem 0.6rem 0.6rem 2rem;
  background: #f5f5f5;
  color: #333333;
}
.edit-field .counter-hierarchy {
  width: 90%;
  padding: 10px;
  margin: 0 auto;
  border: 1px solid #bbbbbb;
  border-radius: 8px;
}

.edit-field .counter-hierarchy ul {
  list-style: none;
  padding-left: 20px;
}

.edit-field .counter-hierarchy nav > ul {
  max-height: 300px;
  padding: 20px;
  background: #f5f5f5;
  overflow-y: scroll;
}

.edit-field .counter-hierarchy nav > ul::-webkit-scrollbar {
  width: 8px;
}

.edit-field .counter-hierarchy nav > ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #acacac;
}

.edit-field table {
  border-collapse: collapse;
}

.edit-field th,
.edit-field td {
  border: solid 1px black;
}

.medium-editor-toolbar-actions {
  background: #a5dede;
  border-radius: 6px;
  display: block;
}

.medium-editor-toolbar-actions li {
  border: 1px solid white;
  border-radius: 3px;
  margin: 1px;
}

.medium-editor-toolbar-actions li:active {
  border: 1px solid white;
  border-radius: 3px;
  margin: 1px;
  background: #a6dede;
}

.editable ul li {
  list-style: none;
  margin-left: 10px;
}

.editable ol li {
  counter-reset: item;
  list-style-type: decimal;
  margin-left: 10px;
}

#title {
  position: fixed;
  bottom: 0px;
  right: 0px;
}

.editable h1 {
  font-size: 42px;
  font-weight: 600;
}

.editable h2 {
  font-size: 36px;
  font-weight: 600;
}

.editable h3 {
  font-size: 30px;
  font-weight: 600;
}

.editable h4 {
  font-size: 26px;
  font-weight: 500;
}

.editable h5 {
  font-size: 22px;
  font-weight: 400;
}

.editable h6 {
  font-size: 18px;
  font-weight: 300;
}

.medium-editor-button-active {
  background-color: white;
}

.medium-editor-toolbar-form {
  background-color: white;
  border: 1px solid #666666;
  border-radius: 6px;
  filter: drop-shadow(3px 3px 3px #666666);
}
.medium-editor-toolbar-form.medium-editor-toolbar-form-active {
  background-color: white;
  border: 1px solid black;
}

.description {
  /* margin: 2em 0; */
  padding: 10px;
  position: relative;
  display: -webkit-flex;
  display: flex;
}

.description-image {
  float: left;
  margin: 0 20px 0 0;
  min-width: 96px;
  padding: 0;
}
.text-image {
  max-width: 67% !important;
}
.text-box {
  margin: 0;
  padding: 0;
  min-width: 200px;
}
.description-text {
  float: left;
  position: relative;
  margin: 5px -25px;
  padding: 10px;
  border: 2px solid #aaa;
  border-radius: 0.5em;
  background: #fff;
}
.description-text:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #aaa;
  top: 15px;
  left: -22px;
}
.description-text:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 15px;
  left: -19px;
}

.text-box {
  margin: 0;
  padding: 0;
  /* max-width: 50%; */
  min-width: 200px;
}

.description-text,
.description-text-w {
  float: left;
  position: relative;
  margin: 5px 0px;
  padding: 10px;
  border: 2px solid #aaa;
  border-radius: 0.5em;
  background: #fff;
  word-wrap: break-word;
}

.description-text {
  margin-left: 24px;
}

.description-text-w {
  margin-right: 24px;
}

.description-text:before,
.description-text-w:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
}

.description-text:before {
  border-right: 10px solid #aaa;
  left: -22px;
}

.description-text-w:before {
  border-left: 10px solid #aaa;
  right: -22px;
}

.description-text:after,
.description-text-w:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
}

.description-text:after {
  border-right: 10px solid #fff;
  left: -19px;
}

.description-text-w:after {
  border-left: 10px solid #fff;
  right: -19px;
}
.description-image {
  margin: 0 20px 0 0;
  min-width: 96px;
  padding: 0;
}
.text-image-w {
  max-width: 105% !important;
  float: right;
}
.notifications_js {
  display: none;
}

.preconfigured_img {
  width: 208px;
  margin: 8px 0;
}

.preconfigured_img img {
  width: 152px;
  height: 152px;
  border-radius: 50%;
  object-fit: cover;
}

.category_sort .sortable-category-record {
  cursor: grab;
}

.category_sort .sortable-category-record.sortable-chosen {
  cursor: grabbing;
}

.category_index .table th:first-child,
.category_sort .table th:first-child {
  position: inherit;
}

.categories-modal {
  display: none;
  width: 600px;
  max-width: 100%;
  height: fit-content;
  background-color: #ccc;
  position: fixed;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  margin: auto;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  z-index: 1039;
}
#categories-check {
  display: none;
}
#categories-check:checked + .categories-modal {
  display: block;
  padding: 10px 20px;
  box-sizing: border-box;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}
.tags-modal {
  display: none;
  width: 600px;
  max-width: 100%;
  height: fit-content;
  background-color: #ccc;
  position: fixed;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  margin: auto;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  z-index: 1039;
}
#tags-check {
  display: none;
}
#tags-check:checked + .tags-modal {
  display: block;
  padding: 10px 20px;
  box-sizing: border-box;
}
.tag-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}
label {
  cursor: pointer;
}

.posts-input-box-wrapper {
  width: 400px;
  margin: 16px 0;
}

.library_post_images {
  width: 7rem;
}

.library_image_show {
  width: 400px;
}

#html-generate-desc-modal {
  display: none;
  width: 850px;
  height: 80vh;
  background-color: #ccc;
  position: fixed;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  margin: auto;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.8);
  overflow-y: scroll;
}
#html-generate-desc-check {
  display: none;
}
#html-generate-desc-check:checked + #html-generate-desc-modal {
  display: block;
  padding: 10px;
  box-sizing: border-box;
}

.post-search-modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1039;
  background: rgba(0, 0, 0, 0.3);
}
.post-search-modal .modal-box{
  width: 100%;
  max-width: 400px;
  height: fit-content;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  border-radius: 8px;
  background-color: #fff;
  padding: 20px;
}
#post-search-check {
  display: none;
}
#post-search-check:checked + .post-search-modal {
  display: block;
}

.review-comments {
  padding: 8px;
}

.review-comments table {
  width: 100%;
  table-layout: fixed;
}

.review-comments tr {
  border-bottom: 1px #a9a9a9 solid;
}

.review-comments tr td:first-child {
  text-align: center;
  width: 12%;
}

.review-comments .line-number {
  width: 8%;
  text-align: center;
  border-right: 1px #a9a9a9 solid;
  border-left: 1px #a9a9a9 solid;
}

.review-comments tr td:nth-child(3) {
  padding-left: 8px;
}

.review-comments tr td:nth-child(3) ul {
  padding: 0;
}

.review-comments tr td:nth-child(3) li {
  background-color: #fff;
  list-style-type: none;
  padding: 8px;
  margin: 8px;
  font-size: 14px;
}

.review-comments tr td:nth-child(3) img,
.review-comments tr td:nth-child(3) video {
  max-width: 100%;
  height: auto;
}

.review-comments tr .commenter {
  border-top: 1px #a9a9a9 solid;
  font-size: 10px;
}

.review-comments .review-form-for-line {
  text-align: right;
}

.review-comments .review-form-for-line .comment-textarea {
  width: 100%;
}

.review-comments .review-form-for-line .add-comment {
  margin-bottom: 6px;
}

.review .header-image {
  width: 400px;
}

.library_banners_index .configured_categories .inline_group,
.categories-select-modal .inline_group {
  display: inline-block;
  padding-right: 16px;
}

.normal-mode-editor {
  background-color: #fff;
}

.temporary-save {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 90%;
  z-index: 1030;
}

.editor_head_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.editor_head_fixed_top {
  position: fixed;
  top: 0;
  right: 16px;
  z-index: 1000;
}

#operation-description-modal {
  display: none;
}

.category-sort-modal {
  display: none;
}

#operation-description-modal:checked + .category-sort-modal {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1039;
  background: rgba(0, 0, 0, 0.3);
}
#operation-description-modal:checked + .category-sort-modal .modal-box {
  width: 600px;
  max-width: 100%;
  height: fit-content;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  border-radius: 8px;
  background-color: #fff;
  padding: 20px;
}

hr.customer-wall {
  position: relative;
}

hr.customer-wall::after {
  content: "これより下は会員登録必須領域";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.content-body hr.customer-wall::after {
  background-color: rgb(244, 246, 249);
}

#content-editor hr.customer-wall::after {
  background-color: #fff;
}
.library_banners_index .banner-table-img img,
.library-banner-form .banner-image img {
  width: 120px;
}

.library_banners_index .configured_categories label,
.library_banners_index .configured_categories input[type=checkbox] {
  cursor: default;
}
.original-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100vh;
  overflow-y: hidden;
  z-index: 1038;
  transition: 0.3s ease-in-out;
}

.wrapper.sidebar-collapse .original-sidebar {
  left: -250px;
}

.sidebar-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1037;
  background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 992px) {
  .wrapper .main-header,
  .wrapper .content-wrapper {
    margin-left: 250px !important;
  }
  .wrapper.sidebar-collapse .main-header,
  .wrapper.sidebar-collapse .content-wrapper {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 991.8px) {
  .wrapper:not(.sidebar-collapse) .sidebar-overlay {
    display: block;
  }
}
.input-tenant-introduction-movie {
  display: flex;
  align-items: end;
  gap: 0.5rem;
  margin-bottom: 4px;
}

.input-tenant-introduction-image {
  margin-bottom: 4px;
}

.tenant-form form .template-input-tenant-introduction-movie,
.tenant-form form .template-input-tenant-introduction-image {
  display: none;
}

.tenant-form form .field_with_errors {
  display: contents;
}

.tenant-search-body {
  height: 50vh;
  overflow-y: scroll;
}
.formatted-pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 4px;
  max-height: 600px;
  overflow-y: auto;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

 *= requre tenant.css
 *= requre fund.css

 */
