/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 01 2026 | 01:15:42 */
/* 下層ページ（会社概要） */
.p-company-shazei .box {
  position: relative;
  background: #fff;
}
.p-company-shazei .box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(
    45deg,
    #bfa37a,
    #ccc
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

.p-company-detail th {
	width: 110px!important;
}

