/* line 1, app/assets/stylesheets/shared/_keijiban_shared.scss */
.keijiban-post {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  margin: 2px;
  font-family: "Helvetica Neue", sans-serif;
  text-align: left;
}

/* line 9, app/assets/stylesheets/shared/_keijiban_shared.scss */
.keijiban-post .post-header {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
}

/* line 14, app/assets/stylesheets/shared/_keijiban_shared.scss */
.keijiban-post .post-header .post-owner-info {
  font-weight: bold;
}

/* line 17, app/assets/stylesheets/shared/_keijiban_shared.scss */
.keijiban-post .post-header .post-owner-info .age-gender {
  margin-left: 0.5rem;
  color: #555;
}

/* line 23, app/assets/stylesheets/shared/_keijiban_shared.scss */
.keijiban-post .post-header .post-time {
  color: #888;
}

/* line 28, app/assets/stylesheets/shared/_keijiban_shared.scss */
.keijiban-post .post-divider {
  border: none;
  border-top: 2px solid #4fd1eb;
  margin: 0.5rem 0;
}

/* line 34, app/assets/stylesheets/shared/_keijiban_shared.scss */
.keijiban-post .post-content {
  color: #000;
  font-size: 1rem;
  position: relative;
}

/* line 39, app/assets/stylesheets/shared/_keijiban_shared.scss */
.keijiban-post .post-content .post-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5;
  max-height: calc(1.5em * 4);
  transition: max-height 0.3s ease;
}

/* line 51, app/assets/stylesheets/shared/_keijiban_shared.scss */
.keijiban-post .post-content.expanded .post-text {
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: visible;
}

/* line 57, app/assets/stylesheets/shared/_keijiban_shared.scss */
.keijiban-post .post-content .see-more-button {
  margin-top: 8px;
  background: none;
  border: none;
  color: #4fd1eb;
  cursor: pointer;
  font-size: 0.9rem;
  padding: 0;
  text-decoration: underline;
  text-align: right;
}

/* line 71, app/assets/stylesheets/shared/_keijiban_shared.scss */
.keijiban_post_company_link {
  text-decoration: none;
  color: black;
}

/* line 5, app/assets/stylesheets/pages/keijiban.scss */
.sort-dropdown {
  margin-bottom: 1rem;
  text-align: right;
}

/* line 10, app/assets/stylesheets/pages/keijiban.scss */
.keijiban_label_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  width: 90%;
}

/* line 18, app/assets/stylesheets/pages/keijiban.scss */
.keijiban_title_image {
  max-width: 100%;
  width: 90%;
  height: auto;
}

/* line 24, app/assets/stylesheets/pages/keijiban.scss */
.verified-icon {
  margin-left: 4px;
  vertical-align: middle;
}

/* line 29, app/assets/stylesheets/pages/keijiban.scss */
.keijiban_content {
  max-width: 670px;
  width: 90%;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}

/* line 37, app/assets/stylesheets/pages/keijiban.scss */
.keijiban_post_company_link {
  text-decoration: none;
  color: black;
}

/* line 42, app/assets/stylesheets/pages/keijiban.scss */
.tabs {
  width: 100%;
  margin-top: 20px;
}

/* line 46, app/assets/stylesheets/pages/keijiban.scss */
.tabs .tab-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 53, app/assets/stylesheets/pages/keijiban.scss */
.tabs .tab-item {
  width: 49%;
  margin-right: 2%;
}

/* line 57, app/assets/stylesheets/pages/keijiban.scss */
.tabs .tab-item:last-child {
  margin-right: 0;
}

/* line 61, app/assets/stylesheets/pages/keijiban.scss */
.tabs .tab-item .tab-button {
  font-size: 18px;
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #0cc0df;
  border-bottom: none;
  border-radius: 1rem 1rem 0 0;
  background-color: #daf5f9;
  color: #0cc0df;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
}

/* line 77, app/assets/stylesheets/pages/keijiban.scss */
.tabs .tab-item .tab-button.active {
  background-color: #0cc0df;
  color: #ffffff;
}

/* line 84, app/assets/stylesheets/pages/keijiban.scss */
.tab-content-container {
  width: 100%;
  background-color: #0cc0df;
  border-radius: 0 0 1rem 1rem;
  padding: 1rem;
  margin-top: -1px;
  margin-bottom: 2px;
  box-sizing: border-box;
}

/* line 94, app/assets/stylesheets/pages/keijiban.scss */
.keijiban_post_form {
  width: 100%;
}

/* line 98, app/assets/stylesheets/pages/keijiban.scss */
.keijiban_post_footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #0cc0df;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0 0 1rem 1rem;
  padding-bottom: 20px;
}

/* line 109, app/assets/stylesheets/pages/keijiban.scss */
.keijiban_post_footer .post-footer-left,
.keijiban_post_footer .post-footer-center,
.keijiban_post_footer .post-footer-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 117, app/assets/stylesheets/pages/keijiban.scss */
.keijiban_post_footer .post-footer-center {
  position: relative;
  width: 80%;
}

/* line 121, app/assets/stylesheets/pages/keijiban.scss */
.keijiban_post_footer .post-footer-center .post-input {
  width: 100%;
  height: 2.5rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: none;
  font-size: 1rem;
  margin-top: 5px;
}

/* line 131, app/assets/stylesheets/pages/keijiban.scss */
.keijiban_post_footer .post-footer-center .clear-draft-button {
  margin-top: 2px;
  top: 4px;
  right: -10px;
  background: white;
  border: none;
  color: #0cc0df;
  font-size: 1rem;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

/* line 145, app/assets/stylesheets/pages/keijiban.scss */
.keijiban_post_footer .post-footer-center .clear-draft-button:hover {
  color: #daf5f9;
}

/* line 151, app/assets/stylesheets/pages/keijiban.scss */
.keijiban_post_footer .post-footer-right {
  width: 10%;
}

/* line 154, app/assets/stylesheets/pages/keijiban.scss */
.keijiban_post_footer .post-footer-right .post-button {
  background-color: white;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #0a95b5;
  height: 34px;
  margin-top: 5px;
}

/* line 167, app/assets/stylesheets/pages/keijiban.scss */
.keijiban_post_footer .post-footer-right .post-button .check-icon {
  font-size: 1.5rem;
  position: relative;
  bottom: 5px;
}

/* line 173, app/assets/stylesheets/pages/keijiban.scss */
.keijiban_post_footer .post-footer-right .post-button .post-text {
  font-size: 0.9rem;
  font-weight: bold;
}

/* line 180, app/assets/stylesheets/pages/keijiban.scss */
.keijiban_post_footer .entry-example-text {
  color: white;
  margin-top: 0.5rem;
  font-size: 0.9rem;
}

/* line 187, app/assets/stylesheets/pages/keijiban.scss */
.entry-example img {
  margin-left: 20px;
  width: 48px;
  height: 48px;
}

/* line 193, app/assets/stylesheets/pages/keijiban.scss */
.entry-example img {
  margin-left: 20px;
  width: 48px;
  height: 48px;
}

/* line 199, app/assets/stylesheets/pages/keijiban.scss */
.keijiban_title_text {
  color: white;
}

/* line 203, app/assets/stylesheets/pages/keijiban.scss */
.comments_title {
  margin-left: 3px;
  font-size: 16px;
  color: white;
}

/* line 209, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  margin: 2px;
  font-family: "Helvetica Neue", sans-serif;
  text-align: left;
}

/* line 218, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .post-header {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
}

/* line 223, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .post-header .post-owner-info {
  font-weight: bold;
  color: black;
}

/* line 227, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .post-header .post-owner-info .age-gender {
  margin-left: 0.5rem;
  color: #555;
}

/* line 233, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .post-header .post-time {
  color: #888;
}

/* line 238, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .post-divider {
  border: none;
  border-top: 2px solid #4fd1eb;
  margin: 0.5rem 0;
}

/* line 244, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .see-more-button {
  margin-top: 8px;
  background: none;
  border: none;
  color: #4fd1eb;
  cursor: pointer;
  font-size: 0.9rem;
  padding: 0;
  text-decoration: underline;
  text-align: right;
}

/* line 256, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .post-content {
  color: #000;
  font-size: 1rem;
  position: relative;
}

/* line 261, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .post-content .post-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5;
  max-height: calc(1.5em * 4);
  transition: max-height 0.3s ease;
}

/* line 273, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .post-content.expanded .post-text {
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: visible;
}

/* line 279, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .post-content .see-more-button {
  margin-top: 8px;
  background: none;
  border: none;
  color: #4fd1eb;
  cursor: pointer;
  font-size: 0.9rem;
  padding: 0;
  text-decoration: underline;
  text-align: right;
}

/* line 293, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .footer-link {
  text-decoration: none;
  color: #4fd1eb;
}

@media (max-width: 670px) {
  /* line 299, app/assets/stylesheets/pages/keijiban.scss */
  .keijiban-post .footer-link {
    display: flex;
    flex-direction: column !important;
  }
}

/* line 305, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .post-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

/* line 310, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .post-footer .post-footer-group {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  color: #0cc0df;
}

/* line 317, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .post-footer .post-footer-group .footer-icon {
  height: 1.2rem;
  width: auto;
}

/* line 322, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .post-footer .post-footer-group .send-message-link {
  color: #0cc0df;
  text-decoration: none;
  font-weight: bold;
}

/* line 328, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .post-footer .post-footer-group a .span {
  text-decoration: none;
}

/* line 334, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .keijiban_post-footer {
  display: flex;
  flex-direction: column;
  justify-items: space-between;
  margin-top: 1rem;
}

/* line 340, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .keijiban_post-footer .post-footer-group {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  color: #0cc0df;
  margin-top: 2px;
}

/* line 348, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .keijiban_post-footer .post-footer-group .footer-icon {
  height: 1.2rem;
  width: auto;
}

/* line 358, app/assets/stylesheets/pages/keijiban.scss */
.like-button {
  text-decoration: none;
  /* Remove underline */
  color: inherit;
  /* Make text color normal */
  display: flex;
  /* To nicely line up image + text */
  align-items: center;
  /* Center vertically */
}

@media (max-width: 670px) {
  /* line 358, app/assets/stylesheets/pages/keijiban.scss */
  .like-button {
    font-size: 12px;
  }
}

/* line 373, app/assets/stylesheets/pages/keijiban.scss */
.like-button .footer-icon {
  margin-right: 0.5rem;
  /* space between icon and text */
}

/* line 381, app/assets/stylesheets/pages/keijiban.scss */
.like-link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  color: #0cc0df;
  font-size: 0.9rem;
}

/* line 389, app/assets/stylesheets/pages/keijiban.scss */
.like-link:hover {
  color: #09a5c2;
}

/* line 393, app/assets/stylesheets/pages/keijiban.scss */
.like-link img.footer-icon {
  height: 1.2rem;
  width: auto;
}

/* line 399, app/assets/stylesheets/pages/keijiban.scss */
.show-like-link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  color: #0cc0df;
  font-size: 0.9rem;
}

/* line 407, app/assets/stylesheets/pages/keijiban.scss */
.show-like-link:hover {
  color: #09a5c2;
}

/* line 411, app/assets/stylesheets/pages/keijiban.scss */
.show-like-link img.footer-icon {
  height: 1.2rem;
  width: auto;
}

/* line 417, app/assets/stylesheets/pages/keijiban.scss */
.message-button {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.4em;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #4fd1eb;
  font-size: 1rem;
}

/* line 430, app/assets/stylesheets/pages/keijiban.scss */
.show-message-button {
  display: flex;
  align-items: center;
  gap: 0.4em;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #4fd1eb;
  font-size: 1rem;
}

/* line 442, app/assets/stylesheets/pages/keijiban.scss */
.message-button-form {
  display: inline;
}

/* line 446, app/assets/stylesheets/pages/keijiban.scss */
.keijiban_back_button {
  display: inline-block;
  padding: 10px 15px;
  background-color: #0cc0df;
  color: #fff;
  text-decoration: none;
}

/* line 454, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-show-page {
  background-color: #0cc0df;
  padding-bottom: 2rem;
}

/* line 459, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-show-page .back-link a.keijiban_back_button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: white;
  font-weight: bold;
  width: 100%;
}

/* line 467, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-show-page .back-link a.keijiban_back_button .back-icon {
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
}

/* line 473, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-show-page .back-link a.keijiban_back_button .back-text {
  display: inline-block;
}

/* line 479, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-show-page .comments-section {
  margin-bottom: 4px;
}

/* line 483, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-show-page .keijiban-main-post {
  margin-bottom: 1rem;
}

/* line 488, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-show-page .comments-section h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

/* line 495, app/assets/stylesheets/pages/keijiban.scss */
.highlight-new-comment {
  animation: flash-highlight 2s ease-in-out;
}

@keyframes flash-highlight {
  0% {
    background-color: #ffff99;
  }
  100% {
    background-color: transparent;
  }
}

/* line 509, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-comment-form {
  position: fixed;
  bottom: 0;
  max-width: 668px;
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #ddd;
  z-index: 1000;
  /* float above other content */
}

/* line 522, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

/* line 528, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer .post-footer-left,
.keijiban-comment-form .keijiban_post_footer .post-footer-center,
.keijiban-comment-form .keijiban_post_footer .post-footer-right {
  display: flex;
  align-items: center;
}

/* line 535, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer .post-footer-left {
  margin-right: 1rem;
}

/* line 538, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer .post-footer-left .entry-example {
  margin-right: 0.5rem;
}

/* line 543, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer .post-footer-center {
  flex-grow: 1;
  position: relative;
}

/* line 547, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer .post-footer-center .post-input {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  resize: none;
}

/* line 554, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer .post-footer-center .clear-draft-button {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
}

/* line 566, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer .post-footer-right {
  margin-left: 1rem;
}

/* line 569, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer .post-footer-right .post-button {
  background-color: #4fd1eb;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-weight: bold;
  display: flex;
  align-items: center;
  border: none;
  cursor: pointer;
}

/* line 580, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer .post-footer-right .post-button .check-icon {
  margin-right: 0.3rem;
}

@media (max-width: 670px) {
  /* line 588, app/assets/stylesheets/pages/keijiban.scss */
  .keijiban-comment-form .keijiban_post_footer .post-footer-right {
    margin-left: 1rem;
    width: 10%;
  }
  /* line 592, app/assets/stylesheets/pages/keijiban.scss */
  .keijiban-comment-form .keijiban_post_footer .post-footer-right .post-button {
    background-color: #4fd1eb;
    color: white;
    padding: 0.5rem;
    border-radius: 5px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
  }
  /* line 607, app/assets/stylesheets/pages/keijiban.scss */
  .keijiban-comment-form .keijiban_post_footer .post-footer-right .post-button .check-icon {
    margin-right: 0.3rem;
  }
  /* line 611, app/assets/stylesheets/pages/keijiban.scss */
  .keijiban-comment-form .keijiban_post_footer .post-footer-right .post-button .post-text {
    font-size: 0.9rem;
  }
}

/* line 623, app/assets/stylesheets/pages/keijiban.scss */
.blank {
  padding: 8px 16px;
  background-color: #4fd1eb;
  color: white;
  border-radius: 4px;
  text-align: center;
}

/* line 631, app/assets/stylesheets/pages/keijiban.scss */
.blank.invisible {
  visibility: hidden;
}

@media (max-width: 670px) {
  /* line 636, app/assets/stylesheets/pages/keijiban.scss */
  .buffer_bottom {
    margin-bottom: 6px;
  }
  /* line 643, app/assets/stylesheets/pages/keijiban.scss */
  .keijiban-post .post-footer .post-footer-group {
    font-size: 12px;
  }
  /* line 648, app/assets/stylesheets/pages/keijiban.scss */
  .keijiban-post .footer-link {
    flex-direction: column !important;
  }
  /* line 651, app/assets/stylesheets/pages/keijiban.scss */
  .keijiban-post .footer-link a {
    flex-direction: column;
  }
  /* line 657, app/assets/stylesheets/pages/keijiban.scss */
  .post-footer-group {
    font-size: 12px;
  }
  /* line 661, app/assets/stylesheets/pages/keijiban.scss */
  .like-link {
    font-size: 12px;
    flex-direction: column;
  }
  /* line 666, app/assets/stylesheets/pages/keijiban.scss */
  .show-like-link {
    font-size: 12px;
    flex-direction: row;
  }
  /* line 671, app/assets/stylesheets/pages/keijiban.scss */
  .message-button {
    font-size: 12px;
    flex-direction: column;
  }
  /* line 676, app/assets/stylesheets/pages/keijiban.scss */
  .show-message-button {
    font-size: 12px;
    flex-direction: row;
  }
  /* line 681, app/assets/stylesheets/pages/keijiban.scss */
  .keijiban-comment-form {
    padding: 0 2px;
  }
}

/* line 686, app/assets/stylesheets/pages/keijiban.scss */
.post_delete {
  display: flex;
  justify-content: flex-end;
}

/* line 690, app/assets/stylesheets/pages/keijiban.scss */
.post_delete a {
  justify-content: flex-end;
}

/* line 695, app/assets/stylesheets/pages/keijiban.scss */
.highlight-new-comment {
  animation: flash-highlight 2s ease-in-out;
}

@keyframes flash-highlight {
  0% {
    background-color: #ffff99;
  }
  100% {
    background-color: transparent;
  }
}
