@charset "UTF-8";
/* @content */
#pear-introduction #page_header {
  background-image: url(../images/pear/underlayer-main@2x.jpg);
}

#pear-introduction .vertical-outline {
  color: #AF9B38;
}
#pear-introduction .vertical-outline p:after {
  background-image: url(../images/pear/pears_icon@2x.png);
  width: 174px;
  height: 130px;
  left: -190px;
  bottom: 0px;
}
#pear-introduction .area-layout02_title h2 {
  background-image: url(../images/pear/pears_icon@2x.png);
  background-size: 174px;
}
/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
  #pear-introduction .vertical-outline {
    margin-top: 90px;
  }
}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {
}
/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
	#pear-introduction #section01 {
		margin-top: 80px;
	}
}