body#farmers .pagetitle {
  background: url("../images/farmers/pagetitle_bg.jpg") no-repeat center center;
  background-size: cover;
}
body#farmers .farmermap {
  margin-bottom: 1.875rem;
  text-align: center;
}
body#farmers .farmermap img[usemap], body#farmers .farmermap map area {
  outline: none;
}
body#farmers .farmerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.875rem;
  border-bottom: solid 2px #fc6076;
}
body#farmers .farmerbox h4 {
  order: 1;
  flex-basis: 100%;
}
body#farmers .farmerbox figure {
  order: 3;
  flex-basis: 24%;
  text-align: right;
}
body#farmers .farmerbox .detail {
  order: 2;
  flex-basis: 70%;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body#farmers .farmermap {
    margin-bottom: 8vw;
  }
  body#farmers .farmerbox {
    display: block;
    margin-bottom: 6.66667vw;
  }
  body#farmers .farmerbox figure {
    margin-bottom: 5.33333vw;
    text-align: center;
  }
}