.outline {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
}

.title-class {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 32px;
  margin-bottom: 32px;
  width: 100%;
}

.instructions {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.01em;
  margin: 32px 0;
}

.back-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.back-cart-text {
  color: #006ca0;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.28px;
  margin-left: 8px;
}
.back-cart:hover .back-cart-text{
  text-decoration: underline;
  text-decoration-color: #006ca0;
}

.reset-margin {
  margin: 0;
}