
/*===========================
** みんなの有機農業大事典　CSS
===========================*/
.shuisho-block{
  margin: 2em auto;
}
h4{
  margin: 1em auto;
}
.shuisho .main-content{
  position: relative;
}
.shuisho .main-content::before{
  content: "";
  background: url(../img/shuisho/parts01.png) 100% 100% / cover;
  position: absolute;
  top: 60px;
  right: 0;
  width: 17em;
  height: 17em;
  transform: rotate(113deg);
  opacity: 0.2;
}
.shuisho .main-content::after{
  content: "";
  background: url(../img/shuisho/parts02.png) 100% 100% / cover;
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 20em;
  height: 18em;
  transform: rotate(60deg);
  opacity: 0.2;
}
@media screen and (width < 750px) {
  .shuisho .main-content::before{
    width: 12em;
    height: 12em;
  }
  .shuisho .main-content::after{
    width: 12em;
    height: 11em;
  }
}
