@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ========== hidden ========== */
@media only screen and (min-width:641px) {
  .c-hide-pc {
    display: none !important;
  }
}
@media only screen and (max-width:640px) {
  .c-hide-sp {
    display: none !important;
  }
}

/* ========== img ========== */
.c-figure-01 a:hover{
  opacity: .7;
  filter: alpha(opacity=70);
}

/* ========== step-area ========== */
.step-area {
border: solid 6px #eee;
padding: 20px 15px;
border-radius: 15px;
}
.step-area .c-copy-step{
text-align: center;
}
.step-area .c-copy-step p{
font-weight: bold;
background-color: #eee;
display: inline-block;
padding: 5px 25px;
border-radius: 30px;
}
.step-area .c-copy-step p span{
font-size: 125%;
}
@media screen and (max-width: 640px) {
.step-area {
border: solid 3px #eee;
padding: 15px 10px;
border-radius: 15px;
}
}

.step-arrow {
position: relative;
height: 40px;
}
.step-arrow:before {
position: absolute;
content: "";
width: 0;
height: 0;
left: 50%;
transform: translateX(-50%);
border-style: solid;
border-color: #eee transparent transparent transparent;
border-width: 40px 60px 0px 60px;
}


/* ========== c-btn-mail c-btn-account========== */
a.c-btn-account.c-btn-mail::before {
background-image: url(/assets/img/icon_mail_01.png)
}

.c-or_area a.c-btn-account.icon-login.sty-icon.size-01 > .label:before {
  mask: url(/assets/img/icon_mail_01.png) no-repeat center center/contain;
  -webkit-mask: url(/assets/img/icon_mail_01.png) no-repeat center center/contain;
}
@media only screen and (max-width: 640px) {
  .c-or_area a.c-btn-account.icon-login.sty-icon.size-01{
    padding: 18px 30px 14px 60px;
  }
  .c-or_area a.c-btn-account.icon-login.size-01 > .label:before {
    content: "";
  }
}

/* ========== section-faq ========== */
.section-faq{
  background-color: #fff;
}
.section-faq .question,.section-faq .answer-wrap{
margin-bottom: 0!important;
border: 1px solid #bcbcbc;
border-top: 0;
}
.section-faq ul.questions > li + li{
margin-top: 0!important;
}
.section-faq ul.questions > li:first-child {
border-top: 1px solid #bcbcbc;
}
@media screen and (max-width: 767px) {
  .section-faq ul.questions {
    padding: 0;
  }
}
.section-faq ul.questions{
padding: 0;
}
.section-faq ul.questions > li{
  list-style: none;
}
.section-faq ul.questions > li + li {
  margin-top: 1em;
}
.section-faq .question {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.section-faq .answer .label {
  color: #d6e2ef;
}
.section-faq .label {
  color: #888;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 30px;
  font-size: 1em;
  font-weight: bold;
}
.section-faq .answer .label{
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .section-faq .label {
    width: 15%;
    padding: 0;
  }
}
.section-faq .text {
  padding: 1.5em 2.5em 1.5em 0;
  font-weight: bold;
  font-size: 1em;
}
.section-faq .answer {
  padding: 1.5em 2.5em;
}
.section-faq .text .em {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-faq .text {
    width: 85%;
  }
  .section-faq .answer {
    width: 100%;
  }
}
.section-faq .question {
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 0.25em;
}
.section-faq .question:hover {
  background-color: #eee;
}
.section-faq .question.opened .text {
  background-image: url("/campaign/2025/20251001_au_uqmobile/img/icon-chevron-up-black.png");
  background-repeat: no-repeat;
}
.section-faq .question .label {
  margin-bottom: 0;
}
.section-faq .question .text {
  margin-bottom: 0;
  color: #222;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-image: url("/campaign/2025/20251001_au_uqmobile/img/icon-chevron-down-black.png");
  background-repeat: no-repeat;
  -webkit-background-size: auto 1.125em;
  -moz-background-size: auto 1.125em;
  background-size: auto 1.125em;
  background-position: right 1em center;
}
.section-faq .answer-wrap {
  display: none;
}
.section-faq .answer {
  background-color: #ffede3;
}
.section-faq .answer .text {
  color: #222;
  margin-bottom: 0;
}

/* accordion */
.acc-closed img.img-responsive:hover{
  cursor: pointer;
}

.c-accordion-01>.item>.head:before {
  background: url(/campaign/2025/20251001_au_uqmobile/img/icon-chevron-down-black.png);
  border: none;
  width: 22px;
  height: 22px;
  right: 1em;
  margin-top: -10px;
}

.c-accordion-01>.item>.head:after {
  content: none;
}

.c-accordion-01>.item>.head.opened:before {
  background: url(/campaign/2025/20251001_au_uqmobile/img/icon-chevron-up-black.png);
  border: none;
  width: 22px;
  height: 22px;
  right: 1em;
  margin-top: -10px;
}

/* ========== sty-appBlock ========== */

.sty-appBlock{
  position: relative;
  background-color: #fff;
  border: solid 4px #eee;
  padding: 15px 25px 10px;
  border-radius: 10px;
}

.sty-appBlock__item + .sty-appBlock__item{
  margin-top: 1.25em;
}

@media screen and (min-width: 641px) {
  .sty-appBlock {
    display: flex;
    padding: 30px;
    border-radius: 20px;
    justify-content: space-between;
    gap: 60px;
  }
  .sty-appBlock__item{
    width: 50%;
  }
  .sty-appBlock__item + .sty-appBlock__item{
    margin-top: 0;
  }
  .sty-appBlock__item:first-child::after{
    content: "";
    width: 2px;
    height: calc(100% - 58px);
    background-color: #eee;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* ========== sty-fixedBtn ========== */
.sty-fixedBtn {
position: fixed;
bottom: 0;
right: 0;
left: 0;
z-index: 5;
width: 100%;
background: rgba(0, 0, 0, 0.5);
padding: 10px 20px;
}
.cv_wrap-fixed{
display: flex;
justify-content: space-between;
flex-direction: column;
margin: 0 auto;
}
.sty-fixedBtn .cv_wrap-fixed p,
.sty-fixedBtn .cv_wrap-fixed a {
  color: #fff;
}
a.sty-icon-color::before {
  mask-image: url(/assets/img/icon__bullet--right_nprl.svg);
  -webkit-mask-image: url(/assets/img/icon__bullet--right_nprl.svg);
  background-image: none;
  background-color: #fff;
  transform: rotate(90deg);
}
.sty-fixedBtn-height {
  height: 180px;
}
@media screen and (max-width: 767px) {
  .sty-fixedBtn-height {
    height: 150px;
  } 
}