body {
	font-size: 100%;
}


/* Tags */
a {
	text-decoration: none;
	color: #666;
}

header {
	background-color: #C3B5A8;
}
footer {
	background-color: #C3B5A8;
}

/* 擬似要素で背景画像を管理 */
#div-container-customer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../../image/tire/bg.jpg');
	background-size: cover;
	background-position: center;
	opacity: 0.4;
	z-index: -1;
}

/* Common */
.pointer {
	cursor: pointer;
}


/* Custom */
.div-product {
	border-bottom: solid 1px #ccc;
	padding-bottom: 1em;
	margin-bottom: 1em;
}


input.no-spinner::-webkit-inner-spin-button,
input.no-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.no-spinner[type="number"] {
  -moz-appearance: textfield;
}

.dashboard-carousel-wrapper {
	padding: 0 0.5rem;
}

.dashboard-carousel-inner {
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.dashboard-carousel-image-link {
	display: block;
}

.dashboard-carousel-image {
	display: block;
	width: 100%;
	height: 320px;
	object-fit: cover;
}

.dashboard-carousel-indicators {
	margin-bottom: -2rem;
}

.dashboard-carousel-indicators [data-bs-target] {
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 999px;
}

.dashboard-carousel-control {
	width: 8%;
	opacity: 1;
}

.dashboard-carousel-control-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
	color: #2c4a73;
	font-size: 1rem;
}

@media (max-width: 767.98px) {
	.dashboard-carousel-wrapper {
		padding: 0;
	}

	.dashboard-carousel-image-link {
		background: #eef3ef;
	}

	.dashboard-carousel-image {
		height: 160px;
		object-fit: contain;
	}

	.dashboard-carousel-control {
		width: 14%;
	}
}
