@charset "utf-8";

/*--------------------INFORMATION--------------------*/
.newsBlock01{
	padding: 5% 4% 3%;
	background-color: #fbf4f4;
}

.newsTit{
	margin-bottom: 40px;
}
.newsTit h3{
	font-size: 26px;
	line-height: 160%;
	margin-bottom: 15px;
}
.newsTit .date{
	font-size: 14px;
	line-height: 100%;
	padding-bottom: 0;
}

.newsBlock01 .txt{
	margin-bottom: 40px;
}
.newsBlock01 p{
	font-size: 15px;
	line-height: 160%;
	padding-bottom: 20px;
}
.newsBlock01 a:link,
.newsBlock01 a:visited{
	text-decoration: underline;
}




/*----------------------------------------------------*/
/*@media only screen and (max-width: 1000px) {


}*/





/*----------------------------------------------------*/
@media only screen and (max-width: 767px) {

/*--------------------INFORMATION--------------------*/
.newsBlock01{
	padding: 5% 4% 3%;
	/*background-color: #fbf4f4;*/
}

.newsTit{
	margin-bottom: 8%;
}
.newsTit h3{
	font-size: 5.2vw;
	line-height: 140%;
	margin-bottom: 4%;
}
.newsTit .date{
	font-size: 3.4vw;
	/*line-height: 100%;
	padding-bottom: 0;*/
}

.newsBlock01 .txt{
	margin-bottom: 5%;
}
.newsBlock01 p{
	font-size: 3.6vw;
	line-height: 150%;
	padding-bottom: 4%;
}

}







