@media only screen and (min-width: 600px) {
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
#eyecatchここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#eyecatch{
	height: 150px;
	background-image: url(../img/eyecatch/eye_about.jpg);
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
aboutコンテンツここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
aboutコンテンツここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#about_cont{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
#eyecatch_about{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	background-image: url(../img/eyecatch/eye_about_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
#eyecatch_about_inner{
	width: 980px;
	height: auto;
	margin: 0 auto;
}
#eyecatch_about_inner img{
	display: block;
	width: 160px;
	height: auto;
	margin: 0 auto;
}
#eyecatch_about_inner ul{
	width: 660px;
	height: auto;
	margin: -60px auto 0;
	padding: 90px 30px 50px;
	background-color: #fff;
}
#eyecatch_about_inner ul li{
	width: 70%;
	height: auto;
	margin: 10px auto 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 38px;
	text-align: center;
	border-bottom: 1px solid #000;
}
#eyecatch_about_inner ul li.border_none{
	border: none;
}
#about_cont p.about_text{
	display: block;
	margin: 30px auto;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
}
#about_cont p.about_text span{
	color: #A88322;
}
#about_cont ul#about_photo{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	font-size: 0;
}
#about_cont ul#about_photo li{
	float: left;
	width: 25%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#about_cont ul#about_photo li img{
	width: 100%;
	height: auto;
}



}






























@media only screen and (max-width: 599px) {
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
#eyecatchここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#eyecatch{
	background-image: url(../img/eyecatch/eye_about.jpg);
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
aboutコンテンツここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
aboutコンテンツここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#about_cont{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
#eyecatch_about{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	background-image: url(../img/eyecatch/eye_about_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
#eyecatch_about_inner{
	width: 98%;
	height: auto;
	margin: 0 auto;
}
#eyecatch_about_inner img{
	display: block;
	width: 40%;
	height: auto;
	margin: 0 auto;
}
#eyecatch_about_inner ul{
	width: 85%;
	height: auto;
	margin: -60px auto 0;
	padding: 90px 5% 50px;
	background-color: #fff;
}
#eyecatch_about_inner ul li{
	width: 100%;
	height: auto;
	margin: 10px auto 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	border-bottom: 1px solid #000;
}
#eyecatch_about_inner ul li.border_none{
	border: none;
}
#about_cont p.about_text{
	display: block;
	width: 92%;
	margin: 30px auto;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
}
#about_cont p.about_text span{
	color: #A88322;
}
#about_cont ul#about_photo{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	font-size: 0;
}
#about_cont ul#about_photo li{
	float: left;
	width: 50%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#about_cont ul#about_photo li img{
	width: 100%;
	height: auto;
}



}