body#freezedried .pagetitle {
  background: url('../images/freezedried/pagetitle_bg.jpg') no-repeat 50% 50%;
  background-size: cover;
}
body#freezedried .pagetitle figure {
  text-align: center;
}
body#freezedried .pagetitle figure img {
  width: 40rem;
}
body#freezedried .section:nth-child(even) {
  background-color: #e5f3fa;
}
body#freezedried .section .notes {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  margin-top: 1.25rem;
  line-height: 1.5;
}
body#freezedried .section .notes li {
  padding-left: 1em;
  text-indent: -1em;
  color: #e71a19;
  font-weight: 700;
}
body#freezedried .section .notes li strong {
  text-decoration: underline;
}
body#freezedried .section .pics {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}
body#freezedried .section .pics figure {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-basis: 30rem;
  padding: 0.625rem;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  -moz-border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  border-radius: 0.625rem;
}
body#freezedried .section .pics figure figcaption {
  margin-top: 0.625rem;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
}
body#freezedried .section .resluts {
  display: flex;
  justify-content: space-between;
}
body#freezedried .section .resluts figure {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-basis: 30rem;
  padding: 0.625rem;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  -moz-border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  border-radius: 0.625rem;
}
body#freezedried .section .resluts figure figcaption {
  margin-top: 0.625rem;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
}
body#freezedried .section .exotic_animals {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

body#freezedried .section .exotic_animals figure {
  width: calc((100% - 2.5rem) / 3);
}

body#freezedried .section .exotic_animals figure figcaption {
  padding: 0.3125rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body#freezedried .pagetitle figure img {
    width: 62.5vw;
  }
  body#freezedried .section .notes {
    gap: 1.04167vw;
    margin-top: 4.16667vw;
    font-size: 3.64583vw;
  }
  body#freezedried .section .pics {
    display: block;
    margin-top: 10.41667vw;
  }
  body#freezedried .section .pics figure {
    padding: 2.60417vw;
    -moz-border-radius: 2.60417vw;
    -webkit-border-radius: 2.60417vw;
    border-radius: 2.60417vw;
  }
  body#freezedried .section .pics figure + figure {
    margin-top: 10.41667vw;
  }
  body#freezedried .section .pics figure figcaption {
    margin-top: 2.60417vw;
    font-size: 4.16667vw;
  }
  body#freezedried .section .resluts {
    display: block;
  }
  body#freezedried .section .resluts figure {
    padding: 2.60417vw;
    -moz-border-radius: 2.60417vw;
    -webkit-border-radius: 2.60417vw;
    border-radius: 2.60417vw;
  }
  body#freezedried .section .resluts figure + figure {
    margin-top: 10.41667vw;
  }
  body#freezedried .section .resluts figure figcaption {
    margin-top: 2.60417vw;
    font-size: 4.16667vw;
  }
  body#freezedried .section .exotic_animals {
    gap: 5.20833vw;
    margin-top: 10.41667vw;
  }
  body#freezedried .section .exotic_animals figure {
    width: calc((100% - 5.20833vw) / 2);
  }
  body#freezedried .section .exotic_animals figure figcaption {
    padding: 1.30208vw;
    font-size: 2.60417vw;
  }
}
