/* 特設ページ　BEVレスキュー CSS　Ver.1.0.0 */

h2.brescue-title {
	background-color: rgba(0, 0, 0, 1.0);
}
h2.brescue-title span {
	display: block;
}
.brescue-sec {
	padding-top: 100px;
}
.brescue-sec:last-child {
	padding-bottom: 120px;
}
#main-content {
	border-left: 15px solid rgb(240, 30, 126);
	border-right: 15px solid rgb(240, 30, 126);
}
.brescue-conte {
	margin-top: 100px;
}
.brescue-spec-pc {
	width: 43%;
	position: absolute;
	top: 0;
	left: 0;
}
.brescue-spec-1-wrap {
	justify-content: right;
}
.brescue-spec-1 {
	width: 56%;
}
/*
.brescue-equip h3 {
	width: 85%;
	max-width: 480px;
	margin: 0 auto;
	padding: 12px 4px;
	font-size: 1.95em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(240, 30, 126, 1.0);
}
*/
.brescue-equip-box {
	margin-top: 90px;
}
.brescue-equip-box h3 {
	margin-bottom: 20px;
}
.brescue-equip-items {
	width: 32%;
	margin-bottom: 40px;
	padding: 0 5px;
}
.brescue-equip-items p {
	margin-top: 4px;
	text-align: center;
}
.brescue-conte-end {
	margin-top: 80px;
}
.brescue-contact {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid rgb(210, 210, 210);
}
.brescue-alert {
	text-align: center;
}


/*=================================
タブレット設定（768px〜1024px）
=================================*/
@media only screen and (max-width: 1024px) {}


/*=================================
スマホ設定（〜767px）
=================================*/
@media only screen and (max-width: 767px) {

	.w800, .w1000 {
		padding-left: 10px;
		padding-right: 10px;
	}
	#main-content {
		border-left: 8px solid rgb(240, 30, 126);
		border-right: 8px solid rgb(240, 30, 126);
	}
	.brescue-sec {
		padding-top: 80px;
	}
	.brescue-conte {
		margin-top: 50px;
	}
	.battery-image {
		padding-bottom: 30px;
	}
	.brescue-spec-1 {
		width: 100%;
	}
	/*
	.brescue-equip h3 {
		font-size: 1.65em;
	}
	*/
	.brescue-equip-box {
		margin-top: 40px;
	}
	.brescue-equip-box:not(:first-of-type) {
		margin-top: 80px;
	}
	.brescue-equip-items {
		width: 49%;
		margin-bottom: 24px;
		padding: 0 5px;
	}
	.brescue-conte-end img {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		display: block;
	}
	.brescue-alert {
		text-align: justify;
	}

}
