/* 販売店・整備工場の方へ（/dealer） */
.sl-dl,
.sl-dl * {
	box-sizing: border-box;
}

.sl-dl {
	color: #1d1d1f;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	padding: 8px 0 80px;
	-webkit-font-smoothing: antialiased;
}

.sl-dl a {
	color: #0066cc;
}

.sl-dl__kicker,
.sl-dl__eyebrow {
	margin: 0 0 8px;
	color: #6e6e73;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
}

.sl-dl__h2 {
	margin: 0 0 10px;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.4;
}

.sl-dl__section {
	margin-bottom: 64px;
	scroll-margin-top: 88px;
}

.sl-dl__section-lead {
	margin: 0 0 20px;
	color: #6e6e73;
	font-size: 14px;
	line-height: 1.7;
}

/* ボタン */
.sl-dl a.sl-dl__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border: 1px solid #1d1d1f;
	border-radius: 999px;
	background: #fff;
	color: #1d1d1f;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.sl-dl a.sl-dl__btn--primary {
	border-color: #0071e3;
	background: #0071e3;
	color: #fff;
}

.sl-dl a.sl-dl__btn:hover {
	opacity: .85;
}

.sl-dl__actions,
.sl-dl__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

/* 検索欄 */
.sl-dl__search {
	display: flex;
	gap: 8px;
	max-width: 640px;
}

.sl-dl__search-label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.sl-dl__search input {
	flex: 1;
	min-width: 0;
	height: 52px;
	margin: 0;
	padding: 0 18px;
	border: 1px solid #d2d2d7;
	border-radius: 14px;
	background: #fff;
	font-size: 17px;
}

.sl-dl__search input:focus {
	border-color: #0071e3;
	outline: 3px solid rgba(0, 113, 227, .2);
}

.sl-dl__search button {
	flex: none;
	height: 52px;
	padding: 0 22px;
	border: 0;
	border-radius: 14px;
	background: #1d1d1f;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}

/* ログイン中：作業バー */
.sl-dl__work {
	margin-bottom: 40px;
	padding: 32px 40px;
	border-radius: 24px;
	background: #f5f5f7;
}

.sl-dl__work h1 {
	margin: 0 0 18px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.35;
}

.sl-dl__work-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.sl-dl__work-links a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid #d2d2d7;
	border-radius: 999px;
	background: #fff;
	color: #1d1d1f;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.sl-dl__work-links a:hover {
	border-color: #1d1d1f;
}

.sl-dl__work-links svg,
.sl-dl__task-icon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sl-dl__cart-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: 999px;
	background: #0071e3;
	color: #fff;
	font-size: 12px;
}

.sl-dl__cart-count[hidden] {
	display: none;
}

/* いつもの品番 */
.sl-dl__head-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
}

.sl-dl__more {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.sl-dl__usual {
	margin: 0;
	padding: 0;
	border-top: 1px solid #e5e5ea;
	list-style: none;
}

.sl-dl__usual-item {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) 150px 150px 250px;
	align-items: center;
	gap: 16px;
	padding: 14px 4px;
	border-bottom: 1px solid #e5e5ea;
}

.sl-dl__usual-img img {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 10px;
	background: #f5f5f7;
	object-fit: contain;
}

.sl-dl__usual-name a,
.sl-dl__usual-name span {
	display: block;
	color: #1d1d1f;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
}

.sl-dl__usual-name a:hover {
	color: #0066cc;
}

.sl-dl__usual-name small,
.sl-dl__usual-price small {
	display: block;
	margin-top: 2px;
	color: #6e6e73;
	font-size: 12px;
	line-height: 1.6;
}

.sl-dl__usual-price {
	text-align: right;
}

.sl-dl__usual-price strong {
	font-size: 18px;
}

.sl-dl__usual-delivery {
	color: #1d1d1f;
	font-size: 13px;
	line-height: 1.5;
}

.sl-dl__usual-cart {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	margin: 0;
}

.sl-dl__qty-label {
	color: #6e6e73;
	font-size: 12px;
}

.sl-dl__qty {
	width: 72px;
	height: 42px;
	margin: 0;
	padding: 0 8px;
	border: 1px solid #d2d2d7;
	border-radius: 10px;
	font-size: 16px;
	text-align: right;
}

.sl-dl__usual-cart button {
	min-width: 130px;
	height: 42px;
	padding: 0 14px;
	border: 0;
	border-radius: 999px;
	background: #0071e3;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.sl-dl__usual-added {
	margin: 6px 0 0;
	color: #0058b0;
	font-size: 12px;
	font-weight: 700;
	text-align: right;
}

.sl-dl__usual-added[hidden] {
	display: none;
}

.sl-dl__usual-cart button:disabled {
	opacity: .6;
}

.sl-dl__usual-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 16px;
	color: #6e6e73;
	font-size: 13px;
}

.sl-dl__usual-foot p {
	margin: 0;
}

.sl-dl__empty {
	padding: 24px;
	border-radius: 16px;
	background: #f5f5f7;
	color: #424245;
	font-size: 14px;
	line-height: 1.7;
}

/* ログインしていないとき：冒頭 */
.sl-dl__hero {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	align-items: center;
	gap: 40px;
	margin-bottom: 64px;
	padding: 48px 56px;
	border-radius: 28px;
	background: radial-gradient(120% 140% at 85% 20%, #ffffff 0%, #f1f4f8 45%, #e6ebf1 100%);
	overflow: hidden;
}

.sl-dl__hero h1 {
	margin: 0 0 16px;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.3;
}

.sl-dl__lead {
	margin: 0 0 24px;
	color: #424245;
	font-size: 16px;
	line-height: 1.8;
}

.sl-dl__search--hero {
	margin-top: 22px;
}

.sl-dl__hero-visual {
	position: relative;
	height: 340px;
}

.sl-dl__sheet {
	position: absolute;
	display: block;
	height: auto;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(29, 29, 31, .16);
}

.sl-dl__sheet--catalog {
	top: 18px;
	left: 0;
	width: 62%;
	transform: rotate(-6deg);
}

.sl-dl__sheet--flyer {
	top: 0;
	right: 16%;
	width: 42%;
	transform: rotate(3deg);
}

.sl-dl__sheet--pop {
	right: 0;
	bottom: 0;
	width: 34%;
	transform: rotate(8deg);
}

/* 取付け・ご案内に使うもの */
.sl-dl__tasks {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.sl-dl a.sl-dl__task {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	column-gap: 14px;
	align-items: center;
	padding: 18px 20px;
	border-radius: 18px;
	background: #f5f5f7;
	color: #1d1d1f;
	text-decoration: none;
}

.sl-dl a.sl-dl__task:hover {
	background: #ececf0;
}

.sl-dl__task-icon {
	display: flex;
	grid-row: span 2;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	color: #fff;
}

.sl-dl__task-icon svg {
	width: 22px;
	height: 22px;
}

.sl-dl__task strong {
	font-size: 16px;
	line-height: 1.4;
}

.sl-dl__task > span:last-child {
	color: #6e6e73;
	font-size: 13px;
	line-height: 1.5;
}

.sl-dl__task--blue .sl-dl__task-icon { background: #0071e3; }
.sl-dl__task--green .sl-dl__task-icon { background: #28a745; }
.sl-dl__task--red .sl-dl__task-icon { background: #e0453a; }
.sl-dl__task--gray .sl-dl__task-icon { background: #1d1d1f; }
.sl-dl__task--purple .sl-dl__task-icon { background: #8e44ad; }
.sl-dl__task--orange .sl-dl__task-icon { background: #f08a00; }

/* 不具合のご報告 */
.sl-dl__report {
	padding: 40px;
	border-radius: 24px;
	background: #fbfbfd;
	border: 1px solid #e5e5ea;
}

.sl-dl__steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 8px 0 18px;
	padding: 0;
	list-style: none;
}

.sl-dl__steps li {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 22px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(29, 29, 31, .06);
}

.sl-dl__step-no {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #1d1d1f;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.sl-dl__steps strong {
	font-size: 16px;
}

.sl-dl__steps li > span:not(.sl-dl__step-no):not(.sl-dl__fax) {
	color: #424245;
	font-size: 14px;
	line-height: 1.7;
}

.sl-dl__steps a,
.sl-dl__fax {
	margin-top: auto;
	font-size: 15px;
	font-weight: 700;
}

.sl-dl__fax {
	color: #1d1d1f;
	font-size: 18px;
}

.sl-dl__note {
	margin: 0;
	color: #6e6e73;
	font-size: 13px;
}

/* 販促物 */
.sl-dl__promo {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	align-items: center;
	gap: 40px;
}

.sl-dl__promo-copy p:not(.sl-dl__eyebrow) {
	margin: 0 0 20px;
	color: #424245;
	font-size: 15px;
	line-height: 1.8;
}

.sl-dl__promo-items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sl-dl__promo-items a {
	display: flex;
	flex-direction: column;
	gap: 4px;
	height: 100%;
	padding: 14px;
	border-radius: 16px;
	background: #f5f5f7;
	color: #1d1d1f;
	text-decoration: none;
}

.sl-dl__promo-items img {
	display: block;
	width: 100%;
	height: 150px;
	margin-bottom: 8px;
	border-radius: 6px;
	background: #fff;
	object-fit: contain;
}

.sl-dl__promo-items strong {
	font-size: 14px;
}

.sl-dl__promo-items span {
	color: #6e6e73;
	font-size: 12px;
}

/* 掲載 */
.sl-dl__stores {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 32px;
	padding: 36px 40px;
	border-radius: 24px;
	background: #f5f5f7;
}

.sl-dl__stores p:not(.sl-dl__eyebrow) {
	margin: 0;
	color: #424245;
	font-size: 15px;
	line-height: 1.8;
}

/* お問い合わせ */
.sl-dl__contact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 8px;
}

.sl-dl__contact-card {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 20px 22px;
	border: 1px solid #e5e5ea;
	border-radius: 16px;
	color: #1d1d1f;
	text-decoration: none;
}

.sl-dl a.sl-dl__contact-card {
	color: #1d1d1f;
}

.sl-dl a.sl-dl__contact-card:hover {
	border-color: #1d1d1f;
}

.sl-dl__contact-card small {
	color: #6e6e73;
	font-size: 12px;
	font-weight: 700;
}

.sl-dl__contact-card strong {
	font-size: 20px;
}

.sl-dl__contact-card span {
	color: #6e6e73;
	font-size: 13px;
}

.sl-dl__hours {
	margin-top: 12px;
	color: #6e6e73;
	font-size: 13px;
}

.sl-dl__hours p {
	margin: 0;
}

.sl-dl__foot {
	margin: 0;
	color: #6e6e73;
	font-size: 13px;
	text-align: center;
}

@media (max-width: 1080px) {
	.sl-dl__usual-item {
		grid-template-columns: 56px minmax(0, 1fr) auto;
		grid-template-areas:
			"img name price"
			"img delivery cart";
		row-gap: 8px;
	}

	.sl-dl__usual-img { grid-area: img; align-self: start; }
	.sl-dl__usual-name { grid-area: name; }
	.sl-dl__usual-price { grid-area: price; }
	.sl-dl__usual-delivery { grid-area: delivery; }
	.sl-dl__usual-buy { grid-area: cart; }

	.sl-dl__usual-img img {
		width: 56px;
		height: 56px;
	}
}

@media (max-width: 860px) {
	.sl-dl__hero,
	.sl-dl__promo,
	.sl-dl__stores {
		grid-template-columns: 1fr;
	}

	.sl-dl__hero {
		padding: 32px 24px;
	}

	.sl-dl__hero h1 {
		font-size: 30px;
	}

	.sl-dl__hero-visual {
		height: 240px;
	}

	.sl-dl__tasks,
	.sl-dl__steps,
	.sl-dl__contact-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.sl-dl__work,
	.sl-dl__report,
	.sl-dl__stores {
		padding: 24px 18px;
	}

	.sl-dl__work h1 {
		font-size: 22px;
	}

	.sl-dl__h2 {
		font-size: 22px;
	}

	.sl-dl__search button {
		padding: 0 14px;
	}

	.sl-dl__usual-item {
		grid-template-columns: 48px minmax(0, 1fr);
		grid-template-areas:
			"img name"
			"img price"
			"delivery delivery"
			"cart cart";
	}

	.sl-dl__usual-price {
		text-align: left;
	}

	.sl-dl__usual-img img {
		width: 48px;
		height: 48px;
	}

	.sl-dl__usual-cart {
		justify-content: stretch;
	}

	.sl-dl__usual-cart button {
		flex: 1;
	}

	.sl-dl__usual-foot {
		flex-direction: column;
		align-items: stretch;
	}

	.sl-dl__promo-items img {
		height: 110px;
	}
}

/* ---- 注文を組み立てる場所（検索・結果・注文リスト）---- */
.sl-dl__work {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	align-items: start;
	gap: 32px;
}

.sl-dl__work .sl-dl__lead {
	margin: 0 0 18px;
	font-size: 15px;
}

.sl-dl__work h1 br {
	display: none;
}

.sl-dl__search-hint {
	margin: 8px 0 0;
	color: #6e6e73;
	font-size: 13px;
	line-height: 1.6;
}

.sl-dl__results {
	margin-top: 16px;
}

.sl-dl__results[aria-busy="true"] {
	opacity: .5;
}

.sl-dl__results-none {
	margin: 0;
	padding: 16px;
	border-radius: 12px;
	background: #fff;
	color: #424245;
	font-size: 14px;
}

.sl-dl__result-list {
	margin: 0;
	padding: 0;
	border-radius: 14px;
	background: #fff;
	list-style: none;
	overflow: hidden;
}

.sl-dl__result {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	grid-template-areas:
		"name name name"
		"price delivery buy";
	align-items: center;
	gap: 6px 16px;
	padding: 12px 16px;
	border-bottom: 1px solid #e5e5ea;
}

.sl-dl__result:last-child {
	border-bottom: 0;
}

.sl-dl__result-name strong,
.sl-dl__list-name strong {
	display: block;
	font-family: "SF Mono", Menlo, Consolas, monospace;
	font-size: 14px;
}

.sl-dl__result-name a,
.sl-dl__result-name span,
.sl-dl__list-name span {
	display: block;
	color: #424245;
	font-size: 13px;
	line-height: 1.5;
	text-decoration: none;
}

.sl-dl__result-name a:hover {
	color: #0066cc;
}

.sl-dl__result-name { grid-area: name; }
.sl-dl__result-price { grid-area: price; }
.sl-dl__result-delivery { grid-area: delivery; }
.sl-dl__result-buy { grid-area: buy; }

.sl-dl__result-name strong {
	display: inline;
	margin-right: 10px;
}

.sl-dl__result-name a,
.sl-dl__result-name span {
	display: inline;
}

.sl-dl__result-price strong {
	display: block;
	font-size: 16px;
}

.sl-dl__result-price small {
	color: #6e6e73;
	font-size: 11px;
}

.sl-dl__result-delivery {
	color: #1d1d1f;
	font-size: 12px;
	line-height: 1.4;
}

.sl-dl__result-buy {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	max-width: 230px;
}

.sl-dl__result-buy button,
.sl-dl__recent-btn {
	min-width: 120px;
	height: 40px;
	padding: 0 14px;
	border: 0;
	border-radius: 999px;
	background: #0071e3;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.sl-dl__result-buy button:disabled,
.sl-dl__recent-btn:disabled {
	opacity: .6;
}

.sl-dl__result-added {
	width: 100%;
	margin: 0;
	color: #0058b0;
	font-size: 12px;
	font-weight: 700;
	text-align: right;
}

.sl-dl__result-added[hidden] {
	display: none;
}

/* 右の欄：ログイン中はメニュー、ログインしていなければ注文リスト */
.sl-dl__side {
	position: sticky;
	top: 88px;
}

.sl-dl__side .sl-dl__work-links {
	flex-direction: column;
	margin: 0;
}

.sl-dl__side .sl-dl__work-links a {
	justify-content: flex-start;
	border-radius: 12px;
}

.sl-dl__side .sl-dl__cart-count {
	margin-left: auto;
}

.sl-dl__list {
	padding: 18px;
	border: 1px solid #e5e5ea;
	border-radius: 18px;
	background: #fff;
}

.sl-dl__list-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 8px;
}

.sl-dl__list-head h2 {
	margin: 0;
	font-size: 17px;
}

.sl-dl__list-head span {
	color: #6e6e73;
	font-size: 13px;
}

.sl-dl__list-items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sl-dl__list-items li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 60px auto;
	align-items: center;
	gap: 8px;
	padding: 8px 0;
	border-bottom: 1px solid #f0f0f2;
}

.sl-dl__list-items .sl-dl__qty {
	width: 60px;
	height: 36px;
}

.sl-dl__list-remove {
	padding: 4px 6px;
	border: 0;
	background: none;
	color: #6e6e73;
	font-size: 12px;
	cursor: pointer;
}

.sl-dl__list-remove:hover {
	color: #d70015;
}

.sl-dl__list-empty {
	margin: 4px 0 12px;
	color: #6e6e73;
	font-size: 13px;
	line-height: 1.6;
}

.sl-dl__list-empty[hidden] {
	display: none;
}

.sl-dl a.sl-dl__list-print {
	display: flex;
	width: 100%;
	margin-top: 12px;
}

.sl-dl__list-note {
	margin: 8px 0 0;
	color: #6e6e73;
	font-size: 12px;
	line-height: 1.6;
}

.sl-dl__list-login {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

/* 最近のご注文 */
.sl-dl__recent {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sl-dl__recent-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 16px 18px;
	border: 1px solid #e5e5ea;
	border-radius: 16px;
}

.sl-dl__recent-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: 14px;
}

.sl-dl__tag {
	padding: 2px 8px;
	border-radius: 999px;
	background: #f5f5f7;
	color: #424245;
	font-size: 11px;
	font-weight: 700;
}

.sl-dl__recent-to {
	color: #1d1d1f;
	font-weight: 700;
}

.sl-dl__recent-lines {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}

.sl-dl__recent-lines li {
	display: grid;
	grid-template-columns: 130px minmax(0, 1fr) auto;
	gap: 8px;
	padding: 3px 0;
}

.sl-dl__recent-lines li span:first-child {
	font-family: "SF Mono", Menlo, Consolas, monospace;
	font-weight: 700;
}

.sl-dl__recent-lines li span:nth-child(2) {
	overflow: hidden;
	color: #6e6e73;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sl-dl__recent-btn {
	align-self: flex-start;
	margin-top: auto;
}

.sl-dl__recent-done {
	font-size: 13px;
	font-weight: 700;
}

@media (max-width: 960px) {
	.sl-dl__work {
		grid-template-columns: 1fr;
	}

	.sl-dl__side {
		position: static;
	}

	.sl-dl__side .sl-dl__work-links {
		flex-direction: row;
	}


	.sl-dl__recent {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.sl-dl__result {
		grid-template-columns: auto minmax(0, 1fr);
		grid-template-areas:
			"name name"
			"price delivery"
			"buy buy";
	}

	.sl-dl__result-buy {
		justify-content: stretch;
		max-width: none;
	}

	.sl-dl__result-buy button {
		flex: 1;
	}

	.sl-dl__recent-lines li {
		grid-template-columns: 110px minmax(0, 1fr) auto;
	}
}

/* 代品先送り・返送不要の帯 */
.sl-dl__assure {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: -16px 0 56px;
}

.sl-dl__assure-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 18px 20px;
	border: 1px solid #e5e5ea;
	border-radius: 16px;
	background: #fff;
}

.sl-dl__assure-item svg {
	flex: none;
	width: 28px;
	height: 28px;
	fill: none;
	stroke: #0071e3;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sl-dl__assure-item strong {
	display: block;
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 1.4;
}

.sl-dl__assure-item span {
	display: block;
	color: #6e6e73;
	font-size: 13px;
	line-height: 1.6;
}

@media (max-width: 860px) {
	.sl-dl__assure {
		grid-template-columns: 1fr;
		margin-top: 0;
	}
}
