@charset "utf-8";

/**/

.ttl01{
	color:#b0443c;
	font-size:clamp(1.6rem,2vw,2rem);
	margin-bottom: 1em;
}
.ttl02{
	font-size:clamp(1.6rem,2vw,2rem);
	margin-bottom: 1em;
}


.table01{
	width:100%;
	margin-bottom: 20px;
}
.table01,
.table01 td,
.table01 th {
	border: 1px solid #595959;
	border-collapse: collapse;
	font-size:clamp(1.1rem,1.6vw,1.6rem);
	line-height: 1.5;
	font-feature-settings: "palt";
}
.table01 td,
.table01 th {
	padding:5px 8px;
	text-align: center;
}
.table01 th {
	background: #e6e6e6;
}
.table01 tr td:nth-of-type(1) {width: 20%;}
.table01 tr td:nth-of-type(2) {width: 16%;}
.table01 tr td:nth-of-type(3) {width: 22%;font-weight: bold;}
.table01 tr td:nth-of-type(4) {text-align:left;}

.table01 tr td.dangerous {background-color: #DF0000;color:#fff;}
.table01 tr td.severelyAlert {background-color: #FFB633;} 
.table01 tr td.alert {background-color: #FAFF59;} 
.table01 tr td.caution {background-color: #C2EEFF;} 
.table01 tr td.safe {background-color: #FFFFFF;}
@media (min-width:768px) {
	.table01 td,
	.table01 th {
		padding: 15px 20px;
		font-feature-settings: normal;
	}
	.table01 tr td:nth-of-type(1) {width: 12%;}
	.table01 tr td:nth-of-type(2) {width: 12%;}
	.table01 tr td:nth-of-type(3) {width: 20%;}
	.table01 tr td:nth-of-type(4) {width: 56%;}
}



