@charset "utf-8";

/*注意事項*/
.newsNote{
	padding-top: 38px;
	padding-bottom: 38px;
	background-color: #666;
	color: #fff;
}
.newsNote .newsNoteIn{
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.4rem;
	line-height: 1.714;
}
.newsNote .newsNoteTtl{
}

@media screen and (max-width:767px){
	.newsNote{
		padding: 10px 4%;
	}
	.newsNote .newsNoteIn{
		font-size: 1.2rem;
	}
}
