@charset "UTF-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
	width: 800px;
}

#main .h2Ttl {
	margin-bottom: 35px;
	padding: 7px 0 0;
	font-size: 2.4rem;
	text-align: center;
}

#main .h3Ttl {
	margin-bottom: 4px;
	font-size: 1.8rem;
}

#main p {
	font-size: 1.5rem;
	line-height: 1.7;
}

#h2Sec section {
	margin-top: 28px;
}

#main .noteList li {
	font-size: 1.5rem;
	line-height: 1.7;
	text-indent: -1em;
	padding-left: 1em;
}


@media only screen and (max-width: 767px){
	#main {
		width: auto;
	}
	
	#main .h2Ttl {
		margin-bottom: 10px;
		padding: 0;
		font-size: 1.8rem;
		line-height: 1.3;
	}

	#main .h3Ttl {
		margin-bottom: 0;
		font-size: 1.5rem;
	}

	#main p {
		line-height: 1.33;
	}

	#h2Sec section {
		margin-top: 18px;
	}

	#main .noteList li {
		line-height: 1.33;
		padding: 0;
		text-indent: 0;
	}
	
}