.home_emergency table{
	width:100%;
	max-width:1080px;
	margin:0 auto;
	border-collapse:collapse;
	word-break:break-all;
}

	.home_emergency table th,
	.home_emergency table td{
		padding:10px;
	}
	
	.home_emergency table th{
		width:34%;
		font-size: 1.8rem;
	}
	
		.home_emergency table th img{
			vertical-align:bottom;
			width:23px;
			margin:0 10px 6px 0;
		}
	
	.home_emergency table td{
		border-bottom:1px #fff solid;
		font-size: 1.4rem;
	}
	
	.home_emergency table tr:last-child td{
		border-bottom:none;
	}

@media only screen and (max-width: 1000px){
	.home_emergency table,
	.home_emergency table tbody,
	.home_emergency table tr,
	.home_emergency table th,
	.home_emergency table td{
		display:block;
		width:100%;
		box-sizing:border-box;
	}
	
	.home_emergency table{
		width:calc(100% - 30px);
	}
	
	.home_emergency table th{
		border-bottom:1px #fff solid;
	}
}

@media only screen and (max-width: 370px){
	.home_emergency table th{
		font-size: 1.8rem;
	}
	
	.home_emergency table td{
		font-size: 1.5rem;
	}
}