/*
Theme Name: Lightning Child Sample
Theme URI: 
Template: lightning
Description: lightning
Author: 
Tags: 
Version: 0.6.0
*/

a:hover {
  opacity:0.7;
}

h2 code{
	writing-mode: vertical-rl;
    text-orientation: upright;
	font-family: Hiragino Mincho ProN, "游明朝", serif;
}

@media (min-width: 1024px) {
  body:not(.home) {
    margin-top: 64px;
  }
}

@media (max-width: 1023px) {
.has-text-color.has-white-color.has-small-font-size.nav--open--lg-up{
	display: none;
	}
}

@media screen and (max-width: 991px) {
	.vk_custom_css_5::before{left: calc(69%)!important;}
}
@media screen and (max-width: 767px) {
	.vk_custom_css_5::before{left: calc(54%)!important;}
}


.archive.tax-industry .vk_post_title_new,.single-pastwork .vk_post_title_new,.post-type-pastwork .vk_post_title_new{
  display: none;
}
.vk_post_date.media-date{
  display: none;
}
.postList_date.postList_meta_items{
  display: none;
}


/*実績　サイドバー*/

.tag-post-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  text-decoration: none;
}

.tag-post-thumb img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
}

.tag-post-title {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.tag-post-item:hover .tag-post-title {
  text-decoration: underline;
}
