@charset "UTF-8";
/*-----------------------------------

	mainvisual_block

-----------------------------------*/
#mainvisual_block {
	margin-top: 20px;
}

@media screen and (max-width: 640px) {
#mainvisual_block {
	margin-top: -8px;
}

}
/*-----------------------------------

	kaeru_plan

-----------------------------------*/
#kaeru_plan{
margin-top: 45px;
}
#kaeru_plan .kaeru_content {
	max-width: 943px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 10px;
	background: #fff57f;
	border: 2px solid #0a5fa6;
	border-radius: 26px;
}
#kaeru_plan .kaeru_content .kaeru_01 {
	margin: 0 auto;
	max-width: 95%;
}


#kaeru_plan .kaeru_content .kaeru_02 {
	margin: 0 auto;
	max-width: 85%;
}


#kaeru_plan .kaeru_content .link_btn_blue {
	display: block;
	width: 80%;
	max-width: 300px;
	background: #004da0;
	color: #fff !important;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding: 15px 0;
	margin: 30px auto 40px;
	border-radius: 16px;
	transition: ease 0.2s;
}
#kaeru_plan .kaeru_content .link_btn_blue:hover {
	background: #000;
}

@media screen and (max-width: 640px) {
	#kaeru_plan {
		margin-bottom: 0px;
		padding-top: 20px;
	}
	#kaeru_plan .kaeru_plan_title {
		margin-top: -15px !important;
		width: 95%;
		margin: 0 auto;
	}
	#kaeru_plan .kaeru_content {
		padding: 0 0 10px;
		border-radius: 8px;
		border: 1px solid #0a5fa6;
	}
	#kaeru_plan .kaeru_content .link_btn_blue {
		margin: 30px auto 25px;
		padding: 20px 0;
		font-size: 20px;
	}
}
/*-----------------------------------

	maintenance_pack

-----------------------------------*/
#maintenance_pack{
	margin-bottom: 97px;
}
@media screen and (max-width: 640px) {
	#maintenance_pack{
		margin-bottom: 40.6px;
	}
}

/*-----------------------------------

	car_ttl

-----------------------------------*/
.car_ttl {
	width: 90%;
    max-width: 932px;
    margin: 0 auto 31px;
    text-align: center; /* 中身を中央へ */
}

/* 画像自体の設定 */
.car_ttl img {
    max-width: 100%; /* 親の941pxを超えてはみ出さないようにする */
    height: auto;
}
/*-----------------------------------

	light_vehicle

-----------------------------------*/
#contents{
	padding-bottom: 45px;
}
#light_vehicle{
	margin-bottom: 60px;
}
h3.pink_bar{
	font-size: 24px;
	padding: 7px 0;
	font-family: "Noto Sans JP", sans-serif;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	background-color: #009ad9;
	margin-bottom: 40px;
}
.car_wrap{
	width: 90%;
	max-width: 935px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	gap: 20px;
}

/* 2つの車の枠を、ぴったり均等に半分（50%）ずつにする */
.light_vehicle01,
.light_vehicle02,
.light_vehicle04,
.light_vehicle05,
.passenger_car01,
.passenger_car02,
.electric_car01,
.electric_car02 {
    width: calc(50% - 10px); /* gap(20px)の半分を引く */
}

/* 中の画像が枠に合わせて伸び縮みするようにする */
.light_vehicle01 img,
.light_vehicle02 img,
.light_vehicle03 img,
.light_vehicle04 img,
.light_vehicle05 img,
.passenger_car01 img,
.passenger_car02 img,
.electric_car01 img,
.electric_car02 img,
.commercial_vehicle img{
    width: 100%;
    height: auto;
}

.light_vehicle03,
.commercial_vehicle {
	width: 90%;
	max-width: 935px;
}




#light_vehicle .car_wrap {
	margin-bottom: 60px;
}

#light_vehicle .light_vehicle03 {
	margin-bottom: 65px;
}

.passenger_car_01 {
	margin-top: 80px;
}
@media screen and (max-width: 640px) {
	#contents{
		padding-bottom: 25px;
	}
	h3.pink_bar{
		font-size: 14px;
		padding: 3px 0;
		margin-bottom: 20px;
	}
	.light_vehicle03{
		margin-bottom: 20px;
	}
	#light_vehicle{
		margin-bottom: 0;
		padding-bottom: 20px;
	}
	.car_wrap{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
		gap: 20px;
		margin-bottom: 20px;
	}
	.light_vehicle01,
.light_vehicle02,
.light_vehicle04,
.light_vehicle05,
.passenger_car01,
.passenger_car02,
.electric_car01,
.electric_car02 {
    width: 100%; /* gap(20px)の半分を引く */
}

	#light_vehicle .car_wrap{
		margin-bottom: 20px;
	}
	.car_ttl {
		width: 95%;
		    margin: 0 auto 15px;
	}
	.passenger_car_01 {
	margin-top: 0px;
}
#light_vehicle .light_vehicle03 {
	margin-bottom: 20px;
}
}

/*-----------------------------------

	passenger_car   electric_car  commercial_vehicle

-----------------------------------*/
#passenger_car, #electric_car, #commercial_vehicle{
	padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
	#passenger_car, #electric_car{
		padding-bottom: 20px;
	}
	#commercial_vehicle{
		padding-bottom: 0;
	}
  }

/*-----------------------------------

	banner

-----------------------------------*/
#banner{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	gap: 60px;
	margin-top: 60px;
	width: 90%;
	    max-width: 936px; 
}
#banner img {
    display: block;    /* ブロック化する */
    width: 100%;       /* 基本は100% */ /* ここで止める */
    height: auto;      /* 高さを維持 */
    margin: 0 auto;    /* 念のため中央寄せ */
}

@media screen and (max-width: 640px) {
	#banner{
		gap: 40px;
	}
}


