.works-tag-nav {
  margin: 0 auto 40px;
  max-width: 1000px;
  text-align: center;
}
.works-tag-nav-title {
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #777;
  margin-bottom: 12px;
}

.works-tag-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 10px;
}
.works-tag-list-item a {
  display: inline-block;
  padding: 6px 14px;
  font-size: 13px;
  line-height: 1.4;
  color: #333;
  background: #f3f1ee;
  border: 1px solid #e2e0dc;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.works-tag-list-item a:hover {
  background: #5b5858;
  color: #fff;
  border-color: #5b5858;
}

.single-tags {
  margin: 30px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.single-tags-label {
  font-size: 13px;
  color: #777;
}
.single-tags .single-tag-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.single-tags .single-tag-list a {
  font-size: 13px;
  color: #5b5858;
  text-decoration: none;
}
.single-tags .single-tag-list a:hover {
  text-decoration: underline;
}

.work-meta {
  max-width: 720px;
  margin: 24px auto 32px;
  border-top: 1px solid #e2e0dc;
}
.work-meta-row {
  display: flex;
  flex-direction: column;
  padding: 12px 4px;
  border-bottom: 1px solid #e2e0dc;
}
@media (min-width: 744px) {
  .work-meta-row {
    flex-direction: row;
    align-items: baseline;
  }
}
.work-meta-label {
  flex: 0 0 140px;
  font-size: 13px;
  font-weight: 600;
  color: #777;
  letter-spacing: 0.04em;
  margin: 0 0 4px;
}
@media (min-width: 744px) {
  .work-meta-label {
    margin: 0;
  }
}
.work-meta-value {
  flex: 1 1 auto;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

#sb_instagram .sb_instagram_header,
.sb_instagram_header {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding: 50px 0 12px;
}

.page-image img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .entry table th {
    padding: 15px 3% !important;
    display: block;
    border: none !important;
  }
  .entry table td {
    padding: 5px 3%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .cp-table-fi.scroll {
    width: 100%;
  }
}
.post_description .post-title {
  display: block;
}

.post-list h2.post-title,
.post-list-3c h2.post-title {
  font-size: 14px;
  padding: 5px 0;
  text-align: left;
}
