/* single.phpのみ適用 */
.post-post.current-item {
  position: initial !important;
  padding-left: initial !important;
}
@media screen and (min-width: 580px) {
  .post-post.current-item {
    position: relative !important;
    /* padding-left: 2.40625rem !important; */
    padding-left: 20px !important;
  }
}

.post.post-dictionary.current-item {
  position: initial !important;
  padding-left: initial !important;
}
@media screen and (min-width: 580px) {
  .post.post-dictionary.current-item {
    position: relative !important;
    /* padding-left: 2.40625rem !important; */
    /* margin-left: -10px; */
    padding-left: 20px !important;

  }
}

.pankuz .current-item::before {
  display: none;
}
@media screen and (min-width: 580px) {
  .pankuz .current-item::before {
    display: block;
  }
}
