@charset "utf-8";
/*共通
 ----------------------------------------------------*/
h1.page_main {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  background: #f9f8f8;
  padding: 30px 0 40px;
  background: url(../img/common/page-bg.svg) no-repeat bottom center/100%, #f9f8f8;
}
h1.page_main span {
  display: block;
  text-align: center;
  font-size: 19px;
}
h1.page_main span:first-letter {
  text-transform: uppercase;
}
h1.page_main::first-letter {
  color: #01be9f;
}
h1.page_main::after {
  content: "";
  display: block;
  width: 0.2em;
  height: 6px;
  max-width: 100%;
  margin: 0.2em auto 0;
  border-right: 0.2em solid #ccc;
  border-left: 0.2em solid #ccc;
  padding: 0 0.2em;
  background-color: #01be9f;
  background-clip: content-box;
}
.breadcrumb {
  margin-top: 20px;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}
.breadcrumb ol {
  display: flex;
}
.breadcrumb ol li + li::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 1px;
  margin: 0 0.9em;
  border-top: 1px solid;
  vertical-align: middle;
  box-sizing: border-box;
}
.breadcrumb ol li.liHome::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 1.07em;
  margin-right: 0.6em;
  background: url(../img/inspection/common/icon_breadcrumb-home.svg) no-repeat center center/contain;
}
/* 食中毒予防・対策解説
 ----------------------------------------------------*/
.page_poisoning_about, .page_poisoning_class, .page_poisoning_hassei, .page_poisoning_tigai, .page_poisoning_virus {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: 1.8;
  color: inherit;
}
.page_poisoning_about *, .page_poisoning_class *, .page_poisoning_hassei *, .page_poisoning_tigai *, .page_poisoning_virus * {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  color: inherit;
}
.page_poisoning_about {
  padding: 84px 0;
}
.page_poisoning_about .inner {
  max-width: 1085px;
}
.page_poisoning_about .inner .title {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_about .inner .title {
    font-size: 26px;
  }
}
.page_poisoning_about .inner .title::before {
  content: '';
  display: block;
  height: 2em;
  margin-bottom: 0.34em;
  background: url(../img/poisoning/icon_title01.svg) no-repeat center center/contain;
}
.page_poisoning_about .inner .flex {
  display: flex;
  align-items: center;
  margin-top: 44px;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_about .inner .flex {
    display: block;
  }
}
.page_poisoning_about .inner .flex .boxTxt {
  flex: 1 1 0%;
  padding-bottom: 18px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 300;
  line-height: 2.16;
  font-size: 25px;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_about .inner .flex .boxTxt {
    font-size: 18px;
  }
}
.page_poisoning_about .inner .flex .boxImg {
  flex: 0 0 auto;
  max-width: 50%;
  margin-left: 3%;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_about .inner .flex .boxImg {
    max-width: none;
    margin-top: 30px;
    margin-left: 0;
    text-align: center;
  }
}
.page_poisoning_class .title, .page_poisoning_hassei .title {
  display: table;
  margin: 0 auto;
  padding: 2em 2.6em 0.3em;
  background: url(../img/poisoning/icon_title02.svg) no-repeat right center/4.13em 4.12em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  color: #00c29e;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.12em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_class .title, .page_poisoning_hassei .title {
    padding-right: 2em;
    padding-left: 2em;
    font-size: 22px;
  }
}
.page_poisoning_class {
  padding: 87px 0 154px;
  background-color: #f2fcfa;
}
.page_poisoning_class .inner {
  max-width: 1035px;
}
.page_poisoning_class .inner .table {
  margin-top: 46px;
}
.page_poisoning_class .inner .table table {
  width: calc(100% + 70px);
  margin: -27px -35px;
  border-collapse: separate;
  border-spacing: 35px 27px;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_class .inner .table table {
    width: 100%;
    margin: -20px 0;
    margin-top: -15px;
    margin-bottom: -15px;
    border-spacing: 0 20px;
  }
}
.page_poisoning_class .inner .table table th {
  width: 2.71em;
  padding: 0.5em 0;
  background-color: #00c29e;
  color: #fff;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.12em;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_class .inner .table table th {
    display: block;
    width: auto;
    margin-bottom: 15px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    font-size: 22px;
  }
}
.page_poisoning_class .inner .table table th p {
  min-height: 5.5em;
  margin: 0 auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_class .inner .table table th p {
    min-height: 0;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
.page_poisoning_class .inner .table table td {
  padding: 2em 2em;
  background-color: #fff;
  line-height: 1.75;
  font-size: 20px;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_class .inner .table table td {
    display: block;
    font-size: 16px;
  }
}
.page_poisoning_class .inner .table table td p {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  letter-spacing: 0.12em;
}
.page_poisoning_class .inner .table table td p.td-ttl-red {
  color: #dd6691;
}
.page_poisoning_class .inner .table table td p.td-ttl-blue {
  color: #6770db;
}
.page_poisoning_class .inner .table table td ul {
  display: flex;
  flex-wrap: wrap;
}
.page_poisoning_class .inner .table table td ul li {
  display: block;
}
.page_poisoning_class .inner .table table td ul li::before {
  content: '●';
}
.page_poisoning_hassei {
  padding: 115px 0 70px;
}
.page_poisoning_hassei .boxTxt {
  max-width: 1035px;
  margin: 35px auto 0;
  padding: 1.65em 4%;
  background: url(../img/poisoning/hassei-txt-bg.svg) no-repeat right top/auto auto #00c29e;
  color: #fff;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_hassei .boxTxt {
    font-size: 16px;
  }
}
.page_poisoning_hassei .boxList {
  margin: 79px calc(50% - 50vw) 0;
  padding: 53px calc(50vw - 50%) 79px;
  background-color: #f2fcfa;
  white-space: nowrap;
}
.page_poisoning_hassei .boxList dl {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_hassei .boxList dl {
    display: block;
  }
}
.page_poisoning_hassei .boxList dl div {
  width: 46%;
  max-width: 418px;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_hassei .boxList dl div {
    width: auto;
    max-width: none;
  }
}
@media only screen and (max-width: 768px) {
  .page_poisoning_hassei .boxList dl div + div {
    margin-top: 40px;
  }
}
.page_poisoning_hassei .boxList dl div dt {
  border-bottom: 2px solid #34cbb2;
  position: relative;
  padding-bottom: 0.8em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.12em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_hassei .boxList dl div dt {
    font-size: 20px;
  }
}
.page_poisoning_hassei .boxList dl div dt::before, .page_poisoning_hassei .boxList dl div dt::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #34cbb2;
  position: absolute;
  bottom: -1px;
}
.page_poisoning_hassei .boxList dl div dt::before {
  left: 0;
  transform: translate(-50%, 50%);
}
.page_poisoning_hassei .boxList dl div dt::after {
  right: 0;
  transform: translate(50%, 50%);
}
.page_poisoning_hassei .boxList dl div dt span {
  display: table;
  margin: 0 auto;
  position: relative;
}
.page_poisoning_hassei .boxList dl div dt span::after {
  content: '';
  display: block;
  margin-left: 0.4em;
  background: no-repeat center center/contain;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.page_poisoning_hassei .boxList dl div dt.dt-incident span::after {
  width: 1.43em;
  height: 1.5em;
  background-image: url(../img/poisoning/icon_incident.svg);
}
.page_poisoning_hassei .boxList dl div dt.dt-patient span::after {
  width: 0.95em;
  height: 1.39em;
  background-image: url(../img/poisoning/icon_patient.svg);
}
.page_poisoning_hassei .boxList dl div dd {
  margin-top: 36px;
  border-radius: 10px;
  padding: 1em 4% 1.4em;
  background-color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-feature-settings: normal;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_hassei .boxList dl div dd {
    font-size: 17px;
  }
}
.page_poisoning_hassei .boxList dl div dd * {
  font-feature-settings: normal;
}
.page_poisoning_hassei .boxList dl div dd ol {
  display: table;
  margin: 0 auto;
}
.page_poisoning_hassei .boxList dl div dd ol li + li {
  margin-top: 0.46em;
}
.page_poisoning_hassei .table {
  margin-top: 104px;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_hassei .table .table-wrapper {
    overflow-x: auto;
  }
}
.page_poisoning_hassei .table .table-wrapper table {
  width: 100%;
}
.page_poisoning_hassei .table .table-wrapper table th, .page_poisoning_hassei .table .table-wrapper table td {
  border: 1px solid #33ceb1;
  vertical-align: middle;
}
.page_poisoning_hassei .table .table-wrapper table thead th {
  border-right-color: #fff;
  padding: 0.6em 1.2em;
  background-color: #33ceb1;
  color: #fff;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.12em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_hassei .table .table-wrapper table thead th {
    white-space: nowrap;
    font-size: 18px;
  }
}
.page_poisoning_hassei .table .table-wrapper table thead th:last-child {
  border-right-color: #33ceb1;
}
.page_poisoning_hassei .table .table-wrapper table tbody td:nth-last-child(-n+4), .page_poisoning_hassei .table .table-wrapper table tbody th:nth-last-child(-n+4) {
  padding: 0.5em 0.5em;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_hassei .table .table-wrapper table tbody td:nth-last-child(-n+4), .page_poisoning_hassei .table .table-wrapper table tbody th:nth-last-child(-n+4) {
    font-size: 14px;
  }
}
.page_poisoning_hassei .table .table-wrapper table tbody td:nth-last-child(4), .page_poisoning_hassei .table .table-wrapper table tbody th:nth-last-child(4) {
  padding-left: 3em;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_hassei .table .table-wrapper table tbody td:nth-last-child(4), .page_poisoning_hassei .table .table-wrapper table tbody th:nth-last-child(4) {
    padding-left: 0.5em;
    min-width: 10em;
  }
}
.page_poisoning_hassei .table .table-wrapper table tbody td:nth-last-child(-n+3), .page_poisoning_hassei .table .table-wrapper table tbody th:nth-last-child(-n+3) {
  text-align: center;
}
.page_poisoning_hassei .table .table-wrapper table tbody th:nth-last-child(5) {
  background-color: #ccf3ec;
  padding: 0.3em 0;
  color: #33ceb1;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_hassei .table .table-wrapper table tbody th:nth-last-child(5) {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 16px;
    white-space: nowrap;
  }
}
.page_poisoning_hassei .table .table-wrapper table tbody th:nth-last-child(4) {
  font-weight: 700;
}
.page_poisoning_hassei .table .table-wrapper table tbody th:nth-last-child(4), .page_poisoning_hassei .table .table-wrapper table tbody th:nth-last-child(4) ~ td {
  background-color: #f2fcfa;
}
.page_poisoning_hassei .table .table-wrapper table tbody tr:nth-last-of-type(-n+3) th, .page_poisoning_hassei .table .table-wrapper table tbody tr:nth-last-of-type(-n+3) td {
  background-color: #f2fcfa;
}
.page_poisoning_hassei .table .table-wrapper table tbody tr:nth-last-of-type(-n+3) th:first-child, .page_poisoning_hassei .table .table-wrapper table tbody tr:nth-last-of-type(-n+3) td:first-child {
  padding-left: 0.5em;
  text-align: center;
}
.page_poisoning_hassei .table .table-wrapper table tbody tr:nth-last-of-type(1) th, .page_poisoning_hassei .table .table-wrapper table tbody tr:nth-last-of-type(1) td {
  background-color: #ccf3ec;
}
.page_poisoning_hassei .table figcaption {
  margin-top: 1.3em;
  text-align: right;
}
.page_poisoning_tigai .title, .page_poisoning_virus .title {
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.155em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_tigai .title, .page_poisoning_virus .title {
    font-size: 26px;
  }
}
.page_poisoning_tigai .title::after, .page_poisoning_virus .title::after {
  content: '';
  display: block;
  width: 1.75em;
  height: 2px;
  margin: 0.4em auto 0;
  background: linear-gradient(to right, #cacaca, #cacaca 26%, transparent 26%, transparent 29%, #00c29e 29%, #00c29e 71%, transparent 71%, transparent 74%, #cacaca 74%, #cacaca);
}
.page_poisoning_tigai {
  padding: 70px 0;
}
.page_poisoning_tigai .boxes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 33px;
  margin-left: -45px;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_tigai .boxes {
    display: block;
    margin-left: 0;
  }
}
.page_poisoning_tigai .boxes > div {
  width: 100%;
  margin-top: 60px;
  margin-left: 45px;
  background-color: #f2fcfa;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_tigai .boxes > div {
    margin-left: 0;
  }
}
.page_poisoning_tigai .boxes > div > dt {
  padding: 0.3em 0.5em;
  background-color: #33ceb1;
  color: #fff;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_tigai .boxes > div > dt {
    font-size: 20px;
  }
}
.page_poisoning_tigai .boxes > div > dd {
  padding: 31px 3.75%;
}
.page_poisoning_tigai .boxes > div > dd > dl {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_tigai .boxes > div > dd > dl {
    display: block;
  }
}
.page_poisoning_tigai .boxes > div > dd > dl > div {
  width: 46%;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_tigai .boxes > div > dd > dl > div {
    width: auto;
  }
}
.page_poisoning_tigai .boxes > div > dd > dl > div::after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_tigai .boxes > div > dd > dl > div + div {
    margin-top: 30px;
  }
}
.page_poisoning_tigai .boxes > div > dd > dl > div > dt {
  width: 180px;
  max-width: 100%;
  margin-bottom: 0.8em;
  padding: 0.25em 0.5em;
  color: #fff;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_tigai .boxes > div > dd > dl > div > dt {
    float: left;
    width: 150px;
    margin-right: 3%;
    font-size: 18px;
  }
}
.page_poisoning_tigai .boxes > div > dd > dl > div > dd {
  line-height: 1.47;
  font-size: 17px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_tigai .boxes > div > dd > dl > div > dd {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .page_poisoning_tigai .boxes > div > dd > dl > div > dd p:first-child {
    padding-left: calc(150px + 3%);
  }
}
.page_poisoning_tigai .boxes > div > dd > dl > div:nth-of-type(1) > dt {
  background-color: #6770db;
}
.page_poisoning_tigai .boxes > div > dd > dl > div:nth-of-type(2) > dt {
  background-color: #b667db;
}
.page_poisoning_tigai .boxes > div > dd figure {
  margin-top: 30px;
}
.page_poisoning_tigai .boxes > div > dd figure + * {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_tigai .boxes > div > dd figure img {
    max-width: 97%;
  }
}
.page_poisoning_tigai .boxes > div.col3 {
  width: calc(100% / 3 - 45px);
}
@media only screen and (max-width: 768px) {
  .page_poisoning_tigai .boxes > div.col3 {
    width: auto;
  }
}
.page_poisoning_tigai .boxes > div.col3 > dd {
  padding-left: 8.5%;
  padding-right: 8.5%;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_tigai .boxes > div.col3 > dd {
    padding-left: 3.75%;
    padding-right: 3.75%;
  }
}
.page_poisoning_tigai .boxes > div.col3 > dd > dl {
  display: block;
  height: 337px;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_tigai .boxes > div.col3 > dd > dl {
    height: auto;
  }
}
.page_poisoning_tigai .boxes > div.col3 > dd > dl > div {
  width: auto;
  height: 50%;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_tigai .boxes > div.col3 > dd > dl > div {
    height: auto;
  }
}
.page_poisoning_virus {
  padding: 50px 0 100px;
}
.page_poisoning_virus .newsBox .articleBox .articleSingle {
  width: 31.5%;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_virus .newsBox .articleBox .articleSingle {
    width: 100%;
  }
}
.page_poisoning_virus .newsBox .articleBox .articleSingle:first-child {
  margin: 0;
  border: none;
}
.page_poisoning_virus .newsBox .articleBox .articleSingle:nth-of-type(n) {
  margin-left: 0;
}
.page_poisoning_virus .newsBox .articleBox .articleSingle:nth-of-type(3n+2), .page_poisoning_virus .newsBox .articleBox .articleSingle:nth-of-type(3n+3) {
  margin-left: 2.75%;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_virus .newsBox .articleBox .articleSingle:nth-of-type(n) {
    margin-left: 0;
  }
}
.page_poisoning_virus .btn-more {
  text-align: center;
}
.page_poisoning_virus .btn-more a {
  display: inline-block;
  width: 328px;
  max-width: 100%;
  border: 3px solid #00c29e;
  border-radius: 3em;
  padding: 1em 0.5em;
  position: relative;
  color: #00c29e;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.075em;
  text-align: center;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .page_poisoning_virus .btn-more a {
    border-width: 2px;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    font-size: 15px;
  }
}
.page_poisoning_virus .btn-more a:hover {
  background-color: rgba(0, 194, 158, .2);
}
.page_poisoning_virus .btn-more a::after {
  content: '';
  display: block;
  width: 2.28em;
  height: 0.39em;
  background: url(../img/poisoning/icon_btn-more.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 19%;
  transform: translateY(-50%);
}
