@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/
/* measuresContainer */
.measuresContainer {
	padding-bottom: 80px;
	border-bottom: 1px solid #50beaa;
}

.covid-19__jpn {
	font-size: 54px;
	color: #646464;
}

.covid-19__container {
	margin-bottom: 55px;
}

.covid-19__content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 16px;
}

.staffMeasures__content {
	margin-bottom: 13px;
}

.covid-19__icon {
	width: 60px;
	height: 60px;
	border-radius: 12px;
}

.covid-19__ttl {
	font-size: 21px;
	font-weight: bold;
	padding-left: 15px;
}

.covid-19__item {
	padding-left: 30px;
	margin-bottom: 12px;
	font-size: 21px;
	position: relative;
}

.covid-19__item::before {
	content: "◆";
	font-size: 23px;
	color: #50beaa;
	position: absolute;
	left: 0;
}

.staffMeasures__text {
	font-size: 18px;
}

.consultationMeasures {
	margin-bottom: 60px;
}

/* pleaseContainer */
.pleaseContainer {
	padding-top: 75px;
	padding-bottom: 140px;
}

.pleaseContainer__ttl {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.pleaseContainer__text {
	font-size: 21px;
	margin-bottom: 13px;
}



/******************************************************

タブレットの設定 1024px〜1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){
	
	
}



/******************************************************

タブレットの設定 768px〜1023pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1023px){
	
	
	
}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 767px){
.measuresContainer {
	padding-bottom: 40px;		
}	

.covid-19__container {
	margin-bottom: 45px;		
}	
	
.covid-19__icon {
	width: 56px;
	height: 56px;
}

.covid-19__jpn {
	font-size: 18px;
}
	
.covid-19__ttl {
	font-size: 16px;		
}
	
	
.covid-19__item {
	font-size: 16px;	
	margin-bottom: 14px;
}
	
.covid-19__item::before {
	font-size: 22px;
}
	
.staffMeasures__text {
	font-size: 14px;		
}
	
.consultationMeasures {
	margin-bottom: 20px;
}
	
.pleaseContainer {
	padding-top: 40px;
	padding-bottom: 45px;
}
	
.pleaseContainer__ttl {
	font-size: 16px;
}

.pleaseContainer__text {
	font-size: 14px;		
}	

	
}