@charset "utf-8";
/* CSS Document */
#emergency {
	width: 75%;
	margin: 0px auto 20px;
	padding: 30px 0px 30px 0px;
}
#emergency P {
	padding: 5px 0px 5px 25px;
	line-height: 100%;
}
#emergency P.tel-no {
	text-indent: 20px;
}
#emergency h1 {
	color: #CC0000;
	text-align:center;
	padding: 20px 0px 30px 0px;
}
#emergency h2 {
	font-size: 18px;
	color: #CC0000;
	text-align:center;
	padding: 10px 0px 5px 0px;
}
#emergency h3 {
	padding: 50px 0px 10px 0px;
}
#emergency h4 {
	padding: 10px 0px 10px 0px;
}
#emergency a {
	color:#000;
	text-decoration:none;
}
#emergency a:hover {
	text-decoration: underline;
}
#title{
	width: auto;
	height: auto;
	margin: 50px 0px 30px 5px;
}
#title h3{
	padding: 5px 0 5px 0;
}
#title h4{
	padding: 0 0 5px 20px;
}
.area {
	margin: 10px 0 10px 20px;
	
}
.jpnhelpdesk {
	margin: 0 0 0 25px;
}
.ambulance {
	margin: 0 0 0 20px;
	padding-bottom: 15px;
}
.hospital {
	margin: 0 0 0 20px;
	padding-bottom: 15px;
	
}
.jpngov {
	margin: 0 0 0 20px;
	padding-bottom: 15px;
}
.web {
	color:#00C;
}
.top-subject {
	text-indent:-15px;
	font-weight: bold;
}
.to-top {
  	position: fixed;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	width: 50px;
  	height: 50px;
  	right: 10px;
  	bottom: 200px;
 	cursor: pointer;
  	z-index: 100;
}
.up-mark {
	position:absolute;
	top: 0px;
	left:50%;
	transform: translateX(-50%);
	text-align:center;
	font-size: 30px;
}
.up-text {
	padding-top: 15px;
  	font-size:12px;
	color: #006;
}
.backto {
	color: #006;
}
.card {
	color: #006;
}
@media screen and (max-width: 1024px){
	#emergency {
		width: 85%;
		/*margin: 0px auto 20px;
		padding: 10px 0px 30px 0px;*/
	}
	#emergency h1 {
		font-size:26px;
	}
	#emergency h2 {
		font-size:18px;
	}
	/*#index P {
		padding: 10px 0px 10px 0px;
	}*/
}	
@media screen and (max-width: 480px) {
	#emergency {
		width:95%;
		padding: 20px 0px 30px 0px;
	}
	#emergency h1 {
		font-size:20px;
		padding: 0px 0px 30px 0px;
	}
	#emergency h2 {
		font-size:16px;
	}
	#emergency h3{
		font-size:16px;
	}
	#emergency h4 {
		font-size:14px;
	}
	#emergency P {
		padding: 5px 0px 5px 0px;
		line-height: 160%;
	}
	#emergency P.tel-no {
		text-indent: 0px;
	}
	.top-subject {
		text-indent:0px;
	}
	.area {
		margin: 10px 0 10px 5px;
	}
	.hospital {
		margin: 0 0 0 10px;
		padding-bottom: 5px;
		
	}
	.jpnhelpdesk {
		margin: 0 0 0 10px;
	}
	.ambulance {
		margin: 0 0 0 10px;
		padding-bottom: 5px;
	}
	.jpngov {
		margin: 0 0 0 10px;
		padding-bottom: 5px;
	}
`}
