@charset "UTF-8";

.qx-campain-img {
    background: #ffead8;
    margin-top: 60px;
}

.qx-campain-img-title{
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    padding: 30px 0;
}

@media (max-width: 768px) {
  .qx-campain-img {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (max-width: 500px) {
  .qx-campain-img-title{
    font-size: 14px;
    padding:30px 16px;
  }
}

@media (max-width: 390px) {
  .qx-campain-img-title{
    padding:30px 5px;
  }
}

@media (max-width: 320px) {
  .qx-campain-img-title{
    font-size: 12px;
    padding:30px 0;
  }
}


.qx-campain-item {
    background: #ffead8;
    position: relative;
    margin-top: 60px;
    padding: 50px 50px 30px;
}

.qx-campain-item::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 110px solid transparent;
  border-left: 110px solid transparent;
  border-bottom: 40px solid #ffead8;
  border-top: 0;
  position: absolute;
  left: 50%;
  top: -39px;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
    .qx-campain-item {
        position: relative;
        margin-top: 50px;
        padding: 50px 16px 30px;
        margin-left: -16px;
        margin-right: -16px;
    }

    .qx-campain-item::before {
        border-right: 55px solid transparent;
        border-left: 55px solid transparent;
        border-bottom: 40px solid #ffead8;
    }
}

.qx-campain-item-title {
    text-align: center;
    position: relative;
    z-index: 2;
}

.qx-campain-item-flex {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    margin-top: -10px;
    position: relative;
    z-index: 1;
}

.qx-campain-item-inner {
    background: #fff;width: calc((100% - 10px) / 2);
    text-align: center;
}

@media (max-width: 768px) {
  .qx-campain-item-flex {
    flex-direction: column;
    gap: 20px;
    margin-top: -13px;
  }
  .qx-campain-item-inner {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .qx-campain-item-flex {
    margin-top: -2.8vw;
  }
}

.qx-campain-item-inner-title {
    color: #fff;
    background: #4d4d4d;
    text-align: center;
    font-size: 18px;
    padding: 16px 0;
}

.qx-campain-item-inner-title span{
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 500px) {
    .qx-campain-item-inner-title {
        font-size: 3.52vw;
    }

    .qx-campain-item-inner-title span{
        font-size: 4.03vw;
    }
}

.qx-campain-item-inner-photo {
    padding: 20px 0 30px;
}

@media (max-width: 768px) {
    .qx-campain-item-inner-photo {
        padding: 16px 13.33vw 30px;
    }
}


.qx-installment-bg {
    padding: 0 28px 28px;
    background: #f7f7f7;
    border-radius: 12px;
}

@media (max-width: 768px) {
  .qx-installment-bg {
    padding: 0 15px 28px;
}
}

.qx-installment-title {
    align-items: center;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -.0225em;
    font-weight: 600;
    border-bottom:1px solid #ebebeb;
    padding: 18px 0 18px;
}

.qx-installment-title-sub {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
.m-table_title {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.qx-table {
  border-collapse: collapse;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}
}

.m-table_td ul.qx-list-Indent {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.m-table_td ul.qx-list-Indent li{
    padding-left: 1em;
    text-indent: -1em;
}

.qx-title-line {
  font-size: 16px;
}

@media (max-width: 430px) {
  .qx-title-line {
    font-size: 14px;
  }
}
