@charset "UTF-8";

/* 新型コロナウィルス感染予防対策 */
.covid_tit_wrapper {
  width: 100%;
  max-width: 960px;
  display: block;
  margin: 0 auto;
  margin-top: 80px;
}
.covid_tit h2 {
  text-align: center;
  font-size: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.covid_tit h2::after,
.covid_tit h2::before {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #1c1c1c;
}
.covid_tit h2::after {
  margin-left: 30px;
}
.covid_tit h2::before {
  margin-right: 30px;
}
.covid_tit img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.covid_read {
  width: 90%;
  max-width: 1100px;
  margin-top: 50px;
}
.covid_read p {
  width: 80%;
  display: block;
  margin: 0 auto;
  text-align: left;
  font-size: 20px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 2.5;
}
.covid_txt {
  width: 80%;
  max-width: 1100px;
  display: block;
  margin: 0 auto;
}
.covid_txt h3 {
  margin-top: 50px;
  text-align: center;
  font-size: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 2.5;
}
.covid_txt p {
  text-align: left;
  font-size: 20px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 2;
}
.covid_foot_txt {
  width: 85%;
  display: block;
  margin: 0 auto;
  margin-top: 120px;
}
.covid_foot_txt p {
  text-align: center;
  font-size: 24px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 2;
  padding-bottom: 100px;
}
