@charset "utf-8";

/* aboutページ
--
-----------------------------*/
.manofAbout{
	width: 80%;
	margin: 0 auto;
}
.manofAbout h2 {
	margin: 4% auto;
	height: 280px;
	width: 100%;
	text-align: center;
	display: table;
}
.manofAbout .manof_about_logo{
	display: table-cell;
	vertical-align: middle;
}

.manofAbout .manof_about_logo img {
	width: 25%;
}
.manofAbout .manof_about_img1 {
	width: 82%;
	margin: 0 auto;
}
.manofAbout .manof_about_img2 {
	display: flex;
	width: 84%;
	margin: 0 auto;
	justify-content: space-evenly;
}
.manofAbout .manof_about_img2 img {
	width: 48%;
	margin: 1%;
}
.manofAbout .manof_about_txt {
	width: 82%;
	margin: 5% auto;
	font-family: "Helvetica", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.manofAbout .manof_about_txt h3{
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 5%;
}

.manofAbout .manof_about_txt p{
	font-size: 15px;
	line-height: 2;
}

@media only screen and (max-width: 750px) {
	.manofAbout{
		width: 100%;
	}
	.manofAbout h2 {
		height: 180px;
	}
	.manofAbout .manof_about_logo img {
		width: 44%;
	}
	.manofAbout .manof_about_txt h3 {
		font-size: 13px;
		font-weight: 600;
	}
	.manofAbout .manof_about_txt p {
		font-size: 10px;
	}
}
	
