



/* TOPビジュアル *******************/
header {
	height: 350px;
	background-image: url(../img/rentacar/header_rental_bg_pc.png);
}
header h2 {
	text-align: center;
}
header h2 img {
	width: 100%;
	max-width: 520px;
	height: auto;
	margin-top: 20px;
}





/* 格安レンタカーで皆様の暮らしを応援いたします *******************/
section.kakuyasu {
	padding-top: 50px;
	padding-bottom: 80px;
}
section.kakuyasu > span {
	width: 100%;
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: #1F2150;
	text-align: center;
	margin-bottom: 20px;
}
section.kakuyasu > h3 {
	font-size: 36px;
	font-weight: 500;
	color: #0F0F0F;
	text-align: center;
	margin-bottom: 20px;
}
section.kakuyasu > p {
	font-size: 18px;
	font-weight: 400;
	color: #0F0F0F;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 60px;
}
section.kakuyasu > div:nth-of-type(1) {
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
section.kakuyasu > div:nth-of-type(1) p {
	width: 470px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background-color: #707070;
	border-radius: 12px;
	padding: 18px 0;
	position: relative;
}
section.kakuyasu > div:nth-of-type(1) p::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #707070 transparent transparent transparent;
	border-width: 10px 10px 0 10px;
}
/*お任せください！*/
div.cont {
	width: 1080px;
	height: 285px;
	margin: 30px auto 0;
	background-color: #1F2150;
	border-radius: 20px;
	padding: 60px;
	font-size: 38px;
	font-weight: 500;
	color: #fff;
	line-height: 1.4;
	position: relative;
	background-image: url(../img/rentacar/staff_pc.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
div.cont p {
	display: block;
	margin-top: 20px;
	font-size: 25px;
	font-weight: 400;
}







/* レンタカー料金一例 *******************/
section.price {
	background-color: #E9E9F0;
	padding-top: 60px;
	padding-bottom: 80px;
}
section.price > div {
	width: 960px;
	margin:  0 auto;
}
section.price h3 {
	font-size: 36px;
	font-weight: 500;
	color: #0F0F0F;
	text-align: center;
}
section.price h4 {
	width: 100%;
	font-size: 24px;
	margin: 60px auto 20px;
	max-width: 1200px;
	text-align: center;
	position: relative;
	font-weight: bold;
	color: #1F2150;
}
section.price h4::before {
	content: "";
	display: block;
	border-top: solid 2px #1F2150;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
section.price h4 p {
	padding: 0 30px;
	display: inline-block;
	background: #E9E9F0;
	position: relative;
	z-index: 5;
}
section.price > div > div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
section.price > div > div > img {
	width: 400px;
	height: auto;
}
section.price > div > div > div {
	width: 512px;
}
section.price > div > div > div h5 {
	font-size: 24px;
	font-weight: 500;
	color: #0F0F0F;
	margin-top: 20px;
}
section.price > div > div > div p {
	font-size: 16px;
	font-weight: 400;
	color: #1F2150;
	padding-top: 10px;
	padding-bottom: 20px;
}
section.price > div > div > div p:last-of-type {
	color: #0F0F0F;
	border-top: 1px solid #0F0F0F;
}
/*料金表*/
section.price table {
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	color: #0F0F0F;
	background-color: #fff;
	margin-bottom: 20px;
}
section.price table th {
	padding: 12px 0;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #0F0F0F;
}
section.price table td {
	padding: 12px 0;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 500;
	color: #D74A31;
	border: 2px solid #0F0F0F;
}
section.price table td span {
	font-size: 30px;
	font-weight: bold;
}
section.price ol li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}
section.price ol li::before {
	display: inline;
	position: static;
	content: "※";
}






/* CVエリア *******************/
section.cv {
	padding-bottom: 60px;
}
section.cv > div {
	width: 650px;
	margin: 60px auto 0;
}
section.cv > div > p:nth-of-type(1) {
	font-size: 24px;
	font-weight: 500;
	color: #0F0F0F;
	text-align: center;
	margin-bottom: 20px;
}
section.cv > div > a {
	width: 100%;
	display: block;
	border-top: 2px solid #D74A31;
	border-bottom: 2px solid #D74A31;
	padding: 26px 0 26px 160px;
}
section.cv > div > a b {
	display: inline-block;
	font-size: 60px;
	font-weight: 600;
	color: #222222;
	line-height: 1;
	margin-bottom: 3px;
	position: relative;
}
section.cv > div > a b::before {
	position: absolute;
	top: 66%;
	left: -110px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-image: url(../img/rentacar/icon_tel_red.png);
	content: '';
	display: inline-block;
	width: 90px;
	height: 90px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
section.cv > div > a span {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #D74A31;
}









/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1079px) {
*{}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/






/* TOPビジュアル *******************/
header {
	height: 56vw;
	background-image: url(../img/rentacar/header_rental_bg_sp.png);
}
header h2 {
	height: calc(56vw - 68px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
header h2 img {
	width: 90%;
	max-width: 700px;
	height: auto;
	margin-top: 0px;
}









/* 格安レンタカーで皆様の暮らしを応援いたします *******************/
section.kakuyasu {
	padding-top: 40px;
	padding-bottom: 0px;
}
section.kakuyasu > span {
	font-size: 16px;
	line-height: 1.4;
	margin-left: 5%;
	margin-right: 5%;
	width: auto;
}
section.kakuyasu > span span {
	display: inline-block;
}
section.kakuyasu > h3 {
	font-size: 24px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 40px;
}
section.kakuyasu > h3 span {
	display: inline-block;
}
section.kakuyasu > p {
	width: 90%;
	max-width: max-content;
	margin: 0 auto 60px;
	font-size: 16px;
	text-align: left;
}
section.kakuyasu > div:nth-of-type(1) {
	width: 90%;
	max-width: 600px;
	flex-wrap: wrap;
}
section.kakuyasu > div:nth-of-type(1) p {
	width: 100%;
	margin-bottom: 20px;
	font-size: 18px;
}
/*お任せください！*/
div.cont {
	width: 100%;
	max-width: 600px;
	height: auto;
	background-image: url(../img/rentacar/staff_sp.png);
	background-size: 120px auto;
	margin: 10px auto 0;
	border-radius: 0;
	font-size: 22px;
	padding: 30px 40px 30px 20px;
}
div.cont p {
	font-size: 16px;
	padding-right: 86px;
}
div.cont span {
	display: inline-block;
}






/* レンタカー料金一例 *******************/
section.price > div {
	width: 90%;
	max-width: 600px;
}
section.price h3 {
	font-size: 24px;
}
section.price h4 {
	font-size: 18px;
	margin: 50px auto 10px;
}
section.price > div > div {
	flex-wrap: wrap;
	margin-bottom: 0px;
}
section.price > div > div > img {
	width: 100%;
}
section.price > div > div > div {
	width: 100%;
}
section.price > div > div > div h5 {
	margin-top: 10px;
}
/*料金表*/
section.price table {
	font-size: 14px;
}
section.price table th:first-of-type {
	display: none;
}
section.price table td {
	font-size: 12px;
}
section.price table td span {
	font-size: 20px;
}
section.price ol li {
	font-size: 14px;
}








/* CVエリア *******************/
section.cv {
	padding-bottom: 60px;
}
section.cv > div {
	width: 90%;
	max-width: 400px;
	margin: 30px auto 0;
}
section.cv > div > p:nth-of-type(1) {
	font-size: 16px;
}
section.cv > div > a {
	width: 100%;
	margin: 0 auto;
	background-color: #D74A31;
	border-radius: 6px;
	border-top: none;
	border-bottom: none;
	padding: 21px 0 21px 90px;
}
section.cv > div > a b {
	color: #fff;
	font-size: min(7vw,30px);
}
section.cv > div > a b::before {
	background-image: url(../img/rentacar/icon_tel_white.png);
	width: 50px;
	height: 50px;
	top: 85%;
	left: -65px;
}
section.cv > div > a span {
	color: #fff;
	font-size: min(3vw,14px);
}








/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
