




/**********共通**********/
/*基本フォント指定*/
section * {
	font-family: 'Noto Sans JP', sans-serif;
}
/*中見出し*/
section h3.mds {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 0;
	font-size: 35px;
	font-weight: 600;
	color: #333333;
	text-align: center;
	padding: 17px 0;
	border-top: 2px solid #ED6103;
	border-bottom: 2px solid #ED6103;
	position: relative;
}
section h3.mds::after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-image: url(../images/faq/qa_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;
}









/**********TOPリンク**********/
section.top_links {
	margin-bottom: 30px;
}
section.top_links h2 {
	margin-bottom: 50px;
}
section.top_links > p {
	font-size: 25px;
	font-weight: 600;
	color: #333333;
	text-align: center;
	margin-top: 40px;
}
section.top_links > ul {
	width: 90%;
	max-width: 1200px;
	margin: 40px auto 0px;
	display: flex;
	flex-wrap: wrap;
}
section.top_links > ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
}
section.top_links > ul li:nth-of-type(3),
section.top_links > ul li:nth-of-type(5) {
	margin-right: 0;
}
section.top_links > ul li a {
	display: block;
	width: 100%;
	height: 114px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #E60012;
	border-radius: 8px;
	text-align: left;
	position: relative;
	padding-left: min(11vw, 174px);
	filter: drop-shadow(0px 6px 3px rgba(0,0,0,0.2));
	transform: translateZ(0);/*safari*/
}
/*hover*/
section.top_links > ul li a:hover {
	filter: none;
	opacity: 0.7;
	transform: translate3d(0, 1px, 0);
}
section.top_links > ul li a::before {
	position: absolute;
	top: 50%;
	left: min(4vw, 60px);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
section.top_links > ul li:nth-of-type(1) a::before {
	background-image: url(../images/faq/qa_syasyu.png);
}
section.top_links > ul li:nth-of-type(2) a::before {
	background-image: url(../images/faq/qa_tenpo.png);
}
section.top_links > ul li:nth-of-type(3) a::before {
	background-image: url(../images/faq/qa_kounyuu.png);
}
section.top_links > ul li:nth-of-type(4) a::before {
	background-image: url(../images/faq/qa_shiharai.png);
}
section.top_links > ul li:nth-of-type(5) a::before {
	background-image: url(../images/faq/qa_tenken.png);
}
section.top_links > ul li p {
	font-size: 25px;
	font-weight: 600;
	color: #1F2537;
	line-height: 1.3;
}








/**********Q&A中身**********/
section.faq h3 {
	margin-bottom: 68px;
}
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 > div {
	width: 960px;
	margin: 0 auto 25px;
	background-color: #F8F3F1;
	padding-bottom: 10px;
}
section.faq > div > div p {
	font-size: 18px;
	font-weight: 600;
	color: #1F2537;
	line-height: 1.5;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 40px;
	position: relative;
	padding-left: 46px;
	text-indent: -33px;
}
section.faq > div > div p::before {
	background-image: url(../images/faq/q_icon.png);
	content: '';
	display: inline-block;
	width: 23px;
	height: 18px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-right: 6px;
	margin-left: 5px;;
}
section.faq > div > div div {
	font-size: 18px;
	font-weight: 500;
	color: #1F2537;
	line-height: 1.5;
	padding: 20px 50px;
	background-color: #fff;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	padding-left: 46px;
	text-indent: -28px;
}
section.faq > div > div div a {
	font-size: 16px;
	font-weight: 500;
	color: #0F5EB8;
	border-bottom: 1px solid #0F5EB8;
}
section.faq > div > div div::before {
	background-image: url(../images/faq/a_icon.png);
	content: '';
	display: inline-block;
	width: 23px;
	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: 600;
	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 5 Free";
}
section.faq > p > a:hover {
	color: #222;
	border-bottom: 2px solid #222;
}








/**********お問い合わせボタン群**********/
section.contact > div {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto 80px;
	background-color: #FEEADE;
	border-radius: 8px;
	text-align: center;
	padding: 36px 0 40px;
}
section.contact > div p {
	font-size: 24px;
	font-weight: 600;
	color: #ED6103;
	margin-bottom: 20px;
}
/*お問い合わせボタン*/
section.contact a {
	width: 438px;
	margin: 0 auto 0;
	display: block;
}
/*hover*/
section.contact a:hover {
	opacity: 0.9;
	transform: translate3d(0, 1px, 0);
}
section.contact a img {
	width: 100%;
	height: auto;
}









/**********車探しはプロにご相談ください！**********/
section.car_search_cv > div {
	width: 90%;
	max-width: 1140px;
	margin: 150px auto 100px;
	position: relative;
}
section.car_search_cv > div > img {
	display: block;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 422px;
	height: auto;
}
/*車探しはプロにご相談ください！*/
section.car_search_cv > div > h3 {
	width: 100%;
	background-color: #FB8C39;
	padding: 13px 0;
	border-radius: 12px 12px 0 0; 
	font-size: 32px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
}
section.car_search_cv > div > h3 span {
	font-size: 38px;
}
section.car_search_cv > div > h3 span::before {
	background-image: url(../images/faq/car_icon.png);
	content: '';
	display: inline-block;
	width: 70px;
	height: 38px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-right: 8px;
}
section.car_search_cv > div > div {
	width: 100%;
	background-color: #FFF;
	padding: 30px 0 40px;
	border: 2px solid #FB8C39;
	border-radius: 0 0 12px 12px;
}
section.car_search_cv > div > div ul {
	width: 920px;
	margin: 0 auto 20px;
	height: 52px;
	background-color: #F2F2F2;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	padding:0 46px;
	position: relative;
}
section.car_search_cv > div > div ul::after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	bottom: -11px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #F2F2F2 transparent transparent transparent;
	border-width: 11px 10px 0 10px;
}
section.car_search_cv > div > div ul li {
	font-size: 16px;
	font-weight: 600;
	color: #333333;
}
section.car_search_cv > div > div ul li::before {
	background-image: url(../images/faq/icon_worries.png);
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-right: 10px;
}

section.car_search_cv > div > div > div {
	width: 920px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-bottom: 30px;
}
section.car_search_cv > div > div > div::after {
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/faq/line_pc.png);
	content: '';
	display: inline-block;
	width: 920px;
	height: 14px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
section.car_search_cv > div > div > div > img {
	width: 351px;
	height: 188px;
}
section.car_search_cv > div > div > div > div {
	width: calc(100% - 391px);
	height: 188px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
section.car_search_cv > div > div > div > div h4 {
	font-size: 24px;
	font-weight: 600;
	color: #ED6103;
	margin-bottom: 20px;
}
section.car_search_cv > div > div > div > div p {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	line-height: 1.6;
}
section.car_search_cv > div > div > div > div p span {
	color: #ED6103;
	font-weight: 600;
}
/*展示車を見ながらの相談も大歓迎*/
section.car_search_cv > div > div > img {
	width: 320px;
	height: auto;
	display: block;
	margin: 0 auto;
}
/*来店予約する*/
section.car_search_cv > div > div > a {
	width: 370px;
	display: block;
	margin: 12px auto 0;
	padding: 15px 15px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	filter: drop-shadow(3px 3px 3px #aaa);
	background: -webkit-linear-gradient(left, #F83D5C, #FD4B2F);
	background: linear-gradient(to right, #F83D5C, #FD4B2F);
	color: #FFF;
	border-radius: 30px;
	position: relative;
	box-sizing: border-box;
}
/*hover*/
section.car_search_cv > div > div > a:hover {
	filter: none;
	opacity: 0.8;
	transform: translate3d(0, 1px, 0);
}
section.car_search_cv > div > div > a::after {
	position: absolute;
	top: 42%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}










/**********フッター調整用**********/
footer p.copy {
    padding-bottom: 10px !important;
}











/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1079px) {
*{}
*{}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/









/**********共通**********/
/*中見出し*/
section h3.mds {
	margin-left: 5%;
	margin-right: 5%;
	font-size: 22px;
	padding: 28px 0;
}
section h3.mds::after {
	bottom: -8px;
	width: 20px;
    height: 8px;
}

/*ページ内ジャンプ位置調整用*/
#top,#about,#service,#flow,#loan,#mainte {
	display: block;
	padding-top: 70px;
	margin-top: -70px;
}







/**********TOPリンク**********/
section.top_links h2 {
	margin-bottom: 38px;
}
section.top_links > p {
	margin-left: 5%;
	margin-right: 5%;
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
}
section.top_links > ul {
	width: 90%;
	max-width: 600px;
	flex-wrap: wrap;
	margin-top: 35px;
	margin-bottom: 40px;
}
section.top_links > ul li {
	width: 32%;
	margin-bottom: 10px;
}
section.top_links > ul li a {
	width: 100%;
	height: 109px;
	overflow: hidden;
	padding-left: 0;
}
section.top_links > ul li a::before {
	position: static;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	display: block;
	margin: 0 auto 12px;
	width: 30px;
	height: 30px;
}
section.top_links > ul li p {
	font-size: min(4vw, 16px);
	text-align: center;
	line-height: 1.4;
}









/**********FAQ中身**********/
section.faq h3 {
    margin-bottom: 48px;
}
section.faq > p {
	width: 90%;
	max-width: 960px;
	margin-top: 40px;
	margin-bottom: 55px;
	text-align: center;
}
section.faq > div > div {
	width: 100%;
	max-width: 960px;
	padding-bottom: 19px;
	margin-bottom: 20px;
}
section.faq > div > div p {
	font-size: 15px;
	padding-right: 20px;
}
section.faq > div > div div {
	font-size: 15px;
	margin-left: 19px;
	margin-right: 19px;
	padding-right: 20px;
	padding-left: 45px;
}
/*「よくある質問」のトップへ戻る*/
section.faq > p > a {
	width: 90%;
	max-width: 960px;
}








/**********お問い合わせボタン群**********/
section.contact div {
	width: 100%;
	border-radius: 0;
	padding: 28px 0 40px;
	margin-bottom: 50px;
}
section.contact div p {
	font-size: min(4vw,16px);
	line-height: 1.8;
}
/*お問い合わせボタン*/
section.contact a {
	width: 80%;
	max-width: 400px;
}








/**********車探しはプロにご相談ください！**********/
section.car_search_cv > div {
	margin: 80px auto 60px;
	max-width: 600px;
}
section.car_search_cv > div > img {
	width: 90%;
	max-width: 350px;
	top: -35px;
}
/*車探しはプロにご相談ください！*/
section.car_search_cv > div > h3 {
	font-size: 24px;
	padding: 9px 0;
}
section.car_search_cv > div > h3 span {
	font-size: 28px;
}
section.car_search_cv > div > h3 span::before {
	width: 56px;
	height: 31px;
}
section.car_search_cv > div > div {
	padding: 22px 0 40px;
}
section.car_search_cv > div > div ul {
	width: 90%;
	height: auto;
	flex-wrap: wrap;
	padding: 16px 25px;
}
section.car_search_cv > div > div ul li {
	width: 100%;
	font-size: 15px;
	padding-left: 26px;
	text-indent: -26px;
	margin-top: 5px;
	margin-bottom: 5px;
}
section.car_search_cv > div > div ul li::before {
	width: 16px;
	height: 16px;
}

section.car_search_cv > div > div > div {
	width: 90%;
	flex-wrap: wrap;
	margin: 0 auto 23px;
}
section.car_search_cv > div > div > div::after {
	width: 100%;
	background-image: url(../images/faq/line_sp.png);
}
section.car_search_cv > div > div > div > img {
	width: 100%;
	height: auto;
}
section.car_search_cv > div > div > div > div {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}
section.car_search_cv > div > div > div > div h4 {
	font-size: min(6vw,24px);
}
section.car_search_cv > div > div > div > div p {
	font-size: 16px;
}
/*ご来店WEB予約する*/
section.car_search_cv > div > div > a {
	width: 90%;
	max-width: 320px;
	font-size: min(5vw,18px);
	padding: 12px 15px;
}
section.car_search_cv > div > div > a.btn:before {
	left: 26px;
}
section.car_search_cv > div > div > img {
	width: 90%;
	max-width: 320px;
}









/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
