@charset "UTF-8";

/* =======================================
	common
======================================= */
body{
font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
}

#wrapper{
overflow: hidden;
display: flex;
flex-direction: column;
min-height: 100vh;
}
.img-fluid{
    width: 100%;
}
.img-fluid-overwrite{
    margin: 0px auto 20px;
}

/* .row の左右のネガティブマージンを0にする */
.row--nopadding {
  margin-left: 0;
  margin-right: 0;
}
 
/* .row--nopadding の中にあるカラムの左右のパディングを0にする */
.row--nopadding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* .row--v-middle の中にあるカラムの縦中央揃え */
.row--v-middle {
  font-size: 0;
}
 
.row--v-middle > [class*="col-"] {
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}



/* =======================================
	アンカーリンクずれ調整
======================================= */
a.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
    pointer-events: none;
}



/* =======================================
	グリッドシステムをセンタリング
======================================= */
.row-center{
text-align:center;
letter-spacing:-0.4em;
}
.row-center > [class*='col-'] {
display:inline-block;
letter-spacing:0;
vertical-align:top;
float:none !important;
}

/* =======================================
	高さ揃え
======================================= */
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.row.row-eq-height .col-md-4{
width:33.2%;
}
@media (max-width: 767px) {
.row.row-eq-height .col-md-4{
width:100%;
}
}

/* =======================================
	legend storyボタンリセット
======================================= */
button {
    width: auto;
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
}


/* =======================================
	フォント指定
======================================= */
.txt12 {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}
.txt20b {
	font-size:20px;
	font-weight:bold;
}
.txt26 {
	font-size:26px;
	line-height:36px;
}
.color-bk14 {
 font-size:14px;
 color: #333;
 font-weight:normal;
}
.color-red {
 color: #de1920;
}
.color-redb_under {
 color: #de1920;
 font-weight:bold;
 text-decoration: underline;
}
.color-red20b {
 font-size:20px;
 line-height:26px;
 color: #de1920;
 font-weight:bold;
}
.color-gold20b {
 font-size:20px;
 line-height:26px;
 color: #103a8c;
 font-weight:bold;
}

.color-white24b {
 font-size:24px;
 line-height:30px;
 color: #fff;
 font-weight:bold;
}
.color-yl30b {
 font-size:30px;
 line-height:40px;
 color: #f3d823;
 font-weight:bold;
}

@media (max-width: 1199px) {
.color-white24b {
 font-size:20px;
 line-height:28px;
 color: #fff;
 font-weight:bold;
}
.color-yl30b {
 font-size:24px;
 line-height:30px;
 color: #f3d823;
 font-weight:bold;
}
}




a.sitecolor:link {
	color: #a57427;
	text-decoration: none;
}
a.sitecolor:visited {
	color: #a57427;
	text-decoration: none;
}
a.sitecolor:hover {
	color: #333;
	text-decoration: underline;
}
a:link.boldlink {
	color:#a57427;
	text-decoration:underline;
	font-weight: bold;
}
a:visited.boldlink {
	color:#a57427;
	text-decoration:underline;
	font-weight: bold;
}
a.boldlink:hover {
	color:#333;
	text-decoration:underline;
	font-weight: bold;
}
.voice_table_box p a:link {
	color: #a57427;
	text-decoration: underline;
}
.voice_table_box p a:visited {
	color: #a57427;
	text-decoration: underline;
}
.voice_table_box p a:hover {
	color: #333;
	text-decoration: none;
}




.btn-ghost.btn-warning {
	color:#fff;
	background-color:#a57427;
	border-style:none;
}

.btn-ghost.btn-warning:hover {
  color:#fff;
  background-color:#c9a84c;
  border-style:none;
}

.btn-ghost.btn-story {
	color:#fff;
	background-color:#666;
}

.btn-ghost.btn-story:hover {
	color:#fff;
  background-color:#333;
}


@media (max-width: 768px) {
	.btn-ghost.btn-warning {
	font-size:16px;
	margin-bottom:10px;
}
.btn-ghost.btn-story {
	font-size:16px;
	margin-bottom:10px;
}
}

a:hover img.overwhite{
	cursor:pointer;
	filter: alpha(opacity=60);		  /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;				  /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;			  /* Safari 1.x */
	opacity:0.6;
	zoom:1;
}


/* =======================================
	 common articletitle
======================================= */
.common-article-title h2{
 display: inline;
 font-size:36px;
 font-weight:normal;
 color:#103a8c;
font-feature-settings : "palt";
}
.common-article-title h3{
 display: inline;
 margin-left:10px;
 font-size:16px;
 font-weight:normal;
 color:#333;
font-feature-settings : "palt";
}
@media (max-width: 768px) {
.common-article-title h2 {
	display: block;
  text-align:center;
}
.common-article-title h3 {
	display: block;
  text-align:center;
}
}

.common-archive-article-title h2{
 display: inline;
 font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
 font-size:30px;
 font-weight:normal;
 color:#103a8c;
font-feature-settings : "palt";
}
.common-archive-article-title h3{
 display: inline;
 font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
 margin-left:10px;
 font-size:16px;
 font-weight:normal;
 color:#333;
font-feature-settings : "palt";
}



/* =======================================
	 margin set
======================================= */
.mt10{
margin-top:10px;
}
.mt20{
margin-top:20px;
}
.mt30{
margin-top:30px;
}
.mt40{
margin-top:40px;
}
.mt50{
margin-top:50px;
}
.mt60{
margin-top:60px;
}
.mt70{
margin-top:70px;
}
.mt80{
margin-top:80px;
}
.mt90{
margin-top:90px;
}
.mt100{
margin-top:100px;
}

/* スマホ時はマージンを縮小 */
@media (max-width: 767px) {
.mt10{ margin-top:8px; }
.mt20{ margin-top:14px; }
.mt30{ margin-top:18px; }
.mt40{ margin-top:24px; }
.mt50{ margin-top:30px; }
.mt60{ margin-top:36px; }
.mt70{ margin-top:42px; }
.mt80{ margin-top:48px; }
.mt90{ margin-top:54px; }
.mt100{ margin-top:60px; }
}


/* =======================================
	 特徴 features
======================================= */
.features-sec {
	padding: 50px 0 46px;
	background: linear-gradient(180deg, #f4f7fc 0%, #eaf0fa 100%);
}
.features-head {
	text-align: center;
	margin-bottom: 36px;
}
.features-head-sub {
	display: block;
	color: #c9a84c;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 6px;
}
.features-head-main {
	margin: 0;
	color: #103a8c;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.04em;
}
.features-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
.features-item {
	position: relative;
	flex: 1 1 0;
	max-width: 240px;
	min-width: 200px;
	background: #fff;
	border-radius: 14px;
	padding: 36px 16px 28px;
	text-align: center;
	box-shadow: 0 6px 20px rgba(16,58,140,0.08);
	overflow: hidden;
	transition: transform 0.3s, box-shadow 0.3s;
}
/* カード上辺のゴールドアクセントライン */
.features-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 4px;
	background: linear-gradient(to right, #e8c96e, #c9a84c);
	transition: width 0.3s ease;
}
.features-item:hover {
	transform: translateY(-8px);
	box-shadow: 0 14px 32px rgba(16,58,140,0.18);
}
.features-item:hover::before {
	width: 100%;
}
/* 連番バッジ */
.features-num {
	position: absolute;
	top: 12px;
	right: 16px;
	font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
	font-size: 30px;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	color: rgba(16,58,140,0.1);
	transition: color 0.3s;
}
.features-item:hover .features-num {
	color: rgba(201,168,76,0.45);
}
.features-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	margin-bottom: 18px;
	border-radius: 18px;
	background: linear-gradient(135deg, #1f56c0, #3a7de0);
	color: #fff;
	font-size: 32px;
	box-shadow: 0 4px 14px rgba(16,58,140,0.3);
	transition: transform 0.3s;
}
/* アイコンを囲むゴールドのリング */
.features-icon::after {
	content: '';
	position: absolute;
	inset: -6px;
	border-radius: 24px;
	border: 2px solid rgba(201,168,76,0.45);
	transition: inset 0.3s, border-color 0.3s;
}
.features-item:hover .features-icon {
	transform: scale(1.08);
}
.features-item:hover .features-icon::after {
	inset: -9px;
	border-color: #c9a84c;
}
.features-icon .fa {
	line-height: 1;
}
.features-text {
	position: relative;
	margin: 0;
	padding-top: 16px;
	color: #222;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}
/* テキスト上の短いディバイダー */
.features-text::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 28px;
	height: 2px;
	background: #c9a84c;
}
@media (max-width: 767px) {
	.features-sec {
		padding: 36px 0 32px;
	}
	.features-head-main {
		font-size: 20px;
	}
	.features-list {
		gap: 14px;
	}
	.features-item {
		flex: 1 1 42%;
		min-width: 0;
		max-width: none;
		padding: 22px 8px 18px;
	}
	.features-icon {
		width: 58px;
		height: 58px;
		font-size: 26px;
		margin-bottom: 12px;
	}
	.features-text {
		font-size: 15px;
	}
}

/* =======================================
	 問いかけ message
======================================= */
.message-sec {
	position: relative;
	padding: 64px 0;
	background: #0c2c6e url(../images/message-sec_bg.png) center center / cover no-repeat;
	background-attachment: fixed;
	overflow: hidden;
	text-align: center;
}
/* 黒オーバーレイ（文字の視認性確保） */
.message-overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 85% 15%, rgba(201,168,76,0.12) 0%, rgba(201,168,76,0) 45%),
		linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.72));
	pointer-events: none;
}
.message-inner {
	position: relative;
	z-index: 1;
}
.message-lead {
	margin: 0 0 28px;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.03em;
}
.message-lead em {
	font-style: normal;
	color: #f0d889;
	border-bottom: 2px solid rgba(201,168,76,0.6);
	padding-bottom: 2px;
}
.message-tags {
	list-style: none;
	margin: 0 auto 30px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, auto);
	justify-content: center;
	gap: 12px;
}
.message-tags li {
	padding: 7px 18px;
	border: 1px solid rgba(201,168,76,0.55);
	border-radius: 999px;
	color: #f0d889;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
	background: rgba(201,168,76,0.08);
}
.message-body {
	margin: 0 0 10px;
	color: rgba(255,255,255,0.85);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
}
.message-strong {
	margin: 0 0 6px;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.03em;
}
.message-swk {
	color: #f0d889;
	font-size: 1.18em;
	font-style: italic;
	font-weight: 900;
	letter-spacing: 0.05em;
	padding: 0 2px;
}
.message-br-sp { display: none; }
.message-divider {
	width: 60px;
	height: 3px;
	margin: 34px auto;
	background: linear-gradient(to right, #e8c96e, #c9a84c);
	border-radius: 2px;
}
.message-cta-text {
	margin: 0;
	color: rgba(255,255,255,0.92);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
}
.message-cta-text strong {
	color: #fff;
	font-weight: 700;
	border-bottom: 2px solid #c9a84c;
	padding-bottom: 1px;
}
@media (max-width: 767px) {
	.message-sec {
		padding: 44px 0;
	}
	.message-lead {
		font-size: 19px;
		margin-bottom: 22px;
		padding: 0 6px;
	}
	.message-tags {
		gap: 8px;
		margin-bottom: 24px;
		padding: 0 10px;
	}
	.message-tags li {
		padding: 6px 14px;
		font-size: 13px;
	}
	.message-body {
		font-size: 15px;
		padding: 0 10px;
	}
	.message-strong {
		font-size: 21px;
		padding: 0 10px;
	}
	.message-br-sp { display: inline; }
	.message-divider {
		margin: 26px auto;
	}
	.message-cta-text {
		font-size: 15px;
		padding: 0 12px;
	}
}

/* =======================================
	 こんな経験ありませんか
======================================= */
.experience-list {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}
.experience-list li {
	position: relative;
	padding: 12px 12px 12px 38px;
	margin-bottom: 12px;
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	background: #f4f7fc;
	border-left: 4px solid #103a8c;
	border-radius: 4px;
}
.experience-list li::before {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	left: 12px;
	top: 13px;
	color: #c9a84c;
	font-size: 16px;
}
@media (max-width: 767px) {
	.experience-list li {
		font-size: 15px;
		padding: 10px 10px 10px 34px;
	}
	.experience-list li::before {
		top: 11px;
	}
}

/* =======================================
	 愛車売却の悩みは解決
======================================= */
.solve-intro {
	margin: 0 0 16px;
	color: #333;
	font-size: 19px;
	font-weight: 700;
}
.solve-em {
	color: #103a8c;
	font-weight: 900;
}
.solve-list {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.solve-list li {
	position: relative;
	padding: 10px 4px 10px 34px;
	color: #222;
	font-size: 19px;
	font-weight: 600;
	border-bottom: 1px dashed #d2d8e4;
}
.solve-list li::before {
	content: "\f138";
	font-family: FontAwesome;
	position: absolute;
	left: 4px;
	top: 10px;
	color: #c9a84c;
	font-size: 19px;
}
.solve-text {
	margin: 0;
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
}
.solve-text strong {
	color: #103a8c;
	font-weight: 700;
	border-bottom: 2px solid #c9a84c;
	padding-bottom: 1px;
}
@media (max-width: 767px) {
	.solve-intro {
		font-size: 16px;
	}
	.solve-list li {
		font-size: 16px;
		padding: 9px 4px 9px 30px;
	}
	.solve-list li::before {
		font-size: 16px;
		top: 10px;
	}
	.solve-text {
		font-size: 15px;
	}
}

/* =======================================
	 高価買取できる理由 reason
======================================= */
.reason-block {
	margin-bottom: 44px;
}
.reason-block:last-child {
	margin-bottom: 0;
}
.reason-head {
	display: flex;
	align-items: center;
	gap: 18px;
	padding-bottom: 16px;
	margin-bottom: 8px;
	border-bottom: 2px solid #e2e7f0;
}
/* 番号バッジ */
.reason-num {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	border-radius: 14px;
	background: linear-gradient(135deg, #103a8c, #1f56c0);
	box-shadow: 0 5px 16px rgba(16,58,140,0.3);
	color: #fff;
	line-height: 1;
}
.reason-num small {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #f0d889;
	margin-bottom: 3px;
}
.reason-num b {
	font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
	font-size: 38px;
	font-weight: 900;
	font-style: italic;
}
.reason-title {
	margin: 0;
	color: #103a8c;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
/* 左右反転（PC時のみ画像を右に・スマホは通常の並び） */
@media (min-width: 576px) {
	.reason-row-rev {
		flex-direction: row-reverse;
	}
}
@media (max-width: 767px) {
	.reason-block {
		margin-bottom: 32px;
	}
	.reason-head {
		gap: 12px;
		padding-bottom: 12px;
	}
	.reason-num {
		width: 58px;
		height: 58px;
		border-radius: 11px;
	}
	.reason-num small {
		font-size: 9px;
	}
	.reason-num b {
		font-size: 28px;
	}
	.reason-title {
		font-size: 19px;
	}
}

/* =======================================
	 愛車の想いごと引き継ぎます ストーリー
======================================= */
.story-box p {
	font-size: 16px;
	line-height: 1.9;
	color: #333;
}
@media (max-width: 767px) {
	.story-box p {
		font-size: 14px;
	}
}
.story-lead {
	font-size: 1.15rem !important;
	font-weight: 600;
}
.story-lead strong,
.story-box p strong {
	color: #103a8c;
	font-weight: 700;
}
/* 思い出カード（3つ並び・吹き出し） */
.story-memories {
	list-style: none;
	margin: 28px 0 40px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px;
}
.story-memories li {
	position: relative;
	flex: 1 1 0;
	min-width: 260px;
	max-width: 380px;
	padding: 22px 20px;
	background: #f4f7fc;
	border: 1px solid #e2e7f0;
	border-radius: 16px;
	text-align: center;
	color: #444;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.6;
	white-space: nowrap;
}
/* 吹き出しのしっぽ */
.story-memories li::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -11px;
	transform: translateX(-50%);
	width: 20px;
	height: 11px;
	background: #f4f7fc;
	border-right: 1px solid #e2e7f0;
	border-bottom: 1px solid #e2e7f0;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
/* 仕上げリスト */
.story-specs {
	list-style: none;
	margin: 24px 0;
	padding: 0;
}
.story-specs li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 0;
	color: #222;
	font-size: 1.05rem;
	font-weight: 600;
}
.story-specs li::before {
	content: "\f00c";
	font-family: FontAwesome;
	margin-right: 10px;
	color: #c9a84c;
	font-size: 1rem;
}
/* 引用ブロック */
.story-quote {
	position: relative;
	margin: 32px 0;
	padding: 30px 40px 30px 40px;
	background: linear-gradient(135deg, #f6f9fd 0%, #e9f0fa 100%);
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(16,58,140,0.09);
	overflow: hidden;
}
/* 左のアクセントバー */
.story-quote::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #103a8c;
}
/* 大きな引用符のウォーターマーク（右下） */
.story-quote::after {
	content: "\f10e";
	font-family: FontAwesome;
	position: absolute;
	right: 22px;
	bottom: -24px;
	color: rgba(16,58,140,0.06);
	font-size: 6.5rem;
	line-height: 1;
	pointer-events: none;
}
.story-quote p {
	position: relative;
	margin: 0;
	color: #1f2d4a !important;
	font-size: 1.15rem !important;
	font-weight: 600;
	line-height: 2 !important;
	letter-spacing: 0.03em;
}
/* 締め */
.story-close {
	margin-top: 26px;
	font-size: 1.1rem !important;
	font-weight: 600;
}
.story-em {
	color: #103a8c;
	font-weight: 700;
	background: linear-gradient(transparent 62%, rgba(201,168,76,0.45) 62%);
	padding: 0 2px;
}
@media (max-width: 767px) {
	.story-box p { font-size: 0.98rem; }
	.story-lead { font-size: 1.05rem !important; }
	.story-memories { gap: 22px; margin-bottom: 32px; }
	.story-memories li { flex: 1 1 100%; max-width: 360px; min-width: 0; white-space: normal; }
	.story-memories li,
	.story-specs li { font-size: 0.98rem; }
	.story-quote {
		padding: 28px 22px 28px 26px;
	}
	.story-quote::after { font-size: 5rem; right: 14px; }
	.story-quote p { font-size: 1.02rem !important; }
	.story-close { font-size: 1.02rem !important; }
}

/* ストーリー締め */
.story-final {
	margin-top: 64px;
}
.story-final-head {
	margin: 0 0 16px;
	color: #103a8c;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.6;
}
.story-final-mark {
	background: linear-gradient(transparent 62%, rgba(201,168,76,0.45) 62%);
	padding: 0 2px;
}
.story-final p {
	margin: 0;
	font-size: 16px !important;
	line-height: 1.9 !important;
}
/* エピローグ（複数段落に余白を持たせる） */
.story-epilogue > p {
	margin: 0 0 22px;
}
.story-epilogue > p.story-close {
	margin-top: 26px;
}
@media (max-width: 767px) {
	.story-final {
		margin-top: 28px;
	}
	.story-final-head {
		font-size: 1.15rem;
	}
	.story-final p {
		font-size: 14px !important;
	}
}

/* =======================================
	 専門査定 メッセージ
======================================= */
.proquote {
	text-align: center;
	padding: 20px 24px;
}
.proquote-lead {
	margin: 0 0 20px;
	color: #333;
	font-size: 1.1rem;
	font-weight: 600;
}
.proquote-points {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}
.proquote-points li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 22px;
	background: #fff;
	border-radius: 999px;
	box-shadow: 0 3px 10px rgba(16,58,140,0.1);
	color: #103a8c;
	font-size: 1.15rem;
	font-weight: 700;
}
.proquote-points li .fa {
	color: #c9a84c;
	font-size: 1rem;
}
.proquote-conc {
	margin: 0;
	color: #103a8c;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}
.proquote-em {
	background: linear-gradient(transparent 65%, rgba(201,168,76,0.45) 65%);
	padding: 0 2px;
}
@media (max-width: 767px) {
	.proquote {
		padding: 26px 16px;
	}
	.proquote-lead {
		font-size: 0.98rem;
	}
	.proquote-points {
		gap: 8px;
		margin-bottom: 18px;
	}
	.proquote-points li {
		padding: 8px 16px;
		font-size: 1rem;
	}
	.proquote-conc {
		font-size: 1.15rem;
	}
}

/* =======================================
	 全幅画像（次セクションに密着）
======================================= */
.fullwidth-img {
	display: block;
	width: 100%;
	height: 680px;
	object-fit: cover;
	object-position: center 80%;
	margin: 0;
	vertical-align: bottom;
}
@media (max-width: 767px) {
	.fullwidth-img {
		height: 260px;
		object-position: center 85%;
	}
}

/* =======================================
	 こんな内容はしっかり評価します
======================================= */
.evaluate-box {
	background: #f4f7fc;
	border: 1px solid #e2e7f0;
	border-radius: 14px;
	padding: 30px 28px;
	text-align: center;
}
.evaluate-head {
	margin: 0 0 18px;
	color: #103a8c;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}
.evaluate-tags {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}
.evaluate-tags li {
	padding: 7px 14px;
	border: 1px solid #c9a84c;
	border-radius: 999px;
	background: #fff;
	color: #8a6d23;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	white-space: nowrap;
}
.evaluate-note {
	margin: 0;
	color: #333;
	font-size: 1.05rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	.evaluate-box {
		padding: 22px 18px;
	}
	.evaluate-head {
		font-size: 1.15rem;
	}
	.evaluate-tags {
		gap: 8px;
		margin-bottom: 14px;
	}
	.evaluate-tags li {
		padding: 6px 14px;
		font-size: 0.9rem;
	}
	.evaluate-note {
		font-size: 0.95rem;
	}
}

/* =======================================
	 加点評価 導入（テキスト＋画像縦スタック）
======================================= */
.addpoint-imgstack {
	display: flex;
	gap: 14px;
}
.addpoint-imgstack img {
	flex: 1 1 0;
	width: 100%;
	min-width: 0;
}
/* 統合した2段落の間隔 */
.addpoint-intro .archive_common_box p + p {
	margin-top: 22px;
}
@media (max-width: 767px) {
	.addpoint-imgstack {
		margin-top: 8px;
		gap: 10px;
	}
}

/* =======================================
	 スズキスポーツカー専門査定リスト
======================================= */
.sportscar-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.sportscar-item {
	flex: 1 1 0;
	max-width: 320px;
	min-width: 240px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: #fff;
	border-radius: 14px;
	padding: 28px 20px 26px;
	box-shadow: 0 6px 18px rgba(16,58,140,0.1);
	transition: transform 0.25s, box-shadow 0.25s;
}
.sportscar-item:hover {
	transform: translateY(-6px);
	box-shadow: 0 14px 30px rgba(16,58,140,0.18);
}
.sportscar-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	margin-bottom: 16px;
}
.sportscar-logo img {
	max-width: 100%;
	max-height: 70px;
	width: auto;
	object-fit: contain;
}
.sportscar-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}
.sportscar-name {
	font-size: 1.4rem;
	font-weight: 700;
	color: #103a8c;
	letter-spacing: 0.02em;
}
.sportscar-codes {
	font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	color: #c9a84c;
	letter-spacing: 0.06em;
}
/* 最後の注記（平文テキスト） */
.sportscar-text {
	margin: 24px 0 0;
	text-align: center;
	color: #333;
	font-size: 1.05rem;
	font-weight: 500;
}
@media (max-width: 767px) {
	.sportscar-list {
		gap: 14px;
	}
	.sportscar-item {
		flex: 1 1 100%;
		max-width: 420px;
		padding: 22px 18px;
	}
	.sportscar-logo {
		height: 58px;
		margin-bottom: 12px;
	}
	.sportscar-logo img {
		max-height: 58px;
	}
	.sportscar-name {
		font-size: 1.2rem;
	}
	.sportscar-codes {
		font-size: 0.95rem;
	}
	.sportscar-text {
		font-size: 0.95rem;
		margin-top: 18px;
	}
}

/* =======================================
	 CTA section
======================================= */
.cta-sec {
	position: relative;
	padding: 72px 0;
	text-align: center;
	background-color: #1a1c20;
	background-image:
		/* カーボン調の市松テクスチャ */
		linear-gradient(27deg, #15161a 5px, transparent 5px),
		linear-gradient(207deg, #15161a 5px, transparent 5px),
		linear-gradient(27deg, #1f2228 5px, transparent 5px),
		linear-gradient(207deg, #1f2228 5px, transparent 5px),
		/* 上からのゴールドのほのかな光 */
		radial-gradient(circle at 50% 0%, rgba(201,168,76,0.12) 0%, rgba(201,168,76,0) 55%),
		/* ベースの縦グラデ */
		linear-gradient(180deg, #24272d 0%, #16181c 100%);
	background-size: 10px 10px, 10px 10px, 10px 10px, 10px 10px, 100% 100%, 100% 100%;
	background-position: 0 0, 5px 5px, 5px 0, 0 5px, center top, center;
}
/* 上辺・下辺のゴールドアクセントライン */
.cta-sec::before,
.cta-sec::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, transparent, #c9a84c 30%, #e8c96e 50%, #c9a84c 70%, transparent);
}
.cta-sec::before { top: 0; }
.cta-sec::after { bottom: 0; }
.cta-sec > .container {
	position: relative;
	z-index: 1;
}
.cta-head {
	margin-bottom: 28px;
}
.cta-title {
	margin: 0 0 8px;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.04em;
}
.cta-slash {
	color: #c9a84c;
	font-weight: 700;
}
.cta-sub {
	margin: 0;
	color: rgba(255,255,255,0.85);
	font-size: 17px;
	font-weight: 500;
}
.cta-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	gap: 16px;
}
.cta-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cta-label {
	margin-bottom: 8px;
	color: #f0d889;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
}
.cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 260px;
	padding: 16px 28px;
	border-radius: 8px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(0,0,0,0.3);
	transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}
.cta-btn:hover {
	color: #fff;
	text-decoration: none;
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.4);
	filter: brightness(1.08);
}
.cta-btn .fa {
	font-size: 22px;
}
.cta-btn-tel  { background-color: #3a78d4; }
.cta-btn-form { background-color: #d8443f; }
.cta-btn-line { background-color: #06c755; }
.cta-line-icon {
	font-size: 26px;
	line-height: 1;
	color: #fff;
	margin: 0;
}
@media (max-width: 767px) {
	.cta-sec {
		padding: 52px 0;
	}
	.cta-title {
		font-size: 22px;
	}
	.cta-sub {
		font-size: 14px;
		padding: 0 10px;
	}
	.cta-buttons {
		flex-direction: column;
		align-items: center;
		gap: 14px;
	}
	.cta-item {
		width: 100%;
		max-width: 340px;
	}
	.cta-label {
		margin-bottom: 6px;
		font-size: 14px;
	}
	.cta-btn {
		width: 100%;
		min-width: 0;
		font-size: 18px;
		padding: 15px 20px;
	}
}

/* インライン版CTA（背景なし・電話/LINEのみ・大きめ） */
.inline-cta {
	margin-top: 10px;
	gap: 28px;
}
.inline-cta .cta-btn {
	min-width: 340px;
	padding: 22px 40px;
	font-size: 23px;
}
.inline-cta .cta-label-dark {
	color: #103a8c;
	font-size: 16px;
}
@media (max-width: 767px) {
	.inline-cta {
		gap: 18px;
	}
	.inline-cta .cta-btn {
		width: 100%;
		min-width: 0;
		font-size: 19px;
		padding: 18px 22px;
	}
	.inline-cta .cta-label-dark {
		font-size: 14px;
	}
}

/* =======================================
	 bg_set
======================================= */
.bg_set_topimg {
	margin:0px;
	padding:0px;
	background-color: #fff;
}
.hero-wrap {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
}
/* ① Ken Burns（ゆっくりズーム＆パン） */
.hero-wrap img {
  animation: heroKenBurns 22s ease-in-out infinite alternate;
  transform-origin: 60% 40%;
  will-change: transform;
}
@keyframes heroKenBurns {
  from { transform: scale(1); }
  to   { transform: scale(1.1); }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
    rgba(0,0,0,0.72) 0%,
    rgba(0,0,0,0.32) 22%,
    rgba(0,0,0,0.0) 45%,
    rgba(0,0,0,0.0) 58%,
    rgba(0,0,0,0.35) 78%,
    rgba(0,0,0,0.72) 100%);
  pointer-events: none;
}
.hero-copy {
  position: absolute;
  left: -3%;
  line-height: 1.5;
  max-width: 80%;
  background-color: rgba(0,0,0,0.62);
  transform: skewX(-11deg);
}
/* 文字は直立させる（黒帯だけ斜め） */
.hero-copy-inner {
  transform: skewX(11deg);
}
/* ③ 黒帯ワイプイン（左から伸びる） */
.hero-copy {
  clip-path: inset(0 100% 0 0);
  animation: heroWipe 0.9s cubic-bezier(0.7, 0, 0.2, 1) 0.3s forwards;
}
.hero-copy-bottom {
  animation-delay: 0.7s;
}
@keyframes heroWipe {
  to { clip-path: inset(0 0 0 0); }
}
.hero-copy-top {
  top: 8%;
  display: flex;
  align-items: stretch;
  padding: 22px 48px 22px 7%;
}
.hero-accent-bar {
  width: 6px;
  background: linear-gradient(to bottom, #e8c96e, #c9a84c);
  border-radius: 3px;
  margin-right: 20px;
  flex-shrink: 0;
  box-shadow: 0 0 14px rgba(201,168,76,0.55);
  transform: skewX(11deg);
}
.hero-copy-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-copy-bottom {
  bottom: 9%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px 48px 18px 7%;
}
/* ② テキストのフェードイン＆スライドアップ */
.hero-copy-line,
.hero-copy-mid-head,
.hero-copy-mid-sub {
  opacity: 0;
  transform: translateY(16px);
  animation: heroFadeUp 0.7s ease-out forwards;
}
.hero-copy-line:nth-child(1) { animation-delay: 0.6s; }
.hero-copy-line:nth-child(2) { animation-delay: 0.75s; }
.hero-copy-line:nth-child(3) { animation-delay: 0.9s; }
.hero-copy-mid-head { animation-delay: 1.0s; }
.hero-copy-mid-sub  { animation-delay: 1.15s; }
@keyframes heroFadeUp {
  to { opacity: 1; transform: translateY(0); }
}
.hero-h1 {
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.hero-copy-line {
  display: block;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.hero-copy-line:last-child {
  margin-bottom: 0;
}
.hero-em {
  color: #f0d889;
}
.hero-copy-mid-head {
  font-size: 26px;
  font-weight: 700;
  color: #c9a84c;
  margin: 0 0 6px;
  letter-spacing: 0.05em;
}
.hero-copy-mid-sub {
  font-size: 20px;
  font-weight: 600;
  color: rgba(255,255,255,0.95);
  margin: 0;
  letter-spacing: 0.04em;
}

@media (max-width: 767px) {
  .hero-overlay {
    background: linear-gradient(to bottom,
      rgba(0,0,0,0.7) 0%,
      rgba(0,0,0,0.3) 22%,
      rgba(0,0,0,0.0) 45%,
      rgba(0,0,0,0.0) 55%,
      rgba(0,0,0,0.35) 76%,
      rgba(0,0,0,0.72) 100%);
  }
  .hero-copy {
    left: -4%;
    max-width: 92%;
    transform: skewX(-8deg);
  }
  .hero-copy-inner {
    transform: skewX(8deg);
  }
  .hero-copy-top {
    top: 6%;
    padding: 14px 22px 14px 8%;
  }
  .hero-accent-bar {
    width: 4px;
    margin-right: 12px;
    transform: skewX(8deg);
  }
  .hero-copy-bottom {
    bottom: 6%;
    padding: 12px 22px 12px 8%;
  }
  .hero-copy-line {
    font-size: 20px;
    margin-bottom: 3px;
  }
  .hero-copy-mid-head {
    font-size: 15px;
  }
  .hero-copy-mid-sub {
    font-size: 12px;
  }
}
.bg_set_white {
	margin:0px 0px 0px 0px;
	padding:40px 20px 60px 20px;
	background-color: #ffffff;
}
.bg_set_white_narrow {
	margin:0px 0px 0px 0px;
	padding:20px 20px 20px 20px;
	background-color: #fff;
}
.bg_set_grey5 {
	margin:0px 0px 0px 0px;
	padding:40px 20px 60px 20px;
	background-color: #e6e6e6;
}
.bg_set_grey10 {
	margin:0px 0px 0px 0px;
	padding:40px 20px 60px 20px;
	background-color: #ccc;
}
.bg_set_stone {
	margin: 0;
	padding: 40px 20px 60px 20px;
	background-color: #f0f4fa;
	position: relative;
}
.bg_set_stone::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.25'/%3E%3C/svg%3E");
	background-repeat: repeat;
	background-size: 300px 300px;
	pointer-events: none;
	z-index: 0;
}
.bg_set_stone > * {
	position: relative;
	z-index: 1;
}


.bg_set_bigtitle {
	position: relative;
	padding: 32px 0px;
	background-color: #103a8c;
	border-radius: 0px;
	text-align: center;
}
.bg_set_bigtitle img {
	margin:  0px;
}
.bigtitle-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}
.bigtitle-logo {
	width: auto;
	height: 38px;
	filter: brightness(0) invert(1);
}
.bigtitle-text {
	margin: 0;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	position: relative;
	padding-bottom: 14px;
}
.bigtitle-text::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 48px;
	height: 3px;
	background: linear-gradient(to right, #e8c96e, #c9a84c);
	border-radius: 2px;
}
@media (max-width: 767px) {
	.bigtitle-logo {
		height: 28px;
	}
	.bigtitle-text {
		font-size: 21px;
		padding-left: 12px;
		padding-right: 12px;
	}
}




.bg_set_semibigtitle {
	position: relative;
	padding: 15px 0px;
	background-color: #c9a84c;
	border-radius: 0px;
	text-align: center;
}




/* image change */
 .mobileHidden { display:none;}
 
@media only screen and (max-width: 767px){ 
    .desktopHidden { display:none;}
    .mobileHidden { display:inline;}
}


/* =======================================
	header
======================================= */
header {
	margin: 0;
	padding: 0;
    background-color: #103a8c;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
header .container {
  padding-top: 16px;
  padding-bottom: 16px;
} 
.header-bg-kei {
	margin: 0px;
	padding: 0;
	display: flex;
	align-items: center;
}
@media (max-width: 991px) {
.header-bg-kei {
	background-image: none;
}
}
.header-logo-mark {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  display: flex;
  align-items: center;
}
.header-logo-mark img {
  max-width: 220px;
  height: auto;
  filter: brightness(0) invert(1);
  margin: 0;
}
@media (max-width: 767px) {
  .header-logo-mark {
    justify-content: center;
    padding: 10px 0;
  }
  .header-logo-mark img {
    max-width: 160px;
  }
}
.header-sitename {
  margin-top: 0;
  text-align: left;
  display: flex;
  align-items: center;
}
.header-sitename-text {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  font-family: 'Helvetica Neue', 'Arial', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  line-height: 1.3;
  white-space: nowrap;
}
.header-sitename-suzuki {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}
@media (max-width: 767px) {
  .header-sitename {
    justify-content: center;
  }
  .header-sitename-text {
    font-size: 16px;
    text-align: center;
    white-space: normal;
  }
}

	
.header-sitename h2 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
.header-sitename h2 {
  margin-top: 5px;
  font-size: 14px;
  line-height: 24px;
text-align: center;
}
}



@media screen and (min-width: 992px) {
	.br-sp { display:none; }
}
@media (max-width: 767px) {
	.br-pc { display:none; }
}



.header-rightbox {
  margin-top: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-tel-text {
  text-align: center;
  line-height: 1.4;
}
.header-tel-label {
  display: block;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.1em;
  opacity: 0.85;
  margin-bottom: 6px;
}
.header-tel-number {
  display: block;
  font-size: 38px;
  font-weight: 700;
  color: #c9a84c;
  text-decoration: none;
  letter-spacing: 0.06em;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}
.header-tel-number .fa {
  font-size: 32px;
  margin-right: 6px;
}
.header-tel-number:hover {
  color: #e8c96e;
  text-decoration: none;
}

/* タブレット以下は中央揃え縦積み */
@media (max-width: 991px) {
  .header-bg-kei {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .header-logo-mark {
    justify-content: center;
    margin-bottom: 8px;
  }
  .header-sitename {
    justify-content: center;
  }
  .header-sitename-text {
    text-align: center;
  }
  .header-rightbox {
    justify-content: center;
    margin-bottom: 10px;
  }
  .header-tel-text {
    text-align: center;
  }
  .header-tel-label {
    font-size: 13px;
  }
  .header-tel-number {
    font-size: 30px;
  }
  .header-tel-number .fa {
    font-size: 26px;
  }
}



/* =======================================
	navi bar
======================================= */
.nav-justified {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

@media (min-width: 768px) {
  .navbar-nav.nav-justified > li {
    flex: 1;
    text-align: center;
  }
  .navbar-nav.nav-justified > li.gnav-none {
    display: none;
  }
}

/* SP専用要素はPC幅では非表示 */
#sp-nav-toggler,
#sp-nav-overlay,
#sp-nav-menu {
  display: none;
}

@media (max-width: 767px) {
  /* navバー本体は非表示 */
  #nav {
    display: none !important;
  }

  /* ハンバーガーボタンを左上固定 */
  #sp-nav-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 9999;
    width: 44px;
    height: 44px;
    background-color: #c9a84c;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  #sp-nav-toggler .navbar-toggler-icon {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #fff;
    position: relative;
    transition: background-color 0.3s;
  }
  #sp-nav-toggler .navbar-toggler-icon::before,
  #sp-nav-toggler .navbar-toggler-icon::after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: transform 0.3s;
  }
  #sp-nav-toggler .navbar-toggler-icon::before { top: -7px; }
  #sp-nav-toggler .navbar-toggler-icon::after  { top:  7px; }

  /* 開いた状態のアイコン（×） */
  #sp-nav-toggler.is-open .navbar-toggler-icon {
    background-color: transparent;
  }
  #sp-nav-toggler.is-open .navbar-toggler-icon::before {
    transform: translateY(7px) rotate(45deg);
  }
  #sp-nav-toggler.is-open .navbar-toggler-icon::after {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* 背景オーバーレイ */
  #sp-nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9997;
    opacity: 0;
    transition: opacity 0.3s;
  }
  #sp-nav-overlay.is-open {
    display: block;
    opacity: 1;
  }

  /* 右からスライドインするドロワー */
  #sp-nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 78%;
    max-width: 320px;
    height: 100%;
    background-color: #fff;
    z-index: 9998;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    display: block;
  }
  #sp-nav-menu.is-open {
    transform: translateX(0);
  }

  /* ドロワー内の閉じるボタン */
  #sp-nav-close {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
  }
  #sp-nav-close span {
    font-size: 13px;
    color: #999;
    margin-right: 6px;
    letter-spacing: 0.05em;
  }
  #sp-nav-close::after {
    content: '✕';
    font-size: 18px;
    color: #999;
  }

  /* メニューリスト */
  #sp-nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #sp-nav-menu ul li {
    border-bottom: 1px solid #eee;
  }
  #sp-nav-menu ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.03em;
    transition: background 0.2s;
  }
  #sp-nav-menu ul li a::after {
    content: '›';
    font-size: 20px;
    color: #c9a84c;
    line-height: 1;
  }
  #sp-nav-menu ul li a:active {
    background-color: #f9f4ee;
  }

  nav li {
    font-size: 18px;
  }
  nav li a:before {
    content: attr(data-label);
  }
  nav ul li img {
    display: none;
  }
}

.navbar {
  margin-bottom: 0px; 
}  

.navbar-nav {
  margin: 0px 0px; 
  height: 100%;
} 

.navbar-nav .active a {
 background-color: #1a3a6b;
}



/* customize nav style */
.navbar-custom {
    background-color: #103a8c;
    border-width: 0;
    border-radius: 0;
}

/* 固定時のスライドインアニメーション */
@keyframes navSlideDown {
    from { transform: translateY(-100%); opacity: 0; }
    to   { transform: translateY(0);     opacity: 1; }
}
#nav.fixed-top {
    animation: navSlideDown 0.35s ease forwards;
}

.navbar-custom .navbar-nav > li {
    position: relative;
}
/* 項目間の細い区切り線 */
.navbar-custom .navbar-nav > li:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: rgba(255,255,255,0.18);
}

.navbar-custom .navbar-nav > li > a {
    display: block;
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 20px 14px;
    text-decoration: none;
    transition: color 0.25s, transform 0.25s;
    white-space: nowrap;
}

/* ホバー時: 下線アニメーション */
.navbar-custom .navbar-nav > li > a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #c9a84c;
    box-shadow: 0 0 8px rgba(201,168,76,0.6);
    transition: width 0.25s ease, left 0.25s ease;
}
.navbar-custom .navbar-nav > li > a:hover {
    color: #fff;
    transform: translateY(-2px);
}
.navbar-custom .navbar-nav > li > a:hover::after {
    width: 64%;
    left: 18%;
}

/* お問い合わせだけゴールドボタン */
.navbar-custom .navbar-nav > li > a.gnav-cta {
    color: #103a8c;
    background-color: #c9a84c;
    border-radius: 5px;
    padding: 12px 20px;
    margin: 9px 4px;
    box-shadow: 0 2px 10px rgba(201,168,76,0.4);
    transition: background-color 0.25s, color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.navbar-custom .navbar-nav > li > a.gnav-cta::after {
    display: none;
}
.navbar-custom .navbar-nav > li > a.gnav-cta:hover {
    background-color: #e8c96e;
    color: #103a8c;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(201,168,76,0.6);
}
/* CTAボタン直前の区切り線は出さない */
.navbar-custom .navbar-nav > li:nth-last-child(2)::before {
    display: none;
}

.navbar-custom .dropdown-menu li > a:hover {
    color: #fff;
    background-color: #103a8c;
}

.navbar-toggler {
    outline: 0;
    border: none;
}
.divider {
	height:50px;
}
.panel {
	border-width:0;
}






/* =======================================
	navi bar　dropdown
======================================= */
@media (min-width: 768px) {
.dropdown:hover > .dropdown-menu{
  display: block;
}
}


.dropdown-menu {
  font-size: 13px;
  text-align: center;
  background-color: #efefef;
  width:100%;
}
.dropdown-menu > li > a {
  background-color: #efefef;
  color: #333333;
}
.dropdown:hover > .dropdown-menu > li > a:hover {
  background-color: #efefef;
  color: #fff;
}


.dropdown-toggle .active a{
  background-color: #ff8300;
}


@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: -5px;
	color: #999;
    background-color: #efefef;
    padding: 2px;
  }
 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
}




/* =======================================
	footer
======================================= */
footer {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:#103a8c;
	margin-top: auto;
}
.footer-menu {
	color:#fff;
	font-size:14px;
	margin-left:0px;
} 



.footer-menu li.sampleFooterHome {
	border-left:0;
	padding-left:0;
}

.footer-menu ul {
	margin:0px;
    padding:0px;
	text-align:center;
} 
.footer-menu li {
	list-style:none;
	margin-bottom:5px;
	display:inline;
	margin-right:6px;
	padding-left:10px;
} 
.footer-menu li a,a:visited{
	color:#fff;
	text-decoration:none;
} 
.footer-menu li a:hover{
	color:#fff;
	text-decoration:underline;
} 


@media (max-width: 767px) {
.footer-menu li {
	display:block;
	border:none;
} 
}


.footer-copyrights {
	color:#fff;
	font-size:12px;
	margin-top:80px;
	text-align:center;
} 


@media (max-width: 767px) {
.footer-rightbox img{
  margin-left: auto;
	margin-right: auto;
}
.footer-menu {
	font-size:18px;
} 
.footer-rightbox {
margin-top: 40px;
margin-bottom: 40px;
 height:auto;
}
}


 /* =======================================
	Page top
======================================= */
#page-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    font-size: 80%;
    z-index: 9990;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}



/* =======================================
	 archive title
======================================= */
.archivetitle_line{
	margin:0px;
	padding: 0px;
}
.archivetitle_line h2 {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:0px;
	font-size:24px;
	line-height:36px;
	font-weight:bold;
	color:#333;
	padding:0px;
}
.archivetitle_line h3 {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:0px;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	color:#333;
	padding:0px;
	font-feature-settings : "palt";
}
.archivetitle_line h4 {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:0px;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#333;
	padding:0px;
}
.archivetitle_line p {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:0px;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	color:#333;
	padding:0px;
}



/* =======================================
	 archive fullimg
======================================= */
.archive_fullimg{
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
}



/* =======================================
	 archive commonbox
======================================= */
.archive_common_box {
	margin: 0px;
	padding:0px;
}
/* PC横並び時、先頭テキストの行間上余白を相殺して画像の天端と揃える */
@media (min-width: 768px) {
	.archive_common_box > *:first-child {
		margin-top: -0.3em;
	}
	/* h5は背景付きバッジ見出しのため相殺しない（浮き上がり防止） */
	.archive_common_box > h5:first-child {
		margin-top: 0;
	}
}
.archive_common_box h2{
	font-size:26px;
	line-height:36px;
	font-weight:600;
	color:#103a8c;
	font-feature-settings : "palt";
	margin-top:0px;
	margin-bottom:20px;
	margin-left:0px;
	letter-spacing: 0.05em;
}
@media (max-width: 767px) {
.archive_common_box h2{
	margin-top:20px;
	font-size:20px;
	line-height:26px;
}
}



.archive_common_box h3 {
	font-size:22px;
	line-height:32px;
	font-weight:600;
	color:#103a8c;
	margin:0px 0px 10px 0px;
}


@media (max-width: 767px) {
.archive_common_box h3{
	font-size:20px;
	line-height:28px;
}
}






.archive_common_box h4{
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	color:#333;
	margin:0px 0px 10px 0px;
}
@media (max-width: 767px) {
.archive_common_box h4{
	margin-top:20px;
	font-size:16px;
	line-height:22px;
}
}



.archive_common_box h5{
	font-size:18px;
	line-height:30px;
	font-weight:normal;
	color:#fff;
	background-color: #103a8c;
	margin:0px 0px 10px 0px;
	padding:5px 10px 5px 10px;
	display: inline-block;
	border-radius: 5px;
}
@media (max-width: 767px) {
.archive_common_box h5{
	font-size:16px;
	line-height:24px;
}
}



.archive_common_box h6{
	font-size:18px;
	line-height:30px;
	font-weight:bold;
	color:#333;
	margin-top:0px;
	margin-bottom:10px;
	padding:0px;
}
@media (max-width: 767px) {
.archive_common_box h6{
	font-size:16px;
	line-height:24px;
	margin-bottom:10px;
}
}


.archive_common_box p{
	font-size:16px;
	line-height:26px;
	font-weight: 400;
	color:#333;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}
@media (max-width: 767px) {
.archive_common_box p{
	font-size:14px;
	line-height:22px;
	margin-bottom:10px;
}
}

.archive_common_box p.caption{
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#333;
	margin:10px auto 20px auto;
	padding:0px;
	text-align: center;
}


.archive_common_box img{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}



/* =======================================
	 archive commonbox pp
======================================= */
.archive_common_box_pp {
	margin: 0px;
	padding:0px;
}
.archive_common_box_pp h4{
	font-size:20px;
	line-height:26px;
	font-weight:bold;
	color:#103a8c;
	margin:0px 0px 10px 0px;
}
@media (max-width: 767px) {
.archive_common_box_pp h4{
	margin-top:20px;
	font-size:16px;
	line-height:22px;
}
}
.archive_common_box_pp p{
	font-size:16px;
	line-height:26px;
	font-weight:normal;
	color:#333;
	margin-top:0px;
	margin-bottom:20px;
	padding:0px;
}
@media (max-width: 767px) {
.archive_common_box p,
.archive_common_box_pp p{
	font-size:14px;
	line-height:22px;
	margin-bottom:10px;
}
}



/* =======================================
	 archive commonbox devide
======================================= */
.archive_common_box_devide {
	margin-top: 60px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
}

/* =======================================
	intro_case
======================================= */
.intro_case{
	margin: 0px 0px 3% 0px;
	padding: 0px;
	background-color: #fff;
	height: 97%;
}
.intro_case h5{
	margin: 0px auto;
	text-align: center;
	padding: 10px;
	background-color: #0a3090;
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
}
.intro_case img{
	margin: 0px;
	padding: 0px;
}
.intro_case p{
	margin: 10px 0px;
	padding: 10px;
	color: #333;
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
	background-color: #fff;
}

@media (max-width: 1199px) {
.intro_case h5{
	font-size: 20px;
	line-height: 30px;
}	
.intro_case p{
	font-size: 16px;
	line-height: 26px;
}
}

/* =======================================
	main_panelgrid
======================================= */
.main_panelgrid{
	margin: 0px 0px 5% 0px;
	padding: 0px;
	background-color: #fff;
	height: 95%;
}
.main_panelgrid h5{
	margin: 0px auto;
	text-align: center;
	padding: 10px;
	background-color: #c9a84c;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}
.main_panelgrid img{
	margin: 0px;
	padding: 0px;
}
.main_panelgrid p{
	margin: 10px 0px 10px 5px;
	padding: 5px;
	color: #333;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	background-color: #fff;
}
@media (max-width: 1199px) {
.main_panelgrid h5{
	font-size: 16px;
	line-height: 24px;
}
.main_panelgrid p{
	font-size: 14px;
	line-height: 22px;
}
}






/* =======================================
	shopmap
======================================= */
.shop_map {
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}
.shop_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
@media (max-width: 767px) {
.shop_map {
    padding-bottom: 100%;
}
}


/* =======================================
	shop data
======================================= */
.shop_data {
	margin-top: 0px;
	margin-bottom: 30px;
}
@media only screen and (max-width:768px){
.shop_data  tr{
        display: block;
        margin-bottom: 1.5em;
    }
.shop_data  th,
.shop_data  td{
        display: list-item;
        border: none;
    }
}

.table_shopdata {
	color:#666;
	font-size:14px;
	table-layout: auto;
}
.table_shopdata th{
	background-color:#f2f2f2;
   font-weight:normal;
	width:30%;
	text-align: center;
}
@media only screen and (max-width:768px){
	.table_shopdata {
	margin-top: 30px;
		list-style: none;
}
	.table_shopdata th{
	width:auto;
}
}

.table_shopdata td{
	background-color:#fff;
}
.table_shopdata td h5{
	color:#fff;
	font-size:14px;
	font-weight:normal;
	background-color: #29a192;
	margin:0px 0px 10px 0px;
	padding:2px 5px 2px 5px;
}
.table_shopdata td h5.rose{
	color:#fff;
	font-size:14px;
	font-weight:normal;
	background-color: #fc86b2;
	margin:0px 0px 10px 0px;
	padding:2px 5px 2px 5px;
}
.table_shopdata td p{
	color:#333;
	font-size:14px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}
.table_shopdata tr:first-child  th {
  border-top: 1px solid #dddddd;
}
.table_shopdata tr:first-child  td {
  border-top: 1px solid #dddddd;
}
.table_shopdata tr:last-child  th {
  border-bottom: 1px solid #dddddd;
}
.table_shopdata tr:last-child  td {
  border-bottom: 1px solid #dddddd;
}


/* =======================================
	coatingmenu
======================================= */
.coatingmenubox_domesticcar {
  border: 1px solid #0051a2;
  background-color: #fff;
  padding:0px;
  margin:0px 0px 30px 0px;
}
.coatingmenubox_header_domesticcar {
  background-color: #0051a2;
  padding:10px 10px 0px 10px;
  margin:0px;
}
.coatingmenubox_importcar {
  border: 1px solid #150075;
  background-color: #fff;
  padding:0px;
  margin:0px 0px 30px 0px;
}
.coatingmenubox_header_importcar {
  background-color: #150075;
  padding:10px 10px 0px 10px;
  margin:0px;
}

.coatingmenubox_header_inner img {
  margin:0px 0px 10px 0px;
}
.coatingmenubox_header_inner h3 {
  background-color: #de1920;
  padding:5px 10px 5px 10px;
  margin:20px 0px 0px 0px;
  font-size: 20px;
  font-weight: bold;
  color:#fff;
  display: inline-block;
}
.coatingmenubox_header_inner h4{
  font-size: 30px;
  color:#fff;
  margin:20px 0px 0px 0px;
}

@media (max-width: 991px) {
.coatingmenubox_header_inner h3 {
  text-align: center;
  font-size: 16px;
  margin:0px auto;
  display: block;
}
.coatingmenubox_header_inner h4{
  text-align: center;
  font-size: 18px;
  margin:10px 0px 10px 0px;
}
}

.coatingmenubox_content {
  background-color: #fff;
  padding:10px 10px 0px 10px;
  margin:0px;
}
.coatingmenubox_content h6{
	font-size:20px;
	line-height:26px;
	font-weight:bold;
	color:#de1920;
	padding:0px;
    margin:10px 10px 10px 20px;
}
.coatingmenubox_content p{
	font-size:16px;
	line-height:26px;
	font-weight:normal;
	color:#333;
	padding:0px;
    margin:10px 10px 10px 20px;
}
@media (max-width: 767px) {
.coatingmenubox_content h6{
	font-size:16px;
	line-height:24px;
}
.coatingmenubox_content p{
	font-size:14px;
	line-height:22px;
}
}
.stepcolumn .col-sm-8 { 
	padding: 0px;
}

@media (max-width: 767px) {
.stepcolumn .col-sm-8 { 
	padding: 20px;
}
}

.coatingmenubox_content_step dl{
	margin: -15px 0px 0px 0px;
    padding:0px;
	font-weight:normal;
}
.coatingmenubox_content_step dt{  
  float: left;
  clear: both;
  background-color: #0a3090;
  margin: 0px 0px 10px 0px;
  padding:3px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}
.coatingmenubox_content_step dd{ 
  margin : 15px 0px 10px 55px;
  padding:0px;
  color: #0a3090;
  font-size: 13px;
}

@media (max-width: 767px) {
.coatingmenubox_content_step dl{
	margin-top: 10px;
}
}

/* =======================================
	price_table
======================================= */
.price_table{
	margin: 10px auto;
	width: 100%;
	border-collapse: collapse;

}
.price_table th.size{
width: 40%;
padding: 10px;
text-align: center;
color:#333;
font-size: 14px;
line-height:20px;
font-weight: bold;
background-color: #efefef;
border: 1px solid #ccc;
}
.price_table th.price{
width: 60%;
padding: 10px;
text-align: center;
color:#333;
font-size: 14px;
line-height:20px;
font-weight: bold;
background-color: #efefef;
border: 1px solid #ccc;
}

.price_table td{
padding: 10px;
text-align: center;
color:#333;
font-size: 14px;
line-height:20px;
font-weight: normal;
background-color: #fff;
border: 1px solid #ccc;
}


/* =======================================
	steptable
======================================= */
.bg_set_steptable {
	position: relative;
	padding: 20px;
	background-color: #fff;
	border-radius: 0px;
	text-align: center;
	text-align: left;
}
.step_triangle {
	height: 50px;
	background:
      linear-gradient(to top right, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top left/50% 100%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top right/50% 100%;
}
@media (max-width: 767px) {
.step_triangle {
	height: 20px;
	background:
      linear-gradient(to top right, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top left/50% 100%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top right/50% 100%;
}
}

.balloon-right {
  position: relative;
  display: inline-block;
  margin: 0px 10px 20px 0px;
  padding: 0 5px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  background: #a57427;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #a57427;
  z-index: 0;
}
.color-stepbl {
 display: inline-block;
 margin: 0px 0px 20px 0px;
 font-size:30px;
 line-height: 60px;
 color: #a57427;
 font-weight:bold;
 vertical-align: middle;
}

@media (max-width: 767px) {
.balloon-right {
  position: relative;
  display: inline-block;
  margin: 0px 10px 20px 0px;
  padding: 0 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  background: #a57427;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #a57427;
  z-index: 0;
}
.color-stepbl {
 display: inline-block;
 margin: 0px 0px 20px 0px;
 font-size:18px;
 line-height: 30px;
 color: #a57427;
 font-weight:bold;
 vertical-align: middle;
}	
}

/* =======================================
	voice
======================================= */
.top_voice{
	margin: 0px 0px 50px 0px;
	padding: 0px;
}

@media (max-width: 768px) {
	.top_voice{
	margin-top: 20px;
}
}

.top_voice h4{
	margin: 0px;
	padding: 10px 0px 5px 0px;
	font-size: 24px;
	line-height: 30px;
	color:#0a3090;
	font-weight: bold;
}
.top_voice h5{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	border-bottom: 1px dotted #333333;
}
.top_voice p{
	margin: 5px 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
}

@media (max-width: 768px) {
.top_voice h4{
	font-size: 20px;
	line-height: 26px;
}
.top_voice h5{
	font-size: 16px;
	line-height: 24px;
}
.top_voice p{
	font-size: 14px;
	line-height: 22px;
}
}

/* =======================================
	faq
======================================= */
dl.faq-style {
     width:100%;
     overflow: hidden;
     _zoom: 1;
	 margin-bottom:50px;
     }

 dl.faq-style dt,
 dl.faq-style dd{
     margin:0px;
     padding-left:56px;
     position: relative;
     min-width: 35px;
     min-height:40px;
     }

/* Q / A バッジ（テキスト化） */
 dl.faq-style dt::before,
 dl.faq-style dd::before{
	position: absolute;
	left: 10px;
	width: 34px;
	height: 34px;
	border-radius: 8px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	line-height: 34px;
	text-align: center;
	}

 dl.faq-style dd{
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 12px;
	padding-bottom: 15px;
	background-color: #fff;
	 color:#333;
     font-size:16px;
	 line-height:24px;
     }
 dl.faq-style dd::before{
	content: "A";
	top: 10px;
	background-color: #103a8c;
	}

 dl.faq-style dt{
	border-top: 1px dashed #efefef;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: -1px;
	font-weight: 600;
	 color:#103a8c;
     font-size:20px;
	 line-height:26px;
}
 dl.faq-style dt::before{
	content: "Q";
	top: 14px;
	background-color: #c9a84c;
	}
@media (max-width: 768px) {
 dl.faq-style dd{
     font-size:14px;
	 line-height:20px;
     }
 dl.faq-style dt{
     font-size:16px;
	 line-height:24px;
}
}


/* =======================================
	form area
======================================= */
.contactcar_ text{
	margin-top: 20px;
	margin-bottom: 20px;
}
.contactcar_ text p {
	color:#333;
	font-size:14px;
	font-weight:normal;
}

.form_area{
	margin-top: 20px;
	margin-bottom: 40px;
}
.form_rayout_bk10 {
	padding:20px;
	margin:0px;
	background-color:#e6e6e6;
}
.form_rayout_bk5 {
	padding:20px;
	margin:0px;
	background-color:#f2f2f2;
}
/* スマホ時：ラベルと入力欄が縦に重なるため、ラベル側に余白を追加 */
@media (max-width: 767px) {
	.form_rayout_bk5 > .col-sm-4,
	.form_rayout_bk10 > .col-sm-4 {
		margin-bottom: 8px;
	}
}
/* プレースホルダーを少し薄く */
.form_area .form-control::placeholder {
	color: #b3b3b3;
	opacity: 1;
}



/* --- input type file --- */
.file {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 1em;
	margin:10px auto;
  border: 1px solid #999;
  background-color: #f28683;
}

.file input[type="file"] {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 100px;
  cursor: pointer;
}

/* --- button --- */
input[type="button"] {
    font-size: 100%;
	text-align: center;
    vertical-align: baseline;
	background-color: #f28683;
    padding: 5px;
    border: 1px solid #f28683;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
	 font-family: monospace, serif; _font-family: 'courier new', monospace;
}


/* ------------------------
	footerFloatingMenu
------------------------ */
@media (max-width: 767px) {
#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    padding: 10px 0px;
	margin:0px;
	background-color: #103a8c;
}
.FloatingMenuDevide { border-right: 1px solid rgba(255,255,255,0.3);
	}
#footerFloatingMenu img {
    max-width: 100%;
		text-align: right;
}
#footerFloatingMenu .floating-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
}
#footerFloatingMenu .floating-link .fa {
    font-size: 22px;
}
#footerFloatingMenu .floating-link:hover,
#footerFloatingMenu .floating-link:active {
    color: #fff;
    opacity: 0.8;
}
}
@media (min-width: 768px) {
#footerFloatingMenu {
    display: none;
}
}


/* =======================================
	 movie
======================================= */
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* =======================================
	 datepicker add style
======================================= */
/* 年プルダウンの変更 */
select.ui-datepicker-year{
  height: 2em!important;      /* 高さ調整 */
  margin-right:5px!important; /* 「年」との余白設定 */
  width:70px!important;       /* 幅調整 */
}
/* 月プルダウンの変更 */
select.ui-datepicker-month{
  height: 2em!important;      /* 高さ調整 */
  margin-left:5px!important;  /* 「年」との余白設定 */
  width:70px!important;       /* 幅調整 */
}

/* =======================================
	 price_area
======================================= */
.price_area{
	color:#333;
	margin-top:0px;
	margin-bottom:0px;
	padding:20px;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	text-align: center;
}
.price_area h3{
	font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	font-size:24px;
	line-height:36px;
	font-weight:bold;
	color: #e45c0a;	
}
.price_area h4{
	font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	color: #a57427;	
}
@media (max-width: 767px) {
	.price_area h3{
	font-size:16px;
	line-height:24px;
}
	.price_area h4{
	font-size:14px;
	line-height:20px;
}
}

/* =======================================
	top whats new
======================================= */
.whats_new >dl{
	margin-top:30px;
}
.whats_new >dt{
	color: #103a8c;
	font-size:16px;
	line-height:22px;
	font-weight:normal;
}
.whats_new >dd{
	color: #333;
	font-size:16px;
	line-height:22px;
	font-weight:normal;
	border-bottom: dotted 1px #666;
	margin-top:15px;
	margin-bottom:15px;
	padding-bottom:5px;
}
.whats_new >dd a {
	color: #103a8c;
	font-size:16px;
	line-height:22px;
	font-weight:normal;
	text-decoration:none;
}
.whats_new >dd a:hover {
	text-decoration:underline;
}

/* =======================================
	買取事例スライダー
======================================= */
/* スライダーの高さ揃え */
.swiper-container .swiper-wrapper {
align-items: stretch;
}
.swiper-container .swiper-slide {
height: auto;
display: flex;
}

.custom-card {
width: 100%;
max-width: 400px;
height: 100%;
border-radius: 16px;
display: flex;
flex-direction: column;
justify-content: flex-start;
padding: 20px 20px 24px 20px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
background: #fff;
margin: 0 auto;
}

.custom-card img {
width: calc(100% + 40px);
height: 260px;
object-fit: cover;
border-radius: 16px 16px 0 0;
margin-top: -20px;
margin-left: -20px;
margin-right: -20px;
margin-bottom: 14px;
}

.custom-card .card-pref {
font-size: 0.95rem;
font-weight: 700;
color: #103a8c;
margin: 0 0 4px;
white-space: nowrap;
}

.custom-card h4 {
font-size: 1.15rem;
font-weight: 600;
color: #222;
margin: 0 0 8px;
}

.custom-card p {
font-size: 1rem;
color: #555;
margin: 0;
}
.custom-card .card-feature {
font-size: 0.95rem;
color: #555;
line-height: 1.5;
margin-bottom: 14px;
white-space: normal;
}

.custom-card .card-price {
display: flex;
align-items: baseline;
justify-content: flex-start;
flex-wrap: nowrap;
white-space: nowrap;
margin: 0;
margin-top: auto;
padding-top: 16px;
color: #333;
font-weight: 700;
/* 見積書風のミシン目（上の区切り線） */
background-image: radial-gradient(circle, #b9c2d2 1px, transparent 1.2px);
background-size: 5px 5px;
background-repeat: repeat-x;
background-position: left top;
}
/* 「買取 →」を左にまとめたネイビーのリード */
.custom-card .card-price-lead {
align-self: center;
flex-shrink: 0;
display: inline-flex;
align-items: center;
gap: 4px;
margin-right: 10px;
padding: 5px 10px;
border-radius: 6px;
background: #103a8c;
color: #fff;
font-size: 0.9rem;
font-weight: 700;
letter-spacing: 0.04em;
}
.custom-card .card-price-arrow {
font-size: 1.05rem;
font-weight: 900;
line-height: 1;
}
.custom-card .card-price-num {
font-size: 3rem;
line-height: 0.9;
color: #e74c3c;
font-style: italic;
font-weight: 900;
font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, sans-serif;
-webkit-text-stroke: 0.6px #e74c3c;
}
.custom-card .card-price-unit {
font-size: 1.1rem;
margin-left: 4px;
color: #333;
}

.swiper-container {
position: relative;
}


.swiper-button-next, .swiper-button-prev {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
color: #555;
}

.swiper-button-next {
right: 10px;
}

.swiper-button-prev {
left: 10px;
}


/* =======================================
	買取強化車両リスト
======================================= */

.brand-card {
margin-bottom: 2rem;
}
.car-card {
transition: transform 0.3s ease;
padding: 15px;
border: 1px solid #ddd;
border-radius: 4px;
background-color: #fff;
margin-bottom: 15px;
font-size: 1.2em;
}
.car-card:hover {
transform: translateY(-5px);
}
.brand-title {
display: inline-block;
font-weight: bold;
font-size: 20px;
color: #103a8c;
}
h4.car-title {
font-weight: bold;
color: #103a8c;
}


/* =======================================
	STEP見出し
======================================= */
.numbered-heading {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.number-box {
background-color: #103a8c;
color: white;
font-weight: bold;
padding: 10px 15px;
border-radius: 8px;
font-size: 18px;
margin-right: 10px;
}
.heading-text {
font-size: 24px;
color: #103a8c;
font-weight: 600;
}


/* =======================================
	フォーム選択パネル
======================================= */
.card-hover {
border: 1px solid #ddd;
border-radius: 4px;
padding: 20px;
text-align: center;
cursor: pointer;
transition: box-shadow 0.3s ease;
margin-bottom: 20px;
background-color: #fff;
}
.card-hover:hover {
box-shadow: 0 0 15px rgba(77, 77, 77, 0.5);
background-color: #103a8c;
color: #fff;
}
.active-card {
border-color: #ddd;
background-color: #103a8c;
color: #fff;
}


/* =======================================
	SNSアイコン
======================================= */
img.snsicon {
max-width: 50px;
}


/* =======================================
	他社との違い 比較表（プラン比較表風）
======================================= */
.comparison-wrap {
  padding: 30px 0 20px;
}
.comparison-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  font-size: 15px;
}
.comparison-table th,
.comparison-table td {
  padding: 18px 20px;
  vertical-align: middle;
  text-align: center;
}

/* --- ヘッダー行 --- */
.comparison-table thead th {
  font-weight: 700;
}
.comparison-th-item {
  width: 26%;
  color: #103a8c;
  font-size: 16px;
  border-bottom: 2px solid #103a8c;
}
.comparison-th-other {
  width: 30%;
  color: #888;
  background-color: #f2f2f2;
  border-radius: 8px 8px 0 0;
  border-bottom: 2px solid #ddd;
}

/* SWK列ヘッダー（浮き上がる強調カラム） */
.comparison-th-swk {
  width: 44%;
  position: relative;
  color: #fff;
  background: linear-gradient(135deg, #103a8c 0%, #2255b8 100%);
  border-radius: 12px 12px 0 0;
  box-shadow: 0 -6px 20px rgba(16,58,140,0.25);
}
.comparison-th-swk-name {
  display: block;
  font-size: 17px;
  letter-spacing: 0.04em;
}
/* --- データ行 --- */
.comparison-item {
  font-weight: 700;
  color: #333;
  border-bottom: 1px solid #e8e8e8;
}
.comparison-other {
  color: #999;
  background-color: #fafafa;
  border-bottom: 1px solid #ededed;
}

/* SWK列データ（強調カラム継続） */
.comparison-swk {
  font-weight: 700;
  font-size: 16px;
  color: #103a8c;
  background-color: #eef3fb;
  border-bottom: 1px solid #dbe5f5;
  border-left: 2px solid #cfdcf2;
  border-right: 2px solid #cfdcf2;
}
.comparison-table tbody tr:last-child .comparison-swk {
  border-radius: 0 0 12px 12px;
  border-bottom: 2px solid #cfdcf2;
  box-shadow: 0 6px 20px rgba(16,58,140,0.15);
}
.comparison-check {
  color: #c9a84c;
  margin-right: 8px;
}

/* =======================================
	スマホ対応（カード化）
======================================= */
@media (max-width: 767px) {
  .comparison-wrap {
    padding: 24px 0 10px;
  }
  .comparison-table,
  .comparison-table tbody,
  .comparison-table tr,
  .comparison-table td {
    display: block;
    width: 100%;
  }
  .comparison-table thead {
    display: none;
  }
  .comparison-table tbody tr {
    margin-bottom: 18px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
  }
  .comparison-table td {
    text-align: center;
    border: none;
    padding: 14px 16px;
  }
  /* 項目名を見出しバーに */
  .comparison-item {
    background: linear-gradient(135deg, #103a8c 0%, #2255b8 100%);
    color: #fff !important;
    font-size: 15px;
    padding: 12px 16px;
  }
  /* 一般買取店 */
  .comparison-other {
    background-color: #f7f7f7;
    border-bottom: 1px solid #eee;
  }
  .comparison-other::before {
    content: "一般買取店";
    display: block;
    font-size: 11px;
    color: #aaa;
    margin-bottom: 4px;
    font-weight: 400;
  }
  /* SWK */
  .comparison-swk {
    background-color: #eef3fb;
    font-size: 18px;
    border: none;
    border-radius: 0;
  }
  .comparison-table tbody tr:last-child .comparison-swk {
    box-shadow: none;
    border-radius: 0;
  }
  .comparison-swk::before {
    content: "スズキワークス久留米";
    display: block;
    font-size: 11px;
    color: #c9a84c;
    margin-bottom: 4px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
}

/* =======================================
	SNSリンク（FontAwesomeブランドアイコン）
======================================= */
.sns-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px 32px;
}
.sns-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #333;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	transition: opacity 0.2s;
}
.sns-link:visited {
	color: #333;
}
.sns-link:hover,
.sns-link:focus,
.sns-link:active {
	opacity: 0.6;
	color: #333;
	text-decoration: none;
}
.sns-link i {
	font-size: 1.55rem;
	line-height: 1;
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
}
.sns-blog i      { color: #103a8c; }
.sns-line i      { color: #06c755; }
.sns-facebook i  { color: #1877f2; }
.sns-youtube i   { color: #ff0000; }
.sns-x i         { color: #000000; }
.sns-instagram i::before {
	background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
@media (max-width: 767px) {
	.sns-links {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 16px 12px;
		max-width: 380px;
		margin: 0 auto;
	}
	.sns-link {
		font-size: 13px;
		gap: 8px;
	}
	.sns-link i {
		font-size: 1.3rem;
		width: 42px;
		height: 42px;
		flex-shrink: 0;
	}
}


/* =======================================
	WEBご相談フォーム（ブロック見出し・チェック・画像アップ）
======================================= */
/* ブロック見出し */
.form-block-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 40px 0 18px;
	padding: 12px 18px;
	background: linear-gradient(135deg, #103a8c 0%, #2255b8 100%);
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.04em;
	border-radius: 8px;
	border-left: 5px solid #c9a84c;
}
.form-block-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #c9a84c;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}
.form-note {
	font-size: 12px;
	color: #888;
	font-weight: 400;
}

/* チェックボックスリスト */
.check-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.check-item {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-weight: 500;
	cursor: pointer;
}
.check-item input {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

/* 画像アップロード */
.photo-upload {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}
.photo-slot {
	position: relative;
	width: 140px;
}
.photo-input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	overflow: hidden;
}
.photo-drop {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 140px;
	height: 140px;
	border: 2px dashed #c3cde0;
	border-radius: 10px;
	background: #f6f9fd;
	color: #103a8c;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	transition: border-color 0.2s, background 0.2s;
	margin: 0;
}
.photo-drop:hover {
	border-color: #103a8c;
	background: #eef3fb;
}
.photo-drop i {
	font-size: 26px;
}
.photo-drop.is-hidden {
	display: none;
}
.photo-preview {
	width: 140px;
}
.photo-preview img {
	width: 140px;
	height: 140px;
	object-fit: cover;
	border-radius: 10px;
	display: block;
}
.photo-remove {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: none;
	background: #c0392b;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}
@media (max-width: 767px) {
	.form-block-head {
		font-size: 16px;
		margin: 28px 0 14px;
		padding: 10px 14px;
	}
	.photo-slot, .photo-drop, .photo-preview, .photo-preview img {
		width: 100px;
	}
	.photo-drop { height: 100px; }
	.photo-preview img { height: 100px; }
}
