body {
  color: #707070;
  font-size: 16px;
  line-height: 150% !important;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

a, table {
  color: #707070 !important;
}

.btn-kc {
  background-color: #479a45;
  color: white !important;
}

.btn-white {
  border: solid #c0c0c0 1px;
}

.contact-button {
  color: #ffffff !important;
  z-index: 10000;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: fixed;
  bottom: 10%;
  right: 0;
}
.contact-button:hover {
  background-color: #479a45;
}

.bg-kc {
  background-color: #479a45;
  color: white;
}

.bg-beige {
  background-color: #ffdfb9;
}

.text-kc {
  color: #479a45;
}

.no-hc:hover {
  color: #707070;
}

.border-box {
  border: 1px solid #c0c0c0;
  border-radius: 0.25rem;
  padding: 1.8rem 1rem;
}

.border-box-kc {
  border: 1px solid #479a45;
  border-radius: 0.25rem;
}

.dropdown-item {
  color: #707070 !important;
}

.dropdown-toggle::after {
  display: none;
}

.page-border {
  border-bottom: solid 2px #479a45;
}

.cart-border::before {
  position: absolute;
  top: -10px;
  content: "";
  left: 5%;
  width: 90%;
  background-color: #479a45;
  height: 1px;
  z-index: -1;
}

.cart-point01 {
  position: absolute;
  top: -22px;
  left: 0;
  padding-left: 50%;
  color: #479a45;
}

.cart-point02 {
  position: absolute;
  top: -22px;
  left: 50%;
  color: #479a45;
}

.cart-point03 {
  position: absolute;
  top: -22px;
  left: 50%;
  padding-right: 50%;
  color: #479a45;
}/*# sourceMappingURL=style.css.map */