@charset "utf-8";
/*
Theme Name: 株式会社オレンジワークス
Theme URI: https://orangeworks0701.net/
Description: 株式会社オレンジワークスのテーマです
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, select, button, textarea {
	font-family: Oswald, 'Noto Sans JP', sans-serif;
}

header::after, footer::after, section::after, article::after, aside::after, div::after, dl::after, ul::after {
	content:none !important;
}

body {
	color:#111 !important;
}

#satei #wrapper {
	background:url(../../images/lp01/bg_ptn01.jpg) repeat;
}

#satei .box1480 {
}


#satei #header,
#satei #main{
}

#satei #header {
	width:100%;
	max-width:1480px;
	margin-left:auto;
	margin-right:auto;

	position:fixed;
	z-index:5;

	top:50%;
	transform:translateY(-50%);

	/* コンテナ中央合わせ */
	left:50%;
	transform:translate(-50%,-50%);
}

/* 左ブロック */
#satei #header #header_inner {
	position:absolute;
	padding:3.5%;

	top: 50%;
	transform: translateY(-50%);
  
	left:0;                 /* ←ここが重要 */
	width:47.3%;
	max-width:700px;

	background:url(../../images/lp01/bg_nat.png) no-repeat center bottom #FFF;
	background-size:contain;
	border-radius:0.5rem;
	box-shadow:0 0 10px rgba(0,0,0,0.35);
}

#satei #header #header_inner:before {
	content:"";
	background:url(../../images/lp01/bg_nat.png) no-repeat center center;
	position: absolute;
	top: 1.5%;
	height: 24px;
	width: 100%;
	left: 0;
	background-size: cover;
}

#satei #header #header_inner:after {
	content:"";
	background;
	position: absolute;
	bottom: 1.5%;
	height: 20px;
	width: 100%;
	left: 0;
	background-size: cover;
}

#satei #header #header_inner p {
	text-align:center;
	margin-bottom:2rem;
}

#satei #header #header_inner p strong {
	display:block;
	font-size:clamp(16px, 3vw, 40px);
	letter-spacing:1rem;
	font-weight:900;
	margin-bottom:1rem;
}

.menu_box ul {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom:3.5rem;
}

.menu_box ul li {
	width:46%;
}

.menu_box ul li a {
	color:#111;
	display:block;
	padding:1.5rem;
	font-size:clamp(14px, 1.2vw, 18px);
	border-bottom:1px solid #111;
	font-weight:600;
	position:relative;
}

.menu_box ul li a:after {
	content:url(../../images/lp01/icon_arrow_bottom_bk.svg);
	position:absolute;
	right:1rem;
}

.contact_box {
	margin:0 auto;
	width:75%;
}

.contact_box ul {
	text-align:center;
}

.contact_box ul li:nth-child(1) {
	width:90%;
	margin:0 auto 2rem auto;
}

#main .contact_box {
	padding-top:9rem;
	padding-bottom:9rem;
	width:100%;
}

/* mainコンテナ */
#satei #main {  
	max-width:1480px;
	margin:0 auto;
	box-sizing:border-box;
}

/* 右ブロック */
#satei #primary {
	width:47.3%;
	max-width:700px;

	margin-left:auto;      /* 右寄せ */
	position:relative;

	box-shadow:0 0 10px rgba(0,0,0,0.35);
	background:#fff;
}

.base_lp {
	padding:0 4.5rem;
}

#lp_contents03 h2,
#lp_contents04 h2,
#lp_contents05 h2,
#lp_contents06 h2 {
	text-align:center;
	font-size:clamp(24px, 3.6vw, 42px);
	font-weight:900 !important;
	margin-bottom:4.5rem;
}

#lp_contents01 h2 {
	margin-bottom:3rem;
}

#lp_contents03 h2 {
	color:#FFF;
}

#lp_contents04 h2 {
	color:#ff5400;
}

#lp_contents01 {
	background:#FFF;
}

#lp_contents01 {
	padding-bottom:6rem;
}

#lp_contents02 {
	background:url(../../images/lp01/bg_ptn02.jpg) repeat;
}

#lp_contents02 .base_lp {
	background:url(../../images/lp01/lp_contents02_text_bg.png) no-repeat -0.5rem top;
	padding-top:9rem;
	padding-bottom:9rem;
}

#lp_contents02 h2 {
	text-align:center;
	margin-bottom:4.5rem;
}

.reason_list .reason_box {
	margin-bottom:6rem;
}

.reason_list .reason_box:last-child {
	margin-bottom:0;
}

.reason_list .reason_box figure {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom:3rem;
}

.reason_list .reason_box figure img {
	width: 40.70%;
}

.reason_list .reason_box figure figcaption {
	width:55%;
	text-align:center;
	font-size:clamp(22px, 2.4vw, 36px);
	font-weight:900;
}

.reason_list .reason_box figure figcaption span {
	font-weight:900;
	color:#ff4a4a;
}

.reason_list .reason_box figure figcaption span strong {
	font-weight:900;
	font-size:clamp(42px, 4.8vw, 60px);
}

.reason_list .reason_box p {
	line-height:2.4;
	font-weight:400;
	font-size:clamp(16px, 1.4vw, 18px);
}

.reason_list .reason_box p small {
	display:block;
	font-size:0.8em;
	color:#;
	line-height:2;
	margin-top:1rem;
}

#lp_contents03 {
	background:url(../../images/lp01/bg_ptn03.jpg) repeat;
}

#lp_contents03 .base_lp {
	background:url(../../images/lp01/lp_contents03_text_bg.png) no-repeat -0.5rem top;
	padding-top:9rem;
	padding-bottom:9rem;
}

#lp_contents03 ul li {
	display:flex;
	justify-content:space-between;
	width:100%;
	margin-bottom:6rem;
}

#lp_contents03 ul li:last-child {
	margin-bottom:0;
}

#lp_contents03 ul li .img-box,
#lp_contents03 ul li .text-box{
	width:48%;
}

#lp_contents03 ul li img {
	width:100%;
	height:auto;
	display:block;
}

#lp_contents03 ul li h3 {
	font-size:clamp(14px, 1.4vw, 18px);
	line-height:1.2;
	margin-bottom:0.5rem;
}

#lp_contents03 ul li h3 span {
	display:block;
	font-weight:600;
}

#lp_contents03 ul li h3 strong {
	font-weight:600;
}

#lp_contents03 ul li dl {
	color:#d30000;
	line-height: 1;
	margin-bottom:0.5rem;
}

#lp_contents03 ul li dl dt {
	font-size:clamp(18px, 1.8vw, 24px);
	font-weight:700;
}

#lp_contents03 ul li dl dd {
	font-size:clamp(18px, 1.8vw, 24px);
	font-weight:700;
}

#lp_contents03 ul li dl dd strong {
	font-size:clamp(42px, 4.8vw, 60px);
	font-weight:900;
}

#lp_contents03 ul li table {
	border-collapse:separate;
	border-spacing:3px;
}

#lp_contents03 ul li table th,
#lp_contents03 ul li table td {
	padding:0;
}

#lp_contents03 ul li table th {
	background:#747474;
	width:30%;
	padding:0 0.5rem;
	font-size:clamp(12px, 1vw, 14px);
	text-align:center;
	color:#FFF;
	vertical-align: middle;
}

#lp_contents03 ul li table td {
	padding:0 0 0 1rem;
}

#lp_contents04 {
	background:url(../../images/lp01/lp_contents04_bg.jpg) no-repeat #fffdeb;
	background-size:cover;
}

#lp_contents04 .base_lp {
	background:url(../../images/lp01/lp_contents04_text_bg.png) no-repeat -0.5rem top;
	padding-top:9rem;
	padding-bottom:9rem;
}

#lp_contents04 ol li {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
}

#lp_contents04 ol{
	list-style:none;
	margin:0;
	padding:0;
}

#lp_contents04 ol li{
	display:flex;
	align-items:stretch; /* 高さを揃える */
}

#lp_contents04 ol li:after {
	content:url(../../images/lp01/arrow_tri_bottom.svg);
	display:inline-block;
	width:100%;
	margin:0.25rem 0 0 0;
	padding-left:5%;
}

#lp_contents04 ol li:last-child:after {
	content:none;
}

#lp_contents04 ol li span{
	background:#ff5400;
	color:#fff;
	padding:1rem;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	min-width:90px;
	font-weight:bold;
	line-height: 1.2;
	font-size:clamp(18px, 2.4vw, 30px);
}

#lp_contents04 ol li p{
	background:#fff;
	margin:0;
	padding:3rem;
	flex:1;
	display:flex;
	align-items:center;
	font-size:clamp(16px, 1.6vw, 20px);
	font-weight:600;
}


#lp_contents05 {
	background:#ffeee5;
}

#lp_contents05 .base_lp {
	background:url(../../images/lp01/lp_contents05_text_bg.png) no-repeat -0.5rem top;
	padding-top:9rem;
	padding-bottom:9rem;
	padding-left:0;
	padding-right:0;
}


#lp_contents05 .slick-slide {
  padding: 1em;
}

#lp_contents05 .slick-slide .slick_item {
	background:#FFF;
	padding:4.5rem 3rem;
	border-radius:1rem;
}

#lp_contents05 .slick-dots li {
	margin:0 10px
}

#lp_contents05 .slick-dots li button::before {
	font-size:15px;
	color:#ff5400;
}

#lp_contents05 .box01{
	display:flex;
	align-items:center;
	gap:2rem;
	margin-bottom:3rem;
}

#lp_contents05 .box01 img{
	width:135px;
	height:auto;
	flex-shrink:0;
}

#lp_contents05 .box01 p{
	margin:0;
	flex:1;
	font-size:clamp(16px, 1.6vw, 20px);
	color:#ff5400;
	font-weight:600;
}

#lp_contents06 {
	background:#fff;
}

#lp_contents06 .base_lp {
	background:url(../../images/lp01/lp_contents06_text_bg.png) no-repeat -4rem top;
	padding-top:9rem;
	padding-bottom:9rem;
}

#lp_contents06 dl.faq dt,
#lp_contents06 dl.faq dd {
	font-weight:600;
}

#lp_contents06 dl.faq dt::before {
  font-family: Oswald, sans-serif;
}

#lp_contents06 dl.faq dd::before {
  font-family: Oswald, sans-serif;
}

#lp_contents06 dl.faq dd {
  padding-left: 4rem;
}

#footer {
	padding-top:6rem;
	padding-bottom:6rem;
	padding-left:2rem;
	padding-right:2rem;
	background:#ff5400;
}

#footer ul {
	width:60%;
	margin:0 auto 3rem;
}

#footer ul li a {
	color:#FFF !important;
	display:block;
	border-bottom:1px solid #FFF;
	padding:1.5rem 0;
	text-align:center;
}

#footer small {
	display:block;
	color:#FFF;
	text-align:center;
	font-size:14px;
}

@media (max-width: 1650px) {
#satei #wrapper {
	padding-left:4.5rem;
	padding-right:4.5rem;
}

#satei #header #header_inner {
	left:4.5rem !important;
	width: 46.3%;
}

.menu_box ul li {
	width:48%;
}
}

@media screen and (max-width:1280px){
#satei #primary {
  width: 56.3%;
}

.base_lp {
  padding-left:1.5rem;
  padding-right:1.5rem;
}

#satei #header #header_inner {
	width: 36%;
}

#satei #header #header_inner p strong {
	letter-spacing:0.5rem;
	margin-bottom:0.5rem;
}

.menu_box ul li {
	width:100%;
}

.contact_box {
	width:100%;
}

#lp_contents03 ul li table th {
	width:40%;
}
}

#sp_contact li a,
#sp_contact li:nth-child(1) a,
#sp_contact li:nth-child(2) a {
	width:50%;
	padding:1rem 0.5rem 1rem 1rem;
	background:#FFF;
}

#sp_contact li:nth-child(2) a {
	width:50%;
	padding:1rem 1rem 1rem 0.5rem;
	background:#FFF;
}


/* 980px以下 */
@media screen and (max-width:980px){
#satei #wrapper {
	padding-left: 0;
	padding-right: 0;
	padding-top:1.5rem;
	padding-bottom:4.5rem;
}

#satei #header {
	position:inherit;
	top:inherit;
	left:inherit;
	transform:none;
}

#satei #header #header_inner {
    width: 100%;
	margin:0 auto;
	left: inherit;
	position: inherit;
	padding: 1rem 2rem 1rem 2rem;
	top: inherit;
	transform: none;
	left: inherit;
	max-width: 100%;
	border-radius:0;
}

#satei #header #header_inner::before {
	background-size:cover;
	top: 0.5%;
}

#satei #header #header_inner .contact_box {
	display:none;
}

#satei #primary {
    width: 100%;
    margin: 0 auto;
}

.menu_box,
contact_box {
	display:none;
}

#lp_contents01 {
	padding-bottom:3rem;
}

#lp_contents02 .base_lp,
#lp_contents03 .base_lp,
#lp_contents04 .base_lp,
#lp_contents05 .base_lp,
#lp_contents06 .base_lp {
	padding-top:6rem;
	padding-bottom:6rem;
}

.reason_list .reason_box {
	margin-bottom:4.5rem;
}

#lp_contents03 ul li {
	margin-bottom:2rem;
}


#lp_contents04 ol li p{
	padding:2rem;
}

#lp_contents05 .slick-slide {
    padding: 0.75rem;
}

#lp_contents05 .slick-slide .slick_item {
	padding:3rem 2rem;
}

#footer {
	padding-bottom: 22%;
}

}

@media screen and (max-width:680px){
#satei #header #header_inner p {
	margin-bottom:1rem;
}

#satei #header #header_inner p img {
	max-width:240px;
}

#lp_contents03 h2,
#lp_contents04 h2,
#lp_contents05 h2,
#lp_contents06 h2 {
	margin-bottom:3rem;
}

#main .contact_box {
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left:2rem;
  padding-right:2rem;
}

.slick-dots {
	bottom:-4.5rem;
}

div.scroll-btn {
	bottom:9rem;
}

}

/*タブ用*/

.tab3 {
  width: 100%;/*横幅はここで設定します。100%にすれば可変になります。*/
  min-width: 320px;
  margin: 0 auto;
}

.tab3 .tab-content {
}

.tab3 label {
  display: inline-block;
  margin: 0;
  padding: 0;
	font-weight:bold;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.tab3 label {
  display: inline-block;
  width: 31%;
  padding: 1.5rem 0.25rem !important;
  cursor: pointer;
  background: #ddd;
  color:#111;
  text-align:center;
  border-radius:10px 10px 0 0;
  margin-right:3.5%;
  box-sizing:border-box;
  letter-spacing:0;
	font-size:clamp(14px, 1.4vw, 18px);
}

.tab3 label:nth-child(6) {
	margin-right:0;
}

.tab3 label:hover {
  background: #c9c9c9;
}
.tab3 input:checked + label {
	background: #FFF;
	color: white;
	padding: 1.5rem 1rem 1rem 1rem;
	position:relative;
	top:0.5rem;
	color: #111;
}

.tab3 input:checked + label:after {
    content: "\f078";
    font-family: FontAwesome;
	display:block;
	text-align:center;
	margin-top:-0.5rem;
}

.tab3 input {
  display: none;
}
.tab3 #tab3-b1,
.tab3 #tab3-b2,
.tab3 #tab3-b3,
.tab3 #tab3-b4,
.tab3 #tab3-b5,
.tab3 #tab3-b6,
.tab3 #tab3-b7 {
  display: none;
  padding:4.5rem 3rem 6rem 3rem;
    top: -1px;
    position: relative;
}
.tab3 #tab3-1:checked ~ #tab3-b1,
.tab3 #tab3-2:checked ~ #tab3-b2,
.tab3 #tab3-3:checked ~ #tab3-b3,
.tab3 #tab3-4:checked ~ #tab3-b4,
.tab3 #tab3-5:checked ~ #tab3-b5,
.tab3 #tab3-6:checked ~ #tab3-b6,
.tab3 #tab3-7:checked ~ #tab3-b7 {
  display: block;
  background:#FFF;
}

.tab3 ul {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

.tab3 ul li {
}

.tab3 ul li:nth-child(3n) {
}

@media (max-width: 768px){
.tab3 #tab3-b1,
.tab3 #tab3-b2,
.tab3 #tab3-b3,
.tab3 #tab3-b4,
.tab3 #tab3-b5,
.tab3 #tab3-b6,
.tab3 #tab3-b7 {
  padding:2rem 1.5rem;
}
}

/*査定フォーム用*/

/* ===== モーダル全体 ===== */
#car-modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  overflow-y: auto;
  font-family: Arial, sans-serif;
}

#car-modal br {
display:none;
}

/* ===== モーダルコンテンツ ===== */
#car-modal > div {
  background: #fff;
  max-width: 80%;
  margin: 80px auto;
  padding: 25px;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

/* タイトル */
#car-modal h2 {
	text-align: center;
	margin-bottom: 20px;
	color: #ff5400;
	font-size:clamp(20px, 2.4vw, 30px);
	font-weight:600;
}

/* ステップの文章 */
#car-modal p {
	font-weight:600;
	font-size:clamp(20px, 2.4vw, 24px);
	border-bottom:2px solid #ff5400;
	padding-bottom:1rem;
	margin-bottom:4.5rem;
}

#car-modal p br {
diplay:none;
}

/* ===== モーダルのステップボタン ===== */

#car-modal .step-btn-wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 6px;
	max-height: 360px;
	overflow: auto;
}

#car-modal .step-btn-wrap button{
	width: 100%;
	box-sizing: border-box;
}

#car-modal button {
	display: block;
	width: 100%;
	padding: 1rem 0;
	border: 1px solid #ccc;
	border-radius: 8px;
	background: #f7f7f7;
	cursor: pointer;
	transition: background 0.2s, transform 0.1s, color 0.2s;
	color: #222;
	text-align: center;
	font-size:clamp(15px, 1.2vw, 16px);
	font-weight:500;
}

/* ボタンホバー */
#car-modal button:hover {
  background: #d0ebff;
  color: #007bff;
  transform: scale(1.02);
}


#car-modal button#close-modal {
	font-size: clamp(28px, 2.8vw, 36px);
}


/* 選択済みボタンハイライト */
.active-step {
  border-color: #007bff;
  background-color: #cce5ff;
  color: #0056b3;
  box-shadow: 0 2px 6px rgba(0, 123, 255, 0.4);
}

/* 前に戻るボタン */
#car-modal .back-to-maker,
#car-modal .back-to-model,
#car-modal .back-to-year {
  background: #f0f0f0;
  border-color: #aaa;
  color: #333;
  margin-top: 12px;
}

/* ×ボタン */
#car-modal #close-modal {
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
}

/* 選択完了ボタン */
#car-modal #complete-selection {
  width: 100%;
  margin-top: 25px;
  background: #007bff;
  color: #fff;
  border: none;
  padding: 1rem 0;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}

#car-modal #complete-selection:hover {
  background: #0056b3;
}

/* ===== 選択内容表示 ===== */
#selected-car-info {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px 20px;
  margin: 20px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

#selected-car-info br {
display:none !important;
}

#selected-car-info span {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	padding: 12px 10px;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #e0e0e0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	font-size:clamp(18px, 1.5vw, 18px);
	position:relative;
}

#selected-car-info span:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	background:url(../../images/lp01/plus_orange.svg) no-repeat center center/contain;
	pointer-events: none;
	width: 21px;
	height: 21px;
	z-index: 1;
}

#selected-car-info span::before {
  display: inline-block;
  font-weight: bold;
  color: #555;
  width: 100px;
  flex-shrink: 0;
	font-size:clamp(18px, 1.5vw, 18px);
}

/* データラベル */
#display-maker::before { content: "メーカー"; }
#display-model::before { content: "車種"; }
#display-year::before { content: "年式"; }
#display-mileage::before { content: "走行距離"; }

/* ===== お客様情報エリア ===== */
.form-section-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 4px solid #ff5400;
  padding-left: 10px;
  color: #333;
}

.customer-info {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 20px 0;
}

.customer-info .form-item {
  display: flex;
  flex-direction: column;
}

.customer-info label {
  font-weight: bold;
  margin-bottom: 6px;
  color: #333;
}

.customer-info input[type="text"],
.customer-info input[type="tel"] {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
  width:100%;
}

.customer-info input[type="text"]:focus,
.customer-info input[type="tel"]:focus {
  border-color: #007bff;
  box-shadow: 0 0 4px rgba(0, 123, 255, 0.3);
  outline: none;
}

/* ご利用の愛車についてボタン */

#submit_wrapper {
	text-align:center;
	margin-top:3rem;
}

/*#open-modal {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  margin: 20px 0 0 0;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 0;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  text-align: center;
  color: #fff;
  background: #28a745;
  box-shadow: 0 4px 10px rgba(40,167,69,0.3);
  transition: all 0.3s ease;
}

#open-modal:hover {
  background: #218838;
  box-shadow: 0 6px 14px rgba(33,136,56,0.4);
  transform: translateY(-2px);
}

#open-modal:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(33,136,56,0.2);
}*/


#submit_wrapper input {
	background-color:transparent;
	background-image:url(../../images/lp01/btn_satei_submit.png) ;
    background-size: contain;
    background-repeat: no-repeat;
	padding-top:9.25%;
	width:100%;
	max-width:400px;
    border: none; /* 枠線を取り除く */
    cursor: pointer; /* カーソルをポインターに変更 */
    text-indent: -9999px;  /* 文字を非表示にする */
	display:inline-block;
	margin:0 auto;
}


#open-modal {
  font-size: 20px;
  font-weight: 700;
  border-left: 4px solid #ff5400;
  padding-left: 10px;
  color: #333;
  background:none;
  border-top:none;
  border-right:none;
  border-bottom:none;
  cursor:text;
  pointer-events: none;
}

/* CF7送信ボタン */
/*.wpcf7-submit,
input[type="submit"] {
  display: inline-block;
  background: linear-gradient(135deg,#007bff,#0056d2);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 40px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,123,255,0.3);
  width: 100%;
  max-width: 400px;
}

.wpcf7-submit:hover,
input[type="submit"]:hover {
  background: linear-gradient(135deg,#0056d2,#0041a8);
  box-shadow: 0 6px 14px rgba(0,123,255,0.4);
  transform: translateY(-2px);
}

.wpcf7-submit:active,
input[type="submit"]:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0,123,255,0.2);
}*/


/* ===== レスポンシブ ===== */
@media (max-width: 600px) {
  #car-modal > div {
    width: 92%;
	max-width:92%;
    margin: 50px auto;
    padding: 20px;
  }
  #car-modal button {
    font-size: 1.15rem;
    padding: 14px 0;
  }
  #selected-car-info {
    font-size: 14px;
    padding: 12px;
  }
  #selected-car-info span::before {
    width: 100px;
  }
  .customer-info {
    padding: 15px;
  }
  .form-section-title {
    font-size: 18px;
  }
  .wpcf7-submit,
  input[type="submit"] {
    font-size: 16px;
    padding: 14px 0;
    border-radius: 40px;
  }
  
  #car-modal .step-btn-wrap {
	grid-template-columns: repeat(2, 1fr);
	max-height:240px;
  }
  #car-modal button {
    padding: 10px 0;
  }
}

@media screen and (max-width: 480px) {
dl.faq dt {
	padding-left: 2.6rem;
	text-indent: -2.6rem;
}
#lp_contents06 dl.faq dd {
	padding-left: 2.5rem;
}
}