@charset "UTF-8";

/* 共通 */
html .l_main_wrap {
  overflow-y: auto;
}
.dn {
  display: none;
}
.atent {
  color: #C30D23;
}
.accordion_box {
  display: none;
}
.l_main {
  background-color: #FFCCCC;
}
#contents_wrap {
	background-color: #FFCCCC;
}
#contents_wrap img {
	width: auto;
	max-width: 100%;
}

.common-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 408px;
  box-sizing: border-box;
  width: 100%;
  height: 64px;
  background: #0097E0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 9px;
	text-decoration: none;
}
.common-btn:not(.btn, .tel_num):hover {
  opacity: 0.8;
  color: #FFF;
}
.common-btn img {
	vertical-align: middle;
}
.common-btn-arrow {
  padding-left: 4px;
}
.common-btn-colB {
  background: #FFF;
  color: #0097E0;
}
.common-btn-colB:not(.btn, .tel_num):hover {
  opacity: 0.8;
  color: #0097E0;
}
.accordion_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  border-radius: 6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5em;
  background-color: #FFF;
}
.accordion_btn_A {
  border: 1px solid #0097E0;
  color: #0097E0;
}
.accordion_btn_A::after {
  content: '';
  display: block;
  padding-left: 4px;
  width: 14px;
  height: 14px;
  background-image: url(/assets_v25aw/images/banking/asset/child_rearing/common-btn-arrow4.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.accordion_btn_A.active::after {
  background-image: url(/assets_v25aw/images/banking/asset/child_rearing/common-btn-arrow5.svg);
}
.accordion_btn_B {
  border: 1px solid #FD4383;
  color: #FD4383;
}
.accordion_btn_B::after {
  content: '';
  display: block;
  padding-left: 4px;
  width: 14px;
  height: 14px;
  background-image: url(/assets_v25aw/images/banking/asset/child_rearing/common-btn-arrow6.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.accordion_btn_B.active::after {
  background-image: url(/assets_v25aw/images/banking/asset/child_rearing/common-btn-arrow7.svg);
}

.pc {
  display: block;
}
.pc_i {
  display: inline;
}
.sp {
  display: none;
}
.sp_i {
  display: none;
}


/* メインビジュアル */
.mv {
  background-image: url(/assets_v25aw/images/banking/asset/child_rearing/bg_mv.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 2114px;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.mv-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv-img {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(/assets_v25aw/images/banking/asset/child_rearing/mv-pc.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 1260px;
}
.mv-img a.btn-start {
  position: absolute;
  top: 440px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  width: 160px;
  height: 48px;
  border-radius: 10px;
  background: #0097E0;
  color: #FFF;
  text-align: center;
  font-family: "M PLUS 2", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.48px;
  transition: all 0.3s;
	text-decoration: none;
}
.mv-img a.btn-start:hover {
  opacity: 0.8;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .mv-img a.btn-start {
    top: 50%;
  }
}

.cc {
  color: #E95472;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
  letter-spacing: 0.72px;
}
@media screen and (max-width: 767px) {
  .cc {
    font-size: 20px;
  }
}
.cc span {
  background-color: #FFFFFF;
}
.cc2 {
  color: #E95472;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
  letter-spacing: 0.72px;
}
.cc2 span {
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .cc2 {
    font-size: 14px;
  }
}




/* キャンペーンその1 */
.campaign1 {
  position: relative;
  z-index: 0;
  font-family: "M PLUS 2", sans-serif;
}

.campaign1 select,
.campaign1 option,
.campaign1 input,
.campaign1 textarea,
.campaign1 button,
.campaign1 th,
.campaign1 td {
  font-family: "M PLUS 2", sans-serif;
  height: 48px;
  margin: 0 9px;
  border-radius: 10px;
  font-family: "M PLUS 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.54px;
}
.campaign1 select {
  border: 1px solid #DFDFDF;
  color: #333;
}

.campaign1-inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.campaign1-inner-cc1 {
  padding-top: 53px;
  padding-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .campaign1-inner-cc1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.campaign1-box {
  position: relative;
}
.img-campaign1-pc {
  margin: -50px 0 0 -80px;
  position: relative;
  z-index: 1;
}
.campaign1-1box {
  width: 100%;
  height: auto;
  border-radius: 23px;
  background-color: #FDF6A3;
  position: relative;
  z-index: 0;
  margin-top: -7px;
  padding: 30px 25px 20px 25px;
  box-sizing: border-box;
}
.campaign1-1box .img-campaign1-1pc-p {
  margin-top: 10px;
}
.campaign1-1box .campaign1-1-1ol {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.25;
}
.campaign1-1-1box {
  width: 100%;
  border: 1px solid #491F17;
  border-radius: 20px;
  margin-top: 17px;
  padding: 24px 20px;
  box-sizing: border-box;
  position: relative;
}
.campaign1-1-1box dl.feature-lst {
  width: 100%;
}
.campaign1-1-1box dl.feature-lst dt,
.campaign1-1-1box dl.feature-lst dd {
  border-bottom: 1px dotted #491F17;
}
.campaign1-1-1box dl.feature-lst dt:last-of-type,
.campaign1-1-1box dl.feature-lst dd:last-of-type {
  border-bottom: none;
}
.campaign1-1-1box dl.feature-lst dt {
  width: 122px;
}
.campaign1-1-1box dl.feature-lst dt div.item {
  width: 100%;
  background-color: #CF6778;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 2px 0;
  padding: 5px 0;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  line-height: 1.25;
  box-sizing: border-box;
}
.campaign1-1-1box dl.feature-lst dd {
  color: #491F17;
  width: calc(100% - 122px);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  padding: 10px;
  box-sizing: border-box;
}
.campaign1-1-1box dl.feature-lst dd small {
  font-size: 16px;
}
.campaign1-1-1box .img-bird {
  width: 389px;
  height: 227px;
  position: absolute;
  top: -25px;
  right: -100px;
  z-index: 1;
}
.campaign1-1-1box .img-bird img {
  display: block;
  width: 100%;
}
.campaign1-1-1box .campaign1-1-1btn {
  margin: 20px 0;
}
.campaign1-1-1box .campaign1-1-1ol {
  font-size: 14px;
  line-height: 1.25;
}

/* キャンペーンその2 */
.campaign2 {
  position: relative;
  margin: 85px 0 0 0;
  padding: 98px 0 0 0;
  background-image: url(/assets_v25aw/images/banking/asset/child_rearing/bg_campaign1.webp),url(/assets_v25aw/images/banking/asset/child_rearing/bg_campaign2.webp);
  background-position: top center;
  background-repeat: repeat-x, repeat;
}
.campaign2-inner {
  position: relative;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.campaign2-inner dl.campaign-lst {
  width: 100%;
  border: 3px solid #008DD0;
  box-sizing: border-box;
  border-radius: 23px;
}
.campaign2-inner dl.campaign-lst dt {
  color: #FFFFFF;
  background-color: #008DD0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  width: 200px;
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #FFFFFF;
}
.campaign2-inner dl.campaign-lst dd {
  width: calc(100% - 200px);
  background-color: #FFFFFF;
  padding: 10px 23px;
  box-sizing: border-box;
  border-bottom: 1px solid #008DD0;
}
.campaign2-inner dl.campaign-lst dt:last-of-type,
.campaign2-inner dl.campaign-lst dd:last-of-type {
  border-bottom: none;
}
.campaign2-inner dl.campaign-lst dd:last-of-type {
  border-bottom-right-radius: 23px;
}
.campaign2-inner dl.campaign-lst dd ol,
.campaign2-inner dl.campaign-lst dd ul {
  font-size: 14px;
}
.campaign2-inner dl.campaign-lst .fs14 {
  font-size: 14px;
}
.campaign2-inner dl.campaign-lst .fs18 {
  font-size: 18px;
}
.campaign2-inner dl.campaign-lst .fs20 {
  font-size: 20px;
}
.campaign2-inner dl.campaign-lst .fs22 {
  font-size: 22px;
}
.campaign2-inner dl.campaign-lst .fs24 {
  font-size: 24px;
}
.campaign2-inner dl.campaign-lst .fs26 {
  font-size: 26px;
}
.campaign2-inner dl.campaign-lst .fwm {
  font-weight: 500;
}
.campaign2-inner dl.campaign-lst .fwb {
  font-weight: bold;
}
.campaign2-inner dl.campaign-lst .ttl {
  width: 100%;
  line-height: 1.25;
  margin-bottom: 1em;
}
.campaign2-inner dl.campaign-lst a.txt {
  color: #1292E5;
  text-decoration: underline;
}

.campaign2-inner div.price {
  width: 100%;
  margin-top: 65px;
}
.campaign2-inner div.price div.price-img {
  width: 100%;
}
.campaign2-inner div.price div.price-img img {
  width: 100%;
}


/* その他ボタン */
.btns {
  padding: 40px 0 25px 0;
}
.btns-inner {
  max-width: 1000px;
  padding-right: 17px;
  padding-left: 17px;
  margin-right: auto;
  margin-left: auto;
}
.btns-inner .common-btn {
  margin-right: 12px;
  margin-left: 12px;
}

/* CTA */
.cta {
  background-color: #CCE6F7;
  padding-top: 45px;
  padding-bottom: 52px;
}
.cta-inner {
  max-width: 1000px;
  padding-right: 17px;
  padding-left: 17px;
  margin-right: auto;
  margin-left: auto;
}
.cta-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  color: #1d6bb2;
  margin-bottom: 20px;
  padding-right: 14px;
}
.cta-list {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border:6px solid #EFF6F7;
  padding:16px 0;
}
.cta-tel {
  box-sizing: border-box;
  width: 50%;
  border-right: 1px solid #707070;
  padding-top: 6px;
  padding-bottom: 10px;
  padding-right: 22px;
}
.cta-tel__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #222;
  margin-bottom: 9px;
}
.cta-tel__item {
  text-align: center;
}
.cta-contact {
  width: 50%;
  padding:0px 0 7px;
}
.cta-contact__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #222;
  margin-bottom: 7px;
}
.cta-contact__btn {
  max-width: 248px;
  height: 56px;
}


/*PC ONLY*/
@media screen and (min-width: 2120px) {
}


/*TABLET portrait ONLY*/
@media (min-width: 768px) and (max-width: 834px) {
  .l_main {
  }
  .campaign1-box {
    padding-right: 17px;
    padding-left: 17px;
  }
  .campaign1-img {
    transform: translateX(5px);
    margin-bottom: 13px;
  }
  .campaign1-box {
    padding-top: 35px;
  }
  .img-campaign1-pc {
    margin: 0;
    position: relative;
    z-index: 1;
  }
  .campaign2-inner {
    width: auto;
    max-width: 100%;
    padding-right: 17px;
    padding-left: 17px;
  }
  .campaign1-1-1box .img-bird {
    width: 173px;
    height: 101px;
    top: -16px;
    right: -44px;
  }
}
@media screen and (max-width: 768px) {
  .campaign1-1-1box .img-bird {
    width: 173px;
    height: 101px;
    top: -24px;
    right: -44px;
  }
}

/*SP ONLY*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .pc_i {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_i {
    display: inline;
  }
  .l_main {
  }
  .common-btn {
    max-width: 320px;
  }
  /* 共有 */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* メインビジュアル */
  .mv {
    background-image: url(/assets_v25aw/images/banking/asset/child_rearing/bg_mv-sp.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: unset;
    aspect-ratio: 9 / 16;
    overflow: hidden;
  }
  .mv-inner {
  }
  .mv-img {
    width: 100%;
    height: 100%;
    background-image: url(/assets_v25aw/images/banking/asset/child_rearing/mv-sp.webp);
    background-repeat: no-repeat;
    background-position: bottom -5px center;
    background-size: cover;
  }
  /* キャンペーンその1 */
  .campaign1 {
    margin-top: -23px;
  }
  .campaign1::after {
    display: none;
  }
  .campaign1-inner {
    padding-right: 0px;
    padding-left: 0px;
  }
  .campaign1-box {
    padding-top: 0;
    padding-right: 5%;
    padding-left: 5%;
  }
  .campaign1-box .sp {
    margin-bottom: 12px;
    z-index: 1;
    position: relative;
  }
  .campaign1-1box {
    padding: 30px 5% 20px 5%;
    margin-top: -32px;
  }
  .campaign1-box .sp img {
    width: 100%;
  }
  .img-campaign1-1sp .img-campaign1-1sp-p {
    margin-top: 15px;
  }
  .campaign1-1-1box {
    margin-top: 15px;
    padding: 24px 5%;
  }
  .campaign1-1-1box dl.feature-lst dt {
    width: 100%;
    display: block;
    border: none;
  }
  .campaign1-1-1box dl.feature-lst dd {
    width: 100%;
    display: block;
    border: none;
    font-size: 16px;
    padding: 5px 0 10px 0;
  }
  .campaign1-1-1box .img-bird {
    width: 107px;
    height: 91px;
    position: absolute;
    top: 10px;
    right: -10px;
    z-index: 1;
  }

  /* キャンペーンその2 */
  .campaign2-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .campaign2-inner .sp img {
    width: 100%;
  }
  .campaign2-inner dl.campaign-lst {
    width: 100%;
    border-top: none;
    border-right: 3px solid #008DD0;
    border-left: 3px solid #008DD0;
    background-color: #FFFFFF;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
  }
  .campaign2-inner dl.campaign-lst dt {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    transition: all 0.25s;
    cursor: pointer;
  }
  .campaign2-inner dl.campaign-lst dt:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .campaign2-inner dl.campaign-lst dd {
    display: block;
    width: 100%;
    height: 0;
    background-color: #FFFFFF;
    padding: 0 5%;
    box-sizing: border-box;
    border-bottom: none;
    transition: all 0.25s;
  }
  .campaign2-inner dl.campaign-lst dt.active + dd {
    height: auto;
    padding: 10px 5% 23px 5%;
  }
  .campaign2-inner dl.campaign-lst dt.active {
/*
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
*/
  }
  .campaign2-inner dl.campaign-lst .fs14 {
    font-size: 14px;
  }
  .campaign2-inner dl.campaign-lst .fs18 {
    font-size: 18px;
  }
  .campaign2-inner dl.campaign-lst .fs20 {
    font-size: 16px;
    text-align: center;
  }
  .campaign2-inner dl.campaign-lst .fs22 {
    font-size: 16px;
  }
  .campaign2-inner dl.campaign-lst .fs24 {
    font-size: 16px;
    text-align: center;
  }
  .campaign2-inner dl.campaign-lst .fs26 {
    font-size: 26px;
  }

  /* CTA */
  .cta {
    padding-top: 49px;
  }
  .cta-title {
    font-size: 19px;
    line-height: 31px;
    margin-bottom: 19px;
    padding-right: 0px;
  }
  .cta-list {
    display: block;
    padding:0 20px;
  }
  .cta-tel {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #707070;
    padding-top: 20px;
    padding-bottom: 26px;
    padding-right: 0px;
  }
  .cta-tel__title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 31px;
    text-align: center;
    color: #222;
    margin-bottom: 4px;
  }
  .cta-contact {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .cta-contact__title {
    margin-bottom: 5px;
  }
  .cta-contact__btn {
    max-width: 248px;
  }
}

/* iPhone5 / SE only */
@media screen and (max-width: 320px) {
}

/* iPhone12 Mini only */
@media screen and (max-width: 360px) {
}

/* -------------------------------------------- */
/* flex                                         */
/* -------------------------------------------- */
.flex {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jc_st {
  justify-content: start;
}
.jc_en {
  justify-content: end;
}
.jc_c {
  justify-content: center;
}
.jc_fs {
  justify-content: flex-start;
}
.jc_fe {
  justify-content: flex-end;
}
.jc_l {
  justify-content: left;
}
.jc_r {
  justify-content: right;
}
.jc_sb {
  justify-content: space-between;
}
.jc_sa {
  justify-content: space-around;
}
.jc_se {
  justify-content: space-evenly;
}
.jc_sc {
  justify-content: stretch;
}
.fw_nw {
  flex-wrap: nowrap;
}
.fw_wr {
  flex-wrap: wrap-reverse;
}
.fd_rr {
  flex-direction: row-reverse;
}
.fd_cm {
  flex-direction: column;
}
.ff_cm {
  flex-flow: column;
}
.ai_s {
  align-items: start;
}
.ai_c {
  align-items: center;
}
.ai_e {
  align-items: end;
}
.ai_fe {
  align-items: flex-end;
}
.ai_st {
  align-items: stretch;
}
.wfit {
  width: fit-content;
}
.hfit {
  height: fit-content;
}

/* -------------------------------------------- */
/* text                                         */
/* -------------------------------------------- */
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}

/* -------------------------------------------- */
/* margin / padding                             */
/* -------------------------------------------- */
.mt1em {
  margin-top: 1em;
}
.mb1em {
  margin-bottom: 1em;
}
.pt1em {
  padding-top: 1em;
}
.pb1em {
  padding-bottom: 1em;
}


/* -------------------------------------------- */
/* ol 米（※）マーク                             */
/* -------------------------------------------- */
ul.asterisk {
  list-style: none;
  margin-left: 1.5em;
}
ul.asterisk li {
  text-indent: -1.5em;
}
ul.asterisk li::before {
  content: '※';
  margin-right: 0.5em;
}


/* -------------------------------------------- */
/* ol 米（※）マーク + num                       */
/* -------------------------------------------- */
ol.asterisk-num {
  list-style: none;
  counter-reset: count 0;
  margin-left: 1.5em;
}
ol.asterisk-num li {
  text-indent: -2.3em;
  margin-left: .7em;
}
ol.asterisk-num li::before {
  content: "※"counter(count)" ";
  counter-increment: count 1;
  margin-right: 0.5em;
}


/* -------------------------------------------- */
/* ol num                                       */
/* -------------------------------------------- */
ol.num {
  list-style: none;
  counter-reset: count 0;
  margin-left: 0.75em;
}
ol.num li {
  text-indent: -1.5em;
  margin-left: .7em;
}
ol.num li::before {
  content: counter(count)". ";
  counter-increment: count 1;
  margin-right: 0.5em;
}


/* -------------------------------------------- */
/* step                                         */
/* -------------------------------------------- */
.campaign1 .step-box {
  border-radius: 10px;
  border: 1px solid #EA6395;
  background: #FFF7F7;
  overflow: visible;
  position: relative;
}
.step-box .step-cnt {
  padding: 44px 46px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .step-box .step-cnt {
    padding: 40px 20px 10px 20px;
  }
}
.step-box .step-cnt>div {
  margin: 9px 0;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .step-box .step-cnt>div {
    width: 100%;
    justify-content: center;
  }
  .step2-box .step-cnt>div {
    margin: 35px 0;
  }
}
.step-box .step-cnt>div .charas {
  width: 99.29px;
  height: 71.76px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .step-box .step-cnt>div .charas {
    top: 0;
    left: calc(50% - 122px);
  }
}

.step-box .step-cnt.step1-box-1,
.step-box .step-cnt.step3-box-1 {
  padding: 35px 46px 35px 318px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step-box .step-cnt.step1-box-1 {
    padding: 20px 10px 200px 10px;
  }
  .step-box .step-cnt.step3-box-1 {
    padding: 20px 10px 220px 10px;
  }
}

.step-box .step-cnt.step1-box-1 select,
.step-box .step-cnt.step1-box-1 button {
  width: calc(100% / 3 - 18px);
  transition: all 0.3s;
}
.step-box .step-cnt.step1-box-1 button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .step-box .step-cnt.step1-box-1 select {
    width: 100%;
    margin-bottom: 20px;
  }
  .step-box .step-cnt.step1-box-1 button {
    width: calc(100% / 2 - 18px);
  }
}
.step-box select {
  margin: 0 9px;
  padding: 0 1rem;
}

.step-box .step3-box-1 select {
  width: 256px;
}
.step-box .step3-box-1 .cap {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.54px;
}

.campaign1 .step-box h3 {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 18px 0;
  background: #E95472;
  color: #FFF;
  font-family: "M PLUS 2", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.72px;
}
.step2-box .cap {
  width: 30%;
  color: #333;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.72px;
  padding-left: 94px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .step2-box .cap {
    width: 100%;
    margin-bottom: 30px;
  }
}

.step2-box .cap span.period {
  font-size: 12px;
  letter-spacing: 0.36px;
}
.step2-box .btns {
  width: 70%;
  gap: 9px 0;
}
@media screen and (max-width: 767px) {
  .step2-box .btns {
    width: 100%;
  }
}


.step2-box:last-of-type .btns {
  gap: 9px 0 0 0;
}
.step2-box .btns::after {
  content: '';
  display: block;
  width: calc(100% / 3);
  height: 1px;
}

.step-btn,
.reset-btn {
  width: calc(100% / 3 - 20px);
  height: 48px;
  margin: 0 9px;
  padding: 0;
  line-height: 48px;
  border: none;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.48px;
}
.step-btn {
  background-color: #0097E0;
  cursor: pointer;
}
.reset-btn {
  background-color: #FFFFFF;
  color: #0097E0;
  cursor: pointer;
}
.step-btn-pdf {
  margin: 0 auto;
  width: 360px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #006CB8;
  color: #006CB8;
  transition: all 0.3s;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
  .step-btn-pdf {
    width: 80%;
  }
}

.step-btn-pdf .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.step-btn-pdf .icon {
  margin-left: 9px;
  width: 21px;
  height: 25px;
  background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2225%22%20viewBox%3D%220%200%2021%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M16.1479%200H7.84139H7.19773L6.7429%200.454284L0.454787%206.73584L0%207.19012V7.83277V20.783C0%2023.093%201.88126%2024.9725%204.19416%2024.9725H16.1479C18.46%2024.9725%2020.3413%2023.093%2020.3413%2020.783V4.18952C20.3413%201.87918%2018.46%200%2016.1479%200ZM18.7887%2020.783C18.7887%2022.2402%2017.6064%2023.4213%2016.1479%2023.4213H4.19416C2.73497%2023.4213%201.55264%2022.2402%201.55264%2020.783V7.83272H5.64036C6.85545%207.83272%207.84139%206.84856%207.84139%205.63446V1.55122H16.1479C17.6064%201.55122%2018.7887%202.73224%2018.7887%204.18952V20.783Z%22%20fill%3D%22%23006CB8%22/%3E%3Cpath%20d%3D%22M6.06641%2012.3296H4.67339C4.40816%2012.3296%204.24927%2012.502%204.24927%2012.7601V16.3584C4.24927%2016.6701%204.45454%2016.8755%204.73955%2016.8755C5.01841%2016.8755%205.22364%2016.6701%205.22364%2016.3584V15.2653C5.22364%2015.2387%205.23726%2015.2254%205.26387%2015.2254H6.06641C7.04762%2015.2254%207.6381%2014.629%207.6381%2013.7807C7.63815%2012.9192%207.05446%2012.3296%206.06641%2012.3296ZM6.00645%2014.3837H5.26387C5.23726%2014.3837%205.22364%2014.3704%205.22364%2014.3442V13.2108C5.22364%2013.1843%205.23726%2013.171%205.26387%2013.171H6.00645C6.41759%2013.171%206.66305%2013.4163%206.66305%2013.7808C6.6631%2014.1452%206.41759%2014.3837%206.00645%2014.3837Z%22%20fill%3D%22%23006CB8%22/%3E%3Cpath%20d%3D%22M9.88704%2012.3296H8.81926C8.55403%2012.3296%208.39514%2012.502%208.39514%2012.7601V16.4116C8.39514%2016.6701%208.55398%2016.8357%208.81926%2016.8357H9.88704C10.8485%2016.8357%2011.4458%2016.5308%2011.6844%2015.7953C11.7704%2015.5368%2011.8174%2015.2254%2011.8174%2014.5826C11.8174%2013.9398%2011.7703%2013.6285%2011.6844%2013.3699C11.4457%2012.6345%2010.8485%2012.3296%209.88704%2012.3296ZM10.7496%2015.4574C10.6364%2015.8151%2010.3118%2015.9677%209.86043%2015.9677H9.40975C9.38313%2015.9677%209.36951%2015.9544%209.36951%2015.9279V13.2374C9.36951%2013.2108%209.38313%2013.1976%209.40975%2013.1976H9.86043C10.3118%2013.1976%2010.6364%2013.3502%2010.7496%2013.7079C10.796%2013.8605%2010.8287%2014.1255%2010.8287%2014.5827C10.8287%2015.0398%2010.7959%2015.3048%2010.7496%2015.4574Z%22%20fill%3D%22%23006CB8%22/%3E%3Cpath%20d%3D%22M15.3058%2012.3296H13.1177C12.8524%2012.3296%2012.6929%2012.502%2012.6929%2012.7601V16.3584C12.6929%2016.6701%2012.8988%2016.8755%2013.1838%2016.8755C13.462%2016.8755%2013.6679%2016.6701%2013.6679%2016.3584V15.0728C13.6679%2015.0466%2013.6809%2015.0333%2013.7075%2015.0333H14.9812C15.2662%2015.0333%2015.4319%2014.861%2015.4319%2014.6157C15.4319%2014.3704%2015.2662%2014.1984%2014.9812%2014.1984H13.7075C13.6809%2014.1984%2013.6679%2014.1851%2013.6679%2014.1585V13.2108C13.6679%2013.1843%2013.6809%2013.171%2013.7075%2013.171H15.3058C15.5778%2013.171%2015.7572%2012.9922%2015.7572%2012.7538C15.7571%2012.5084%2015.5778%2012.3296%2015.3058%2012.3296Z%22%20fill%3D%22%23006CB8%22/%3E%3C/svg%3E');
  background-position: center center;
  background-repeat: no-repeat;
}
.step-btn-pdf:hover {
  background-color: #006CB8;
  color: #FFFFFF !important;
}
.step-btn-pdf:hover .icon {
  background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2225%22%20viewBox%3D%220%200%2021%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M16.1479%200H7.84139H7.19773L6.7429%200.454284L0.454787%206.73584L0%207.19012V7.83277V20.783C0%2023.093%201.88126%2024.9725%204.19416%2024.9725H16.1479C18.46%2024.9725%2020.3413%2023.093%2020.3413%2020.783V4.18952C20.3413%201.87918%2018.46%200%2016.1479%200ZM18.7887%2020.783C18.7887%2022.2402%2017.6064%2023.4213%2016.1479%2023.4213H4.19416C2.73497%2023.4213%201.55264%2022.2402%201.55264%2020.783V7.83272H5.64036C6.85545%207.83272%207.84139%206.84856%207.84139%205.63446V1.55122H16.1479C17.6064%201.55122%2018.7887%202.73224%2018.7887%204.18952V20.783Z%22%20fill%3D%22%23FFFFFF%22/%3E%3Cpath%20d%3D%22M6.06641%2012.3296H4.67339C4.40816%2012.3296%204.24927%2012.502%204.24927%2012.7601V16.3584C4.24927%2016.6701%204.45454%2016.8755%204.73955%2016.8755C5.01841%2016.8755%205.22364%2016.6701%205.22364%2016.3584V15.2653C5.22364%2015.2387%205.23726%2015.2254%205.26387%2015.2254H6.06641C7.04762%2015.2254%207.6381%2014.629%207.6381%2013.7807C7.63815%2012.9192%207.05446%2012.3296%206.06641%2012.3296ZM6.00645%2014.3837H5.26387C5.23726%2014.3837%205.22364%2014.3704%205.22364%2014.3442V13.2108C5.22364%2013.1843%205.23726%2013.171%205.26387%2013.171H6.00645C6.41759%2013.171%206.66305%2013.4163%206.66305%2013.7808C6.6631%2014.1452%206.41759%2014.3837%206.00645%2014.3837Z%22%20fill%3D%22%23FFFFFF%22/%3E%3Cpath%20d%3D%22M9.88704%2012.3296H8.81926C8.55403%2012.3296%208.39514%2012.502%208.39514%2012.7601V16.4116C8.39514%2016.6701%208.55398%2016.8357%208.81926%2016.8357H9.88704C10.8485%2016.8357%2011.4458%2016.5308%2011.6844%2015.7953C11.7704%2015.5368%2011.8174%2015.2254%2011.8174%2014.5826C11.8174%2013.9398%2011.7703%2013.6285%2011.6844%2013.3699C11.4457%2012.6345%2010.8485%2012.3296%209.88704%2012.3296ZM10.7496%2015.4574C10.6364%2015.8151%2010.3118%2015.9677%209.86043%2015.9677H9.40975C9.38313%2015.9677%209.36951%2015.9544%209.36951%2015.9279V13.2374C9.36951%2013.2108%209.38313%2013.1976%209.40975%2013.1976H9.86043C10.3118%2013.1976%2010.6364%2013.3502%2010.7496%2013.7079C10.796%2013.8605%2010.8287%2014.1255%2010.8287%2014.5827C10.8287%2015.0398%2010.7959%2015.3048%2010.7496%2015.4574Z%22%20fill%3D%22%23FFFFFF%22/%3E%3Cpath%20d%3D%22M15.3058%2012.3296H13.1177C12.8524%2012.3296%2012.6929%2012.502%2012.6929%2012.7601V16.3584C12.6929%2016.6701%2012.8988%2016.8755%2013.1838%2016.8755C13.462%2016.8755%2013.6679%2016.6701%2013.6679%2016.3584V15.0728C13.6679%2015.0466%2013.6809%2015.0333%2013.7075%2015.0333H14.9812C15.2662%2015.0333%2015.4319%2014.861%2015.4319%2014.6157C15.4319%2014.3704%2015.2662%2014.1984%2014.9812%2014.1984H13.7075C13.6809%2014.1984%2013.6679%2014.1851%2013.6679%2014.1585V13.2108C13.6679%2013.1843%2013.6809%2013.171%2013.7075%2013.171H15.3058C15.5778%2013.171%2015.7572%2012.9922%2015.7572%2012.7538C15.7571%2012.5084%2015.5778%2012.3296%2015.3058%2012.3296Z%22%20fill%3D%22%23FFFFFF%22/%3E%3C/svg%3E');
}

.step2-box input[type="radio"] {
  display: none;
}
.step2-box label {
  width: calc(100% / 3 - 18px);
  margin: 0 9px;
  padding: 0 18px;
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  background: #FFF;
  font-size: 18px;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .step2-box label {
    width: 100%;
  }
}

.step2-box label span {
  line-height: 1;
}
.step2-box label .public,
.step2-box label .private,
.step2-box label .yen {
  color: #333;
  font-family: "M PLUS 2", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.48px;
}
.step2-box label .price {
  color: #0097E0;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
}
.step2-box input[type="radio"]:checked + label {
  background-color: #0097E0;
  color: #FFFFFF;
  font-size: 18px;
}
.step2-box input[type="radio"]:checked + label span {
  color: #FFFFFF;
}
.step2-box label:hover {
  background-color: #007bff;
  color: #FFFFFF;
}
.step2-box label:hover span {
  color: #FFFFFF;
}
.step2-box label.no-calc {
  color: #0097E0;
  font-weight: 600;
  letter-spacing: 0.48px;
}
.step2-box label.no-calc:hover {
  color: #FFFFFF;
}

.chara01 {
  width: 246px;
  height: 184.5px;
  position: absolute;
  bottom: 0;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .chara01 {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.chara07 {
  width: 268px;
  height: 229.04px;
  position: absolute;
  bottom: 0;
  left: 17px;
}
@media screen and (max-width: 767px) {
  .chara07 {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.next-step01 {
  padding: 18px 0;
}
.next-step02 {
  padding: 0 0 9px 0;
}
.next-step01 img,
.next-step02 img {
  display: block;
  margin: 0 auto;
}

#step4-btn {
  width: 280px;
  height: 64px;
  line-height: 64px;
  transition: all 0.3s;
}
#step4-btn:hover {
  opacity: 0.8;
}

.kome {
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .kome {
    padding: 0 20px;
  }
}
.kome p {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: 0.42px;
}

.btns2 {
  background-color: #EEEEEF;
}

.btn3 {
  width: 240px;
  height: 48px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 10px;
  color: #0097E0;
  transition: all 0.3s;
	text-decoration: none;
}
.btn3 .txt {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.48px;
}
.btn3 .icon {
  margin-left: 3px;
  width: 14.232px;
  height: 14.22px;
  background-image: url(/assets_v25aw/images/banking/asset/child_rearing/common-btn-arrow2.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.btn3:hover {
  background-color: rgba(255,255,255,0.25);
  color: #FFFFFF !important;
}
.btn3:hover .icon {
  background-image: url(/assets_v25aw/images/banking/asset/child_rearing/common-btn-arrow.svg);
}

.campaign2 .step-box h3 {
  font-family: "M PLUS 2", sans-serif;
  color: #E95472;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.08px;
}
@media screen and (max-width: 767px) {
  .campaign2 .step-box h3 {
    font-size: 28px;
  }
}

.result-box-1,
.result-box-2 {
  border-radius: 10px;
  border: 1px solid #E95472;
  background: #FFF;
  margin: 20px 0;
  padding: 32px;
  box-sizing: border-box;
  background-image:
    url(/assets_v25aw/images/banking/asset/child_rearing/circle.webp),
    url(/assets_v25aw/images/banking/asset/child_rearing/circle.webp),
    url(/assets_v25aw/images/banking/asset/child_rearing/circle.webp),
    url(/assets_v25aw/images/banking/asset/child_rearing/circle.webp);
  background-position:
    top 11px left 11px,
    top 11px right 11px,
    bottom 11px left 11px,
    bottom 11px right 11px;
  background-repeat: no-repeat;
}

.result-box-inner {
  font-family: "M PLUS 2", sans-serif;
  border-radius: 10px;
  background: #FFF4C5;
  padding: 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .result-box-inner {
    padding: 10px;
  }
}
.result-box-inner h4 {
  color: #E95472;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 767px) {
  .result-box-inner h4 {
    font-size: 18px;
    letter-spacing: 0.54px;
  }
}

#result-box-1-1,
#result-box-2-1,
#result-box-2-2 {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.72px;
  padding: 10px 0;
  white-space: nowrap;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 390px) {
  #result-box-1-1,
  #result-box-2-1,
  #result-box-2-2 {
    font-size: 18px;
  }
}
#result-box-1-1 .result-txt,
#result-box-2-1 .result-txt,
#result-box-2-2 .result-txt {
  color: #333;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.92px;
  padding: 0 10px;
}
@media screen and (max-width: 390px) {
  #result-box-1-1 .result-txt,
  #result-box-2-1 .result-txt,
  #result-box-2-2 .result-txt {
    font-size: 48px;
  }
}
#result-box-1-2 {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.54px;
  white-space: nowrap;
}
#campaign2 p.cc {
  padding: 76px 0 96px 0;
}

/* キャンペーンその3 */
.campaign3 {
  position: relative;
  margin: 0;
  padding: 823px 0 0 0;
  background-image: url(/assets_v25aw/images/banking/asset/child_rearing/bg_campaign3_pc.svg),url(/assets_v25aw/images/banking/asset/child_rearing/bg_campaign2.webp);
  background-position: top center;
  background-repeat: no-repeat, repeat;
  font-family: "M PLUS 2", sans-serif;
}
@media screen and (max-width: 767px) {
  .campaign3 {
    width: 100%;
    padding: unset;
    background-image: url(/assets_v25aw/images/banking/asset/child_rearing/bg_campaign3_sp.svg),url(/assets_v25aw/images/banking/asset/child_rearing/bg_campaign2.webp);
    background-size: contain;
    background-color: #FFF;
  }
}

@media screen and (max-width: 767px) {
  .campaign3 h3 {
    max-width: unset;
    max-height: unset;
  }
  .campaign3 h3 img {
    width: 100%;
  }
}

.campaign3 h4 {
  margin: 20px 0;
  padding: 0 60px;
  background-image:
    url(/assets_v25aw/images/banking/asset/child_rearing/bg_campaign3-inner-h4_r_pc.svg),
    url(/assets_v25aw/images/banking/asset/child_rearing/bg_campaign3-inner-h4_l_pc.svg);
  background-position:
    right center,
    left center;
  background-repeat: no-repeat;
  display: inline-block;
  color: #E95472;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.08px;
}
@media screen and (max-width: 767px) {
  .campaign3 h4 {
    background-image:
      url(/assets_v25aw/images/banking/asset/child_rearing/bg_campaign3-inner-h4_r_sp.svg),
      url(/assets_v25aw/images/banking/asset/child_rearing/bg_campaign3-inner-h4_l_sp.svg);
      color: #E95472;
      font-size: 32px;
      line-height: 1.24;
      letter-spacing: 0.96px;
  }
}


.campaign3-outer {
  width: 100%;
  background: linear-gradient(180deg, #FFF 82%, #FBDEDC 100%);
}
.campaign3-inner {
  position: relative;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 80px;
}
.campaign3-inner ul.point {
  gap: 20px 18px;
}
@media screen and (max-width: 767px) {
  .campaign3-inner ul.point {
    padding: 0 20px;
  }
}
.campaign3-inner ul.point li.outer {
  width: 490px;
  height: 224px;
  padding: 35px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 4px solid #F3AEC5;
  background-image: url(/assets_v25aw/images/banking/asset/child_rearing/bg_point_li.webp);
}
@media screen and (max-width: 767px) {
  .campaign3-inner ul.point li.outer {
    width: 100%;
    height: 224px;
    padding: 30px 5%;
  }
}
.campaign3-inner ul.point li.outer .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.campaign3-inner ul.point li.outer .inner .txt {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .campaign3-inner ul.point li.outer .inner .txt {
    width: 47%;
    position: relative;
    z-index: 1;
  }
}
.campaign3-inner ul.point li.outer .inner .txt h5 {
  border-radius: 50px;
  background: #E95472;
  width: 114px;
  height: 33px;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0.54px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .campaign3-inner ul.point li.outer .inner .txt h5 {
    width: 96px;
    height: 26px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
  }
}
.campaign3-inner ul.point li.outer .inner .txt p.cc {
  color: #E95472;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.72px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .campaign3-inner ul.point li.outer .inner .txt p.cc {
    font-size: 18px;
    letter-spacing: 0.54px;
    margin-bottom: 4px;
  }
}
.campaign3-inner ul.point li.outer .inner .txt p.dc {
  color: #E95472;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.48px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .campaign3-inner ul.point li.outer .inner .txt p.dc {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}
.campaign3-inner ul.point li.outer .inner .img {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .campaign3-inner ul.point li.outer .inner .img {
    width: 50%;
  }
}
.campaign3-inner ul.point li.outer.point-3 .inner .img {
  top: 44px;
  right: -55px;
}
@media screen and (max-width: 767px) {
  .campaign3-inner ul.point li.outer.point-3 .inner .img {
		top: 10vw;
		right: -11vw;
		width: 65%;
  }
}

.campaign3-inner p.more {
  margin: 20px 0 0 0;
  width: 100%;
  height: 124px;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 124px;
  letter-spacing: 0.72px;
  background-image: url(/assets_v25aw/images/banking/asset/child_rearing/bg_more.webp);
  background-position: top center;
  background-repeat: no-repeat;
}

.campaign3 .step-box {
  border-radius: 10px;
  border: 1px solid #EA6395;
  background: #FFF7F7;
  overflow: hidden;
  position: relative;
}
.campaign3 .step-box h5 {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 18px 0;
  background: #E95472;
  color: #FFF;
  font-family: "M PLUS 2", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.72px;
}
.campaign3 .step-box .step-cnt {
  padding: 34px 46px;
  border-top: 1px solid #EA6395;
  position: relative;
}
.campaign3 .step-box .step-cnt .num {
  width: 84px;
  height: 84px;
  border-radius: 100px;
  border: 3px dashed #FEC1AE;
  background: #FADBD8;
  color: #E95472;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 78px;
  letter-spacing: 1.08px;
}
.campaign3 .step-box .step-cnt .ttl1 {
  text-align: left;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
.campaign3 .step-box .step-cnt .ttl2 {
  text-align: left;
  color: #E95472;;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .campaign3-inner img.sp_i {
    width: 100%;
  }
}

.link-box {
  margin: 18px auto;
  width: 564px;
  height: 180px;
  color: #FFFFFF;
  border-radius: 10px;
}
.link-box  h5 {
  margin-bottom: 12px;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.72px;
}
.link-box.link-box-col1 {
  background: #0097E0;
}
.link-box.link-box-col2 {
  background: #006CB8;
}
@media screen and (max-width: 767px) {
  .link-box {
    width: 80%;
  }
}


@media screen and (max-width: 960px) and (min-width: 767px) {
  .step-box .step-cnt>div .charas {
    width: 64px;
    height: 64px;
  }
  .step2-box .cap {
    width: 26%;
    font-size: 16px;
    padding-left: 64px;
    white-space: nowrap;
  }
  .step2-box .btns {
    width: 74%;
  }
  .step2-box label .public,
  .step2-box label .private,
  .step2-box label .yen {
    font-size: 12px;
  }
  .step2-box label .price {
    font-size: 16px;
  }
  .step2-box label,
  .step2-box input[type="radio"]:checked + label {
    font-size: 12px;
  }
  .kome {
    padding: 0 20px;
  }

  .campaign3 {
    padding: 70vw 0 0 0;
    background-size: 200% auto, auto;
  }

}

/* フローティングメニュー */
.f-menu {
  display: none;
  width: 100%;
  /* aspect-ratio: 100 / 10; */
  height: 144px;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #FFF4C5;
  background-image: url(/assets_v25aw/images/banking/asset/child_rearing/bg_f-menu.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 76%;
  z-index: 9;
}
@media screen and (min-width: 1660px) {
  .f-menu {
    background-image: none;
  }
}
.f-menu.active {
  display: block;
}
@media screen and (max-width: 1280px) {
  .f-menu {
    width: 100%;
  }
}
@media screen and (max-width: 1044px) {
  .f-menu {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .f-menu {
    height: 80px;
    background-image: none;
  }
}
.f-menu .inner {
  width: 100%;
  height: 100%;
  gap: 20px;
}
a.f-menu-btn {
  /* width: 360px; */
  width: 25%;
  height: 56px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  gap: 4px;
	text-decoration: none;
}
a.f-menu-btn img{
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
  a.f-menu-btn {
    width: 156px;
  }
}
a.f-menu-btn-l {
  background-color: #006DB8;
  color: #FFFFFF;
}
a.f-menu-btn-l:hover {
  opacity: 0.8;
  color: #FFFFFF;
}
a.f-menu-btn-r {
  background-color: #CCE6F7;
  color: #006DB8;
}
a.f-menu-btn-r:hover {
  opacity: 0.8;
}
