
/*////////////////////////////////////
会社概要
////////////////////////////////////*/

@media screen and (min-width: 768px) {
#head_img {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-size: contain;
	background-repeat: no-repeat;
	line-height: 0;
}
#head_img ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#head_img ul li {
	width: 100%;
}
#profile_area {
	width: 94%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#company_profile {
	width: 49%;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
#history {
	width: 49%;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	float: right;
}
#iso_icon {
	width: 100%;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}
#iso_icon_sp {
	display: none;
}
#about_mes {
	width: 94%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 1.6;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#head_img {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-size: contain;
	background-repeat: no-repeat;
	line-height: 0;
}
#profile_area {
	width: 94%;
	max-width: 767px;
	margin-left: auto;
	margin-right: auto;
}
#company_profile {
	width: 100%;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}
#history {
	width: 100%;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}
#iso_icon {
	display: none;
} 
#iso_icon_sp {
	width: 100%;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}
#about_mes {
	width: 94%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 1.6;
}
}


