/* general */
.u-margin-t12 {
  margin-top: 120px;
}

@media screen and (max-width: 48em) {
  .u-fz-sp-s {
    font-size: 1.4rem;
  }
}

/* general-end */

/* fv-block */
.fv-block {
  margin-bottom: 80px;
}

.fv-block-inner {
  position: relative;
  background: url(/tameru/wnforbk/lp/cp/01/imgs/square_bg_01.png) no-repeat top;
}

.period-area {
  padding: 4px 0;
  background-color: #d8d8d8;
}

.caution-area {
  max-width: 868px;
  margin: auto;
  padding: 10px 16px 10px;
  text-align: center;
}

.cta-btn {
  display: block;
  max-width: 565px;
  margin: auto;
}

@media screen and (max-width: 48em) {
  .fv-block-inner {
    background: url(/tameru/wnforbk/lp/cp/01/imgs/square_bg_01_sp.png) no-repeat top;
    background-size: 100% auto;
  }

  .step-block .cta-btn-wrap {
    max-width: 325px;
    margin: auto;
  }

  .period-area {
    padding: 2px 0;
    background-color: #d8d8d8;
  }

  .caution-area {
    padding: 5px 16px 5px;
  }

  .cta-btn-wrap {
    max-width: 325px;
    margin: auto;
  }
}

/* fv-block-end */

/* step-block */
.step-block {
  position: relative;
  background: url(/tameru/wnforbk/lp/cp/01/imgs/square_bg_02.png) no-repeat top center;
  padding-bottom: 80px;
}

.ttl-box {
  max-width: 900px;
  border-bottom: 1px solid #3c3c3c;
  margin: auto;
}

.step-block .ttl-box {
  padding-bottom: 10px;
}

.step-flow {
  max-width: 690px;
  margin: 0 auto;
}

.step-flow-arrow {
  margin: 0 auto 5px;
  text-align: center;
}

.step-flow-arrow .arrow-img {
  width: 36px;
}

.step-flow-arrow.final {
  margin: 0;
}

.step-flow-arrow.final .arrow-img {
  width: 110px;
}

.step-card {
  background: #fff;
  border: 6px solid rgba(255, 255, 255, .3);
  border-radius: 30px;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, .2);
}

.step-card+.step-card {
  margin-top: 24px;
}

.step-card-inner {
  padding: 5px 25px 10px;
}

.step-card-step {
  margin: 0 0 4px;
  text-align: center;
}

.step-card-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-card-img {
  flex-shrink: 0;
}

.step-card-body {
  text-align: center;
}

.step-01 .step-card-content {
  gap: 10px;
}

.step-01 .step-card-img {
  width: 84px;
}

.step-02 .step-card-content {
  padding-right: 79px;
}

.step-02 .step-card-body {
  min-width: 355px;
  text-align: center;
}

.step-02 .step-card-img {
  width: 79px;
}

.step-03 .step-card-img {
  width: 72px;
}

.step-03 .step-card-content {
  padding-right: 79px;
}

.step-03 .step-card-body {
  max-width: 355px;
  text-align: center;
}

.step-04 .step-card-content {
  gap: 10px;
}

.step-04 .step-card-img {
  width: 110px;
}

.step-04 .step-card-body {
  max-width: 373px;
  text-align: left;
}

.step-card-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.step-04 .step-card-ttl {
  padding-left: 9px;
}

.step-card-text {
  font-size: 1.6rem;
  line-height: 1.8;
}

.step-card-img-btn {
  display: block;
  margin-top: 5px;
}

.step-card .cta-btn {
  max-width: 370px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 355px;
  min-height: 46px;
  background: #ffdcdc;
  border-radius: 99px;
  box-shadow:
    4px 4px 0 #ff8f8f;
  text-decoration: none;
}

.btn:hover {
  opacity: .7;
}

.btn-text {
  font-size: 1.6rem;
  font-weight: 700;
}

.btn-entry .btn-text {
  color: #333;
}

.present-area {
  margin-top: 35px;
}

.present-area .m-collist {
  max-width: 900px;
  line-height: 1.3;
  margin: 30px auto 30px;
}

.campaign-extra-link {
  display: inline-block;
}
.campaign-extra-link:hover,
.cta-btn:hover {
  opacity: .7;
}
@media screen and (max-width: 48em) {
  .step-block {
    background: url(/tameru/wnforbk/lp/cp/01/imgs/square_bg_02_sp.png) no-repeat top;
    background-size: 100% auto;
    padding-bottom: 60px;
  }

  .step-flow {
    max-width: 360px;
    padding: 0 15px;
  }

  .step-block .block-ttl {
    max-width: 255px;
    margin: auto;
  }

  .ttl-box {
    padding-bottom: 5px;
  }

  .step-card-inner {
    padding: 5px 15px 10px;
  }

  .step-card-step {
    margin: 0 0 7px;
  }

  .step-card-content {
    flex-direction: column;
    gap: 7px;
  }

  .step-01 .step-card-content {
    gap: 7px;
  }

  .step-01 .step-card-img {
    width: 72px;
  }

  .step-02 .step-card-img,
  .step-03 .step-card-img,
  .step-04 .step-card-img {
    margin-left: 30px;
  }

  .step-card-img-btn {
    margin-top: 7px;
  }

  .step-card .cta-btn {
    max-width: 295px;
  }

  .step-02 .step-card-body {
    width: 100%;
    min-width: 0;
  }

  .step-02 .step-card-content,
  .step-03 .step-card-content {
    padding-right: 0;
  }

  .step-card-text {
    text-align: left;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .step-04 .step-card-body {
    text-align: center;
  }

  .btn {
    max-width: 295px;
    min-height: 42px;
    box-shadow: 2px 2px 0 #ff8f8f;
  }

  .step-flow-arrow {
    margin: 6px auto;
  }

  .arrow-img {
    display: block;
    width: 26px;
    height: auto;
    margin: 0 auto;
  }

  .step-flow-arrow.final {
    margin: 0;
  }

  .step-flow-arrow.final .arrow-img {
    width: 90px;
  }

  .step-card {
    border: 3px solid rgba(255, 255, 255, .3);
    border-radius: 15px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
  }

  .present-area {
    margin-top: 10px;
  }

  .present-area .m-collist {
    margin: 15px 0;
    padding: 0 15px;
  }

  .campaign-extra {
    padding: 0 15px;
  }
}

/* step-block-end */

/* about-block */
.about-block {
  background: #62b6f7;
}

.about-block-inner {
  padding: 40px 0 90px;
}

.about-block .ttl-img {
  max-width: 509px;
}

.about-area {
  padding: 20px 15px 0;
}

.about-area-inner {
  max-width: 900px;
  margin: 0 auto;
}

.about-card {
  background-color: #fff;
  border-radius: 48px;
  padding: 60px;
  margin-top: -20px;
}

.about-card-item {
  display: flex;
  gap: 62px;
}

.about-card-item.item-02 {
  gap: 105px;
  margin-top: 56px;
  padding-left: 30px;
}

.about-card-item.item-03 {
  gap: 62px;
  margin-top: 90px;
  padding-right: 117px;

}

.about-card-body {
  flex: 1 1 0;
}

.about-card-item.item-01 .about-card-body {
  margin-top: 85px;
}

.about-card-item.item-02 .about-card-body {
  margin-top: 30px;
}

.about-card-item.item-03 .about-card-body {
  margin-top: 30px;
}

.about-card-ttl {
  margin: 0 0 10px;
  font-size: 3rem;
  font-weight: 700;
}

.about-card-text {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.5;
}


.about-card-item.item-01 .about-card-img {
  max-width: 265px;
}

.about-card-item.item-02 .about-card-img {
  max-width: 227px;
}

.about-card-item.item-03 .about-card-img {
  width: 188px;
}

@media screen and (max-width: 48em) {
  .about-block .ttl-img {
    width: 95%;
  }

  .about-block-inner {
    padding-bottom: 45px;
  }

  .about-area {
    padding: 20px 0 0;
  }

  .about-area-heading {
    max-width: 224px;
    margin: auto;
  }

  .about-card {
    border-radius: 30px;
    padding: 45px 20px;
    margin-top: 25px;
  }

  .about-card-item {
    flex-direction: column;
    align-items: center;
  }

  .about-card-item.item-01 .about-card-body {
    margin-top: 0;
  }

  .about-card-ttl {
    text-align: center;
    margin: auto;
    font-size: 2.8rem;
    line-height: 1.3;
  }

  .about-card-text {
    margin-top: 17px;
    line-height: 1.3;
  }

  .about-card-img {
    width: 100%;
  }

  .about-card-item.item-02 {
    flex-direction: column-reverse;
    gap: 52px;
    margin-top: 27px;
    padding-left: 0;
  }

  .about-card-item.item-03 {
    gap: 10px;
    margin-top: 65px;
    padding-right: 0;
  }

  .about-card-item.item-01 .about-card-img {
    max-width: 319px;
  }

  .about-card-item.item-02 .about-card-img {
    max-width: 330px;
  }

  .about-card-item.item-03 .about-card-img {
    width: 236px;
  }

  .about-card-item {
    gap: 44px;
  }
}

/* about-block-end */

/* service-block */
.service-block {
  padding: 40px 0 90px;
}

.service-wrap {
  max-width: 900px;
  margin: 40px auto 90px;
}

.service-wrap .service-wrap-ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}

.service-img-box {
  position: relative;
  max-width: 620px;
  margin: auto;
}

.service-wrap .m-collist {
  width: 42%;
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 48em) {
  .service-wrap {
    margin: 50px auto 60px;
  }

  .service-wrap .service-wrap-ttl {
    font-size: 1.8rem;
  }

  .service-wrap .m-collist {
    width: 65%;
    margin-right: 0;
    margin-left: auto;
    font-size: 1.2rem;
  }
}

/* service-block-end */

/* campaign-block */
.campaign-block {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-image:
    url("/tameru/wnforbk/lp/cp/01/imgs/square_bg_03.png"),
    url("/tameru/wnforbk/lp/cp/01/imgs/square_bg_04.png");
  background-repeat:
    no-repeat,
    no-repeat;
  background-position:
    top center,
    bottom center;
  background-size:
    1920px auto,
    1920px auto;
  padding: 60px 0;
}

.campaign-block-inner {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}

.campaign-block .ttl-box {
  margin-bottom: 30px;
}

@media screen and (max-width: 48em) {
  .campaign-block {
    background-image:
      url("/tameru/wnforbk/lp/cp/01/imgs/square_bg_03_sp.png"),
      url("/tameru/wnforbk/lp/cp/01/imgs/square_bg_04_sp.png");
    background-repeat:
      no-repeat,
      no-repeat;
    background-position:
      top center,
      bottom center;
    background-size:
      100% auto,
      100% auto;
    padding: 30px 0;
  }

  .block-ttl-img {
    width: 50%;
  }
}

/* accordion */
.accordion-area {
  max-width: 960px;
  margin: 0 auto;
  background: #ff8f8f;
  border-radius: 6px;
}

.accordion-btn {
  font-size: 1.6rem;
  padding: 8px 150px;
  text-align: center;
  position: relative;
}

.accordion-btn:hover {
  cursor: pointer;
}

.accordion-ttl {
  color: #fff;
}

.accordion-btn-icn {
  content: "";
  position: absolute;
  right: 7.5%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 0;
}

.accordion-btn-icn::before,
.accordion-btn-icn::after {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  width: 20px;
  height: 4px;
  inset: 0;
  margin: auto;
}

.accordion-btn-icn::after {
  height: 20px;
  width: 4px;
}

.is-show .accordion-btn-icn::after {
  display: none;
}

.m-accordion_body {
  border: none;
  padding: 0;
}

.m-accordion_item {
  background: #fff;
}

.campaign-detail-box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ff8f8f;
}

.campaign-detail-box:not(:first-child) {
  border-top: none;
}

.campaign-detail-box .box-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 230px;
  flex-direction: column;
  padding: 10px 20px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  background: #fff2f2;
}

.campaign-detail-box .box-txt {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-basis: calc(100% - 230px);
  flex-direction: column;
  padding: 10px 20px;
}

.precautions-box {
  padding: 30px 15px;
}

@media screen and (max-width: 48em) {
  .accordion-area {
    border-radius: 5px;
  }

  .accordion-btn {
    font-size: 1.6rem;
    padding: 8px 0 3px;
  }

  .accordion-btn-icn {
    right: 3.5%;
    width: 20px;
    height: 20px;
  }

  .accordion-btn-icn::before,
  .accordion-btn-icn::after {
    width: 15px;
    height: 2px;
  }

  .accordion-btn-icn::after {
    height: 15px;
    width: 2px;
  }

  .campaign-detail-box {
    display: block;
  }

  .campaign-detail-box .box-ttl {
    display: block;
    padding: 10px;
    border-right: none;
    border-bottom: 1px solid #ff8f8f;
  }

  .campaign-block .ttl-box {
    margin-bottom: 15px;
  }

  .campaign-detail-box .box-txt {
    display: block;
    padding: 15px 0;
  }

  .campaign-block .m-accordion_item {
    padding: 15px;
  }

  .precautions-box {
    padding: 0;
  }
}

/* accordion-end */
/* campaign-block-end  */

/* qa-block */
.qa-block {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  min-height: 760px;
  background-image:
    url("/tameru/wnforbk/lp/cp/01/imgs/square_bg_05.png"),
    url("/tameru/wnforbk/lp/cp/01/imgs/square_bg_06.png");
  background-repeat:
    no-repeat,
    no-repeat;
  background-position:
    top center,
    bottom center;
  background-size:
    1920px auto,
    1920px auto;
  padding: 60px 0;
}

/* faq */
.faq-accordion-area {
  margin: auto;
}

.faq-accordion {
  max-width: 870px;
  background: #fff;
  margin: auto;
  padding-bottom: 10px;
}

.faq-accordion+.faq-accordion {
  border-top: 1px solid #000;
}

.faq-accordion:last-child {
  border-bottom: 1px solid #000;
}

.faq-area {
  margin-top: 30px;
  padding: 0 15px 60px 15px;
}

.faq-wrap {
  max-width: 870px;
  margin: auto;
  padding: 0 40px;
  background: #fff;
}

.faq-accordion-btn {
  position: relative;
}

.faq-accordion-btn:hover {
  opacity: .7;
  cursor: pointer;
}

.faq-btn-icn {
  position: absolute;
  right: 18px;
  top: 37px;
  width: 24px;
  height: 24px;
  font-size: 0;
}

.faq-btn-icn::before,
.faq-btn-icn::after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 4px;
  inset: 0;
  margin: auto;
  background: #e60000;
}

.faq-btn-icn::after {
  height: 20px;
  width: 4px;
}

.is-show .faq-btn-icn::after {
  display: none;
}

.faq-accordion-ttl {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 40px 45px 13px 0;
}

.question-num {
  color: #e60000;
  font-size: 1.6rem;
  font-weight: 700;
}

.question-txt {
  flex: 1;
}

.faq-accordion .m-accordion_body {
  border: none;
  padding: 0;
}

.faq-accordion-txt {
  display: flex;
  gap: 22px;
  padding-top: 13px;
}

.answer-icn {
  padding: 5px 0 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ff9193;
  line-height: 1;
}

.answer-txt {
  flex: 1;
  font-size: 1.4rem;
}

@media screen and (max-width:48em) {
  .qa-block {
    background-image:
      url("/tameru/wnforbk/lp/cp/01/imgs/square_bg_03_sp.png"),
      url("/tameru/wnforbk/lp/cp/01/imgs/square_bg_04_sp.png");
    background-repeat:
      no-repeat,
      no-repeat;
    background-position:
      top center,
      bottom center;
    background-size:
      100% auto,
      100% auto;
    padding: 30px 0;
  }

  .faq-area {
    margin-top: 15px;
    padding: 0 15px;
  }

  .faq-wrap {
    padding: 0 15px;
  }

  .faq-accordion {
    padding: 0 0 10px;
  }

  .faq-btn-icn {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
  }

  .faq-btn-icn::before,
  .faq-btn-icn::after {
    width: 15px;
    height: 3px;
  }

  .faq-btn-icn::after {
    height: 15px;
    width: 3px;
  }

  .faq-accordion-ttl {
    position: relative;
    align-items: center;
    gap: 7px;
    font-size: 1.4rem;
    border-width: 1px;
    padding: 17px 18px 7px 0;
    line-height: 1.4;
  }

  .question-num {
    width: 15%;
    font-size: 1.6rem;
  }

  .question-txt {
    flex: 1;
  }

  .faq-accordion-txt {
    gap: 0;
    padding-top: 5px;
  }

  .answer-icn {
    padding-left: 7px;
    width: 13%;
    line-height: 1.5;
    font-size: 1.8rem;
  }

  .answer-txt {
    font-size: 1.4rem;
    flex: 1;
    margin-top: 5px;
  }
}

/* qa-block-end */

/* coution-block*/
.coution-block {
  margin: 90px auto 60px;
}

.coution-wrap {
  max-width: 930px;
  margin: auto;
  padding: 0 15px;
}

.caution-box {
  border: 1px solid #3c3c3c;
}

.risk.m-collist-ico1>.list-item:before {
  width: 10px;
  height: 10px;
  top: .5em;
}

.ttl-box.a-bg-gray {
  padding-top: 60px;
  padding-bottom: 10px;
}

.about-wealthnavi {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.about-wealthnavi .m-linktel {
  font-size: 2.5rem;
}

.about-wealthnavi .tel-box {
  display: flex;
  justify-content: space-between;
  max-width: 550px;
  margin: auto;
}

.trade-name {
  max-width: 930px;
  margin: auto;
  padding: 0 15px;
}

@media screen and (max-width: 48em) {
  .coution-block {
    margin: 30px auto;
  }

  .about-wealthnavi .tel-box {
    flex-direction: column;
    justify-content: space-between;
  }

  .ttl-box.a-bg-gray {
    padding-top: 40px;
    padding-bottom: 5px;
  }

  .about-wealthnavi .o-box {
    padding: 15px;
  }
}

/* coution-block-end */

/* fixed-cv */
.fixed-cv {
  display: none;
  background: rgba(0, 0, 0, .7);
  padding: 20px 20px 25px 20px;
}

.fixed-cv.is-fixed {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9990;
}

.fixed-cv .btn-wrap {
  height: 95px;
  overflow: hidden;
}

.t-footer {
  padding-bottom: 139px;
}

@media screen and (max-width: 48em) {
  .fixed-cv {
    padding: 9px 25px 14px;
  }

  .fixed-cv .btn-wrap {
    height: 55px;
  }

  .t-footer {
    padding-bottom: 78px;
  }
}

/* fixed-cv */
.menu-box {
  position: fixed;
  bottom: 200px;
  right: clamp(20px, 3vw, 133px);
  z-index: 2;
  max-width: 308px;
  padding: 20px 40px;
  border: 2px solid #ef4848;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(150, 2, 2, 0.15);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.menu-box.is-show {
  opacity: 1;
  pointer-events: all;
}

.menu-ttl {
  margin: 0 0 10px;
  text-align: center;
}

.fixed-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-item {
  text-align: center;
}

.menu-item [class*="menu-active"] {
  position: relative;
  display: block;
  padding: 8px 13px 8px 0;
  color: #000;
  font-size: 2rem;
  line-height: 1.4;
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.menu-item [class*="menu-active"]:hover,
.menu-item [class*="menu-active"].current {
  opacity: 1;
}

.menu-item [class*="menu-active"]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-65%) rotate(45deg);
}

@media (max-width: 768px) {
  .menu-box {
    display: none;
  }
}

@media (max-width: 1540px) {
  .menu-box {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 20px auto;
    opacity: 1;
    pointer-events: all;
  }
}