/* 2021.04.02 add 課題20 */
.btn-covid19 {
  text-align: center;
}
.btn-covid19 a {
  display: inline-block;
  width: 100%;
  margin-top: 2em;
  padding: 1em 0;
  background-color: #219CB5;
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
}
.title-recommend {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
}
.index_nav .photo,
.index_nav_alt .photo {
  width: 63px !important;
  height: auto !important;
}
.index_nav .photo img,
.index_nav_alt .photo img {
  width: 100% !important;
  height: auto !important;
}


/* 2021.04.05 add 課題23 */
.faq-anchor {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 20px);
  margin: 0 auto 2em auto;
}
.faq-anchor li {
  width: calc((100% - 1px) / 2);
  border-bottom: solid 1px #fff;
}
.faq-anchor li:nth-child(odd) {
  border-right: solid 1px #fff;
}
.faq-anchor li a {
  display: block;
  padding: 1em 0;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.3rem;
}
.dl-faq {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.dl-faq dt {
  display: block;
  position: relative;
  border: none;
  padding-top: 1em;
  padding-right: 3em;
}
.dl-faq dt:not(:first-of-type) {
  border-top: solid 1px #ddd;
}
.dl-faq dt:after {
  content: "";
  position: absolute;
  right: 1em;
  top: 1.25em;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #229CB4;
  border-right: solid 2px #229CB4;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.dl-faq dt.active:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 1.5em;
}
.dl-faq dd {
  display: none;
}
._bestlate-sp {
  margin: 10px 10px 20px;
  border-bottom: 1px solid #229CB4;
  border-top: 1px solid #229CB4;
  padding: 20px 10px;
  text-align: center;
}
._bestlate-sp p{
  margin-bottom: 20px;
  font-size: 13px;
  text-align: left;
}