




/**********共通**********/
/*ページタイトル*/
h2.mds {
	font-size: 36px;
	font-weight: 500;
	color: #222222;
	text-align: center;
	background-color: #FBD9DC;
	padding: 52px 0;
}
/*ボタンhover*/
a.btn:hover {
	filter: drop-shadow(0px 0px 0px #fff) !important;
	transform: translate3d(0, 6px, 0);
}
footer {
	margin-top: 100px;
}
/*下層ページ中見出し*/
section h3 {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 60px;
	font-size: 30px;
	font-weight: 600;
	color: #333333;
	text-align: center;
	padding: 24px 0;
	border-top: 2px solid #E60012;
	border-bottom: 2px solid #E60012;
	position: relative;
}
section h3::after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-image: url(../images/faq/h_yaji.png);
	content: '';
	display: inline-block;
	width: 35px;
	height: 11px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	background-color: #fff;
	border-bottom: none;
}

/*ページ内ジャンプ位置調整用*/
#estimate,#resv,#insp,#process,#mainte,#system,#faq1,#faq2,#faq3,#faq4,#faq5,#faq6 {
	display: block;
	padding-top: 40px;
	margin-top: -40px;
}







/**********PICK UP**********/
section.pickup {
	margin-bottom: 60px;
}
section.pickup > div {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 25px;
}
section.pickup > div img {
	width: 600px;
	height: auto;
}
section.pickup > ul {
	width: 98%;
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
section.pickup > ul li {
	width: 520px;
	margin-bottom: 20px;
}
section.pickup > ul li a {
	width: 100%;
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #1F2537;
	background-color: #F4F5F9;
	border-radius: 8px;
	padding: 19px 15px;
	position: relative;
	box-shadow: 2px 2px 2px rgb(10 10 10 / 30%);
}
section.pickup > ul li a::before {
	background-image: url(../images/faq/q.png);
	content: '';
	display: inline-block;
	width: 20px;
	height: 18px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-right: 15px;
}
section.pickup > ul li a::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	content: '\f107';
	color: #E60012;
	font-size: 24px;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
}
section.pickup > ul li a:hover {
	color: #E60012;
	box-shadow: 0px 0px 0px 0px #ccc;
	transform: translate3d(0, 2px, 0);/* 下に沈む */
}










/**********TOPリンク**********/
section.top_links {
	margin-bottom: 30px;
}
section.top_links > p {
	font-size: 24px;
	font-weight: 500;
	color: #1F2537;
	text-align: center;
	margin-top: 60px;
}
section.top_links > ul {
	width: 1080px;
	margin: 40px auto 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
section.top_links > ul li a {
	display: block;
	width: 320px;
	background-color: #fff;
	border: 1px solid #E60012;
	border-radius: 8px;
	text-align: left;
	position: relative;
	padding: 22px 0 22px 30px;
	margin-bottom: 30px;
	filter: drop-shadow(0px 6px 0px rgba(0,0,0,0.2));
    transform: translateZ(0);
}
section.top_links > ul li a::after {
	position: absolute;
	top: 42%;
	right: 20px;
	display: inline-block;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #E60012;
	border-right: 2px solid #E60012;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
section.top_links > ul li p {
	font-size: 20px;
	font-weight: 500;
	color: #1F2537;
	line-height: 34px;
}
section.top_links > ul li p::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 34px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: bottom;
	margin-right: 15px;
}
section.top_links > ul li:nth-of-type(1) p::before {
	background-image: url(../images/faq/icon_money.png);
}
section.top_links > ul li:nth-of-type(2) p::before {
	background-image: url(../images/faq/icon_reserve.png);
}
section.top_links > ul li:nth-of-type(3) p::before {
	background-image: url(../images/faq/icon_car.png);
}
section.top_links > ul li:nth-of-type(4) p::before {
	background-image: url(../images/faq/icon_document.png);
}
section.top_links > ul li:nth-of-type(5) p::before {
	background-image: url(../images/faq/icon_maintenance.png);
}
section.top_links > ul li:nth-of-type(6) p::before {
	background-image: url(../images/faq/icon_system.png);
}








/**********Q&A中身**********/
section.faq > p {
	width: 960px;
	margin: 68px auto 68px;
	font-size: 14px;
	text-align: right;
}
section.faq#reserve > p:nth-of-type(1) {
	margin-bottom: 0px;
}
section.faq > div {
	width: 960px;
	margin: 5px auto 15px;
	background-color: #EFF0F6;
	padding-bottom: 10px;
}
section.faq > div > p {
	font-size: 18px;
	font-weight: 500;
	color: #1F2537;
	line-height: 1.5;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 40px;
	position: relative;
	padding-left: 55px;
	text-indent: -40px;
}
section.faq > div > p::before {
	background-image: url(../images/faq/q.png);
	content: '';
	display: inline-block;
	width: 20px;
	height: 18px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-right: 15px;
	margin-left: 5px;;
}
section.faq > div > p::after {
	display: none;
}
section.faq > div div {
	font-size: 18px;
	font-weight: 300;
	color: #1F2537;
	line-height: 1.5;
	padding: 20px 50px;
	background-color: #fff;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	padding-left: 55px;
	text-indent: -30px;
}
section.faq > div div p {
	font-size: 90%;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 10px;
}
section.faq > div div a {
	font-size: 16px;
	font-weight: 500;
	color: #0F5EB8;
	border-bottom: 1px solid #0F5EB8;
}
section.faq > div div::before {
	background-image: url(../images/faq/a.png);
	content: '';
	display: inline-block;
	width: 20px;
	height: 18px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-right: 5px;
}

/*「よくある質問」のトップへ戻る*/
section.faq > p > a {
	width: 960px;
	font-size: 16px;
	font-weight: 500;
	color: #0F5EB8;
	border-bottom: 1px solid #0F5EB8;
}
section.faq > p > a::before {
	display: inline;
	content: '\f139';
	font-size: 16px;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
}
section.faq > p > a:hover {
	color: #222;
	border-bottom: 2px solid #222;
}








/**********お問い合わせボタン群**********/
section.contact {
	width: 1080px;
	margin: 0 auto 80px;
	background-color: #FCE8EA;
	border-radius: 8px;
	text-align: center;
	padding: 40px 0;
}
section.contact > div {
	width: 810px;
	margin: 0 auto;
	overflow: hidden;
}
section.contact > div img {
	width: auto;
	height: 60px;
	float: left;
}
section.contact > div > div {
	height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
section.contact > div > div p {
	font-size: 24px;
	font-weight: 600;
	color: #E60012;
}
section.contact > div > div p span {
	display: inline-block;
}

section.contact > ul {
	width: 980px;
	margin: 20px auto 0;
}
section.contact > ul > li {
	width: 100%;
}
/*お問い合わせボタン*/
section.contact > ul > li:nth-of-type(1) a {
	width: 480px;
	margin: 0 auto 0;
	display: block;
	background-color: #E60012;
	border-radius: 8px;
	padding: 46px 0 46px 56px;
	position: relative;
	filter: drop-shadow(0px 6px 0px #A40F19);
}
section.contact > ul > li:nth-of-type(1) a p {
	display: inline-block;
	font-size: 28px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	position: relative;
}
section.contact > ul > li:nth-of-type(1) a p::before {
	position: absolute;
	top: 50%;
	left: -95px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-image: url(../images/faq/mail.png);
	content: '';
	display: inline-block;
	width: 86px;
	height: 86px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}

/*お電話でのご相談はこちら*/
section.contact ul li:nth-of-type(2) > h4 {
	font-size: 24px;
	font-weight: 600;
	color: #E60011;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
}

/*電話ボタン*/
section.contact ul li:nth-of-type(2) > ul.telbtn {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
section.contact ul li:nth-of-type(2) > ul.telbtn li {
	width: 480px;
}
section.contact ul li:nth-of-type(2) > ul.telbtn li a {
	width: 100%;
	display: block;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	text-align: left;
	padding: 10px 0px 10px 120px;
	filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, .2));
}
/*hover*/
section.contact ul li:nth-of-type(2) > ul.telbtn li a:hover {
    filter: drop-shadow(0px 0px 0px #fff) brightness(1.1);
    transform: translate3d(0, 6px, 0);
}

section.contact ul li:nth-of-type(2) > ul.telbtn li a span {
	width: 155px;
	height: 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #E60011;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	margin-bottom: 5px;
}
section.contact ul li:nth-of-type(2) > ul.telbtn li a b {
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	color: #222222;
	margin-bottom: 3px;
	position: relative;
}
section.contact ul li:nth-of-type(2) > ul.telbtn li a b::before {
	position: absolute;
	top: -30px;
	left: -95px;
	background-image: url(../images/common/free.png);
	content: '';
	display: inline-block;
	width: 70px;
	height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}

/*受付時間*/
section.contact ul li:nth-of-type(2) > p {
	font-size: 14px;
	font-weight: 500;
	color: #222;
	text-align: center;
	margin-top: 16px;
}









/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1079px) {
*{}
*{}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/








/**********共通**********/
/*ページタイトル*/
h2.mds {
	font-size: 28px;
	padding: 42px 0;
}
footer {
	margin-top: 60px;
}
/*下層ページ中見出し*/
section h3 {
	margin-left: 5%;
	margin-right: 5%;
	font-size: 24px;
	padding: 33px 0;
}



/*ページ内ジャンプ位置調整用*/
#estimate,#resv,#insp,#process,#mainte,#system,#faq1,#faq2,#faq3,#faq4,#faq5,#faq6 {
	padding-top: 0px;
	margin-top: 0px;
}



/**********PICK UP**********/
section.pickup > div {
	margin-bottom: 0px;
}
section.pickup > div img {
	width: 90%;
	max-width: 600px;
}
section.pickup > ul {
	width: 90%;
	max-width: 600px;
}
section.pickup > ul li {
	width: 100%;
}
section.pickup > ul li a {
	font-size: 16px;
	padding-right: 40px;
	padding-left: 45px;
	text-indent: -30px;
}
section.pickup > ul li a::before {
	margin-right: 10px;
}
section.pickup > ul li a::after {
	right: 0;
}





/**********TOPリンク**********/
section.top_links > p {
	margin-left: 5%;
	margin-right: 5%;
	font-size: 20px;
	text-align: center;
	margin-top: 30px;
}
section.top_links > ul {
	width: 90%;
	max-width: 600px;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 30px;
}
section.top_links > ul li {
	width: 32%;
	margin-bottom: 10px;
}
section.top_links > ul li a {
	width: 100%;
	overflow: hidden;
	padding: 10px 5px;
	margin-bottom: 0px;
}
section.top_links > ul li a::after {
	display: none;
}
section.top_links > ul li p {
	font-size: 16px;
	text-align: center;
	line-height: 1.4;
}
section.top_links > ul li p::before {
	display: block;
	margin: 0 auto;
}









/**********FAQ中身**********/
section.faq > p {
	width: 90%;
	max-width: 960px;
	margin-top: 40px;
	text-align: center;
}
section.faq > div {
	width: 100%;
	max-width: 960px;
}
section.faq > div p {
	font-size: 16px;
}
section.faq > div div {
	padding-right: 20px;
	font-size: 15px;
}
/*「よくある質問」のトップへ戻る*/
section.faq > p > a {
	width: 90%;
	max-width: 960px;
}








/**********お問い合わせボタン群**********/
section.contact {
	width: 100%;
	padding: 25px 5% 20px;
	border-radius: 0;
	margin-bottom: 60px;
}
section.contact > div {
	width: 100%;
	max-width: 570px;
}
section.contact > div > div p {
	font-size: min(4vw,16px);
	text-align: left;
	line-height: 1.5;
}
section.contact > ul {
	width: 100%;
	max-width: 600px;
	margin-top: 10px;
}
section.contact > ul > li {
	width: 100%;
}
section.contact > ul > li:nth-of-type(1) {
	margin-bottom: 20px;
}
/*お問い合わせボタン*/
section.contact > ul > li:nth-of-type(1) a {
	width: 100%;
	padding: 31px 0 31px 60px;
	display: inline-block;
}
section.contact > ul > li:nth-of-type(1) a p {
	font-size: min(5.5vw,20px);
}
section.contact > ul > li:nth-of-type(1) a p::before {
	width: 60px;
	height: 60px;
	left: -70px;
}

/*お電話でのご相談はこちら*/
section.contact ul li:nth-of-type(2) > h4 {
	font-size: 16px;
	margin-top: 26px;
	margin-bottom: 10px;
}

/*電話ボタン*/
section.contact ul li:nth-of-type(2) > ul.telbtn {
	flex-wrap: wrap;
	width: 100%;
	max-width: 400px;
}
section.contact ul li:nth-of-type(2) > ul.telbtn li {
	width: 100%;
}
section.contact ul li:nth-of-type(2) > ul.telbtn li a {
	padding: 9px 0px 4px 85px;
}
section.contact ul li:nth-of-type(2) > ul.telbtn li a span {
	width: 116px;
	height: 24px;
	font-size: 14px;
	margin-left: 0;
}
section.contact ul li:nth-of-type(2) > ul.telbtn li a b {
	font-size: min(8vw,32px);
}
section.contact ul li:nth-of-type(2) > ul.telbtn li a b::before {
	width: 58px;
	height: 58px;
	left: -70px;
}
section.contact ul li:nth-of-type(2) > ul.telbtn li:nth-of-type(1) a {
	margin-bottom: 20px;
}

/*受付時間*/
section.contact ul li:nth-of-type(2) > p {
	font-size: 12px;
	line-height: 1.6;
}








/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
