/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2025 | 06:13:43 */
.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: "Noto Sans JP", sans-serif;
	font-weight:500;
	color:#12336F;
	padding-left:10px;
	width: 110px;
}
.newsList .title{
	font-size:16px;
	font-family: "Noto Sans JP", 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: "Noto Sans JP", sans-serif;
	font-weight:500;
	color:#3F4B78;
	margin-bottom:5px;
}
.newsDetail .title{
	font-size:24px;
	font-family: "Noto Serif JP", serif;
	font-weight:500;
	padding-bottom:5px;
	border-bottom:2px solid #3F4B78;
	margin-bottom:20px;
}
.newsDetail .btn {
  color: #fff;
	margin-top: 50px;
}
.newsDetail .btn a {
  position: relative;
    padding-top: 12px;
    padding-right: 45px;
    padding-left: 65px;
    padding-bottom: 12px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, #6170A7, #3F4B78);
   font-size: 16px;
  font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
}
.newsDetail .btn a:hover {
  background-color: #A98334;
  opacity: 0.7;
}
.newsDetail .btn a:before {
  background: url(http://chi-yoda.jp/wp-content/uploads/2025/07/ico_arrow_white.svg);
  content: "";
  width: 29px;
  height: 10px;
  left: 15px;
  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;
}
	
}

