@charset "UTF-8";

.qx-table tr th{
    font-weight: normal;
    vertical-align: top;
    width: 71px;
}

.qx-txt-underline {
    text-decoration: underline;
}

.qx-floating-bnr{
    background: none;
}
.qx-buttons-container-wrapper {
  position: fixed;
  left: 280px;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1365px) {
  .qx-buttons-container-wrapper {
    left: 0;
  }
}

@media (max-width: 768px) {
  .qx-buttons-container-wrapper {
    bottom: 65px;
  }
}

.qx-buttons-container {
  width: 100%;
  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: 427px;
  margin-inline: auto;
  display: block;
  position: relative;
}

.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;
  }
}

.qx-close {
  border:none;
  position: absolute;
  left:-5px;
  top: -5px;
  width: 25px;
  height: 25px;
  z-index: 1;
  background: url(/-/media/aeoncard/campaign/member/202609-27/images/bt_close.png) center center no-repeat;
  background-size: cover;
}


.qx-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.qx-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width:768px){
.qx-close {
  width: 20px;
  height: 20px;
}
}

.qx-tokuten-title {
    width:660px;
}

.qx-tokuten-wrapper {
    background: #fff7e3;
    padding: 60px;
}

@media (max-width: 768px) {
   .qx-tokuten-wrapper {
    padding:10px 16px;
   } 
}

.qx-tokuten-inner {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #9d762c;
}

.qx-tokuten-inner:last-child {
    border-bottom: none;
}

@media (max-width: 768px) {
    .qx-tokuten-inner {
    border-bottom: none;
    }
}

.qx-tokuten-box {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 20px 20px 10px;
}

.qx-tokuten-box:first-child {
    border-right: 1px solid #9d762c;
}

@media (max-width: 768px) {
    .qx-tokuten-box {
        width: 100%;
        border-bottom: 1px solid #9d762c;
        padding: 20px 16px 10px;
    }

    .qx-tokuten-box:first-child {
    border-right: none;
    }

    .qx-tokuten-inner:last-child .qx-tokuten-box:last-child {
            border-bottom: none;
    }
}

.qx-tokuten-box-icon {
    width: 21.95%;
}

.qx-tokuten-box-icon img{
    width: 100%;
}

.qx-tokuten-txt {
    width: 78.05%;
    padding-left: 20px;
}

.qx-tokuten-txt p{
    font-weight: 600;
}

.qx-tokuten-txt .c-list-marked li{
font-size: 10px;
}

.qx-c-pink {
    color: #d20077;
}

.qx-c-pink::before,
.qx-c-pink::after {
    background: #d20077;
    height: 2em;
    top: 0;
}

.qx-title-line::before {
  left: -2px;
  transform: rotate(-25deg)
}

.qx-title-line::after {
  right:-2px;
  transform: rotate(25deg)
}

.qx-c-pink-lage{
    font-size: 30px;
}

@media (max-width: 768px) {
    .qx-c-pink-lage{
    font-size: 24px;
    }
}

.qx-long-txt-bt {
    font-size: 14px;
}

.a-button.qx-long-txt-bt span:first-child{
    max-width:100%;
}


.qx-tokuten-img {
    width: 608px;
}

@media (max-width: 768px) {
    .qx-tokuten-img {
        width: 100%;
    }
}

.qx-table-border {
  border: 1px solid #000000;
  margin-top: -1px;
}


.qx-table-border tr th {
  border: 1px solid #000000;
  color: #000000;
  text-align: center;
}

.qx-table-border tr td {
  border: 1px solid #000000;
  color: #000000;
  text-align: center;
}

@media (max-width: 768px) {
  .qx-table-border {
  border: 1px solid #000000;
  border-bottom: none;
}

.qx-table-border tr th {
  border:none;
  border-bottom: 1px solid #000000;
  display: table-cell;
  border-left: 1px solid #000000;
}

.qx-table-border tr td {
  border:none;
  border-bottom: 1px solid #000000;
  display: table-cell;
  border-left: 1px solid #000000;

}
}

@media (max-width: 375px) {
.qx-table-border tr td {
  padding-right:10px;
}
}

.qx-table-bg-gray {
  background-color: #d9d9d9;
}

.qx-table-bg-white {
  background-color: #ffffff;
}