@charset "UTF-8";

@media (max-width: 768px) {
    .qx-campaign-img {
    margin-left: -16px;
    margin-right: -16px;
    }
}

.qx-step-wrapper {
    max-width: 840px;
    margin: 60px auto 0 auto;
}

.qx-step-wrapper .c-step_box {
    border: 4px solid #19339c;
    text-align: center;   
}

.qx-step-wrapper .c-step_num {
  background: no-repeat center center #19339c; 
}

.qx-step-wrapper .c-step_box:not(:last-child)::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 25px solid #1434cb;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
    .qx-step-wrapper .c-step_box:not(:last-child)::after {
        bottom: -43px;
    }
}

.qx-step-txt {
    font-size: 28px;
    font-weight: 600;
}

.qx-step02-txt {
    font-size: 24px;
    font-weight:600;
}

@media (max-width: 768px) {
    .qx-step-title {
    margin-left: -16px;
    margin-right: -16px;
    }
}

@media (max-width: 500px) {
    .qx-step-txt {
        font-size: 16px;
    }
    .qx-step02-txt {
        font-size: 16px;
    }
}

@media (max-width: 360px) {
    .qx-step02-txt {
        font-size: 14px;
    }
}