/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 14 2025 | 06:47:25 */
.newsList{
	padding-top:60px;
	padding-bottom:120px;
}
.newsList ul li{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
}
.newsList .date{
	font-size:16px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:500;
	color:#FFA930;
	padding-left:10px;
	width: 90px;
}
.newsList .title{
	font-size:16px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:400;
	color:#333;
}
.newsList .pn{
	margin-top:30px;
}



.newsDetail{
	padding-top:60px;
	padding-bottom:120px;
}
.newsDetail .date{
	font-size:16px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:500;
	color:#FFA930;
	margin-bottom:5px;
}
.newsDetail .title{
	font-size:24px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:500;
	padding-bottom:5px;
	border-bottom:2px solid #FFE639;
	margin-bottom:20px;
}
.newsDetail .btn {
  color: #000;
	margin-top:50px;
}
.newsDetail .btn a {
  position: relative;
  padding-top: 15px;
    padding-left: 50px;
    padding-bottom: 15px;
  text-decoration: none;
  color: #000;
font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
	background-color:#FFE639;
	font-size:16px;
	width: 250px;
	border:2px solid #000000;
	border-radius:100px;
}
.newsDetail .btn a:hover {
	background-color:#FFE639;
	opacity: 0.7;
}
.newsDetail .btn a:before {
  background: url(https://sakudesign.jp/nikkai/wp-content/uploads/2025/07/ico_arrow_black.svg);
  content: "";
  width: 9px;
  height: 14px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.newsDetail p {
	margin-bottom:15px;
}


@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;
}
	
}

