/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 24 2025 | 13:12:08 */
.newsList{
	padding-top:60px;
	padding-bottom:100px;
}
.newsList ul li{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
}
.newsList .date{
	font-size:16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	color:#139A4B;
	margin-right:15px;
	padding-left:10px;
}
.newsList .title{
	font-size:16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	color:#333;
}

.newsDetail{
	padding-top:60px;
	padding-bottom:120px;
}
.newsDetail .date{
	font-size:16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	color:#139A4B;
	margin-bottom:5px;
}
.newsDetail .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;
}
.newsDetail .btn {
  color: #fff;
	margin-top:50px;
}
.newsDetail .btn a {
  position: relative;
  padding-top: 15px;
    padding-left: 50px;
    padding-bottom: 15px;
  text-decoration: none;
  color: #fff;
font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
	background-color:#139A4B;
	font-size:16px;
	width: 250px;
}
.newsDetail .btn a:hover {
	background-color:#139A4B;
	opacity: 0.7;
}
.newsDetail .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%);
}


@media (max-width: 833px) {
	.newsList{
	padding-top:30px;
	padding-bottom:60px;
		padding-left:15px;
		padding-right:15px;
}
.newsList ul li{
	padding-top:10px;
	padding-bottom:10px;
}
.newsList .date{
	font-size:16px;
	margin-right:200px;
	padding-left:0px;
	        margin-bottom: 3px;
}
.newsList .title{
	font-size:16px;
}
	
		.newsDetail{
	padding-top:30px;
	padding-bottom:80px;
		padding-left:15px;
		padding-right:15px;
}
.newsDetail .date{
	margin-bottom:0px;
}
.newsDetail .title{
	font-size:22px;
}
	
}
