@charset "utf-8";
/* .foodAboutSec .topBgImg {
  background: url(../img/inspection/about/aboutTopBg.jpg) no-repeat center center / cover;
  padding: 8% 0;
  margin-bottom: 67px;
}
@media screen and (max-width: 768px) {
  .foodAboutSec .topBgImg {
    margin-bottom: 12%;
  }
} */
.foodIsoSec h2 {
  width: 70%;
  margin: 0 auto;
  font-size: 31px;
  text-align: center;
  color: #fff;
  background: url(../img/inspection/about/about-bg.svg) no-repeat center center / contain;
  padding: 4% 0;
}
@media screen and (max-width: 768px) {
  .foodIsoSec h2 {
    width: 98%;
    font-size: 14px;
  }
}
.foodIsoSec .foodIsoBox {
  margin-bottom: 93px;
}
@media screen and (max-width: 768px) {
  .foodIsoSec .foodIsoBox {
    margin-bottom: 16%;
  }
}
.foodIsoSec .foodIsoBox h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 36px;
  border-bottom: 4px solid #ddd;
  padding: 0.2em 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .foodIsoSec .foodIsoBox h3 {
    font-size: 20px;
    margin-bottom: 6%;
  }
}
.foodIsoSec .foodIsoBox h3::after {
  content: '';
  display: block;
  width: 5.65em;
  height: 4px;
  border-radius: 1px;
  background-color: #406ab5;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.foodIsoSec .foodIsoBox p {
  font-size: 15px;
}
.foodIsoSec .foodIsoBox2 h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 1.6%;
  box-sizing: border-box;
  color: #fff;
  background: #e60012;
  margin-bottom: 20px;
}
.foodIsoSec .foodIsoBox2 .flex2{
  display: flex;
  justify-content: space-between;
}
.foodIsoSec .foodIsoBox2 .flex2 > div{
  width: 48%;
}
.foodIsoSec .foodIsoBox2 dl{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #CCC;
}
.foodIsoSec .foodIsoBox2 dt{
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .foodIsoSec .foodIsoBox2 h3 {
    font-size: 18px;
  }
}
.foodIsoSec .foodIsoBox2 p img {
  margin-bottom: 37px;
}
.foodIsoSec .foodIsoBox2 p:last-child {
  width: 50%;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .foodIsoSec .foodIsoBox2 p:last-child {
    width: 90%;
  }
}
.foodIsoSec .foodIsoBox2 p img:last-child {
  margin-bottom: 0;
}
.foodIsoSec .foodIsoBox2 .img01 {
  margin-bottom: 20px;
}
