/*============================
注意事項
============================*/
#delivery_lead {
	margin-bottom: 1.00rem;
}

@media screen and (max-width: 599px) {
	#delivery_lead {
		margin-bottom: 0.50rem;
	}
}

#delivery_lead .box {
	width: 100%;
	max-width: 8.50rem;
	box-sizing: border-box;
	padding: 0.50rem;
	border: 1px solid #000;
	margin: 0 auto;
}

@media screen and (max-width: 599px) {
	#delivery_lead .box {
		padding: 0.20rem;
	}
}

#delivery_lead .box .list {
	list-style: disc inside;
}

#delivery_lead .box .list .item {
	font-size: 0.16rem;
	line-height: 1.75;
	padding-left: 0.16rem;
	text-indent: -0.15rem;
	margin-bottom: 0.10rem;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 599px) {
	#delivery_lead .box .list .item {
		font-size: 0.14rem;
		line-height: 1.5;
		padding-left: 0.14rem;
		text-indent: -0.14rem;
		margin-bottom: 0.15rem;
	}
}

/* ※のリスト */
#delivery_lead .box .list .item .note {
	margin-left: -0.05rem;
}

#delivery_lead .box .list .item .note_item {
	font-size: 0.12rem;
	padding-left: 0.22rem;
	text-indent: -0.16rem;
}

@media screen and (max-width: 599px) {
	#delivery_lead .box .list .item .note_item {
		padding-left: 0.19rem;
		text-indent: -0.12rem;
		line-height: 1.5;
	}
}


/* キャプション */
#delivery_lead .caption {
	text-align: center;
	font-size: 0.15rem;
	padding-top: 0.20rem;
}


/*============================
コンテンツ
============================*/
#delivery_cont .tab_wrap {
	margin-top: 0.30rem;
	margin-bottom: 0.38rem;
	width: 100%;
}

@media screen and (max-width: 599px) {
	#delivery_cont .tab_wrap {
		margin-top: 0.42rem;
		margin-bottom: 0.38rem;
	}

}


#delivery_cont .tab_wrap .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

@media screen and (max-width: 599px) {
	#delivery_cont .tab_wrap {
		margin-left: -0.20rem;
		width: calc(100% + 0.40rem);
		overflow: hidden;
		overflow-x: auto;
		/* 横スクロールの指定 */
		white-space: nowrap;
		overflow-scrolling: touch;
		/* スクロールを滑らかにする */
		-webkit-overflow-scrolling: touch;
		/* スクロールを滑らかにする */
	}

	#delivery_cont .tab_wrap .list {
		width: 8.00rem;
		margin-left: 0.20rem;
	}
}

#delivery_cont .tab_wrap .list .detail {
	width: calc(100% / 8);
	text-align: center;
	cursor: pointer;
}


#delivery_cont .tab_wrap .list .detail a {
	display: block;
	text-align: center;
	font-size: 0.15rem;
	font-weight: 300;
	letter-spacing: 0.10em;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 0.15rem;
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	#delivery_cont .tab_wrap .list .detail a {
		border-bottom: 1px solid #bbb;
	}
}

#delivery_cont .tab_wrap .list .detail a:hover {
	color: #00428e;
	font-weight: 600;
}


#delivery_cont .tab_wrap .list .detail.active a {
	color: #00428e;
	font-weight: 600;
}


#delivery_cont .tab_wrap .list .underline {
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% / 8);
	height: 2px;
	background: #00428e;
	transition: all .3s ease-in-out;
}

@media screen and (max-width: 599px) {
	#delivery_cont .tab_wrap .list .underline {
		height: 4px;
	}
}

/* 6タブ */
/* #delivery_cont .tab_wrap .list .detail:nth-child(1).active ~ .underline {
	left: 0;
}

#delivery_cont .tab_wrap .list .detail:nth-child(2).active ~ .underline {
	left: calc(100% / 6);
}

#delivery_cont .tab_wrap .list .detail:nth-child(3).active ~ .underline {
	left: calc(100% / 6 * 2);
}

#delivery_cont .tab_wrap .list .detail:nth-child(4).active ~ .underline {
	left: calc(100% / 6 * 3);
}

#delivery_cont .tab_wrap .list .detail:nth-child(5).active ~ .underline {
	left: calc(100% / 6 * 4);
}

#delivery_cont .tab_wrap .list .detail:nth-child(6).active ~ .underline {
	left: calc(100% / 6 * 5);
} */

/* 7タブ */
/* #delivery_cont .tab_wrap .list .detail:nth-child(1).active ~ .underline {
	left: 0;
}

#delivery_cont .tab_wrap .list .detail:nth-child(2).active ~ .underline {
	left: 15%;
}

#delivery_cont .tab_wrap .list .detail:nth-child(3).active ~ .underline {
	left: 30%;
}

#delivery_cont .tab_wrap .list .detail:nth-child(4).active ~ .underline {
	left: 44%;
}

#delivery_cont .tab_wrap .list .detail:nth-child(5).active ~ .underline {
	left: 58%;
}

#delivery_cont .tab_wrap .list .detail:nth-child(6).active ~ .underline {
	left: 72.5%;
}

#delivery_cont .tab_wrap .list .detail:nth-child(7).active ~ .underline {
	left: 87.5%;
} */

/* 8タブ */

#delivery_cont .tab_wrap .list .detail:nth-child(1).active ~ .underline {
	left: 0;
}

#delivery_cont .tab_wrap .list .detail:nth-child(2).active ~ .underline {
	left: 12.5%;
}

#delivery_cont .tab_wrap .list .detail:nth-child(3).active ~ .underline {
	left: 25%;
}

#delivery_cont .tab_wrap .list .detail:nth-child(4).active ~ .underline {
	left: 37.5%;
}

#delivery_cont .tab_wrap .list .detail:nth-child(5).active ~ .underline {
	left: 50%;
}

#delivery_cont .tab_wrap .list .detail:nth-child(6).active ~ .underline {
	left: 62.5%;
}

#delivery_cont .tab_wrap .list .detail:nth-child(7).active ~ .underline {
	left: 75%;
}

#delivery_cont .tab_wrap .list .detail:nth-child(8).active ~ .underline {
	left: 87.5%;
}



/*コンテンツ*/
#delivery_cont .cont_wrap {
	width: 100%;
	margin-bottom: 1.00rem;
}

#delivery_cont .cont_wrap .title {
	text-align: center;
	font-size: 0.30rem;
	font-weight: 600;
	margin: 0.80rem 0;
	font-feature-settings: normal;
}

@media screen and (max-width: 599px) {
	#delivery_cont .cont_wrap .title {
		font-size: 0.22rem;
		margin: 0.40rem 0;
	}
}


#delivery_cont .cont_wrap .tab_cont {
	display: none;
}


#delivery_cont .cont_wrap .tab_cont.active {
	display: block;
}

#delivery_cont .cont_wrap table {
	width: 100%;
	border-collapse: collapse;
}

#delivery_cont .cont_wrap table tr {
	width: 100%;
	border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 599px) {
	#delivery_cont .cont_wrap table tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-bottom: 0.20rem;
	}

	/*複数エンジンの場合*/
	#delivery_cont .cont_wrap table tr.multi_01  {
		border: none;
	}
	/*複数エンジンの場合*/
	#delivery_cont .cont_wrap table tr.multi_02.no_border  {
		border: none;
	}

}


#delivery_cont .cont_wrap table th {
	text-align: left;
	font-size: 0.14rem;
	position: relative;
	padding-bottom: 0.10rem;
	color: #00428e;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#delivery_cont .cont_wrap table th {
		display: none;
	}
}

#delivery_cont .cont_wrap table th span::before {
	content: '';
	display: inline-block;
	width: 90%;
	height: 2px;
	background: #00428e;
	position: absolute;
	bottom: 0;
	left: 0;
}


#delivery_cont .cont_wrap table td {
	padding-right: 0.20rem;
	font-size: 0.14rem;
	padding: 0.15rem 0;
}

@media screen and (max-width: 599px) {
	#delivery_cont .cont_wrap table td {
		padding-right: 0;
		display: block;
		vertical-align: top;
	}
}

/*画像*/
#delivery_cont .cont_wrap table td.carimg {
	width: 20%;
	height: 1.40rem;
	padding: 0;
}

#delivery_cont .cont_wrap table td.carimg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin: 0.10rem auto;
}

@media screen and (max-width: 599px) {
	#delivery_cont .cont_wrap table td.carimg {
		width: 100%;
		text-align: center;
		padding-top: 0.20rem;
		padding-bottom: 0;
		margin-bottom: 0;
	}
}

/*車種*/
#delivery_cont .cont_wrap table td.shashu {
	width: 16%;
	font-size: 0.15rem;
	font-weight: 600;
}

@media screen and (max-width: 599px) {
	#delivery_cont .cont_wrap table td.shashu {
		width: 100%;
		text-align: center;
		font-size: 0.16rem;
		font-weight: bold;
		margin-bottom: 0.20rem;
	}
}

/*エンジン*/
#delivery_cont .cont_wrap table td.engine {
	width: 12%;
}

#delivery_cont .cont_wrap table td.engine .text{
	padding: 0.10rem 0;
	box-sizing: border-box;
	font-size: 0.13rem;
}

@media screen and (max-width: 599px) {
	#delivery_cont .cont_wrap table td.engine {
		width: 47%;
	}

	#delivery_cont .cont_wrap table td.engine::before {
		content: 'エンジン';
		font-size: 0.12rem;
		font-weight: bold;
		color: #00428e;
		border-bottom: 1px solid #00428e;
		padding-bottom: 0.10rem;
		margin-bottom: 0.10rem;
		display: block;
		box-sizing: border-box;
		width: 100%;
	}
	
	/*複数エンジンの場合*/
	#delivery_cont .cont_wrap table .multi_02 td.engine {
		content: none;
	}
}

/*納期*/
#delivery_cont .cont_wrap table td.nouki {
	width: 20%;
}

@media screen and (max-width: 599px) {
	#delivery_cont .cont_wrap table td.nouki {
		width: 47%;
		display: inline-block;
		margin-left: 3%;
	}

	#delivery_cont .cont_wrap table td.nouki::before {
		content: '納期';
		font-size: 0.12rem;
		font-weight: bold;
		color: #00428e;
		border-bottom: 1px solid #00428e;
		padding-bottom: 0.10rem;
		margin-bottom: 0.10rem;
		display: block;
		box-sizing: border-box;
		width: 100%;
	}
	
	/*複数エンジンの場合*/
	#delivery_cont .cont_wrap table .multi_02 td.nouki::before {
/*		content: none;*/
	}

}

#delivery_cont .cont_wrap table td.nouki .text {
	padding: 0.10rem 0;
	box-sizing: border-box;
}

#delivery_cont .cont_wrap table td.nouki .note {
	font-size: 0.12rem;
	line-height: 1.4;
	display: block;
	padding-left: 0.12rem;
	text-indent: -0.12rem;
	box-sizing: border-box;
	padding-right: 0.20rem;
}

/*新車情報を見る*/
#delivery_cont .cont_wrap table td.newcar {
	width: 16%;
	box-sizing: border-box;
	padding-left: 20px;
}

@media screen and (max-width: 599px) {
	#delivery_cont .cont_wrap table td.newcar {
		width: 47%;
		display: inline-block;
		margin-right: 3%;
		margin-top: 0.30rem;
		padding-bottom: 0.20rem;
		padding-left: 0;
	}
}

/*複数エンジンの場合に一つめ*/
#delivery_cont .cont_wrap table .multi_01 td.newcar {
	display: table-cell;
}
@media screen and (max-width: 599px) {
	#delivery_cont .cont_wrap table .multi_01 td.newcar {
		display: none;
	}
}

#delivery_cont .cont_wrap table .multi_01 td.testdrive {
	display: table-cell;
}
@media screen and (max-width: 599px) {
	#delivery_cont .cont_wrap table .multi_01 td.testdrive {
		display: none;
	}
}

/*複数エンジンの場合に２つめ*/
#delivery_cont .cont_wrap table .multi_02 td.newcar {
	display: none;
}
@media screen and (max-width: 599px) {
	#delivery_cont .cont_wrap table .multi_02 td.newcar {
		display: table-cell;
	}
}
#delivery_cont .cont_wrap table .multi_03 td.newcar {
	display: none;
}
@media screen and (max-width: 599px) {
	#delivery_cont .cont_wrap table .multi_03 td.newcar {
		display: table-cell;
	}
}

#delivery_cont .cont_wrap table .multi_02 td.testdrive {
	display: none;
}
@media screen and (max-width: 599px) {
	#delivery_cont .cont_wrap table .multi_02 td.testdrive {
		display: table-cell;
	}
}

#delivery_cont .cont_wrap table .multi_03 td.testdrive {
	display: none;
}
@media screen and (max-width: 599px) {
	#delivery_cont .cont_wrap table .multi_03 td.testdrive {
		display: table-cell;
	}
}




/*試乗車を見る*/
#delivery_cont .cont_wrap table td.testdrive {
	width: 16%;
}

@media screen and (max-width: 599px) {
	#delivery_cont .cont_wrap table td.testdrive {
		width: 47%;
		display: inline-block;
		margin-left: 3%;
		margin-top: 0.30rem;
		padding-bottom: 0.20rem;
	}

	/*複数エンジンの場合*/
	#delivery_cont .cont_wrap table .multi_01 td.testdrive {
		display: none;
	}

}

#delivery_cont .cont_wrap table td.btn a {
	text-decoration: none;
	color: #000;
	position: relative;
	font-size: 0.15rem;
	font-weight: 600;
}

#delivery_cont .cont_wrap table td.btn a::after {
	position: absolute;
	content: '';
	display: inline-block;
	width: 0.30rem;
	height: 0.30rem;
	background: url(../img/icon_arrow_circle.svg) no-repeat center;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	right: -0.35rem;
	transition: .3s all;
}

#delivery_cont .cont_wrap table td.btn a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 599px) {
	#delivery_cont .cont_wrap table td.btn a::after {
		width: 0.25rem;
		height: 0.25rem;
		right: -0.30rem;
	}
}


#delivery_cont .cont_wrap table td.btn a:hover::after {
	right: -0.40rem;
}

@media screen and (max-width: 599px) {
	#delivery_cont .cont_wrap table td.btn a:hover::after {
		right: -0.35rem;
	}
}

/* TOYOTAサイトに飛ばす場合 */
#delivery_cont .cont_wrap table td.btn.toyota a {
	position: relative;
/*	color: #00428e;*/
}

/*
#delivery_cont .cont_wrap table td.btn.toyota a::before {
	content: "※トヨタ自動車HPへ";
	font-size: 0.12rem;
	font-weight: 400;
	letter-spacing: 0;
	position: absolute;
	bottom: -0.20rem;
	left: 0;
	color: #666;
}

@media screen and (max-width: 599px) {
	#delivery_cont .cont_wrap table td.btn.toyota a::before {
		font-size: 0.11rem;
	}
}
*/

#delivery_cont .cont_wrap table td.btn.toyota a::after {
	width: 0.20rem;
	height: 0.20rem;
	background: url(../common/img/icon_newwin_blue.svg) no-repeat center;
	right: -0.25rem;
}

/*
#delivery_cont .cont_wrap table td.btn a span {
	position: relative;
	font-size: 0.15rem;
	font-weight: 600;
}

#delivery_cont .cont_wrap table td.btn a span::after {
	position: absolute;
	content: '';
	display: inline-block;
	width: 0.30rem;
	height: 0.30rem;
	background: url(../img/icon_arrow_circle.svg) no-repeat center;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	right: -0.35rem;
	transition: .3s all;
}
*/

/*
@media screen and (max-width: 599px) {
	#delivery_cont .cont_wrap table td.btn a span::after {
		width: 0.25rem;
		height: 0.25rem;
		right: -0.30rem;
	}
}


#delivery_cont .cont_wrap table td.btn a:hover span::after {
	right: -0.40rem;
}

@media screen and (max-width: 599px) {
	#delivery_cont .cont_wrap table td.btn a:hover span::after {
		right: -0.35rem;
	}
}
*/
