@charset "utf-8";
#pageHeader {
	background-image: url("../img/ph_for_nurse.png");
}
#containerMain #chapter p.COVID-19 {
	margin-top: 15px;
}
#containerMain #chapter p.COVID-19 a {
	font-size: 16px;
	color: #E5004F;
}
.subsection .signature {
	/*float: right;*/
	/*width: 640px;*/
	text-align: right;
	margin: 20px 50px 0px 0px;
}
.subsection .please {
	margin: 20px 0px 0px 0px;
}
#containerMain p.sentence {
	width: 97%;
	margin-top: 5px;
	margin-left: 10px;
	line-height: 22px;
}
#consultation .info h4 {
	color: #E5004F;
}

section ul {
	/*width: 740px;*/
	list-style-type: disc;
	margin: 0px 0px 0px 20px;
}
section .info ul li {
	list-style-type: none;
}
section ul li {
	font-size: 15px;
	line-height: 25px;
}
section div.support {
	margin: 15px 0px 0px 10px;
}
table {
	width: 96%;
}
td {
	line-height: 24px;
}
span.icon {
	font-size: 15px;
	margin-left: 10px;
	/*padding: 3px 3px 2px 5px;*/
	padding: 2px 2px 2px 5px;
	border-radius: 3px;
	display: inline-block;
	line-height: 14px;
}
.iconM {
	color: rgb(38,134,125);
	background-color: #FFF;
	border: 1px solid rgb(38,134,125);
}
#flyer {
	margin: 20px auto 30px;
}
.flyer {
	width: 280px;
	height: auto;
	margin: 5px;
	border: 1px solid rgb(204, 204, 204);

}
.sp {
	display: none;
}
@media screen and (max-width:990px) {
	.sp {
		display: block;
	}
	.flyer {
		width: 100%;
		height: auto;
		margin: 10px 0px;
	}
	section ul {
		width: 90%;
		/*margin: 5px 0px 30px;*/
	}
	.subsection .signature {
		float: none;
		width: 100%;
		text-align: left;
	}
#containerMain p.sentence {
	width: 98%;
}
}