@charset "utf-8";

@media only screen and (min-width: 768px){
	#news .inner{width: 759px ; height: auto; padding: 0 25px;}
} 

#news h2{font-size: 36px; font-family: 'NotoSansJP-Bold';  text-align: center; line-height: 140%;margin-bottom: 28px;}
#news h2 .bule_g{	font-family: 'Barlow-SemiBold'; font-size: 30px ;  display: block; margin-bottom: 30px; }
#news h2:after { display: block; content: ""; height: 2px; width: 40px; background: #c9c9c9 ; margin: 28px auto 0;}
#news .data{ color: #c9c9c9; font-family: 'Barlow-Medium'; font-size: 18px; margin-bottom: 63px; text-align: center;}

#news p{ font-size: 16px; line-height: 180%; font-family: 'NotoSansJP-Regular'; margin-bottom: 40px;}
#news a{border-bottom: 1px solid #003597; color: #003597; padding: 10px 0 7px; font-size: 16px; display: inline-block;}

/* ------------------------------------------------------------ mobile ------------------------------------------------------------ */
@media only screen and (max-width: 768px) {
	#news h2{font-size: 24px; margin-bottom: 38px;}
	#news h2 .bule_g{	font-size: 20px ;  margin-bottom: 14px;}
	#news h2 .line{height: 2px; width: 20px;  margin: 15px auto;}
	#news h2 .data{ font-size: 13px; }
	
	#news p{ font-size: 13px; margin-bottom: 30px}
	#news p.data { margin-bottom: 38px; }
	#news a{padding: 10px 0 7px;  font-size: 12px;}
}
