/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 17 2026 | 05:31:02 */
.news-list li:first-child a::after {
  content: "NEW";
  display: inline-block;
  margin-left: 10px;
  padding: 2px 7px;
  background: #C89E60;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 3px;
}


.mvNews{
	background-image: url(http://t-brains.com/wp-content/uploads/2026/08/visual_news-scaled.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 0px;
	min-height:300px;
}
.mvNews h1{
    font-size: 50px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 2px;
	overflow:hidden;
	margin-bottom:10px;
}


.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:#04194F;
	padding-left:10px;
	margin-right: 20px;
}
.newsList .title{
	font-size:16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	color:#333;
}
.newsList .pv{
	margin-top:30px;
}
.newsList .pv a{
	margin-left:5px;
	margin-right:5px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
}


.newsDetail{
	padding-top:60px;
	padding-bottom:120px;
}
.newsDetail .date{
	font-size:16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	color:#04194F;
	margin-bottom:0px;
}
.newsDetail .title{
	font-size:26px;
	font-family: "Noto Serif JP", serif;animation-direction
	font-weight:500;
	padding-bottom:5px;
	border-bottom:3px solid #04194F;
	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:#C89E60;
	font-size:16px;
	width: 250px;
}
.newsDetail .btn a:hover {
	background-color:#C89E60;
	opacity: 0.7;
}
.newsDetail .btn a:before {
  background: url(http://t-brains.com/wp-content/uploads/2026/08/ico_arrow_white.svg);
  content: "";
  width: 29px;
  height: 10px;
  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;
}
	
		.mvNews{
    padding-top: 70px;
    padding-bottom: 0px;
	min-height:180px;
		padding-left:15px;
		padding-right:15px;
}
.mvNews h1{
    font-size: 38px;
}
	
	
}







