/********************
 welfare-taxi CSS
********************/

/* #area-headding ----------*/
#area-headding{
	height: 400px;
	text-align: center;
	background: url(../images/welfare-taxi/header.jpg) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
#area-headding:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(24, 24, 24, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#area-headding h1{
	display: inline-block;
	margin: 150px 0 0;
	padding-left: 1.25em;
	color: #fff;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 0.05em;
	position: relative;
}
#area-headding h1:before{
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/welfare-taxi/ico_welfare-taxi.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

/* #sect-contents ----------*/
#sect-contents{
	background-color: #fff;
	margin-top: -60px;
	padding-top: 60px;
	padding-bottom: 80px;
	position: relative;
}

#sect-contents .txt-lead{
	margin-bottom: 60px;
	text-align: center;
	line-height: 1.75em;
	letter-spacing: 0.1em;
}

#sect-contents .box-images{ margin-bottom: 60px; }


@media screen and (max-width: 991px) {
	#area-headding{
		height: 360px;
	}
	#area-headding h1{
		margin-top: 130px;
		font-size: 32px;
		line-height: 36px;
	}
	#area-headding h1:before{
		width: 36px;
		height: 36px;
	}
	#sect-contents{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#sect-contents .txt-lead{
		margin-bottom: 40px;
		font-size: 15px;
	}
	#sect-contents .box-images{ margin-bottom: 40px; }
}
@media screen and (max-width: 767px) {
	#area-headding{
		height: 200px;
	}
	#area-headding h1{
		margin-top: 80px;
		font-size: 28px;
		line-height: 32px;
	}
	#area-headding h1:before{
		width: 32px;
		height: 32px;
	}

	#sect-contents{
		margin-top: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#sect-contents .txt-lead{
		margin-bottom: 30px;
		text-align: left;
	}
	#sect-contents .box-images{ margin-bottom: 30px; }
	#sect-contents .box-images div:first-child{ margin-bottom: 15px; }
}

/* .hd-price ----------*/
#sect-contents h3{
	margin: 0 0 10px;
	font-size: 20px;
	color: #f73169;
	position: relative;
}

#sect-contents h3.hd-price:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-bottom: 2px;
	margin-right: 0.2em;
	vertical-align: middle;
	background: url(../images/welfare-taxi/ico_yen.png) 50% 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	border: 1px solid #f73169;
	border-radius: 50%;
}

/* .tbl-price ----------*/
#sect-contents .tbl-price{
	width: 100%;
	margin-bottom: 10px;
}
#sect-contents .tbl-price th,
#sect-contents .tbl-price td{
	width: 33.3333%;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	border: 1px solid #222;
}
#sect-contents .tbl-price th{
	background-color: #feeaf0;
}
#sect-contents .txt-notes{ font-size: 14px; }

/* .box-contact ----------*/
#sect-contents .box-contact{
	margin-top: 60px;
}
#sect-contents .box-contact h3{ text-align: center; }
#sect-contents .box-contact dl{
	margin-bottom: 0;
	padding: 20px;
	font-size: 18px;
	border: 1px solid #ccc;
}
#sect-contents .box-contact dt{
	display: table-cell;
	padding: 0 3em;
	line-height: 1.6667em;
	vertical-align: middle;
}
#sect-contents .box-contact dd{
	display: table-cell;
	font-weight: bold;
	line-height: 1.6667em;
}


@media screen and (max-width: 991px) {
	#sect-contents h3{ font-size: 18px; }
	#sect-contents h3.hd-price:before{
		width: 18px;
		height: 18px;
	}
	#sect-contents .tbl-price th,
	#sect-contents .tbl-price td{ font-size: 14px; }
	/*#sect-contents .txt-notes{ font-size: 13px; }*/
	#sect-contents .box-contact{ margin-top: 40px; }
	#sect-contents .box-contact dl{ font-size: 16px; padding: 16px; }
	#sect-contents .box-contact dt{ padding: 0 1.5em; }
}

@media screen and (max-width: 767px) {
	/*#sect-contents h3{ font-size: 16px; }
	#sect-contents h3.hd-price:before{
		width: 16px;
		height: 16px;
		margin-bottom: 3px;
	}*/
	#sect-contents .box-contact{ margin-top: 30px; }
	#sect-contents .box-contact dl{ padding: 10px; }
	#sect-contents .box-contact dt{ padding: 0 1em 0 0; }
}



