@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

.cpn-relatedLinks-01{
  margin: 30px 0 0;
}

/* ========== 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 .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;
}
@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/20250701_wealthnavi/img/icon_minus.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/20250701_wealthnavi/img/icon_plus.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: #def2fe;
}
.section-faq .answer .text {
  color: #222;
  margin-bottom: 0;
}

/* ========== c-btn-mail ========== */
a.c-btn-account.c-btn-mail::before {
  background-image: url(/assets/img/icon_mail_01.png)
}


/* ========== bundle-acc ========== */
.acc-closed img.img-responsive:hover{
  cursor: pointer;
}
div.sty-c-ground-03_border{
  border: none;
  box-shadow: none;
}
/* ========== step-area ========== */
.step-area {
  border: solid 6px #def2fe;
  padding: 20px 15px;
  border-radius: 15px;
  margin-top: 1em;
}
.step-area .c-anchorList-01 {
  margin: 0;
}
.step-area .c-anchorList-01 li {
  margin-bottom: 0;
}
.c-alertBlock-01.step-area-inner{
  border: none;
  border-radius: 20px;
  background-color: #def2fe;
}
.step-area.step-area-cpn02{
  border: solid 6px #def2fe;
  border-radius: 0;
}
@media screen and (max-width: 640px) {
  .step-area {
    border: solid 3px #def2fe;
    padding: 15px 10px;
    border-radius: 15px;
  }
  .step-area.step-area-cpn02 {
    border: solid 3px #def2fe;
    border-radius: 0;
  }
}

.step-area .sty-step {
  display: flex;
  align-items: center;
  gap: 10px;
}
.step-area .c-copy-step p{
  color: #002F7D;
  font-weight: bold;
  background-color: #def2fe;
  display: inline-block;
  padding: 12px 20px;
  font-size: 150%;
}
@media screen and (max-width: 640px) {
  .step-area .c-copy-step p{
    padding: 9px 15px;
  }
  .step-area .sty-step-title h4 {
    text-align: center;
  }
}

.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: #DEF2FE transparent transparent transparent;
border-width: 40px 60px 0px 60px;
}

.step-area .btn-area--head-01{
  font-size: 125%;
  font-weight: bold;
  color: #002F7D;
}
p.btn-area--head-02{
  font-size: 125%;
  font-weight: bold;
  color: #0895e6;
  margin-top: 5px;
}
/* ==========sty-step-btn========== */
.sty-step-btn {
  height: 70px;
}
a.c-btn-application--WealthNavi{
  margin-top: 5px;
  margin-bottom: 1px;
  color: #fff;
  box-shadow: 0px 4px 0px 0px rgba(131, 130, 130, 0.15);
  border-radius: 50px;
  font-size: 112.5%;
  text-decoration: none;
  border: 0;
  display: inline-block;
  font-weight: bold;
  position: relative;
  padding: 16px 38px 16px 30px;
}
a.c-btn-application--WealthNavi.sty-btn-red{
  background: linear-gradient(to bottom, #ed4d4d 0, #e50000 100%);
  border-top: 1px solid #ed4d4d;
  border-bottom: 5px solid #9f000c;
}
a.c-btn-application--WealthNavi.sty-btn-blue{
  background: linear-gradient(to bottom, #2b56b3 0, #1a40a1 100%);
  border-top: 1px solid #4890e6;
  border-bottom: 1px solid #091563;
}
a.c-btn-application--WealthNavi:hover {
  opacity: .7;
}
a.c-btn-application--WealthNavi.sty-btn-red:hover {
  border-bottom: 3px solid #9f000c;
  margin-top: 8px;
  margin-bottom: 0;
}
a.c-btn-application--WealthNavi:before,
a.c-btn-login--WealthNavi:before{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 13px;
  width: 17px;
  height: 14px;
  margin: auto;
  mask: url(/assets/img/icon_blank_02.gif) no-repeat center center / contain;
  -webkit-mask: url(/assets/img/icon_blank_02.gif) no-repeat center center / contain;
  background-color: #fff;
  background-repeat: no-repeat;
}
a.c-btn-login--WealthNavi{
  background: linear-gradient(to bottom, #0d8ee6 0, #0777de 100%);
  border-top: 1px solid #17daf7;
  border-bottom: 5px solid #045ca9;
  margin-top: 10px;
  color: #fff;
  box-shadow: 0px 4px 0px 0px rgba(131, 130, 130, 0.15);
  border-radius: 50px;
  font-size: 112.5%;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  padding: 16px 40px 16px 30px;
  position: relative;
  text-align: left;
}
a.c-btn-login--WealthNavi:hover {
  border-bottom: 3px solid #045ca9;
  margin-top: 13px;
  margin-bottom: 0;
  opacity: .7;
}

/* ==================== */
.c-ground-01-bgc{
  background-color: #d6eef0;
}
a.c-btn-05--WealthNavi{
  background: linear-gradient(to bottom, #0d8ee6 0, #0777de 100%);
  border-top: 1px solid #17daf7;
  border-bottom: 1px solid #0229c8;
}
/* ==================== */
.c-share__column {
  margin: 0 auto;
  max-width: 600px;
  white-space: nowrap; 
}
.c-share__column .c-share__column--link {
  padding: 8px 0px;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  width: 48%;
  border-bottom: 3px solid;
}
.c-share__column .c-share__column--link.__facebook {
  margin-right: 3%;
  border-color: #4f95ef;
  background-color: #1877F2;
}
.c-share__column .c-share__column--link.__facebook .c-share__column .c-share__column--icon {
  margin-top: -5px;
}
.c-share__column .c-share__column--link.__twitter {
  border-color: #555555;
  background-color: #000;
}
.c-share__column .c-share__column--icon {
  width: 35px;
  margin-right: 5px;
  margin-left: -5px;
}
.c-share__column .c-share__column--text__pc {
  display: inline;
}
@media screen and (max-width: 767px) {
  .c-share__column {
    width: 100%;
  }
  .c-share__column .c-share__column--icon {
    width: 25px;
    margin-left: -7%;
  }
  .c-share__column .c-share__column--text__pc {
    display: none;
  }
  .c-share__column .c-share__column--link {
    font-size: 12px;
    padding: 10px 0;
    border-radius: 5px;
    border-width: 2px;
  }
  .c-share__column .c-share__column--link.__facebook {
    margin-right: 2%;
  } 
}