.setup {
  position: relative;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  max-width: 1247px !important;
  margin: 20px auto 20px auto;
}

.aq-banner-wrapper {
  position: relative;
  z-index: 97;
  /* margin: 5% auto; */
  transform: rotate(-40deg);
  left: -22%;
}

.aq-banner {
  font-size: 20px !important;
  text-transform: uppercase;
  width: 25%;
  position: relative;
  background: #bd1d1c;
  color: #fff;
  text-align: center;
  padding: 1em 2em;
  margin: auto auto auto 25%;
  rotate: (-45deg);
}

.aq-banner:after,
.aq-banner:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -1em;
  border: 1.5em solid #d74545;
  z-index: -1;
}

.aq-banner:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}

.aq-banner:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
}

.aq-banner .aq-banner-inner:after,
.aq-banner .aq-banner-inner:before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #b23232 transparent transparent;
  bottom: -1em;
}

.aq-banner .aq-banner-inner:before {
  left: 0;
  border-width: 1em 0 0 1em;
}

.aq-banner .aq-banner-inner:after {
  right: 0;
  border-width: 1em 1em 0 0;
}

.corona-head {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto;
  width: 100%;
  height: 10vh;
  justify-content: center;
  align-content: center;
  grid-auto-flow: column;
  gap: 20px;
  font-size: larger;
}

.virus-icon {
  grid-row: 1;
  grid-column: 1;
}

.virus-title {
  grid-row: 1;
  grid-column: 2;
  margin-top: 0;
  margin-bottom: 0;
}

#NH101line {
  position: absolute;
  height: 3px;
  background: #555555;
  left: 20%;
  top: 24%;
  width: 210px;
  transform: rotate(40deg);
}

#NH101 {
  position: absolute;
  top: -4%;
  left: 8%;
}

#NH102line {
  position: absolute;
  width: 170px;
  height: 3px;
  background: #555555;
  top: 20%;
  left: 75%;
  transform: rotate(160deg);
}

#NH102 {
  position: absolute;
  top: 0%;
  left: 81%;
}

.filter-difference p {
  margin-left: 20%;
  margin-right: auto;
  margin-bottom: 20px;
  width: 55%;
  /* text-align: center; */
  display: inline-block;
}

#virus-info-2 {
  margin-bottom: 30px;
}

#virus-photo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  width: 20%;
}

.explanation-pictures {
  display: block;
  width: 50%;
  margin: 50px auto 50px auto;
}

.enzyme p {
  margin-left: 20%;
  margin-right: auto;
  margin-bottom: 20px;
  width: 58%;
  /* text-align: center; */
  display: inline-block;
}

.secondary-pollution p {
  margin-left: 20%;
  margin-right: auto;
  margin-bottom: 20px;
  width: 58%;
  /* text-align: center; */
  display: inline-block;
}

.filter-close-container {
  display: grid;
  grid-template-rows: 2fr 2fr;
  grid-template-columns: 7% 25% 2% 25% 7%;
  width: 80%;
  margin: auto auto 30px auto;
  justify-content: center;
  align-content: center;
  /*   grid-auto-flow: column;
  gap: 10px; */
  font-size: larger;
}

.filter-icon1 {
  grid-row: 1;
  grid-column: 2;
  width: 368px;
}
.filter-icon2 {
  grid-row: 1;
  grid-column: 4;
  width: 365px;
}
.filter-icon3 {
  grid-row: 2;
  grid-column: 2;
}
.filter-icon4 {
  grid-row: 2;
  grid-column: 4;
}

.photo-desc-left {
  grid-row: 1 / 3;
  grid-column: 1;
  font-size: large;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin-top: 100%;
  margin-bottom: 100%;
  border: 2px solid black;
  border-radius: 45px;
  padding: 17.5%;
  text-align: center;
}

.photo-desc-right {
  grid-row: 1 / 3;
  grid-column: 5;
  font-size: large;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin-top: 100%;
  margin-bottom: 100%;
  border: 2px solid black;
  border-radius: 45px;
  padding: 17.5%;
  text-align: center;
}

.tg {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

.tg td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.tg th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.tg .tg-baqh {
  text-align: center;
  vertical-align: top;
}

.tg .tg-q1i5 {
  background-color: #bd1d1c;
  color: #333333;
  text-align: center;
  vertical-align: middle;
}

.tg .tg-0lax {
  text-align: left;
  vertical-align: top;
}

video {
  display: block;
  margin: auto;
  width: 50%;
  max-width: 1280px !important;
  height: auto;
  margin-top: 2.5em;
}

@media screen and (max-width: 560px) {
  .aq-banner-wrapper {
    display: none;
  }

  #virus-info {
    width: max-content;
  }

  .explanation-pictures {
    width: 80%;
  }

  .filter-close-container {
    display: none;
  }

  .left-grey {
    margin-left: 10%;
  }

  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    border: 1px solid black;
  }

  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .tg-0lax {
    background-color: #bd1d1c;
  }

  td:nth-of-type(2):before {
    content: "タイプ";
  }
  td:nth-of-type(3):before {
    content: "エンベロープ";
  }
  td:nth-of-type(4):before {
    content: "サイズ / nm";
  }

  .filter-difference p,
  .t90p,
  .secondary-pollution p,
  .enzyme p {
    margin-left: 5%;
    width: 90%;
  }
}
