.covid_info {
  display: inline-block;
  margin-top: 1rem;
  font-weight: bold;
  font-size: large;
}

.shioriWrap {
  display: inline-block;
  padding: 2rem;
  width: 280px;
  border-radius: 10px;
  margin: auto 10px;
}

.shioriWrap img {
  margin-top: 1rem;
}

.shioriWrap a:hover {
  text-decoration: none;
}

.shioriWrap div {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.shioriWrap .spanWrap {
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.6rem;
  padding: 0.5rem;
  border-radius: 10px;
  color: white;
  width: 170px;
  margin: auto;
}

.shioriWrap .spanWrap span {
  font-size: 18px;
}

.shiori_y {
  background-color: #ffe698;
}

.shiori_y div {
  color: #ff8501;
}

.shiori_y .spanWrap {
  background-color: #ff9624;
}

.shiori_b {
  background-color: #d4e7ee;
}

.shiori_b div {
  color: #009bd7;
}

.shiori_b .spanWrap {
  background-color: #44add6;
}

.teikei-yakkan-wrap {
  margin: 0 5px 10px;
  padding: 0 8px 8px;
  border-radius: 5px;
  background: #f5f5f5;
}

.bn_btn {
  display: inline-block;
  margin-bottom: 2rem;
}

.sp_btn {
  display: none;
}

.junbityu {
  top: 18%;
  left: 51%;
  position: absolute;
  transform: translate(50%, 50%);
  padding: 1.5em 2em;
  font-weight: bold;
  border: solid 1px #000000;
  background: #fff;
  font-size: 20px;
  white-space: nowrap;
}

.junbityu-l {
  top: 18%;
  left: 0%;
  position: absolute;
  transform: translate(50%, 50%);
  padding: 1.5em 2em;
  font-weight: bold;
  border: solid 1px #000000;
  background: #fff;
  font-size: 20px;
  white-space: nowrap;
}

.junbityu2 {
  position: absolute;
  transform: translate(260%, -222%);
  padding: 0.5em 2em;
  font-weight: bold;
  border: solid 1px #000000;
  background: #fff;
  font-size: 20px;
  white-space: nowrap;
}

@media screen and (max-width: 704px) {
  .junbityu-l {
    position: absolute;
    transform: translate(-50%, -294%);
    padding: 0.5em 2em;
    left: 50%;
  }

  .junbityu {
    position: absolute;
    transform: translate(-50%, 20%);
    padding: 0.5em 2em;
    left: 50%;
  }

  .junbityu2 {
    position: absolute;
    transform: translate(56%, -13%);
    color: #000000;
  }
}

@media screen and (min-width: 44.1em) {
  .sp_btn {
    display: block;
  }
}

@media screen and (max-width: 44em) {
  .teikei-yakkan-wrap {
    margin: 0 0 10px;
    padding: 5px 8px;
  }
}

.hoken-content-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  max-width: 950px;
}
.hoken-content-left {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hoken-content-right {
  width: 30%;
}
.hoken-content-right img {
  width: 90%;
}
.hoken-content-left a {
  width: calc(50% - 6px);
  display: block;
  border-radius: 10px;
  padding: 10px 5px;
  text-align: center;
  height: fit-content;
}
.hoken-content-left a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.hoken-content-left a h4 {
  border: none;
  margin: 0;
  font-size: 2.2rem;
}
.hoken-content-left a h4 span {
  font-size: 70%;
}
.hoken-content-left a h5 {
  border: none;
  border-radius: 8px;
  color: #fff;
  margin: 0;
  font-size: 1.9rem;
  line-height: 1.8rem;
  padding: 5px 23px 7px;
  margin: 10px auto;
  width: fit-content;
}
.hoken-content-left a h5 span {
  font-size: 70%;
}
.hoken-content-left a img {
  width: 170px;
  height: auto;
}
.hoken-content-left a:nth-of-type(1) {
  background-color: #ffe698;
}
.hoken-content-left a:nth-of-type(2) {
  background-color: #d6e8ef;
}
.hoken-content-left a:nth-of-type(1) h4 {
  color: #ff6f05;
}
.hoken-content-left a:nth-of-type(2) h4 {
  color: #1688ce;
}
.hoken-content-left a:nth-of-type(1) h5 {
  background-color: #ff9624;
}
.hoken-content-left a:nth-of-type(2) h5 {
  background-color: #3faad4;
}
.hoken-content-left a:nth-of-type(3) {
  border: 3px solid #164c94;
  color: #fff;
  font-size: 2.3rem;
  padding: 12px 10px;
  text-align: left;
}
.hoken-content-left a:nth-of-type(4) {
  background-color: #00bfa1;
  color: #fff;
  font-size: 2.3rem;
  line-height: 2.2rem;
  font-weight: bold;
  padding: 15px 10px;
}
.hoken-content-left a:nth-of-type(4) span {
  font-size: 80%;
}
.hoken-content-left a:nth-of-type(5) {
  background-color: #1f4bc9;
  color: #fff;
  font-size: 2.3rem;
  line-height: 2.2rem;
  font-weight: bold;
  padding: 15px 10px;
}
.hoken-content-left a:nth-of-type(5) span {
  font-size: 80%;
}
.hoken-content-left a:nth-of-type(6) {
  background-color: #30c2e7;
  color: #fff;
  font-size: 2.3rem;
  line-height: 2.2rem;
  font-weight: bold;
  padding: 15px 10px;
  margin-bottom: 60px;
}
.hoken-content-left a:nth-of-type(6) span {
  font-size: 80%;
}

@media screen and (max-width: 890px) {
  .hoken-content-wrap {
    display: block;
  }
  .hoken-content-left {
    width: 80%;
    margin: 0 auto;
  }
  .hoken-content-right {
    width: 50%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 730px) {
  .hoken-content-left {
    width: 90%;
  }
  .hoken-content-left a h4 {
    font-size: 1.9rem;
  }
  .hoken-content-left a h5 {
    font-size: 1.7rem;
    line-height: 1.8rem;
  }
  .hoken-content-left a:nth-of-type(3),
  .hoken-content-left a:nth-of-type(4),
  .hoken-content-left a:nth-of-type(5),
  .hoken-content-left a:nth-of-type(6) {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 44.1em) {
  .hoken-content-wrap {
    display: none;
  }

  .hoken-content-sp {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .hoken-content-sp a {
    width: calc(50% - 6px);
    display: block;
    border-radius: 10px;
    padding: 10px 5px;
    text-align: center;
    height: fit-content;
  }

  .hoken-content-sp a:nth-of-type(1) {
    border: 2px solid #164c94;
    color: #fff;
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: bold;
    padding: 12px 10px;
    text-align: left;
  }
  .hoken-content-sp a:nth-of-type(1) img {
    width: 58%;
  }
  .hoken-content-sp a:nth-of-type(2) {
    background-color: #00bfa1;
    color: #fff;
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: bold;
    padding: 15px 10px;
  }
  .hoken-content-sp a:nth-of-type(2) span {
    font-size: 80%;
  }
  .hoken-content-sp a:nth-of-type(3) {
    background-color: #1f4bc9;
    color: #fff;
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: bold;
    padding: 15px 10px;
  }
  .hoken-content-sp a:nth-of-type(3) span {
    font-size: 80%;
  }
  .hoken-content-sp a:nth-of-type(4) {
    background-color: #30c2e7;
    color: #fff;
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: bold;
    padding: 15px 10px;
  }
  .hoken-content-sp a:nth-of-type(4) span {
    font-size: 80%;
  }
}

@media screen and (max-width: 650px) {
  .hoken-content-sp {
    display: block;
  }
  .hoken-content-sp a {
    width: 80%;
    margin: 0 auto 15px;
  }
  .hoken-content-sp a:nth-of-type(1) img {
    width: 53%;
  }
}
