@charset "UTF-8";
/* bsp.css */

#lower_mv:before {
	background-image: url(../../img/bsp/mv_pc.jpg);
}
@media screen and (max-width:768px) {
	#lower_mv:before {
		background-image: url(../../img/bsp/mv_sp.jpg);	
	}
}


/* ===== ボッシュカーサービス 3つの特徴 ===== */
#service .white_box h3:before {
	background-image: url(../../img/bsp/num01.svg);
}
#service .white_box h3:nth-of-type(2):before {
	background-image: url(../../img/bsp/num02.svg);
}
#service .white_box h3:nth-of-type(3):before {
	background-image: url(../../img/bsp/num03.svg);
}
#service .white_box h3:nth-of-type(4):before {
	background-image: url(../../img/bsp/num04.svg);
}



/* ----- こんな方におすすめ ----- */
.osusume_flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}
.osusume_card {
	width: calc(100%/2 - 1%);
	display: flex;
	flex-direction: column;
	padding: 40px 40px 0;
	padding: min(2.5vw,40px) min(2.5vw,40px) 0;
	border-radius: 10px;
	background-color: #fff;
}
.osusume_card p {
	font-size: 16px;
	font-weight: 500;
	font-feature-settings: "palt";
	line-height: 1.8;
	text-align: center;
	margin-top: auto;
	margin-bottom: 40px;
	margin-bottom: min(2.5vw,40px);
}
.osusume_card .img_wrap {
	margin-top: auto;
}
.osusume_card img {
	width: 40%;
	max-width: 115px;
	display: block;
	margin: auto;
	object-position: bottom;
}


/* ===== 点検・診断のながれ ===== */

.flow_card .img_wrap {
	width: 14%;
	margin-right: 50px;
}
.flow_card .cont_wrap {
	width: 77%;
}
/* 流れの縦線 */
.flow_card:before {
	height: 100%;
	top: 5px;
	left: 7%;
}
.flow_wrap .flow_card:last-of-type:before {
	content: none;
}


/* ===== 料金 ===== */
/* 1行目 */
.price_table thead th {
	width: calc(100%/3);
}
.note {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
}
.note + .note {
	margin-top: .5em;
}
.note,
.note span {
	font-size: 14px;
	line-height: 1.5;
}





@media screen and (max-width:768px) {
	#lower_mv + p {
		font-feature-settings: "palt";
	}
	#service .white_box p + h3 {
		margin-top: 30px;
	}

	/* ===== こんな方におすすめ ===== */
	.osusume_flex  {
		flex-wrap: wrap;
	}
	.osusume_card {
		width: 100%;
		padding: 20px 20px 0;
	}
	.osusume_card + .osusume_card {
		margin-top: 10px;
	}
	.osusume_card p {
		font-size: 16px;
		font-size: min(4vw,16px);
		margin-bottom: 20px;
	}
	.osusume_card img {
		width: 30%;
		max-width: inherit;
	}

	/* ===== 点検・診断の流れ ===== */
	.flow_card .img_wrap {
		width: 28%;
		max-width: 110px;
		margin-right: clamp(20px,5.333vw,40px);
	}
	.flow_card:before {
		left: min(13%,55px);		
	}

	/* ===== Table ===== */
	.price_table th:first-of-type,
	.price_table td:first-of-type {
		width: 40%;
	}
	
}