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

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

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

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

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

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

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

/* line 40, 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 52, app/assets/stylesheets/shared/_keijiban_shared.scss */
.keijiban-post .post-content.expanded .post-text {
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: visible;
}

/* line 58, 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 72, 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;
}

@media (max-width: 768px) {
  /* line 121, app/assets/stylesheets/pages/keijiban.scss */
  .keijiban_post_footer .post-footer-center .post-input {
    resize: none;
    overflow-y: hidden;
    min-height: 40px;
    max-height: 96px;
    line-height: 1.5;
  }
}

/* line 139, 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 153, app/assets/stylesheets/pages/keijiban.scss */
.keijiban_post_footer .post-footer-center .clear-draft-button:hover {
  color: #daf5f9;
}

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

/* line 162, 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 175, 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 181, app/assets/stylesheets/pages/keijiban.scss */
.keijiban_post_footer .post-footer-right .post-button .post-text {
  font-size: 0.9rem;
  font-weight: bold;
}

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

/* line 195, app/assets/stylesheets/pages/keijiban.scss */
.keijiban_show_text_field {
  flex: 8;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}

/* line 203, app/assets/stylesheets/pages/keijiban.scss */
.keijiban_show_text_field textarea {
  min-height: 40px;
  resize: none;
}

/* line 209, app/assets/stylesheets/pages/keijiban.scss */
.keijiban_show_text_field .textarea-resize-handle::before {
  content: "⋮⋮";
  display: block;
  text-align: center;
  font-size: 12px;
  color: #0cc0df;
}

@media (max-width: 670px) {
  /* line 209, app/assets/stylesheets/pages/keijiban.scss */
  .keijiban_show_text_field .textarea-resize-handle::before {
    display: none;
  }
}

/* line 221, app/assets/stylesheets/pages/keijiban.scss */
.keijiban_show_text_field .textarea-resize-handle {
  width: 100%;
  height: 10px;
  cursor: ns-resize;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 6px 6px 0 0;
  margin-top: 4px;
  margin-bottom: 2px;
}

@media (max-width: 670px) {
  /* line 221, app/assets/stylesheets/pages/keijiban.scss */
  .keijiban_show_text_field .textarea-resize-handle {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

/* line 297, 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 309, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .post-content {
  color: #000;
  font-size: 1rem;
  position: relative;
}

/* line 314, 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 326, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .post-content.expanded .post-text {
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: visible;
}

/* line 332, 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 346, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .footer-link {
  text-decoration: none;
  color: #4fd1eb;
}

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

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

/* line 363, 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 370, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .post-footer .post-footer-group .footer-icon {
  height: 1.2rem;
  width: auto;
}

/* line 375, 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 381, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .post-footer .post-footer-group a .span {
  text-decoration: none;
}

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

/* line 393, 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 401, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-post .keijiban_post-footer .post-footer-group .footer-icon {
  height: 1.2rem;
  width: auto;
}

/* line 411, 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 411, app/assets/stylesheets/pages/keijiban.scss */
  .like-button {
    font-size: 12px;
  }
}

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

/* line 434, 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 442, app/assets/stylesheets/pages/keijiban.scss */
.like-link:hover {
  color: #09a5c2;
}

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

/* line 452, 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 460, app/assets/stylesheets/pages/keijiban.scss */
.show-like-link:hover {
  color: #09a5c2;
}

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

/* line 470, 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 483, 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 495, app/assets/stylesheets/pages/keijiban.scss */
.message-button-form {
  display: inline;
}

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

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

/* line 512, 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: 95%;
}

/* line 521, 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 527, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-show-page .back-link a.keijiban_back_button .back-text {
  display: inline-block;
}

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

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

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

/* line 549, 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 563, app/assets/stylesheets/pages/keijiban.scss */
.auto-grow {
  resize: none;
  overflow-y: hidden;
  min-height: 40px;
}

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

/* line 583, 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 589, 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 596, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer .post-footer-left {
  margin-right: 1rem;
}

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

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

/* line 608, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer .post-footer-center .textarea-resize-handle::before {
  content: "⋮⋮";
  display: block;
  text-align: center;
  font-size: 12px;
  color: #0cc0df;
}

@media (max-width: 670px) {
  /* line 608, app/assets/stylesheets/pages/keijiban.scss */
  .keijiban-comment-form .keijiban_post_footer .post-footer-center .textarea-resize-handle::before {
    display: none;
  }
}

/* line 621, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer .post-footer-center .textarea-resize-handle {
  width: 100%;
  height: 10px;
  cursor: ns-resize;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 6px 6px 0 0;
  margin-top: 4px;
  margin-bottom: 2px;
}

@media (max-width: 670px) {
  /* line 621, app/assets/stylesheets/pages/keijiban.scss */
  .keijiban-comment-form .keijiban_post_footer .post-footer-center .textarea-resize-handle {
    display: none;
  }
}

/* line 635, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer .post-footer-center .post-input {
  width: 100%;
  height: 2.5rem;
  min-height: 2.5rem;
  max-height: 25vh;
  padding: 0.5rem;
  font-size: 1rem;
  resize: vertical;
}

@media (max-width: 768px) {
  /* line 635, app/assets/stylesheets/pages/keijiban.scss */
  .keijiban-comment-form .keijiban_post_footer .post-footer-center .post-input {
    resize: none;
    overflow-y: hidden;
    min-height: 40px;
    max-height: 96px;
    line-height: 1.5;
  }
}

/* line 653, 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 665, app/assets/stylesheets/pages/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer .post-footer-right {
  margin-left: 1rem;
}

/* line 668, 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 679, 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 687, app/assets/stylesheets/pages/keijiban.scss */
  .keijiban-comment-form .keijiban_post_footer .post-footer-right {
    margin-left: 1rem;
    width: 10%;
  }
  /* line 691, 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 706, app/assets/stylesheets/pages/keijiban.scss */
  .keijiban-comment-form .keijiban_post_footer .post-footer-right .post-button .check-icon {
    margin-right: 0.3rem;
  }
  /* line 710, app/assets/stylesheets/pages/keijiban.scss */
  .keijiban-comment-form .keijiban_post_footer .post-footer-right .post-button .post-text {
    font-size: 0.9rem;
  }
}

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

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

@media (max-width: 670px) {
  /* line 735, app/assets/stylesheets/pages/keijiban.scss */
  .buffer_bottom {
    margin-bottom: 6px;
  }
  /* line 742, app/assets/stylesheets/pages/keijiban.scss */
  .keijiban-post .post-footer .post-footer-group {
    font-size: 12px;
  }
  /* line 747, app/assets/stylesheets/pages/keijiban.scss */
  .keijiban-post .footer-link {
    flex-direction: column !important;
  }
  /* line 750, app/assets/stylesheets/pages/keijiban.scss */
  .keijiban-post .footer-link a {
    flex-direction: column;
  }
  /* line 756, app/assets/stylesheets/pages/keijiban.scss */
  .post-footer-group {
    font-size: 12px;
  }
  /* line 760, app/assets/stylesheets/pages/keijiban.scss */
  .like-link {
    font-size: 12px;
    flex-direction: column;
  }
  /* line 765, app/assets/stylesheets/pages/keijiban.scss */
  .show-like-link {
    font-size: 12px;
    flex-direction: row;
  }
  /* line 770, app/assets/stylesheets/pages/keijiban.scss */
  .message-button {
    font-size: 12px;
    flex-direction: column;
  }
  /* line 775, app/assets/stylesheets/pages/keijiban.scss */
  .show-message-button {
    font-size: 12px;
    flex-direction: row;
  }
  /* line 780, app/assets/stylesheets/pages/keijiban.scss */
  .keijiban-comment-form {
    padding: 0 2px;
  }
}

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

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

/* line 794, 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;
  }
}
