



/* TOPビジュアル *******************/
header {
	height: 350px;
	background-image: url(../img/maintenance/header_maintenance_bg_pc.png);
}
header h2 {
	text-align: center;
}
header h2 img {
	width: 100%;
	max-width: 520px;
	height: auto;
	margin-top: 20px;
}






/* 	CVエリア *******************/
section.cv {
	padding-top: 65px;
	padding-bottom: 60px;
}
section.cv h3 {
	font-size: 28px;
	font-weight: 500;
	color: #1F2150;
	text-align: center;
	margin-bottom: 20px;
}
section.cv p {
	font-size: 20px;
	font-weight: 400;
	color: #0F0F0F;
	line-height: 1.6;
	text-align: center;
}
section.cv > div {
	width: 1080px;
	margin: 35px auto 0;
	display: flex;
	justify-content: space-between;
}
section.cv > div a {
	width: 524px;
	display: block;
	background-color: #1F2150;
	border-radius: 12px;
	padding: 39px 0 39px 135px;
	position: relative;
}
/*hover*/
section.cv > div a:hover {
	background-color: #46474F;
}
section.cv > div a::after {
	width: 32px;
	height: 25px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-image: url(../img/maintenance/icon_yajirushi_white.png);
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
section.cv > div a b {
	color: #fff;
	font-size: 32px;
	display: inline-block;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
	position: relative;
}
section.cv > div a b::before {
	width: 90px;
	height: 90px;
	position: absolute;
	top: 100%;
	left: -110px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-image: url(../img/maintenance/icon_maintenance.png);
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
section.cv > div a span {
	color: #fff;
	font-size: 18px;
	display: block;
	font-weight: 400;
}
/*TELボタン*/
section.cv > div a.tel {
	background-color: #fff;
	padding: 34px 0 34px 135px;
	border: 2px solid #D74A32;
}
section.cv > div a.tel b {
	font-size: 45px;
	font-weight: bold;
	color: #0F0F0F;
	margin-bottom: 3px;
}
section.cv > div a.tel b::before {
	top: 85%;
	background-image: url(../img/maintenance/icon_tel_red.png);
}
section.cv > div a.tel span {
	color: #D74A31;
}







/* 車検基本料金表 *******************/
section.price {
	width: 100%;
	height: 940px;
	background-image: url(../img/maintenance/bg_pc.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 80px;
}
section.price > div {
	width: 1080px;
	margin: 0 auto;
}
section.price > div h3 {
	font-size: 36px;
	font-weight: 500;
	color: #0F0F0F;
	text-align: center;
	margin-bottom: 40px;
}
section.price > div h3 p {
	font-size: 24px;
	font-weight: 400;
	color: #1F2150;
	margin-bottom: 14px;
}
section.price > div img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
section.price > div > div {
	display: none;
}
section.price > div ol li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 16px;
	font-weight: 400;
	color: #0F0F0F;
	line-height: 1.4;
}
section.price > div ol li::before {
	display: inline;
	position: static;
	content: "※";
}






/* 車検の流れ *******************/
section.flow {
	background-color: #E9E9F0;
	padding-top: 100px;
	padding-bottom: 90px;
}
section.flow > div {
	width: 960px;
	margin: 0 auto;
}
section.flow > div h3 {
	font-size: 36px;
	font-weight: 500;
	color: #0F0F0F;
	text-align: center;
	margin-bottom: 40px;
}
section.flow > div ul {
	margin-left: 40px;
}
section.flow > div ul li {
	background-color: #fff;
	padding: 28px 30px 28px 60px;
	position: relative;
	margin-bottom: 44px;
}
section.flow > div ul li:last-of-type {
	width: 740px;
	margin: 0 auto;
}
section.flow > div ul li::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	background-image: url(../img/maintenance/step1.png);
	content: '';
	display: inline-block;
	width: 80px;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
section.flow > div ul li:nth-of-type(2)::before {
	background-image: url(../img/maintenance/step2.png);
}
section.flow > div ul li:nth-of-type(3)::before {
	background-image: url(../img/maintenance/step3.png);
}
section.flow > div ul li:nth-of-type(4)::before {
	background-image: url(../img/maintenance/step4.png);
}
section.flow > div ul li:last-of-type::before {
	background-image: url(../img/maintenance/after.png);
}
section.flow > div ul li::after {
	position: absolute;
	bottom: -28px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-image: url(../img/maintenance/next_navy.png);
	content: '';
	display: inline-block;
	width: 15px;
	height: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
section.flow > div ul li:nth-of-type(4)::after {
	background-image: url(../img/maintenance/next_red.png);
}
section.flow > div ul li:last-of-type::after {
	background-image: none;
}
section.flow > div ul li h4 {
	font-size: 20px;
	font-weight: 500;
	color: #0F0F0F;
	margin-bottom: 10px;
}
section.flow > div ul li p {
	font-size: 18px;
	font-weight: 400;
	color: #0F0F0F;
	line-height: 1.4;
}
section.flow > div ul li:last-of-type h4 {
	color: #D74A31;
}
section.flow > div ul li:last-of-type p {
	color: #D74A31;
}








/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1079px) {
*{}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/





/* TOPビジュアル *******************/
header {
	height: 56vw;
	background-image: url(../img/maintenance/header_maintenance_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;
}






/* 	CVエリア *******************/
section.cv {
	padding-top: 30px;
	padding-bottom: 30px;
}
section.cv h3 {
	font-size: min(5vw,20px);
	line-height: 1.6;
	margin-left: 5%;
	margin-right: 5%;
}
section.cv h3 span {
	display: inline-block;
}
section.cv p {
	font-size: 16px;
	margin-left: 5%;
	margin-right: 5%;
}
section.cv > div {
	flex-wrap: wrap;
	width: 90%;
	max-width: 400px;
}
section.cv > div a {
	width: 100%;
	margin-bottom: 20px;
	padding: 23px 0 23px 80px;
}
section.cv > div a::after {
	width: 24px;
	height: 20px;
	right: 20px;
}
section.cv > div a.tel::after {
	display: none;
}
section.cv > div a b {
	font-size: min(5vw,20px);
}
section.cv > div a b::before {
	width: 50px;
	height: 50px;
	left: -60px;
}
section.cv > div a span {
	font-size: min(4vw,14px);
}
/*TELボタン*/
section.cv > div a.tel {
	background-color: #D74A32;
	border: none;
	padding: 23px 0 23px 80px;
}
section.cv > div a.tel b {
	font-size: 28px;
	color: #fff;
}
section.cv > div a.tel b::before {
	background-image: url(../img/maintenance/icon_tel_white.png);
}
section.cv > div a.tel span {
	font-size: min(4vw,14px);
	color: #fff;
}








/* 車検基本料金表 *******************/
section.price {
	background-image: url(../img/maintenance/bg_sp.png);
	background-size: 1080px auto;
	height: 920px;
	padding-top: 60px;
}
section.price > div {
	width: 90%;
	max-width: 1080px;
}
section.price > div h3 {
	font-size: 24px;
	margin-bottom: 30px;
}
section.price > div h3 p {
	font-size: 16px;
}
section.price > div ol {
	margin-top: 20px;
}
section.price > div ol li {
	font-size: 14px;
}
section.price > div > div {
	display: flex;
	margin-bottom: 10px;
}
section.price > div > div > img {
	width: 168px;
	height: 546px;
}
section.price > div > div > div {
	width: calc(100% - 168px);
	overflow-x: scroll;
}
section.price > div > div > div img {
	height: 546px;
	width: auto;
}
section.price > div > p {
	font-size: 13px;
	font-weight: 300;
	text-align: right;
	margin-bottom: 10px;
}
/*スクロールバー装飾*/
.scroll-box::-webkit-scrollbar {
	background: #fff;
	width: 15px;
	height: 15px;
	border-radius: 20px;
}
.scroll-box::-webkit-scrollbar-thumb {
	background-color: #868686;
	border-radius: 20px;
}






/* 車検の流れ *******************/
section.flow {
	padding-top: 50px;
	padding-bottom: 60px;
}
section.flow > div {
	width: 90%;
	max-width: 960px;
}
section.flow > div h3 {
	font-size: 24px;
}
section.flow > div ul {
	margin-left: 30px;
}
section.flow > div ul li {
	padding: 28px 20px 28px 48px;
}
section.flow > div ul li:last-of-type {
	width: 100%;
}
section.flow > div ul li::before {
	width: 60px;
	height: 60px;
}
section.flow > div ul li h4 {
	font-size: 18px;
	line-height: 1.4;
}
section.flow > div ul li p {
	font-size: 16px;
}






/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
