@charset "UTF-8";
.order-step-box {
  width: 230px;
  background-color: #0058de;
  font-size: 14px;
  padding: 1rem;
  position: fixed;
  bottom: 216px;
  right: 15px;
  z-index: 999;
}

@media (max-height: 720px) {
  .order-step-box {
    display: none;
  }
}
.order-red {
  color: red;
  font-weight: bold;
}

.order-red2 {
  color: red;
  font-weight: bold;
  font-size: 16px;
}

.order-white {
  color: white;
  font-size: 18px;
}

.order-bold {
  font-weight: bold;
}

.order-margin-top {
  margin-top: 1rem;
}

.order-green {
  margin-left: 10px;
  padding: 0 5px;
  color: white;
  background-color: #00b800;
  border-radius: 10px;
}

.order-step-flex {
  display: flex;
  gap: 1.5rem;
}

.order-bg-color {
  background-color: white;
  border-radius: 10px;
  padding: 7px 7px 5px 7px;
}

.order-bg-color2 {
  background-color: white;
  padding: 5px;
}

.order-bg-color3 {
  background-color: white;
  display: block;
  padding: 5px;
  width: 220px;
  margin: 5px 0 5px -5px;
}

.order-indent-text {
  text-indent: -21px;
  padding-left: 21px;
}

.order-padding {
  padding: 10px 5px;
  color: white;
  line-height: 1.4;
}

.order-text-mini {
  font-size: 11px;
  font-weight: bold;
}

.order-text-green {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: green;
  clip-path: polygon(0% 25%, 55% 25%, 55% 0%, 100% 50%, 55% 100%, 55% 75%, 0% 75%);
  vertical-align: bottom;
}

.order-text-margin {
  margin: 2px 5px;
}

.order-batten {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background: #fff;
  /* ボタンの背景色 */
  border-radius: 100%;
  cursor: pointer;
}

.order-batten::before,
.order-batten::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 22px;
  background: #333;
}

.order-batten::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.order-batten::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.order-arrow2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fb5e30;
  clip-path: polygon(0 50%, 36.8% 0, 36.8% 31%, 100% 31%, 100% 69%, 36.8% 69%, 36.8% 100%);
}

.order-bg-arrow2 {
  background-color: white;
  padding: 5px;
}

.order-step-tate {
  writing-mode: vertical-rl;
  margin-top: 10px;
  padding-left: 5px;
}

.order-step-box2 {
  display: none;
  font-weight: bold;
  padding: 10px;
  background-color: #0058de;
  position: fixed;
  right: 15px;
  top: 250px;
  color: white;
  font-size: 1rem;
  cursor: pointer;
  z-index: 999;
}/*# sourceMappingURL=order-step-banner.css.map */