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

section h2.section-heading{
	font-size: 3rem;
	text-align: center;
	margin: 10px auto 40px auto;
}
.lead{
	font-size: 1.6rem;
	line-height:1.8;
}
h3{
	font-size: 2.4rem;
	margin-top: 32px;
}

/*=========スマホ向け調整==========*/
@media (max-width: 767px) {
.company_profile{
	padding:0;
}
section h2.section-heading{
	font-size: 2.4rem;
	margin-top: 10px;
}
.lead{
	font-size: 1.4rem;
	line-height:1.8;
}
h3{
	font-size: 2rem;
	margin-top: 32px;
}
}