@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

/*floating bnr----------*/
.qx-floating-bnr{
  background: none;
  padding-block: 0;
  transition: .3s;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .qx-floating-bnr{
    padding-inline: 0;
  }
}

.qx-pagelink-bt-wrapper {
  display: flex;
  flex-wrap:wrap;
  margin:0 40px;
  gap: 10px;
}

.qx-pagelink-bt-wrapper li {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .qx-pagelink-bt-wrapper {
    flex-direction: column;
  margin:0 20px;
  gap: 20px;
}
.qx-lage-img {
  margin-left: -16px;
  margin-right: -16px;

}
}

.qx-tab {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.qx-tab-menu {
    margin: 0 0;
    display: flex;
    gap: 4px;
    border: none;
}

.qx-tab-menu span {
    flex: 1; 
    text-align: center;
    padding: 14px 0 12px;
}


.qx-tab-01 {
    background: #3444a2;
    border: 2px solid #3444a2;
    border-radius: 20px 20px 0 0;
    border-bottom: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    height: 54px;
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.qx-tab-02 {
    background: #f89200;
    border: 2px solid #f89200;
    border-radius: 20px 20px 0 0;
    border-bottom: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    height: 54px;
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.qx-tab-03 {
    background: #0285a6;
    border: 2px solid #0285a6;
    border-radius: 20px 20px 0 0;
    border-bottom: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    height: 54px;
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


@media screen and (max-width: 768px) {
  .qx-tab-01,
  .qx-tab-02,
  .qx-tab-03 {
    font-size: 14px;
    height: 54px;
    margin-top: 16px;
  }
}
.qx-tab-01:hover,
.qx-tab-01:hover,
.qx-tab-01:hover{
    border-bottom: none;
}

.qx-tab-01.is-current {
    position: relative; 
    background: #edf3ff;
    border-bottom: none; 
    color: #3444a2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    height: 80px;
    padding-top: 36px;
    margin-top: 0;
    margin-bottom: -2px !important;
    z-index: 3;
}

.qx-tab-01.is-current::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 16px;
  background: #3444a2;
  border-radius: 20px 20px 0 0;
}

.qx-tab-01.is-current::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 98%;
    height: 5px;
    background: #edf3ff;
    z-index: 2;
    transform:none;
    display: block;
}

.qx-tab-02.is-current {
    position: relative; 
    background: #fff8e6;
    border-bottom: none;
    color: #f89200;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    height: 80px;
    padding-top: 36px;
    margin-top: 0;
    margin-bottom: -2px !important;
    z-index: 3;
}

.qx-tab-02.is-current::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 16px;
  background: #f89200;
  border-radius: 20px 20px 0 0;
}

.qx-tab-02.is-current::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 98%;
    height: 5px;
    background: #fff8e6;
    z-index: 2;
    transform:none;
    display: block;
}

.qx-tab-03.is-current {
    position: relative; 
    background: #effcfc;
    border-bottom:none;
    color: #178cb4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    height: 80px;
    padding-top: 36px;
    margin-top: 0;
    margin-bottom: -2px !important;
    z-index: 3;
}


.qx-tab-03.is-current::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 16px;
  background: #178cb4;
  border-radius: 20px 20px 0 0;
}

.qx-tab-03.is-current::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 98%;
    height: 5px;
    background: #effcfc;
    z-index: 2;
    transform:none;
    display: block;
}

@media screen and (max-width: 768px) {
  .qx-tab-01.is-current,
  .qx-tab-02.is-current,
  .qx-tab-03.is-current {
    padding-top: 32px;
    font-size: 14px;
    height: 70px;
  }

  .qx-tab-01.is-current::before,
  .qx-tab-02.is-current::before,
  .qx-tab-03.is-current::before {
    top: -1px;
  }


}


.c-imgtab-cont {
  padding: 40px 0 40px;
  border-radius: 0 0 20px 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
 .c-imgtab-cont {
  padding: 30px 0 30px;
  border-radius: 0 0 20px 20px;
} 
}

.c-imgtab-cont#qx-tab-con-01 {
    background: #edf3ff;
    border: 2px solid #3444a2;
}

.c-imgtab-cont#qx-tab-con-02 {
    background: #fff8e6;
    border: 2px solid #f89200;
  }


.c-imgtab-cont#qx-tab-con-03 {
    background: #effcfc;
    border: 2px solid #0285a6;
}

#qx-info,
#qx-excluded{
  scroll-margin-top: 20px;
}