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

@charset "utf-8";

.container{
	width:92%;
	margin:auto;
}

section{
	padding:50px 0;
}

h2{
	font-size:30px;
	line-height:1.5;
	text-align:center;
	margin-bottom:35px;
}

h3{
	font-size:24px;
	line-height:1.5;
	margin-bottom:15px;
}

h4{
	font-size:16px;
	font-weight:normal;
	color:#777;
	margin:10px 0 20px;
	text-align:center;
}

.lead{
	font-size:16px;
	line-height:2;
	text-align:left;
}

.menu{
	margin-bottom:45px;
}

.menu p{
	font-size:16px;
	line-height:2;
}

.profile_wrap{
	display:block;
}

.profile_img{
	width:75%;
	margin:0 auto 30px;
}

.profile_img img{
	width:100%;
	display:block;
	border-radius:12px;
}

.profile_text{
	text-align:left;
}

.profile_text h3{
	text-align:center;
}

.profile_text p{
	font-size:16px;
	line-height:2;
}