@charset "UTF-8";

@media screen and (max-width: 768px) {
.qx-wid-img{
  margin-left: -16px;
  margin-right: -16px;
  width: 110%;
}
}
.qx-tab {
  margin: 30px 0 0;
}

.qx-tab__lab {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
}

.qx-tab__lab--unit {
  flex: 1;
  border-style: solid;
  border-width: 7px 2px 0;
  position: relative;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  color: #1a1a1a;
}

.qx-tab__lab--unit.is-current {
  background: none;
  padding: 20px 10px;
}

.qx-tab__lab--unit.is-current::after {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  bottom: -3px;
  left: 0;
  width: 100%;
}

.qx-tab__lab--blue {
  border-color: #6cbae1;
  background: #6cbae1;
}

.qx-tab__lab--blue.is-current {
  background: #ffffff;
}

.qx-tab__lab--orange {
  border-color: #fcd475;
  background: #fcd475;
}


.qx-tab__lab--orange.is-current {
  background: #ffffff;
}

.qx-tab__lab--pink {
  border-color: #f7c8dc;
  background: #f7c8dc;
}

.qx-tab__lab--pink.is-current {
  background: #ffffff;
}


.qx-tab__content {
  border-style: solid;
  border-width: 2px;
}



@media screen and (max-width: 768px) {
  .qx-tab {
    margin: 20px 0 0;
  }

  .qx-tab__lab--unit {
    font-size: 12px;
  }
  .qx-tab__lab--unit.is-current {
    padding: 12px 5px;
  }
  .qx-tab__lab--unit {
    padding: 8px 0;
    margin-top: 5px;
  }

 
}

.qx-kv-img{
  aspect-ratio: 4 / 3;
  width: 100%;
}

.qx-buttons-container-wrapper {
  position: fixed;
  left: 280px;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 254, 226, 0.6);
  backdrop-filter: blur(10px);
  padding: 15px 15px 45px;
}

@media (max-width: 1365px) {
  .qx-buttons-container-wrapper {
   left: 0;
  }
}

@media (max-width: 768px) {
  .qx-buttons-container-wrapper {
   bottom: 65px;
   margin-bottom: -15px;
   padding-bottom: 50px;
  }
}

.qx-buttons-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .qx-buttons-container {
   padding-left: 10px;
   padding-right: 10px;
  }
  .qx-buttons-container img {
   width: 100%;
  }
}

.qx-floating-bnr {
  transform: translateY(0);
  transition: .4s;
}

.qx-floating-bnr-link {
  max-width: 489px;
  margin-inline: auto;
  display: block;
}

.qx-floating-bnr-link img {
  width: 100%;
}

.qx-floating-bnr.is-hidden {
  transform: translateY(calc(100% + 16px));
}

@media screen and (max-width:768px){
  .qx-floating-bnr {
   bottom: 65px;
  }

  .qx-floating-bnr.is-scroll-down {
   bottom: 15px;
  }
}