@charset "utf-8";
.foodFlowSec .foodFlowBox {
  background: #406ab5;
  padding: 4%;
  box-sizing: border-box;
  margin-top: 76px;
  margin-bottom: 112px;
}
.foodFlowSec .foodFlowBox .topArea {
  background: url(../img/inspection/flow/flow-img01.svg) no-repeat right bottom / contain;
}
.foodFlowSec .foodFlowBox .topArea img {
  width: 76%;
}
.foodFlowSec .foodFlowBox .bottomArea {
  font-size: 16px;
  padding: 46px 0;
  box-sizing: border-box;
  text-align: center;
  line-height: 44px;
  background: #fff;
  border-top: 8px solid #37819e;
}
@media screen and (max-width: 640px) {
  .foodFlowSec .foodFlowBox .bottomArea {
    font-size: 14px;
    padding: 4%;
    line-height: 2;
  }
}
.foodFlowSec .h2Hexagon.iconSystem01::before {
  background-image: url(../img/inspection/flow/icon_h2-hexagon-system01.svg);
  height: 2.3em;
}
.foodFlowSec .h2Hexagon.iconSystem02::before {
  background-image: url(../img/inspection/flow/icon_h2-hexagon-system02.svg);
  height: 2.3em;
}
.foodFlowSec .h2Hexagon.iconSystem03::before {
  background-image: url(../img/inspection/flow/icon_h2-hexagon-system03.svg);
  height: 2.3em;
}
.foodFlowSec .foodSystemBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 43px;
  margin-bottom: 4%;
}
.foodFlowSec .foodSystemBox .foodSystemBoxL {
  width: 44%;
}
@media screen and (max-width: 640px) {
  .foodFlowSec .foodSystemBox .foodSystemBoxL {
    width: 100%;
    margin-bottom: 4%;
  }
}
.foodFlowSec .foodSystemBox .foodSystemBoxL img {
  width: 100%;
}
.foodFlowSec .foodSystemBox .foodSystemBoxR {
  width: 56%;
  padding: 4%;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .foodFlowSec .foodSystemBox .foodSystemBoxR {
    width: 100%;
  }
}
.foodFlowSec .foodSystemBox .foodSystemBoxR p {
  font-size: 16px;
  line-height: 34px;
}
@media screen and (max-width: 640px) {
  .foodFlowSec .foodSystemBox .foodSystemBoxR p {
    line-height: 2;
  }
}
.foodFlowSec .foodSystemList {
  border: 1px solid #406ab5;
  box-sizing: border-box;
  padding: 30px 6%;
  margin-bottom: 106px;
}
@media screen and (max-width: 640px) {
  .foodFlowSec .foodSystemList {
    margin-bottom: 20%;
  }
}
.foodFlowSec .foodSystemList h3 {
  color: #406ab5;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 22px;
  background: url(../img/inspection/flow/list-bg.svg) no-repeat left bottom / 220px auto;
  padding-bottom: 2%;
  padding-left: 2%;
}
@media screen and (max-width: 640px) {
  .foodFlowSec .foodSystemList h3 {
    font-size: 20px;
    padding-bottom: 16px;
    padding-left: 8px;
    margin-bottom: 10px;
  }
}
.foodFlowSec .foodSystemList ul {
  overflow: hidden;
}
.foodFlowSec .foodSystemList ul li {
  float: left;
  margin-right: 4%;
  margin-bottom: 2%;
  font-size: 16px;
}
.foodFlowSec .foodSystemList ul li::before {
  content: '■';
  display: inline-block;
  margin-right: 8px;
  color: #406ab5;
}
.foodFlowSec .foodSystemList p {
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 2%;
}
.foodFlowSec .foodSystemInfo {
  margin-top: 130px;
  margin-bottom: 60px;
  background: #f2f2f2;
}
@media screen and (max-width: 640px) {
  .foodFlowSec .foodSystemInfo {
    margin-top: 20%;
  }
}
.foodFlowSec .foodSystemInfo h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background: #406ab5;
  padding: 2% 4%;
  box-sizing: border-box;
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .foodFlowSec .foodSystemInfo h3 {
    font-size: 20px;
    margin-bottom: 26px;
  }
}
.foodFlowSec .foodSystemInfo .foodSystemInfoBox {
  padding: 0 4%;
  box-sizing: border-box;
  padding-bottom: 84px;
}
@media screen and (max-width: 768px) {
  .foodFlowSec .foodSystemInfo .foodSystemInfoBox {
    padding-bottom: 44px;
  }
}
.foodFlowSec .foodSystemInfo .foodSystemInfoBox h4 {
  font-size: 20px;
  font-weight: 700;
  color: #406ab5;
  box-sizing: border-box;
  margin-bottom: 4%;
  padding: 40px;
  background: url(../img/inspection/flow/flow-top.svg) no-repeat top center / 100% auto, url(../img/inspection/flow/flow-bottom.svg) no-repeat bottom center / 100% auto;
}
@media screen and (max-width: 640px) {
  .foodFlowSec .foodSystemInfo .foodSystemInfoBox h4 {
    font-size: 18px;
    padding: 20px;
  }
}
.foodFlowSec .foodSystemInfo .foodSystemInfoBox h4.long {
  background: url(../img/inspection/flow/flow-top.svg) no-repeat top center / 100% auto, url(../img/inspection/flow/flow-bottom2.svg) no-repeat bottom center / 100% auto;
}
.foodFlowSec .foodSystemInfo .foodSystemInfoBox p {
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 3%;
  padding: 0 2%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .foodFlowSec .foodSystemInfo .foodSystemInfoBox p {
    font-size: 15px;
    line-height: 2;
  }
}
.foodFlowSec .foodSystemInfo .foodSystemInfoBox dl {
  margin-bottom: 3%;
  padding: 0 2%;
  box-sizing: border-box;
}
.foodFlowSec .foodSystemInfo .foodSystemInfoBox dt {
  font-size: 18px;
  font-weight: 700;
  color: #e2944d;
  display: inline-block;
  background: url(../img/inspection/flow/orange-dot.svg) repeat-x bottom left / 100% auto;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .foodFlowSec .foodSystemInfo .foodSystemInfoBox dt {
    font-size: 16px;
  }
}
.foodFlowSec .foodSystemInfo .foodSystemInfoBox dd {
  font-size: 16px;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  .foodFlowSec .foodSystemInfo .foodSystemInfoBox dd {
    font-size: 14px;
  }
}
