/* 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; */
  }
}
.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;
  }
}

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


.c-pankuz span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
}
@media (min-width: 701px) and (max-width: 767px) {
  .c-pankuz span[property="name"] {
    max-width: 80%;
  }
}
@media (min-width: 601px) and (max-width: 700px) {
  .c-pankuz span[property="name"] {
    max-width: 65%;
  }
}
@media (min-width: 501px) and (max-width: 600px) {
  .c-pankuz span[property="name"] {
    max-width: 60%;
  }
}
@media (min-width: 401px) and (max-width: 500px) {
  .c-pankuz span[property="name"] {
    max-width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .c-pankuz span[property="name"] {
    max-width: 40%;
  }
}

.c-pankuz .current-item span {
  color: #BCCDDB;
}

.single {
  margin-top: 71px;
}

.single__content--case .wp-block-image:first-child {
  width: 100%;
}

.single__content--case .wp-block-image:first-child img {
  width: 100% !important;
  height: auto;
}

.s-case__info {
  display: flex;
  align-items: center;
}

.s-case__name {
  font-size: 20px;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #939393;
  
}

.s-case__date {
  font-size: 20px;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #939393;
}

.s-case__hashtag {
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #939393;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: auto-phrase;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-top: 10px;
}

.inner {
	max-width:640px !important;
}

.wp-block-image {
	width:100% !important; 
}

.wp-block-image img {
	width:100% !important; 
}