.article-preview-tag-color {
    background-color: #b7eeff;
    border-radius: 3px;
    padding: 0 2px 0 2px;
    color: #38586e;
    transition: all 0.3s ease;
}

.view-body {
    width: 100%;
}

.item-summary {
    color: #727272;
}

.item-article div.ql-editor {
    padding: 12px 0;
}

#editor > img {
    max-width: 100%;
}

.view_user_image {
    object-fit: cover;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin: 3px;
}

.view_user_image:hover {
    transform:scale(1.2,1.2);
}

.user-area {
    margin-bottom: 10px;
}

.article-user-area {
    margin-left: 5px;
}

.article_view_title {
    border-bottom: solid 1px #cbcbcb;
    font-weight: bold;
}

#jump_link_area {
    font-size: 12px;
}

.jump_to_text {
    margin-bottom: 1px;
}

.jump_link_inner {
    color: #aaaaaa;
    border: solid 1px rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    background-color: #f8f9fa;
    padding-top: 15px;
}

.jump_link_inner a {
    color: gray;
}

#editor > .ql-editor h1, #editor > .ql-editor h2, #editor > .ql-editor h3 {
    border-bottom: 1px solid #d9d9d9;
    font-weight: bold;
    color: #454545;
}

.comment_body {
    padding-bottom: 0 !important;
}

.comment_name_area {
    margin-bottom: 0;
}

.comment_edit_buttons_area {
    margin-top: 3px;
}

.comment_content_body {
    border: solid 1px rgb(225, 225, 225);
    background-color: #f8f9fa;
    border-radius: 0.25rem;
}

.comment_user_name {
    margin-left: 3px;
    color: gray;
}

.comment_created_at {
    color: gray;
    margin-right: 5px;
    margin-bottom: 3px;
}

.comment_edited {
    color: gray;
    margin-right: 5px;
    margin-bottom: 3px;
}

.comment_edit_delete_area {
    margin-top: 3px;
}

.favorite_message {
    color: #ff8800;
}

.ql-syntax {
    overflow-x: scroll !important;
    white-space: pre !important;
}

.ql-editor > .ql-video {
    width: 90% !important;
    margin: 0 auto !important;
    height: 400px !important;
}

.loader,
.loader:before,
.loader:after {
    display: inline-block;
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: #858585;
    font-size: 3px;
    position: relative;
    right: 30px;
    bottom: 5px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader.loader_favorite {
    color: #858585;
    font-size: 3px;
    position: relative;
    right: -15px;
    bottom: 7px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

#article_view_right_area {
    position: relative;
}

.article_banner_area {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

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

.edit-status {
    padding-top: 3px
}

.thread_comment_id {
    color: gray;
}

.item-summary {
    font-size: 15px;
}

.jump_link_inner {
    font-size: 15px;
}

.adsbygoogle {
    min-width: 250px;
}

.ql_toolbar_limit {
    fill: none;
    stroke: dodgerblue;
    stroke-width: 5;
    vertical-align: middle;
    stroke-dasharray: calc((5 * 2) * 3.14);
    stroke-dashoffset: 0;
}

.ql-toolbar {
    position: sticky;
    top: 0;
    z-index: 1;
    background: lightgray;
}

.ql-clipboard {
    position: fixed !important;
}

.favoriter-area {
    overflow-x: auto;
}

.favorite-awesome {
    font-size: 120%;
}

.reader-awesome {
    font-size: 120%;
}

.favoriter-image {
    object-fit: cover;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin: 3px;
}

.favoriter-image:hover {
    transform:scale(1.2,1.2);
}

.show_favorites_link {
    font-weight: bold;
    font-size: 26px;
}

.do_favorite_area {
    align-items: center !important;
    display: flex;
    color:inherit;
}

.do_favorite_area > .favorite-awesome {
    border-radius: 50%;
    border: solid 1px gray;
    padding: 5px;
}

.do_favorite_area > .favorite-awesome:hover {
    border-color: #3490dc;
}

.nice_button.is_animated {
    animation: poyoyon2 1s ease;
}

@keyframes poyoyon2 {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}

.nice_count_balloon {
  position: relative;
  margin: 1.5em 0;

  text-align: center;
  color: #FFF;
  background: #70a6ff;
  border-radius: 5px;
  box-sizing: border-box;
}

.nice_count_balloon:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  z-index: 0;
}

.not_allow {
    cursor: not-allowed;
}

#look_like_article_area {
    margin-top: 20px;
}

.html_banner_item img {
    max-width: 300px;
    height: auto;
}

.html_banner_item iframe {
    vertical-align: bottom;
}

@media (max-width: 1470px) {
    .html_banner_area .html_banner_item:nth-child(4) {
        display: none;
    }
}

@media (max-width: 1370px) and (min-width: 841px) {
    .google_adsense_width {
        display: none;
    }
}

@media (max-width: 1110px) and (min-width: 765px) {
    #article_view_right_area {
        display: none;
    }
}

@media (max-width: 1000px) {
    .html_banner_area .html_banner_item:nth-child(3) {
        display: none;
    }
}

/* スマホ用 */
@media (max-width: 840px) {
    #nice_area {
        display: initial !important;
    }

    .nice_count_area {
        display: inline-block;
    }

    #view_register_area {
        display: none !important;
    }
    .google_adsense_width {
        display: none;
    }
    /* #article_view_right_area {
        display: none;
    } */
}

@media (max-width: 350px) {
    #article_view_right_area {
        display: none;
    }
}
