@charset "UTF-8";


.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: 1px solid #ccc;
  position: absolute;
  left:-8px;
  top: -8px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: 1;
  background-color: #fff;
}

.qx-close:before,
.qx-close:after {
    display: block;
    content: "";
    height: 3px;
    width: 15px;
    background-color: #6b6b6b;
    position: absolute;
    top: 50%;
    left: 50%;
}

.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-close:before,
.qx-close:after {
    height:2px;
    width:10px;
}
}
.qx-benefit_wrapper {
    background-color: #fff5e4;
    padding:0 60px 60px;
}

.qx-benefit_inner {
    display: flex;
    gap: 30px;
}

.qx-benefit_inner:nth-child(2) {
    border-bottom: 2px solid #9d762c;
    padding-bottom: 60px;
}

.qx-benefit_contents {
    margin-top: 60px;
    flex: 1;
}

.qx-benefit_contents:nth-child(2) {
    margin-right: 0;  
}

@media (max-width: 768px) {
.qx-benefit_wrapper {
    padding:0px 5% 30px;
}
  .qx-benefit_inner {
    display: block;
}

.qx-benefit_inner:nth-child(2) {
    border-bottom: none;
    padding-bottom: 0;
  }
.qx-benefit_contents {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #9d762c;
}

}

.qx-benefit_txt{
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 768px) {
  .qx-benefit_txt{
    font-size: 16px;
    font-weight: 600;
}  
}

.qx-title-line {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding-inline: .8em;
  margin-top: 60px;
}

.qx-title-line::before,
.qx-title-line::after {
  display: block;
  content: '';
  width: 2px;
  height: 1.5em;
  background-color: #1a1a1a;
  position: absolute;
  bottom: 0;
}

.qx-title-line::before {
  left: 0;
  transform: rotate(-45deg)
}

.qx-title-line::after {
  right: 0;
  transform: rotate(45deg)
}

@media (max-width: 768px) {
 .qx-title-line {
    font-size: 14px;
    padding-inline: .6em;
  }
  .qx-title-line::before {
    left: -5px;
    transform: rotate(-25deg);
  }
  .qx-title-line::after {
    right: -5px;
    transform: rotate(25deg)
  }
}



.qx-table-border {
  border: 1px solid #000000;
  margin-top: -1px;
}


.qx-table-border tr th {
  border: 1px solid #000000;
  color: #000000;
}

.qx-table-border tr td {
  border: 1px solid #000000;
  color: #000000;
}

@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;
}

.qx-button .a-button{
  max-width: 312px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width:320px){
  .qx-button .a-button{
    width: 300px;
    font-size: 12px;
  }
}

.qx-glod-bt {
    font-size: 14px;
}

@media (max-width: 768px) {
  .qx-button .a-button.qx-glod-bt {
    font-size: 12px;
}
}