@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1em;
  line-height: 150%;
}

.hero {
  background-color: #d7000f;
}

.content {
  text-align: left;
  margin: auto;
  max-width: 960px;
}

.info {
  margin: auto;
  padding: 20px 0 30px 0;
}

.global_head {
  margin: 0 0 0 0;
}

.global_foot {
  max-width: 100%;
}

.covid19info h1 {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  line-height: 100%;
}
.covid19info h2 {
  margin: 0 0 25px 0;
  font-size: 1.25rem;
  line-height: 100%;
  padding: 17px 0 13px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.covid19info h2 + p {
  margin: 0 0 30px 0;
}
.covid19info__content_head {
  padding: 40px 0 38px 0;
  margin: 0 0 20px 0;
  background-color: #cc0000;
  color: #fff;
}
.covid19info__content {
  max-width: 1200px;
  margin: auto;
  padding: 0 0 30px 0;
}
.covid19info__section {
  margin: 40px 0 0 0;
}
.covid19info table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.covid19info table a {
  font-weight: bolder;
  color: #0040ff;
  text-decoration: none;
  transition: 0.2s;
}
.covid19info table a:visited {
  color: #0040ff;
  text-decoration: none;
}
.covid19info table a:hover {
  color: #9ab1ff;
}
.covid19info table strong {
  font-feature-settings: "palt";
}
.covid19info table strong.normal {
  font-size: 1.25rem;
  line-height: 150%;
  color: #226d00;
}
.covid19info table strong.holiday {
  font-size: 1.25rem;
  line-height: 150%;
  color: #af0000;
}
.covid19info table span {
  font-size: 0.9rem;
  line-height: 150%;
}
.covid19info table p {
  margin: 10px 0 0 0;
}
.covid19info table p:first-child {
  margin: 0 0 0 0;
}
@media only screen and (max-width: 768px) {
  .covid19info th {
    display: none;
  }
  .covid19info td {
    display: block;
    text-align: left;
    margin: 0 0 20px 20px;
  }
  .covid19info td:before {
    display: block;
    margin: 0 0 0 -10px;
  }
  .covid19info td:nth-of-type(1) {
    margin: 0 0 0 10px;
    font-size: 1.5rem;
    line-height: 150%;
  }
  .covid19info td:nth-of-type(2):before {
    content: "12月30日";
  }
  .covid19info td:nth-of-type(3):before {
    content: "12月31日";
  }
  .covid19info td:nth-of-type(4):before {
    content: "1月1日";
  }
  .covid19info td:nth-of-type(5):before {
    content: "1月2日";
  }
  .covid19info td:nth-of-type(6):before {
    content: "1月3日";
  }
}
@media only screen and (min-width: 769px) {
  .covid19info th {
    padding: 10px 5px 8px;
    background-color: #edede4;
  }
  .covid19info td {
    padding: 14px 5px 11px;
  }
  .covid19info th, .covid19info td {
    border: 1px solid #bbb;
  }
  .covid19info th:nth-of-type(1) {
    width: 12%;
  }
  .covid19info th:nth-of-type(2) {
    width: 17.6%;
  }
  .covid19info th:nth-of-type(3) {
    width: 17.6%;
  }
  .covid19info th:nth-of-type(4) {
    width: 17.6%;
  }
  .covid19info th:nth-of-type(5) {
    width: 17.6%;
  }
  .covid19info th:nth-of-type(6) {
    width: 17.6%;
  }
  .covid19info td:nth-of-type(1) {
    text-align: center;
  }
  .covid19info td:nth-of-type(2) {
    text-align: center;
  }
  .covid19info td:nth-of-type(3) {
    text-align: center;
  }
  .covid19info td:nth-of-type(4) {
    text-align: center;
  }
  .covid19info td:nth-of-type(5) {
    text-align: center;
  }
  .covid19info td:nth-of-type(6) {
    text-align: center;
  }
}

.covid19 h1 {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  line-height: 100%;
}
.covid19 h2 {
  margin: 0 0 0 0;
  font-size: 1.25rem;
  line-height: 100%;
  padding: 10px 0 8px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.covid19__content_head {
  padding: 40px 0 38px 0;
  background-color: #cc0000;
  color: #fff;
}
.covid19__content {
  max-width: 960px;
  margin: auto;
  padding: 0 0 30px 0;
}
.covid19__section {
  margin: 40px 0 0 0;
}
.covid19 strong {
  font-size: 1.25rem;
  line-height: 150%;
  color: #cc0000;
}/*# sourceMappingURL=newyear.css.map */