



/********** 車種詳細 **********/
section.detail {
	background-color: #F4F5F9;
	padding-top: 70px;
	padding-bottom: 150px;
}
section.detail h2 {
	font-size: 30px;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin-bottom: 26px;
}
div.cont {
	width: 720px;
	margin: 0 auto;
}
div.cont > img {
	width: 100%;
	height: auto;
}
/*価格*/
div.cont > p {
	font-size: 44px;
	font-weight: 600;
	color: #E72A36;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 80px;
}
div.cont > p span {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	color: #194FB3;
	line-height: 1;
	background-color: #fff;
	padding: 4px 10px;
	border: 1px solid #194FB3;
	border-radius: 3px;
	margin-right: 10px;
	vertical-align: middle;
}
div.cont > p small {
	font-size: 24px;
	font-weight: 500;
	margin-left: 5px;
}
/*～のレンタル料金*/
div.cont h3 {
	font-size: 30px;
	font-weight: 600;
	color: #000;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
	margin-top: 80px;
}
div.cont h3::after {
	content: '';
	width: 60px;
	height: 6px;
	background-color: #5B98ED;
	display: inline-block;
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
/*価格表*/
div.cont > div {
	width: 100%;
	display: flex;
	margin: 40px auto 40px;
}
div.cont > div > dl {
	width: calc(100% / 4);
	border-top: 2px solid #17487D;
	border-left: 1px solid #17487D;
	border-bottom: 2px solid #17487D;
}
div.cont > div > dl:first-of-type {
	border-left: 2px solid #17487D;
}
div.cont > div > dl:last-of-type {
	border-right: 2px solid #17487D;
}
div.cont > div > dl dt {
	width: 100%;
	height: 58px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #F4F5F9;
	font-size: 25px;
	font-weight: 500;
	color: #000;
}
div.cont > div > dl dd {
	width: 100%;
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	font-size: 25px;
	font-weight: 500;
	color: #000;
	border-top: 1px solid #17487D;
}

/*スペック情報*/
div.spec {
	width: 1000px;
	margin: 70px auto 0;
	background-color: #fff;
	padding: 50px 80px;
	display: flex;
	justify-content: space-between;
}
div.spec table {
	width: 320px;
}
div.spec table tr {
	border-top: 1px solid #17487D;
}
div.spec table tr:last-of-type {
	border-bottom: 1px solid #17487D;
}
div.spec table th,
div.spec table td {
	height: 40px;
	vertical-align: middle;
}
div.spec table th {
	width: 130px;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	padding-left: 14px;
	background-color: #F4F5F9;
}
div.spec table td {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}
div.spec > div {
	width: 490px;
}
div.spec > div p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 1.6;
}
div.spec > div ol {
	display: flex;
	margin-top: 20px;
}
div.spec > div ol li {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	background-color: #194FB3;
	border-radius: 4px;
	padding: 2px 10px 4px;
	margin-right: 5px;
}








/*■ 1080px以下 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1080px) {
*{}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/








/********** 車種詳細 **********/
section.detail {
	padding-top: 20px;
	padding-bottom: 100px;
}
section.detail h2 {
	font-size: 25px;
	line-height: 1.4;
	margin-bottom: 0px;
}
div.cont {
	width: 90%;
	max-width: 720px;
}
/*価格*/
div.cont > p {
	font-size: 34px;
}
div.cont > p span {
	font-size: 14px;
}
div.cont > p small {
	font-size: 16px;
}
/*～のレンタル料金*/
div.cont h3 {
	font-size: 25px;
	line-height: 1.4;
	margin-top: 40px;
}
div.cont h3 span {
	display: inline-block;
}
/*価格表*/
div.cont > div {
	max-width: 400px;
	flex-wrap: wrap;
	margin-top: 30px;
}
div.cont > div > dl {
	width: 100%;
	border-top: 2px solid #17487D;
	border-left: 2px solid #17487D;
	border-right: 2px solid #17487D;
	border-bottom: none;
	display: flex;
}
div.cont > div > dl:last-of-type {
	border-bottom: 2px solid #17487D;
}
div.cont > div > dl dt {
	width: 130px;
	height: 38px;
	font-size: 16px;
	border-right: 1px solid #17487D;
}
div.cont > div > dl dd {
	width: calc(100% - 130px);
	height: 38px;
	border-top: none;
	font-size: 16px;
}

/*スペック情報*/
div.spec {
	width: 90%;
	max-width: 600px;
	margin: 50px auto 0;
	flex-wrap: wrap;
	padding: 30px 15px;
}
div.spec table {
	width: 100%;
	margin-bottom: 20px;
}
div.spec > div {
	width: 100%;
}
div.spec > div ol {
	flex-wrap: wrap;
}
div.spec > div ol li {
	margin-bottom: 5px;
}







/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
