@charset "utf-8";
/* CSS Document */

header{
	width:100%;
	margin:0 auto;
}
footer{
	background: #c30d23;
	padding:4% 0 3%;
	
}
footer .in{
	width:96%;
	max-width: 1200px;
	margin:0 auto;
	color: #FFF;
}
footer .in p{
	font-size: 20px;
	line-height: 2;
	margin-bottom: 84px;
}
footer .in .cp{
	font-size:17px;

}
@media only screen and (max-width:767px) {
	footer .in p{
		font-size: 2.8vw;
		margin-bottom: 3%;
	}
	footer .in .cp{
		font-size:2.2vw;

	}
}