/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 14 2025 | 10:25:59 */
.worksList{
	padding-top:60px;
	padding-bottom:100px;
}
.worksList .navi{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom:60px;
	gap:30px;
}
.worksList .navi li {
	color: #333;
  }
.worksList .navi li a {
		position: relative;
	  padding-top: 12px;
	  padding-right: 40px;
	  padding-left: 50px;
	  padding-bottom: 12px;
	text-decoration: none;
	color: #333;
	font-weight: 600;
	background-color:#FFF;
	  font-size:16px;
	border:2px solid #139A4B;
  }
.worksList .navi li a:hover {
	  background-color:#FFF;
	  opacity: 0.7;
  }
.worksList .navi li a:before {
	background: url(https://tfield.co.jp/test/wp-content/uploads/2025/04/ico_arrow_green.svg);
	content: "";
	width: 8px;
	height: 12px;
	left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  }


.worksList .navi li.current-cat {
	color: #FFF;
  }
.worksList .navi li.current-cat a {
		position: relative;
	  padding-top: 12px;
	  padding-right: 40px;
	  padding-left: 50px;
	  padding-bottom: 12px;
	text-decoration: none;
	color: #FFF;
	font-weight: 600;
	     background: linear-gradient(90deg, #6BAB1D, #139A4B);
	  font-size:16px;
  }
.worksList .navi li.current-cat a:hover {
	  background: linear-gradient(90deg, #6BAB1D, #139A4B);
	  opacity: 0.7;
  }
.worksList .navi li.current-cat a:before {
	background: url(https://tfield.co.jp/test/wp-content/uploads/2025/04/ico_arrow_white.svg);
	content: "";
	width: 8px;
	height: 12px;
	left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  }

.worksList .category{
	margin-top:15px;
	margin-bottom:10px;
}
.worksList .category a{
	font-size:16px;
	text-decoration:none;
	background-color:#139A4B;
	padding:3px 10px;
	color:#FFF;
	margin-right: 5px;
}
.worksList h2{
	font-size:20px;
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}


.worksDetail {
	padding-top:60px;
	padding-bottom:120px;
  }
.worksDetail .category{
	margin-bottom:5px;
}
.worksDetail .category a{
	text-decoration:none;
	background-color:#139A4B;
	padding:3px 10px;
	color:#FFF;
	margin-right: 5px;
}
.worksDetail h2.title{
	font-size:24px;
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	padding-bottom:5px;
	border-bottom:3px solid #139A4B;
	margin-bottom:20px;
}
.worksDetail .btn {
	color: #FFF;
	margin-top:50px;
  }
.worksDetail .btn a {
		position: relative;
	  padding-top: 12px;
	  padding-right: 40px;
	  padding-left: 50px;
	  padding-bottom: 12px;
	text-decoration: none;
	color: #FFF;
	font-weight: 600;
	     background: linear-gradient(90deg, #6BAB1D, #139A4B);
	  font-size:16px;
  }
.worksDetail .btn a:hover {
	  background: linear-gradient(90deg, #6BAB1D, #139A4B);
	  opacity: 0.7;
  }
.worksDetail .btn a:before {
	background: url(https://tfield.co.jp/test/wp-content/uploads/2025/04/ico_arrow_white.svg);
	content: "";
	width: 8px;
	height: 12px;
	left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  }

.worksDetail table {
  border-collapse: collapse;
  width: 100%;
	margin-top:20px;
}
.worksDetail table th,
.worksDetail table td {
  padding: 15px 15px;
  background-color: #F3F3F3;
  border: solid 5px #FFF;
  box-sizing: border-box;
	 font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	line-height:1.3;
	font-size:16px;
}
.worksDetail table th {
  background-color: #52B37A;
  color: #fff;
  width: 150px;
  font-weight: 500;
  vertical-align: middle;
	font-size:16px;
}



@media (max-width: 833px) {
	.worksList{
	padding-top:30px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
.worksList .navi{
	margin-bottom:30px;
}
.worksList .navi li {
	margin-bottom:5px;
  }
	
	.worksDetail {
	padding-top:30px;
	padding-bottom:60px;
		padding-left:15px;
		padding-right:15px;
  }
.worksDetail .category{
	margin-bottom:5px;
}
.worksDetail .category a{
	font-size:16px;
	text-decoration:none;
	background-color:#139A4B;
	padding:3px 10px;
	color:#FFF;
}
.worksDetail h2.title{
	font-size:24px;
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	padding-bottom:5px;
	border-bottom:3px solid #139A4B;
	margin-bottom:20px;
	line-height: 1.3;
}
	
.worksDetail table th {
    padding: 4px 15px;
  }
.worksDetail table th,
.worksDetail table td {
    padding: 15px;
    display: block;
    width: 100%;
    border: none;
  }
	
}



