@charset "UTF-8";
/*
	Filename: aquaculture
	Version: 1.0.1
*/
/*-----------------------------------------------------
	sec#aquaculture
------------------------------------------------------*/
#aquaculture {
  padding: 0 0 80px;
  text-align: center;
}
#aquaculture h2 {
	margin-bottom: 50px;
}
#aquaculture img {
  width: 80%;
  margin-bottom: 30px;
  border-radius: 7px;
}
#aquaculture p {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #aquaculture img {
    width: 100%;
  }
  #aquaculture p {
    text-align: left;
  }
}
/*-----------------------------------------------------
	sec#aquaculture_02
------------------------------------------------------*/
#aquaculture_02 {
  padding: 80px 0;
  background: #F5F9FC;
}
#aquaculture_02 h3 {
	margin-bottom: 50px;
}
#aquaculture_02 .wrap .flex {
	margin-bottom: 100px;
}
#aquaculture_02 .wrap .flex:last-of-type {
	margin-bottom: 0;
}
#aquaculture_02 .wrap .flex .aquaculturePhoto {
	width: 55%;
}
#aquaculture_02 .wrap .flex .aquaculturePhoto img {
	width: 100%;
  border-radius: 7px;
}
#aquaculture_02 .wrap .flex .aquacultureText {
	width: 40%;
  background: url("../images/top/about_illust.png") no-repeat center bottom;
}
#aquaculture_02 .wrap .flex .aquacultureText p {
	font-size: 16px;
}
@media screen and (max-width: 750px) {
  #aquaculture_02 .wrap .flex .aquaculturePhoto {
    width: 100%;
    margin-bottom: 30px;
  }
  #aquaculture_02 .wrap .flex .aquacultureText {
    width: 100%;
  }
}

/*-----------------------------------------------------
	sec#aquaculture_03
------------------------------------------------------*/
#aquaculture_03 {
  padding: 80px 0 0;
  text-align: center;
}
#aquaculture_03 h2 {
	margin-bottom: 50px;
}
#aquaculture_03 h3 {
	margin-bottom: 50px;
}
#aquaculture_03 img {
  width: 80%;
  margin-bottom: 30px;
  border-radius: 7px;
}
#aquaculture_03 p {
  width: 80%;
  margin: 0 auto 100px;
  font-size: 16px;
  text-align: left;
}
#aquaculture_03 p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  #aquaculture_03 img {
    width: 100%;
  }
  #aquaculture_03 p {
    width: 100%;
  }
}

