@charset "UTF-8";
.top-box {
	margin: 0 5% 30px;
}
.top-box p {
	font-size: 15px;
}
h3 {
	display: none;
}
h3.post-title .post-title-inner {
	text-align: center;
}
.top-catch-img-box {
	text-align: center;
	font-size: 0;
}
.top-chatch-img-block {
	display: inline-block;
	width: 31.333%;
	max-width: 120px;
	margin: 10px 1%;
	text-align: center;
}

.top-catch-img {
	margin: 0 0 5px;
}
.top-catch-img img {
	display: inline-block;
	width: 100%;
}
.top_catch_text {
	font-size: 14px;
}
.top_catch_text p {
	font-size: 14px;
}
.more-link-box {
	text-align: center;
}
.more-link-box a {
	display: inline-block;
	width: 80%;
	margin: 5px 10%;
	padding: 10px 0;
	text-align: center;
	position: relative;
	color: #2023ac;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #2023ac;
	border-bottom: 4px solid #2023ac;
	font-size: 16px;
}
.more-link-box a::after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 4px #2023ac;
	border-right: solid 4px #2023ac;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
}
.reserve-btn-box {
	margin-bottom: 0;
}
/* 予約～返却までの流れ */
.top-box-step h3.post-title {
	display: block;
	margin: 0;
	border: none;
	border-top: 1px solid #2023ac;
	text-align :left;
}
.top-box-step h3.post-title .post-title-inner {
	text-align: left;
	margin: 0 2%;
}
.top-box-step .page-in-content {
	font-size: 0;
	margin: 0 2%;
}
.top-box-step .contents-img-block {
	display: inline-block;
	width: 100px;
	margin: 0 10px 0 0;
	vertical-align: top;
}
.top-box-step .contents-text-block {
	display: inline-block;
	width: calc( 100% - 110px );
	vertical-align: top;
}
.top-box-step .center-block,
.top-box-step .post-pc-tel,
.top-box-step table {
	display: none;
}
.top-box-step .contents-img-block-2retsu ul li {
	display: inline-block;
	width: 99%;
	vertical-align: top;
	font-size: 0;
	border-top: 1px solid #2023ae;
	padding-top: 7px;
}
.top-box-step .contents-li-left,
.top-box-step .contents-li-right {
	display: inline-block;
	font-size: 15px;
	vertical-align: top;
}
.top-box-step .contents-li-left {
	width: 100px;
	margin-right: 10px;
}
.top-box-step .contents-li-right {
	width: calc( 100% - 110px );
}
.top-box-step .contents-li-right-midashi {
	font-size: 18px;
	color: #2023ae;
}
/* 車種と料金 */
.top-box-price .article {
	margin: 0 0 30px;
	border-top: 1px solid #2023ae;
}
.top-box-price h4 {
	font-size: 18px;
	color: #111;
	font-weight: bold;
}
.car-img-box {
	text-align: center;
	font-size: 0;
}
.car-img {
	display: inline-block;
	width: 48%;
	margin: 5px 1%;
}
.car-img img {
	width: 100%;
}
.top-box-price table {
	width: 100%;
	margin: 0 0 20px;
}
.top-box-price th,
.top-box-price td {
	border: 1px solid #b3b3b4;
	text-align: center;
}
.top-box-price th {
	background: #ededed;
	color: #595757;
}
.top-box-price ul.car-pr-icon {
	list-style: none;
	font-size: 0;
	margin: 5px 0
}
.top-box-price ul.car-pr-icon li {
	display: inline-block;
	padding: 2px 5px;
	font-size: 12px;
	color: #fff;
	border-radius: 3px; 
	margin: 0 2px;
}
.top-box-price .price-table th {
	padding: 2px 10px;
}
/* よくあるご質問 */
section.qa {
	background: none;
	padding: 0;
}

p.qa_p {
	margin: 0 5% 10px;
}
dl.qa-dl {
	width: auto;
	background: none;
	margin: 0 5% 15px;
	padding: 0;
	padding-bottom: 10px;
	border-top: 1px solid #2023ad;
}

dt.qa-dt {
	border: none;
	padding: 5px 5px 0;
	margin: 10px 0;
	font-size: 0;
}

dt.qa-dt .question {
	font-size: 18px;
	font-weight: bold;
	color: #b8002c;
	line-height: 1.2em;
	padding-bottom: 10px;
	border-bottom: 1px solid #b3b3b4;
}

dd.qa-dd {
	font-size: 0;
	margin: 10px 5px;
}

dd.qa-dd .answer {
	font-size: 15px;
}
dd.qa-dd p {
	display: inline-block;
}

dl.qa-dl .q-img {
	display: inline-block;
	width: 20px;
	margin-right: 5px;
	vertical-align: top;
}

dt.qa-dt .question,
dd.qa-dd .answer {
	display: inline-block;
	width: calc( 100% - 25px );
	vertical-align: top;
}

.voice-box {
	margin-bottom: 40px;
}
/* 店舗情報・アクセス */
.top-box-access .contents-img-left,
.top-box-access .contents-img-right {
	display: block;
	text-align: center;
}
.top-box-access .contents-img-left img,
.top-box-access .contents-img-right img {
	max-width: 240px;
}
.top-box-access img.access-logo {
	display: none;
}
.top-box-access table {
	width: 94% !important;
	border: none;
}
.top-box-access th,
.top-box-access td {
	border: none;
	padding: 5px;
}
.top-box-access th {
	background: #ededed;
	text-align: left;
	color: #727171;
	font-size: 13px;
}
.top-box-access section.page-layout-section table th p, 
section.page-in-content table th p {
	margin: 0;
	line-height: 1.5em;
	font-size: 13px;
}
.top-box-access section.page-layout-section table td p, 
section.page-in-content table td p {
	margin: 0;
	line-height: 1.5em;
}

@media screen and (min-width: 769px) {
	/* PC */
	.top-box {
		margin: 0 0 30px;
	}
	h2.page-title {
		margin: 0 0 15px;
		padding: 5px 0 0;
	}
	h2.page-title .h2-text {
		font-size: 32px;
	}
	h2.page-title .page-title-inner {
		padding: 0 0 5px;
	}
	h2.page-title-sagyo {
		margin: 0 2.5% 10px;
		text-align: left;
	}
	.top-catch-img-box,
	.top_catch_main {
		width: 85%;
    margin: 0 auto;
	}

	.top-chatch-img-block {
		max-width: 330px;
		font-size: 0;
	}

	.top-catch-img {
		display: inline-block;
		width: 80px;
		margin: 0 10px 5px 0;
	}

	.top_catch_text {
		display: inline-block;
		width: calc( 100% - 90px );
		font-size: 16px;
		text-align: left;
		vertical-align: top;
		margin-top: 20px;
	}
	.contents-li-right {
		margin: 0;
	}
	.more-link-box a {
		width: 40%;
	}
	/* 車種と料金について */
	.top-box-price .article {
		display: inline-block;
		width: 48%;
		margin: 0 1% 20px;
		padding: 20px;
		border: 1px solid #b5b5b6;
		box-shadow:1px 1px 6px 1px #b5b5b6;
		border-radius: 10px;
		box-sizing: border-box;
	}
	.top-box-price {
		font-size: 0;
		margin: 0 0 30px;
	}
	/* 予約から返却までの流れ */
	.top-box-step h3.post-title .post-title-inner {
		margin: 0;
		padding: 5px 0;
		border-left: none;
	}
	.top-box-step .contents-text-block p,
	.top-box-step .contents-text-block-wide p,
	.top-box-step .contents-text-block ul, 
	.top-box-step .contents-text-block-wide ul {
		margin: 0;
	}
	.top-box-step .section.page-layout-section {
		padding-bottom: 0;
	}
	.top-box-step .contents-img-block-2retsu {
		margin-bottom: 0;
	}
	.top-box-step .contents-img-block-2retsu ul li {
		border: 1px solid #b5b5b6;
		box-shadow: 1px 1px 6px 1px #b5b5b6;
		border-radius: 10px;
		box-sizing: border-box;
		padding: 10px;
		margin: 5px 0.5%;
	}
	.top-box-step .contents-li-left {
		line-height: 1em;
	}
	/* よくあるご質問 */
	section.qa {
		display: inline-block;
		width: 48%;
		margin: 0 1%;
	}
	dl.qa-dl {
		margin: 0 0 15px;
	}
	.voice-box {
		margin-bottom: 30px;
		font-size: 0;
	}
	/* 店舗情報・アクセス */
	.top-box-access {
		margin-bottom: 0;
	}
	.top-box-access .contents-img-left,
	.top-box-access .contents-img-right {
		display: inline-block;
	}
	.top-box-access .contents-img-left img,
	.top-box-access .contents-img-right img {
		max-width: 100%;
	}
	.top-box-access table {
		margin-bottom: 0;
	}


}
