@charset "UTF-8";

#pigtopork .main {
  background: url("../img/pigtopork/img_main.jpg")no-repeat;
  background-size: cover;
  background-position: center;
}

#pigtopork .container {
  padding: 170px 0 200px;
  position: relative;
}

#pigtopork .container .block {
    margin: 70px auto 0;
}

#pigtopork .container .block .heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 25px;
}

#pigtopork .container .block .detail {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 auto 30px;
}

#pigtopork .container .block .detail dt {
  font-weight: bold;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {


  #pigtopork .container {
    padding: 100px 0;
  }

  #pigtopork .container .block .heading {
      margin-bottom: 15px;
      font-size: 1.6rem;
      line-height: 1.5;
  }

  #pigtopork .container .block {
      margin: 50px auto 0;
  }

  #pigtopork .container .block .detail dt {
      padding-bottom: 5px;
  }

  #pigtopork .container .block .detail {
      font-size: 1.2rem;
  }




}
