/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 03 2026 | 02:19:32 */
/* 施工実績ページ */

#body_wrap.page-id-211 .c-pageTitle::before {
  content: "WORKS";
  display: block;
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
  color: #888;
}
#body_wrap.page-id-211 .l-content {
	padding-top: 0;
	margin-top: -38px;
}
#body_wrap[class*="works"] #sidebar {
	display: none;
}
#body_wrap[class*="works"] #main_content {
	width: 100%;
}


/* 施工実績シングルページ */
#body_wrap.single-post-works .thumbnail {
	width: min(600px, 100%);
	margin-left: auto;
	margin-right: auto;
}
#body_wrap.single-post-works .box {
	border-width: 4px!important;
	border-color: #eee;
}

#body_wrap.single-post-works .item.-before figure {
	position: relative;
	display: block;
}

#body_wrap.single-post-works .item.-before figure::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -58px;
	transform: translateY(-50%);
	width: 40px;          /* 横ラインの長さ */
	height: 6px;          /* 太さ */
	background: #000;     /* 色変更OK */
	visibility: visible;
}
#body_wrap.single-post-works .item.-before figure::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -58px;
	transform: translateY(-50%) rotate(45deg);
	width: 18px;
	height: 18px;
	border-top: 6px solid #000;
	border-right: 6px solid #000;
	visibility: visible;
}

@media (max-width: 959px) {
  #body_wrap.single-post-works .item.-before figure::after {
    top: auto;
    right: 50%;
    bottom: -60px;
    transform: translateX(50%);
    width: 6px;      /* 縦ライン */
    height: 40px;
  }
  #body_wrap.single-post-works .item.-before figure::before {
    top: auto;
    right: 50%;
    bottom: -60px;
    transform: translateX(50%) rotate(135deg);
    width: 18px;
    height: 18px;
    border-top: 6px solid #000;
    border-right: 6px solid #000;
  }
}

@media (max-width: 450px) {
  #body_wrap.single-post-works .item.-before figure::after {
    bottom: -50px;
  }
  #body_wrap.single-post-works .item.-before figure::before {
    bottom: -50px;
  }
}


/* 施工実績　カテゴリーアーカイブページ */
#body_wrap.tax-works-category .p-postList__excerpt {
	 display: none;
}
