.heading-A h2 {
	line-height: 1.3;
	font-size: 1.8rem;
}
.coronaWrap {
	width: 100%;
}
.coronaWrap .block {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.coronaWrap .block .image {
	width: 25%;
	margin-bottom: 1rem;
}
.coronaWrap .block .image img {
	width: 100%;
	height: auto;
}
.coronaWrap .block .txt {
	width: 70%;
}
.coronaWrap .block h3 {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: .5rem;
}
.coronaWrap .block.corona01 h3 {color: #0068b7;}
.coronaWrap .block.corona02 h3 {color: #14a83b;}
.coronaWrap .block.corona03 h3 {color: #e84091;}
.coronaWrap .block.corona04 h3 {color: #f08200;}
.coronaWrap .block.corona05 h3 {color: #5f52a0;}
.coronaWrap .block p {
	font-size: 1.3rem !important;
}


.red-border {
	color: #fff;
	background: #ff0000;
	text-align: center;
	padding: 1rem;
}
.red-border p {
	margin-bottom: 0 !important;
}



#faq dl{
	margin: 30px auto 0px;
	padding: 0px;
}

#faq dl dt{
	text-align: left;
	margin: 0px;
	padding: 15px 0 0px 50px;
	position: relative;
	font-weight:bold;
	font-size: 1.6rem;
}

#faq dl dt span {
	font-weight: bold;
	position: absolute;
	left: 15px;
	top: 15px;
	color: #fff;
	border-radius: 12px;
	background: #0080cc;
	line-height: 24px;
	width: 24px;
	text-align: center;
	font-size: 1.5rem;
}

#faq dl dd{
	text-align: left;
	margin: 0px;
	padding: 20px 20px 20px 50px;
	position: relative;
	font-size: 1.6rem;
	line-height: 1.5;
}

#faq dl dd span {
	font-size: 1.3rem;
	font-weight: bold;
	position: absolute;
	left: 15px;
	top: 20px;
	color: #fff;
	border-radius: 12px;
	background: #0080cc;
	line-height: 24px;
	width: 24px;
	text-align: center;
}