@charset "utf-8";

/* ==============================================================
   共通リセット・基本
   ============================================================== */
body {
	margin: 0;
	padding: 0;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
a:hover,
a:link,
a:visited {
	color: #000000;
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
	background-color: #000;
	color: #fff;
	font-size: 20px;
}

ul.breadcrumbs {
	display: flex;
	padding: 10px 2%;
	margin: 0;
	background-color: #efefef;
}
ul.breadcrumbs > li {
	display: block;
	font-size: var(--compact-font-size);
}
ul.breadcrumbs > li + li {
	margin-left: 3px;
}
ul.breadcrumbs > li + li::before {
	content: "＞";
	margin-right: 3px;
}

section.key-visual {
	width: 100%;
	clear: both;
}
main section.key-visual {
	width: 100%;
	height: auto;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: top center;
}
.key-visual-inner {
	width: 100%;
	height: auto;
	margin: 0 auto -10px;
}
.key-visual-inner img{
	width: 100%;
	height: auto;
}
.text-red{
	color: #e61f1a !important;
}

/* ==============================================================
   購入方法画像ホバー
   ============================================================== */
.order-flow-accordion-img {
	max-width: 500px;
	width: 100%;
	height: auto;
	display: block;
	cursor: pointer;
	border-radius: 12px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
	transition: box-shadow 0.15s ease, transform 0.15s ease;
}

/* PCなどポインタ操作の人向け：少し上に浮く＋影が濃くなる */
.order-flow-accordion-img:hover {
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
	transform: translateY(-6px);
}

/* スマホのタップ・PCのクリック直後 */
.order-flow-accordion-img:active {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	transform: translateY(0);
}

/* ==============================================================
   ページ上部ジャンプボタン（ベストの強み／ご注文方法／お支払い方法／FAQ）
   ============================================================== */
.subbutton {
	margin-top: 9px;
	padding: 30px 10px 20px;
	background-color: #c4e4de;
}
.subbutton .buttonlist {
	display: flex;
	flex-direction: column;
	font-size: 20px;
	margin-bottom: 0px;
}
.subbutton .buttonlist .pagejump {
	color: white;
	font-size: 15px;
	flex: 1px;
}
.subbutton .buttonlist .pagejump .button {
	background-color: #000000;
	text-align: center;
	margin: 7px;
	padding: 4px;
	border-radius: 10px;
}

/* ==============================================================
   ご注文方法（買い方フロー）
   ============================================================== */
.half {
	display: flex;
	justify-content: center;
}
.half .beginnermark {
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-weight: bold;
	font-size: 18px;
}
.half .beginnermark img {
	width: 10%;
}
.imgsection {
	display: flex;
	flex-direction: column;
	align-items: center;
}
/* 汎用 .pc/.sp と衝突しないよう専用クラスで表示切替する */
.imgsection.imgsection-pc {
	display: none;
}
.imgsection.imgsection-sp {
	display: flex;
}

/* ---------- ご注文方法の流れアコーディオン（.order-flow-accordion） ---------- */
.order-flow-accordion {
	width: 100%;
	margin: 0 auto 0;
	/*border: 1px solid #dcdcdc;
	border-radius: 8px;
	max-width: 1000px;
	overflow: hidden;
	box-sizing: border-box;*/
}
.order-flow-accordion-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	background-color: #1aa692;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	padding: 10px 20px;
	position: relative;
	cursor: pointer;
	user-select: none;
}
.order-flow-accordion-header::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	transform: rotate(45deg);
	transition: transform 0.25s ease;
}
.order-flow-accordion.is-open .order-flow-accordion-header::after {
	transform: rotate(-135deg);
	margin-top: -3px;
}
.order-flow-accordion-body {
	display: grid;
	grid-template-rows: 0fr;
	background-color: #ffffff;
	transition: grid-template-rows 0.3s ease;
}
.order-flow-accordion.is-open .order-flow-accordion-body {
	grid-template-rows: 1fr;
}
.order-flow-accordion-body-inner {
	overflow: hidden;
	padding: 0 16px;
	transition: padding 0.3s ease;
}
.order-flow-accordion.is-open .order-flow-accordion-body-inner {
	padding: 20px 16px;
}

/* 見出しが画像（tire_tanpin/set）のバリエーション */
.order-flow-accordion-header-img {
	background-color: #ffffff;
	padding: 10px 20px 10px 40px;
	justify-content: center;
}
.order-flow-accordion-header-img::after {
	display: none;
}
.order-flow-accordion-img {
	max-width: 500px;
	width: 100%;
	height: auto;
	display: block;
	cursor: pointer;
}

/* ==============================================================
   初めての方へ｜タイヤ通販安心ガイド（anshin-* デザインシステム）
   ============================================================== */
.anshin-payment{
	margin-top: 30px;
}
.anshin-section {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 60px;
	padding: 0 4%;
	box-sizing: border-box;
}

/* ---------- ヒーロー ---------- */
.anshin-hero {
	width: 100%;
	background-color: #c3e4de;
	padding: 20px 4% 30px;
	box-sizing: border-box;
	text-align: center;
	color: #000;
	margin-top: -1px;
}
.anshin-hero-inner {
	max-width: 900px;
	margin: 0 auto;
}
.anshin-hero h1 {
	font-size: 24px;
	line-height: 0.8;
	font-weight: bold;
	margin-bottom: 25px;
}
.anshin-voices {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 25px;
}
.anshin-voices p {
	background-color: #ffffff;
	color: #000;
	display: inline-block;
	margin: 0 auto;
	padding: 10px 18px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: bold;
	width: 286px;
}
.anshin-lead {
	font-size: 13px;
	line-height: 1.7;
	color: #000;
	text-align: center;
	font-weight: 600;
}

/* ---------- 共通見出し・テキスト ---------- */
.anshin-section h2 {
	font-size: 15px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 20px;
	line-height: 1.5;
	background-color: #000;
	padding: 6px;
	margin-top: 20px;
}
.anshin-section-lead {
	font-size: 14px;
	line-height: 1.9;
	text-align: center;
	margin-bottom: 25px;
}
.anshin-section p {
	font-size: 13px;
	line-height: 1.6;
	text-align: left;
	margin-top: 0;
}
.anshin-note {
	font-size: 13px;
	text-align: center;
	color: #515151;
	font-weight: bold;
}
.anshin-note-small {
	font-size: 12px;
	color: #808080;
}

.td-img {
    width: 100%;
}
/*.anshin-voices p::after {
        right: 346px;
        bottom: -19px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #fff;
    }*/

/* ---------- 選ばれる理由 ---------- */
.anshin-strengths {
	list-style: none;
	margin: 0 0 25px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.anshin-strengths li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
	background-color: #f5f5f5;
	border-radius: 6px;
	padding: 10px 15px;
}
.anshin-strengths-icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	background-color: #1aa692;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

/* ---------- 買い間違い保証／取付店／写真館などの案内ボックス ---------- */
.anshin-guarantee-box {
	background-color: #efefef;
	border-radius: 10px;
	padding: 30px 20px;
	text-align: center;
	margin-top: 20px;
}
.anshin-guarantee-box img {
	max-width: 100%;
}
.anshin-guarantee-text {
	font-size: 14px;
	line-height: 1.9;
	margin-bottom: 20px;
}

/* ---------- 相談ボイス（吹き出し） ---------- */
.anshin-voices-list {
	list-style: none;
	margin: 0 30px 20px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.anshin-voices-list li {
	position: relative;
	background-color: #c4e4de;
	border-radius: 16px;
	padding: 14px 18px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.anshin-voices-list li::after {
	content: "";
	position: absolute;
	right: 48px;
	bottom: -8px;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #c4e4de;
}

/* ---------- ボタン共通 ---------- */
.anshin-btn {
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding: 14px 10px;
	border-radius: 6px;
	box-sizing: border-box;
}
.anshin-btn-primary {
	background-color: #08184e;
	color: #ffffff !important;
	max-width: 320px;
	margin: 20px auto 0;
}
.anshin-btn-primary:hover {
	background-color: #505979;
}

.anshin-btn-primary-red {
	background-color: #ae0c06;
}
.anshin-btn-primary-red:hover {
	background-color:#cf4a45;
}

/* ---------- FAQ ---------- */
.anshin-faq-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.anshin-faq-item {
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	overflow: hidden;
}
.anshin-faq-q {
	display: flex;
	align-items: center;
	gap: 12px;
	background-color: #1aa692;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5;
	padding: 10px 44px 10px 16px;
	position: relative;
	cursor: pointer;
	user-select: none;
	margin: 0 auto;
}

.anshin-faq-q::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	transform: rotate(45deg);
	transition: transform 0.25s ease;
}
.anshin-faq-item.is-open .anshin-faq-q::after {
	transform: rotate(-135deg);
	margin-top: -3px;
}
.anshin-faq-a {
	display: grid;
	grid-template-rows: 0fr;
	background-color: #ffffff;
	transition: grid-template-rows 0.3s ease;
}
.anshin-faq-item.is-open .anshin-faq-a {
	grid-template-rows: 1fr;
}
.anshin-faq-a-inner {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 0 16px;
	overflow: hidden;
	transition: padding 0.3s ease;
}
.anshin-faq-item.is-open .anshin-faq-a-inner {
	padding: 18px 16px;
}
.anshin-faq-mark {
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
	background-color: #ffffff;
	color: #1aa692;
	font-weight: bold;
	font-size: 14px;
}
.anshin-faq-mark-a {
	background-color: #09184e;
	color: #ffffff;
}
.anshin-faq-a-body {
	flex: 1;
}
.anshin-subq {
	font-weight: bold;
	color: #09184e;
	font-size: 14px;
	margin: 15px 0 8px;
}

/* ---------- テーブル（ホイール用語／料金比較） ---------- */
.anshin-table {
	width: 100%;
	border-collapse: collapse;
	margin: 15px 0;
	font-size: 12px;
}
.anshin-table th,
.anshin-table td {
	border: 1px solid #dcdcdc;
	padding: 8px 10px;
	text-align: left;
	line-height: 1.6;
}
.anshin-table th {
	background-color: #09184e;
	color: #ffffff;
	white-space: nowrap;
}
.anshin-table td:first-child {
	font-weight: bold;
	white-space: nowrap;
	background-color: #f7f7f7;
}
.th-left {
	width: 30%;
}
.th-right {
	width: 70%;
}
.anshin-table-19-sp{
	font-size: 11px;
}
.anshin-table-19-sp td{
	line-height: 0.6rem;
}
/* ---------- チェックリスト・フローリスト ---------- */
.anshin-check-list,
.anshin-flow-list {
	margin: 10px 0 15px;
	padding: 15px 20px 15px 40px;
	font-size: 12px;
	line-height: 1.9;
	background-color: #eee;
}
.anshin-flow-list {
	counter-reset: flow;
}

/* ---------- 画像プレースホルダー ---------- */
.anshin-img-placeholder {
	margin: 10px auto 15px;
	text-align: center;
}
.anshin-img-placeholder img,
.anshin-img-used img {
	width: 100%;
	height: auto;
}
.anshin-img-used{
	margin-bottom: 20px;
	text-align: center;
}

/* ---------- テキストリンク ---------- */
.anshin-textlink {
	display: block;
	background-color: #08184e;
	color: #fff !important;
	font-weight: bold;
	font-size: 13px;
	padding: 7px 20px;
	border-radius: 8px;
	text-decoration: none;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin: 5px 0 15px;
}
/* ---------- CTA ---------- */
.cta-chat-wrap-1{
	margin: 0 auto;
}
.cta-chat-wrap{
	position:relative;
	display:inline-block;
	max-width:400px;
	width:100%;
}
.cta-btn.cta-chat{
	display: block;
	background: #2da59c;
	font-size: 14px;
	margin: 20px 10px 0;
	padding: 10px 60px;
	border-radius: 30px 30px 0px 30px;
	letter-spacing: -0.08rem;
	line-height: 1.4;
	color: #fff !important;
	font-weight: 600;
}
.finger-icon-wrap{
	position:absolute;
	right: 45px;
	bottom: 14px;
	pointer-events:none;
}
.finger-icon{
	display:block;
	width:50px;
	height:auto;
}

footer{
	text-align:center;
	font-size:11px;
	color:#999;
	padding:0;
	background:#fafafa;
}
/* ---------- 最終CTA ---------- */
.anshin-contact {
	background-color: #eef7f5;
	padding: 40px 4%;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 0;
}
footer#common-footer {
	margin: 0px 0px 20px 0px;
}
footer#common-footer .sns-links {
	padding: 20px 0 0;
	margin: 0;
}
/* ==============================================================
   タブレット／PC（768px〜）※このブロック1つに統一
   ============================================================== */
@media screen and (min-width: 768px) {
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
	h2 {
		font-size: 35px;
		margin-bottom: 30px;
	}
	section.key-visual {
		width: 100%;
	}
	.anshin-hero-inner {
		max-width: 1200px;
	}
	.anshin-voices p {
		padding: 10px 18px;
		font-size: 18px;
		font-weight: 700;
		width: 360px;
	}
	/* ジャンプボタン */
	.subbutton {
		display: flex;
		justify-content: space-evenly;
		margin-top: 0px;
	}
	.subbutton .buttonlist {
		display: flex;
		width: 80%;
		flex-direction: row;
	}
	.subbutton .buttonlist .pagejump {
		font-size: 26px;
	}
	.subbutton .buttonlist .pagejump .button {
		 margin: 20px 20px 20px 20px;
	}

	/* ご注文方法 */
	.subbutton2 {
		margin-bottom: 0px;
	}
	.half .beginnermark {
		width: 45%;
		font-size: 35px;
	}
	.imgsection {
		text-align: center;
		margin-bottom: 100px;
	}
	.imgsection.imgsection-pc {
		display: flex;
	}
	.imgsection.imgsection-sp {
		display: none;
	}
	.imgsection .twoways {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.imgsection .twoways img:first-child {
		position: absolute;
		margin-right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}
	.imgsection .twoways img:last-child {
		position: static;
		margin-left: 300px;
	}
	.arrow-img{
		margin-left: 110px;
	}
	.td-img {
		width: inherit;
	}
	.anshin-strengths li {
		gap: 10px;
		font-size: 18px;
		padding: 15px 15px;
	}
	.anshin-voices-list {
		margin: 0 auto 30px;
		max-width: 740px;
		gap: 34px;
	}
	.anshin-voices-list li {
		padding: 20px 18px;
		font-size: 21px;
	}
	.anshin-voices-list li::after {
		right: 346px;
		bottom: -19px;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #c4e4de;
	}
	/* あんしんガイド */
	.anshin-hero h1 {
		font-size: 38px;
		margin: 10px auto 70px;
	}
	.anshin-voices {
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
	}
	.anshin-lead {
		text-align: center;
		font-size: 20px;
		font-weight: 600;
		line-height: 1.6;
		margin-top: 40px;
	}
	.anshin-faq-a-inner,
	.anshin-faq-q {
		gap: 25px;
	}
	.anshin-faq-a-body p{
		text-align: left !important;
	}
	.anshin-section h2 {
		font-size: 28px;
	}
	.anshin-section-lead,
	.anshin-section p {
		font-size: 18px;
		text-align: center;
	}
	.anshin-section {
		padding: 0 3%;
	}
	.anshin-strengths {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}
	.anshin-btn-primary {
		max-width: 400px;
	}
	.anshin-btn-primary-red {
		max-width: 400px;
		padding: 20px;
		font-size: 22px!important;
	}
	.anshin-btn {
		font-size: 18px;
	}
	.anshin-faq-q {
		font-size: 17px;
		padding: 18px 24px;
	}
	.anshin-faq-item.is-open .anshin-faq-a-inner {
		padding: 24px;
	}
	.anshin-img-placeholder img {
		width: 80%;
	}
	.anshin-img-used img {
		width: 30%;
	}
	.anshin-table {
		font-size: 18px;
	}
	.anshin-table-19-sp td {
		line-height: inherit;
	}
	.anshin-table-19-sp th:first-child,
	.anshin-table-19-sp td:first-child {
		width: 40%;
	}
	.anshin-table-19-sp th:nth-child(2),
	.anshin-table-19-sp td:nth-child(2),
	.anshin-table-19-sp th:nth-child(3),
	.anshin-table-19-sp td:nth-child(3) {
		width: 30%;
	}
	.anshin-check-list,
	.anshin-flow-list {
		font-size: 16px;
		padding: 15px 20px 15px 60px;
	}
	.anshin-contact {
		padding: 3%;
	}
	.anshin-textlink {
		font-size: 15px;
		padding: 12px 20px;
		width: 60%;
		margin: 5px auto 15px;
	}
	.cta-chat-wrap-1{
		text-align: center;
	}
	.cta-btn.cta-chat {
		margin: 20px auto 0;
		font-size: 20px;
		width: 400px;
	}
	.finger-icon-wrap {
		right: 17px;
		bottom: 20px;
	}
	footer#common-footer {
		margin: 45px 0px 20px 0px;
	}
	footer#common-footer .sns-links {
		padding: 20px 0 20px;
	}
}