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

/*---------------------------------------------------------------------------------------
	トップページ　index
----------------------------------------------------------------------------------------*/
.index-lead {
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 50px;
}
.index-lead h2 {
	font-size: 2.0rem;
	margin-top: 20px;
	font-weight: bold;
}
@media screen and (max-width:767px){
	.index-lead {
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	.index-lead h2 {
		font-size: 1.6rem;
		margin-top: 10px;
	}
}
