@charset "utf-8";
.inspectionTable {
  margin: 46px -7px -10px;
}
@media screen and (max-width: 768px) {
  .inspectionTable {
    margin-top: 36px;
    margin: 35px -5px -5px;
    overflow-x: auto;
  }
}
.inspectionTable table {
  width: calc(100% + 14px);
  border-collapse: separate;
  border-spacing: 7px 10px;
  font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .inspectionTable table {
    border-spacing: 5px;
    width: calc(100% + 10px);
  }
}
.inspectionTable table th, .inspectionTable table td {
  vertical-align: middle;
}
.inspectionTable table thead th {
  border: 1px solid #406ab5;
  padding: 0.45em 0;
  background-color: #fffc92;
  font-weight: 700;
  color: #406ab5;
  line-height: 1.2;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .inspectionTable table thead th {
    font-size: 1.5rem;
  }
}
.inspectionTable table thead th small {
  font-size: 0.72em;
}
.inspectionTable table tbody th {
  height: 99px;
  padding: 0.8em 1.45em;
  background-color: #406ab5;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  text-indent: 0.14em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .inspectionTable table tbody th {
    padding-right: 0.8em;
    padding-left: 0.8em;
    font-size: 1.4rem;
  }
}
.inspectionTable table tbody td:nth-of-type(1) {
  border: 1px solid #406ab5;
  padding: 0.8em 1.5em;
  letter-spacing: 0.14em;
  color: #406ab5;
}
@media screen and (max-width: 768px) {
  .inspectionTable table tbody td:nth-of-type(1) {
    min-width: 33em;
    padding-right: 0.8em;
    padding-left: 0.8em;
    font-size: 1.3rem;
  }
}
.inspectionTable table tbody td:nth-of-type(2) {
  padding: 0.8em 1.5em;
  background-color: #e2944d;
  color: #fff;
  font-weight: 700;
  line-height: 1.75;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  text-indent: 0.14em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .inspectionTable table tbody td:nth-of-type(2) {
    padding-right: 0.8em;
    padding-left: 0.8em;
    font-size: 1.4rem;
  }
}
.foodRikagakuSec {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .foodRikagakuSec {
    margin-top: 90px;
  }
}
/*
.foodFlowSec {
  margin-top: 130px;
}
*/
/*
@media screen and (max-width: 768px) {
  .foodFlowSec {
    margin-top: 90px;
  }
}
*/
.foodSpeedySec {
  margin-top: 61px;
}
@media screen and (max-width: 768px) {
  .foodSpeedySec {
    margin-top: 55px;
  }
}
.foodSpeedyBox {
  padding: 22px 0 34px;
  background-image: url(../img/inspection/common/bgPolkaDot.svg);
}
.foodSpeedyTtl {
  padding-left: 20px;
  text-align: center;
}
.foodSpeedyCont {
  margin: -4px 3.3% 0;
  border-top: 8px solid #37819e;
  padding: 1.45em 5% 2.35em;
  background-color: #fff;
  position: relative;
  line-height: 2.75;
  font-size: 1.6rem;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  text-align: center;
  font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .foodSpeedyCont {
    border-top-width: 5px;
    line-height: 1.8;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .foodSpeedyCont p + p {
    margin-top: 1.8em;
  }
}
