@charset "UTF-8";
/* CSS Document */
/*ヘッダー*/
.header {
  display: flex;
  width: 100%;
  max-width: 1160px;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: space-between;
}
.header__logo {
  width: 430px;
  margin: 0;
}
.header__tel-wrap {
  width: 250px;
  height: 74px;
  background-color: #bf8138;
  border-radius: 0 0 20px 20px;
  text-align: center;
}
.header__tel {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  text-align: left;
  font-weight: bold;
}
.header__tel-inner {
  display: inline-block;
  padding-top: 10px;
  font-size: 2.4rem;
  font-weight: bold;
}
.material-icons.tel {
  font-size: 27px;
  vertical-align: bottom;
}
/*ナビゲーション*/
.nav__list li:first-child, .nav__list li:last-child {
  display: flex;
}
/*covid-19*/
.covid19__about-wrap {
  width: 79.861%;
  max-width: 1160px;
  margin: 0 auto;
  border: solid 10px #bf8138;
  border-radius: 20px;
  text-align: left;
}
.covid19__about-title {
  margin: 120px 0 50px;
  font-size: 3.0rem;
  font-weight: bold;
}
.covid19__heading {
  width: 461px;
  max-width: 1160px;
  margin: 100px 0 40px 70px;
  padding: 7px 0;
  background-color: #f7de6b;
  border-radius: 5px;
  font-size: 2.6rem;
  font-weight: bold;
}
.covid19__heading.emphasis {
  width: 230px;
}
.covid19__about-txt {
  margin: 70px 0 0 70px;
  font-size: 2.0rem;
  line-height: 1.4;
}
.covid19__list {
  font-size: 1.8rem;
  list-style: none;
}
.covid19__list li {
  padding: 0 70px 10px;
  line-height: 1.4;
}
.covid19__list:last-child {
  padding-bottom: 70px;
}
	@media (max-width: 1024px) {
  	/*covid-19*/
  		.covid19__about-title {
   		 margin: 60px 0 40px;
   		 font-size: 3.0rem;
  		}
  		.covid19__heading {
   		 width: 360px;
    	 margin: 60px 30px 30px;
    	 font-size: 2.0rem;
  		}
 		 .covid19__heading.emphasis {
   		  width: 180px;
 		 }
 		 .covid19__about-txt {
    	  margin: 40px 30px 0;
    	  font-size: 1.8rem;
  		}
 		 .covid19__list {
    	  font-size: 1.6rem;
  		}
 		 .covid19__list li {
    	  padding: 0 30px 10px;
 		 }
  		.covid19__list:last-child {
    	 padding-bottom: 40px;
  		}
	}
	@media (max-width: 767px) {
  	/*ヘッダー*/
		.header {
		 position: fixed;
		 top: 0;
		 height: 70px;
		 background-color: #fff;
		 z-index: 100;
		}
  		.header__logo {
    	 width: 171px;
   		 margin: 20px 10px;
  		}
 		 .header__tel-wrap {
   		 display: none;
 		 }
  	/*ナビゲーション*/
 		 .nav__others {
    	 display: block;
 		 }
  	/*covid-19*/
  		.covid19__about-wrap {
    	width: 91.467%;
    	max-width: 1160px;
   		border: solid 3px #bf8138;
    	border-radius: 5px;
  		}
 		.covid19__about-title {
    	margin: 110px 0 20px;
    	font-size: 2.0rem;
  		}
  		.covid19__heading {
    	width: 315px;
    	margin: 40px 0 10px 15px;
    	font-size: 1.8rem;
  		}
  		.covid19__heading.emphasis {
    	width: 150px;
  		}
  		.covid19__about-txt {
    	margin: 20px 15px 0;
    	font-size: 1.6rem;
  		}
  		.covid19__list {
    	font-size: 1.4rem;
    	padding: 10px 15px 0;
  		}
  		.covid19__list li {
    	padding: 0 0 10px 0;
  		}
  		.covid19__list:last-child {
    	padding-bottom: 20px;
  		}
	}
	@media (max-width: 320px) {
  		.covid19__about-title {
    	font-size: 1.8rem;
  		}
		.covid19__about-txt {
			margin: 20px 5px 0;
		}
  		.covid19__heading {
    	width: 280px;
		margin-left: 5px;
    	font-size: 16px;
  		}
  		.covid19__heading.emphasis {
    	width: 50%;
		margin-left: 5px;
  		}
		.covid19__list {
		padding: 10px 5px;
		}
	}