@charset "UTF-8";
/* 画面下部に固定 */
#page-top .fixedlink {
  background-color: #d9f9fe;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.05);
  padding: 30px 0;
}
/* ボタンのレイアウト */
#page-top .fixedlink .list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

#page-top .fixedlink .list .list__item{
  width: calc(( 100% - 20px ) / 2 ); /* 必要なら調整 */
  height: auto;
}
#page-top .fixedlink .list .list__item a{
	width: 100%;
	height: 100%;
}
#page-top .fixedlink .list .list__item a img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 640px) {
	#page-top .fixedlink{
		padding: 10px 0;
		background-color: #00368f;
	}
	#page-top .fixedlink .list .list__item{
	  width: calc(( 100% - 10px ) / 2 ); /* 必要なら調整 */
	  height: auto;
	}
}
/*-----------------------------------

	mainvisual_block

-----------------------------------*/
#mainvisual_block {
	margin-top: 20px;
	padding-bottom: 75px;
}

@media screen and (max-width: 640px) {
#mainvisual_block {
	margin-top: -36px;
	padding-bottom: 34px;
}

}
/*-----------------------------------

	debut

-----------------------------------*/
.debut_01{
	position: relative;
	padding: 37px 0 43px 0;
	overflow: hidden;
}
/* .debut_bg01{ */
	/* width: 100%; */
	/* position: absolute; */
	/* top: 390px; */
	/* left: 0; */
	/* right: 0; */
	/* z-index: -1; */
/* } */
.debut_02{
	position: relative;
	padding: 43px 0 96px 0;
	overflow: hidden;
}
/* .debut_bg02{ */
	/* width: 100%; */
	/* position: absolute; */
	/* top: 82px; */
	/* left: 0; */
	/* right: 0; */
	/* z-index: -1; */
/* } */
/* .debut_03{ */
	/* margin-top: 73px; */
/* } */
/* .debut_04{ */
	/* margin-top: 85px; */
/* } */
/* .debut_05{ */
	/* margin: 85px auto 85px auto; */
/* } */

@media screen and (max-width: 640px) {
	.debut_01{
		position: relative;
		padding: 10px 0 15px 0;
		overflow: hidden;
	}
	/* .debut_bg01{ */
		/* width: 100%; */
		/* position: absolute; */
		/* top: 188px; */
	/* } */
	.debut_02{
		position: relative;
		padding: 15px 0 28px 0;
		overflow: hidden;
	}
	/* .debut_bg02{ */
		/* width: 100%; */
		/* position: absolute; */
		/* top: 95px; */
	/* } */
	/* .debut_01_sp{ */
		/* position: relative; */
		/* left: -8px; */
	/* } */
	/* .debut_02_sp{ */
		/* position: relative; */
		/* left: 0; */
	/* } */
	.debut_03{
		margin-top: 15px;
	}
	.debut_04{
		margin-top: 16px;
	}
	.debut_05{
		margin-top: 16px;
		margin-bottom: 17px;
	}
}
/*-----------------------------------

	one_price_car

-----------------------------------*/
#one_price_car{
	width: 95%;
	margin: 75px auto 120px;
}
#one_price_car img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 640px) {
	#one_price_car{
		width: 95%;
		height: auto;
		margin: 30px auto 34px;
	}
}
/*-----------------------------------

	commemorative_present

-----------------------------------*/
#commemorative_present{
	margin-bottom: 124px;
}
@media screen and (max-width: 640px) {
	#commemorative_present{
		margin-bottom: 30px;
	}
}

/*-----------------------------------

	light_vehicle, registered_car, electric_car

-----------------------------------*/
#contents{
	padding-bottom: 74px;
}
#light_vehicle{
	margin-bottom: 102px;
}
h3.red_bar{
	font-size: 24px;
	padding: 7px 0;
	font-family: "Noto Sans JP", sans-serif;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	background-color: #ec1c24;
	margin-bottom: 40px;
}
.car_wrap{
	width: 95%;
	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,
.light_vehicle06,
.light_vehicle07,
.light_vehicle08,
.light_vehicle09,
.light_vehicle10,
.light_vehicle11,
.registered_01,
.registered_02,
.registered_03,
.registered_04
 {
    width: calc(50% - 10px); /* gap(20px)の半分を引く */
}
.light_vehicle03{
	width: 100%;
	height: auto;
}

/* 中の画像が枠に合わせて伸び縮みするようにする */
.light_vehicle01 img,
.light_vehicle02 img,
.light_vehicle03 img,
.light_vehicle04 img,
.light_vehicle05 img,
.light_vehicle06 img,
.light_vehicle07 img,
.light_vehicle08 img,
.light_vehicle09 img,
.light_vehicle10 img,
.light_vehicle11 img,
.electric_car01 img,
.electric_car02 img,
.debut_01 img,
.debut_02 img,
.debut_03 img,
.debut_04 img,
.debut_05 img,
.registered_01 img,
.registered_02 img,
.registered_03 img,
.registered_04 img,
.registered_05 img,
.registered_06 img{
    width: 100%;
    height: auto;
}

.commercial_vehicle {
	width: 90%;
	max-width: 935px;
}
#light_vehicle .car_wrap {
	margin-bottom: 52px;
}
#registered_car{
	padding: 0 0 49px;
}
#registered_car .car_wrap{
	margin-bottom: 54px;
}
#registered_car .red_bar, #electric_wheelchair .red_bar, #electric_car .red_bar{
	margin-bottom: 54px;
}
#electric_car{
	padding: 0 0 135px;
}

@media screen and (max-width: 640px) {
	#contents{
		padding-bottom: 25px;
	}
	h3.red_bar{
		font-size: 14px;
		padding: 3px 0;
		margin-bottom: 10px;
	}
	#light_vehicle{
		margin-bottom: 0;
		padding-bottom: 28px;
	}
	.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: 12px;
		margin-bottom: 10px;
	}
	#light_vehicle .car_wrap{
		gap: 10px;
		margin-bottom: 10px;
	}
	.light_vehicle01,
	.light_vehicle02,
	.light_vehicle03,
	.light_vehicle04,
	.light_vehicle05,
	.light_vehicle06,
	.light_vehicle07,
	.light_vehicle08,
	.light_vehicle09,
	.light_vehicle10,
	.light_vehicle11,
	.electric_car01,
	.electric_car02,
	.registered_01,
	.registered_02,
	.registered_03,
	.registered_04,
	.registered_05,
	.registered_06 {
	    width: 100%; /* gap(20px)の半分を引く */
	}
	#registered_car .red_bar, #electric_car .red_bar, #electric_wheelchair .red_bar{
		margin-bottom: 10px;
	}
	#registered_car .car_wrap{
		margin-bottom: 10px;
	}
	#registered_car{
		padding: 0 0 30px;
	}
	#electric_car{
		padding: 0 0 27px;
	}
	#electric_wheelchair{
		margin-bottom: 30px;
	}
}




/*-----------------------------------

	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: 48px;
	margin-top: 135px;
	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;
	}
	#banner{
		gap: 18px;
		margin-top: 0;
		width: 95%;
		    max-width: 936px; 
	}
}


