




/************ 共通 ************/
/*見出し*/
section h3.mds {
	width: 100%;
	height: 94px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: bold;
	color: #1F2537;
	border-top: 2px solid #E60012;
	border-bottom: 2px solid #E60012;
	margin-bottom: 68px;
	position: relative;
}
section h3.mds::after {
	position: absolute;
	bottom: -15px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	content: '\f078';
	font-size: 18px;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	color: #E60012;
	padding: 0 15px;
	background-color: #FFF;
}









/************ よくある質問 ************/
section.faq {
	width: 90%;
	padding-top: 70px;
	padding-bottom: 20px;
}
section.faq h3 + p {
	font-size: 24px;
	font-weight: bold;
	color: #1F2537;
	text-align: center;
	margin-top: 45px;
}
/*ページ内リンクボタン群*/
section.faq > div {
	width: 90%;
	max-width: 1080px;
	margin: 44px auto 140px;
	display: flex;
	justify-content: space-between;
}
section.faq > div a {
	display: block;
	width: 320px;
	height: 80px;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #1F2537;
	background-color: #FFF;
	border: 2px solid #E60012;
	border-radius: 8px;
	padding-left: 20px;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .2));
	position: relative;
}
section.faq > div a::before {
	content: '';
	display: inline-block;
	width: 38px;
	height: 38px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-right: 17px;
}

section.faq > div a:nth-of-type(1):before {
	background-image: url(../images/faq/car_icon.svg);
}

section.faq > div a:nth-of-type(2)::before {
	background-image: url(../images/faq/money_icon.svg);
}

section.faq > div a:nth-of-type(3)::before {
	background-image: url(../images/faq/car_haguruma_icon.svg);
}

section.faq > div a::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f078';
	color: #DC000D;
	font-size: 20px;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
}
/*hover*/
section.faq > div a:hover {
	filter: none;
	opacity: 0.7;
	transform: translate3d(0, 1px, 0);
}

/*一覧*/
section.faq dl {
	width: 860px;
	margin: 0 auto 20px;
	border: 1px solid #CED1D9;
	border-radius: 4px;
}
section.faq dt {
	overflow: hidden;
	font-size: 16px;
	font-weight: 500;
	color: #222;
	line-height: 1.5;
	cursor: pointer;
	position: relative;
}
section.faq dt div {
	padding: 15px 95px 15px 45px;
}
section.faq dt::before {
	position: absolute;
	top: 18px;
	left: 16px;
	background-image: url(../images/faq/q_img.png);
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
section.faq dt img {
	width: 22px;
	height: auto;
	float: left;
}
section.faq dt:after {
	position: absolute;
	top: 40%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #FC0011;
	border-right: 2px solid #FC0011;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
section.faq dt.active:after {
	top: 43%;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
section.faq dt:hover {
	color: #FC0011;
	transform: translate3d(0, 1px, 0);
}
section.faq dd {
	overflow: hidden;
	display: none;
	position: relative;
}
section.faq dd::before {
	position: absolute;
	top: 18px;
	left: 16px;
	background-image: url(../images/faq/a_img.png);
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
section.faq dd > div {
	font-size: 16px;
	font-weight: 500;
	color: #6B7280;
	line-height: 1.6;
	min-height: 40px;
	background-color: #F9FAFB;
	padding: 15px 95px 15px 45px;
}

/*「カテゴリから探す」へ戻る*/
section.faq p.back {
	width: 950px;
	margin: 40px auto 80px;
}
section.faq p.back a {
	display: block;
	width: max-content;
	margin-left: auto;
	font-size: 16px;
	font-weight: bold;
	color: #0F5EB8;
	text-decoration: underline;
}
section.faq p.back a::before {
	content: '\f139';
	font-size: 16px;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
}








/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1079px) {
*{}
*{}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/









/************ 共通 ************/
/*見出し*/
section h3.mds {
	height: 90px;
	font-size: 24px;
	margin-bottom: 40px;
}
section h3.mds::after {
	bottom: -12px;
	font-size: 16px;
	padding: 0 14px;
}









/************ よくある質問 ************/
section.faq {
	padding-top: 60px;
}
section.faq h3 + p {
	font-size: 18px;
}
/*ページ内リンクボタン群*/
section.faq > div {
	width: 100%;
	max-width: 600px;
	margin: 33px auto 80px;
}
section.faq > div a {
	width: 32%;
	height: 120px;
	font-size: min(4vw, 16px);
	text-align: center;
	line-height: 1.4;
	flex-direction: column;
	padding: 17px 0 15px;
}
section.faq > div a::before {
	width: 36px;
	height: 36px;
	margin-right: 0;
	margin-bottom: 10px;
}
section.faq > div a::after {
	display: none;
}

section.faq dl {
	width: 100%;
	max-width: 860px;
	border-radius: 8px;
}
section.faq dt {
	font-size: 14px;
}
section.faq dt div {
	padding: 15px 45px 15px 45px;
}
section.faq dt::before {
	width: 17px;
	height: 17px;
}
section.faq dd::before {
	width: 17px;
	height: 17px;
}
section.faq dd > div {
	font-size: 14px;
	padding: 15px 45px 15px 45px;
}


/*「カテゴリから探す」へ戻る*/
section.faq p.back {
	width: 90%;
	margin: 40px auto 60px;
}
section.faq p.back a {
	margin: 0 auto;
}







/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
