@charset "UTF-8";
/* =================================
Top Page CSS
================================= */

.group_news_content figure { margin: 0; line-height: 22px;}



#main {
	width: 890px;
}

.new_titile {
	width: 100%;
	text-align: center; 
}

#main .content_news_02 {
	width: 100%;
	margin: 65px 0;
}

#main .group_news_content .news_02_box {
	font-size: 13px;
	line-height: 30px;
}
#main .content_news_02 span{
	display: inline-block;
	vertical-align: top;
	color: #41d2c4;
	font-size: 18px;
}

#main .content_news_02 span:last-child {
	width: 740px;
	margin-left: 35px;
	line-height: 30px;
	color: #4d4d4d;
	font-size: 18px;
	font-weight: bold;
	margin-top: -4px;
}

.news_02_box figure {
	margin-bottom: 75px; 
}

.news_02_box figure figcaption {
	font-size: 13px;
	line-height: 1.8em;
	margin-top: 14px;
	color: #4d4d4d;
}

.news_02_box figure:last-child figcaption {
	font-size: 13px; 
}


@media only screen and (max-width: 768px) {
	
	.group_news_content { width: 100%; padding: 0 10px; }
	
	#main .content_news_02 { margin: 40px 0; }
	
	#main .content_news_02 span { display: block; }
	
	#main .content_news_02 span:first-child { font-size: 14px;text-align: center; font-weight: bold; }
	
	#main .content_news_02 span:last-child {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.6em;
	}
	
	.news_02_box figure img { width: 100%; }
	
	.news_02_box figure { margin-bottom: 50px;font-size: 12px;line-height: 1.8em; }
	.news_02_box figure figcaption {
		font-size: 12px;
		line-height: 1.8em;
		margin-top: 14px;
		color: #4d4d4d;
} 
	
}