@charset "UTF-8";


/* -------------------------------------
taxi
------------------------------------- */
.icon_car {
	margin-bottom:30px;
}
#call {
	font-size:0;
	text-align:center;
	margin-bottom:30px;
}
#call dt, call dd {
	color:#004E9D;
	display:inline-block;
	vertical-align:middle;
}
#call dt {
	font-size:18px;
	margin-bottom:5px;
}
#call dd {
	font-size:44px;
	font-weight:bold;
	line-height:56px;
}
#call dd img {
	height:auto;
	display:inline-block;
	margin-right:-15px;
	margin-left:-30px;
	vertical-align:top;
}
#call dd a {
	color:#004E9D;
}
#netsystem {
	padding:25px;
	margin:25px 0;
	border:5px solid #004E9D;
	box-sizing:border-box;
}
#netsystem li {
	font-size:16px;
	font-weight:bold;
	line-height:1.8;
	color:#004E9D;
	text-indent:-1em;
	padding-left:1em;
	box-sizing:border-box;
}
.qr p {
	width:82%;
	float:left;
}
.qr p a {
	font-size:16px;
	font-weight:bold;
	color:#121135;
	text-decoration:underline;
}
.qr .right {
	width:14.9%;
	float:right;
}
.qr img {
	width:100%;
	height:auto;
	display:block;
	margin-bottom:10px;
}
.qr .right a {
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:1.4;
	display:block;
	padding:5px;
	background-color:#121135;
	box-sizing:border-box;
}




@media screen and (max-width:1440px) {
	
}
@media screen and (max-width:1120px) {
	#call dt {
		font-size:17px;
	}
	#call dd {
		font-size:40px;
		line-height:50px;
	}
	#call dd img {
		width:62px;
		margin-right:-13px;
	}
	#netsystem {
		padding:22px;
		margin:22px 0;
	}
	#netsystem li {
		font-size:15px;
	}
	.qr p a {
		font-size:15px;
	}
}
@media screen and (max-width:980px) {
	#netsystem {
		padding:20px;
		margin:20px 0;
	}
}
@media screen and (max-width:768px) {
	#call dt {
		font-size:16px;
	}
	#call dd {
		font-size:35px;
		line-height:46px;
	}
	#call dd img {
		width:56px;
		margin-right:-10px;
	}
	#netsystem {
		padding:17px;
		margin:17px 0;
	}
	#netsystem li {
		font-size:14px;
	}
	.qr p a {
		font-size:14px;
	}
}
@media screen and (max-width:640px) {
	#call dt {
		font-size:15px;
	}
	#call dd {
		font-size:30px;
		line-height:40px;
	}
	#call dd img {
		width:50px;
		margin-right:-7px;
	}
	#netsystem {
		padding:15px;
		margin:15px 0;
	}
	.qr p {
		width:100%;
		float:none;
		margin-bottom:10px;
	}
	.qr .right {
		width:100%;
		float:none;
	}
	.qr img {
		width:100%;
		max-width:125px;
		float:none;
		margin:0 auto;
	}
}
@media screen and (max-width:480px) {
	
}
@media screen and (max-width:320px) {
	
}
@media screen and (min-width:769px) {
	
}