/* CSS Document */



.production-note {
	text-align:center;
	color: #E00707;
	margin-bottom:20px;
}


@media screen and (max-width: 1080px) {



}

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


.production-note {
	margin:1rem;
	text-align:left;
}
	
}

