.c-cta-fix {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: grid;
  z-index: 99;
  @media screen and (max-width: 670px) {
    display: none;
  }
}


.c-cta-fix__box {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  background-color: #fff;
  color: #B12C26;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-weight: 500;
  font-size: 14px;
  padding: 20px 10px;
  z-index: 99;
}
.c-cta-fix__box:nth-child(2) {
  background-color: #B12C26;
  color: #fff;
}

.c-cta-fix__box:nth-child(3) {
  background-color: #bb0d25;
}

.c-cta-fix__img {
  block-size: 40px;
  height: 16px;
  display: flex;
  align-items: center;

  img {
    inline-size: 100%;
    block-size: 100%;
    object-fit: contain;
    aspect-ratio: 40/15;
  }
}

.c-cta-fix__box:nth-child(2) .c-cta-fix__img {
  block-size: 20px;
  height: 14px;

  img {
    aspect-ratio: 21/14;
    inline-size: 100%;
    block-size: 100%;
    object-fit: contain;
  }
}

.c-cta-fix__box:nth-child(3) .c-cta-fix__img {
  block-size: 18px;
  height: 18px;

  img {
    aspect-ratio: 18/18;
    inline-size: 100%;
    block-size: 100%;
    object-fit: contain;
  }
}

.c-cta-fix__text {
  font-size: 14px;
  letter-spacing: 0.089em;
}
