@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);


@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ========== heading ========== */
.wb-cpn-heading-01{
  margin: -30px -54px 0 -54px!important;
}

@media only screen and (max-width: 640px){
  .wb-cpn-heading-01{
    margin: -16px -10px 0 -10px!important;
  }
}
.c-accordion-01.bundle-acc .item .head:before {
  content: none;
}
.c-accordion-01.bundle-acc .item .head:after {
  content: none;
}

.c-accordion-01.bundle-acc .item .head {
    padding: 17px 44px 13px 18px;
    background: url(/campaign/2025/20250910_yen_deposit/img/icon-chevron-down-black.png);
    background-repeat: no-repeat;
    background-size: auto 1.125em;
    background-position: right 1em center;
}

@media only screen and (max-width: 640px) {
  .c-accordion-01.bundle-acc .item .head {
    padding: 17px 44px 13px 10px;
    background-position: right 6px center;
  }
}

.c-accordion-01.bundle-acc .item .head.opened {
    background: url(/campaign/2025/20250910_yen_deposit/img/icon-chevron-up-black.png);
    background-repeat: no-repeat;
    background-size: auto 1.125em;
    background-position: right 1em center;
}

@media only screen and (max-width: 640px) {
  .c-accordion-01.bundle-acc .item .head.opened {
    background-position: right 6px center;
  }
}

.acc-closed img.img-responsive:hover{
  cursor: pointer;
}

/* ========== c-ground-03 ========== */
.c-ground-03.c-ground-03_accordion{
  padding: 0;
}
.c-ground-03.c-ground-03_accordion .c-accordion-01,
.c-ground-03.c-ground-03_accordion .c-accordion-01>.item{
  border: none;
  margin: 0;
}


/* ========== c-btn-mail ========== */
a.c-btn-square {
	border-radius: 10px;
}
a.c-btn-account.c-btn-mail::before {
  height: 20px;
  width: 28px;
  background: url(/assets/img/icon_mail_01.png) left top no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 640px) {
  a.c-btn-account.c-btn-mail{
    padding-left: 72px;
  }
  a.c-btn-account.c-btn-mail::before {
    content: "";
    display: inline-block;
    height: 17px;
    width: 24px;
  }
}

/* ========== 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: #f0920c;
}
.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/20250910_yen_deposit/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/20250910_yen_deposit/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:hover {
  background-color: #ffede3;
}
.section-faq .answer .label {
  background-color: #ffede3;
  margin-bottom: 0;
}
.section-faq .answer .text {
  color: #222;
  margin-bottom: 0;
}

/* ========== FloatingBanner ========== */
#jbk-FloatingBannerArea{
  display: block;
  position: fixed;
  z-index: 99999;
  right: -400px;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  opacity: 0;
  background-color: #eee;
}
#jbk-FloatingBannerArea.jbk-FloatingBannerArea_on{
  bottom: 0;
  right: 20px;
  opacity: 1;
  transition-property: all;
  transition-duration: 1500ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
#jbk-FloatingBannerArea.jbk-FloatingBannerArea_off{
  right: -400px;
  bottom: 0;
  opacity: 0;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
.FloatingBanner_wrapper{
  position: relative;
  -webkit-box-shadow: 0 0 8px #808080;
  box-shadow: 0 0 8px #808080;
  overflow: hidden;
  background-color: #fff;
}
.FloatingBanner-close{
  position: absolute;
  z-index: 999;
  top: -20px;
  right: -4px;
  background-color: #eee;
  border-radius: 16px;
}
.img-FloatingBanner-close{
  cursor: pointer;
}
#jbk-FloatingBannerArea img.TOP-img-hover:hover{
  opacity: 0.8;
}
.top_reflection {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -190px;
  left: 0;
  background-color: #fff;
  opacity: 0;
}
#jbk-FloatingBannerArea_sp{
  display: block;
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: -400%;
  padding: 0;
  margin: 0;
  margin-right: 10px;
  height: auto;
  opacity: 0;
}
@media only screen and (max-width: 640px) {
  #jbk-FloatingBannerArea_sp{
    width: 100%;
    padding: 0 0 0 20px;
  }
}
#jbk-FloatingBannerArea_sp.jbk-FloatingBannerArea_sp_on{
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 0 0 0 20px;
  opacity: 1;
  transition-property: all;
  transition-duration: 1500ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
#jbk-FloatingBannerArea_sp.jbk-FloatingBannerArea_sp_off{
  width: 100%;
  right: 0;
  bottom: -400px;
  padding: 0 0 0 20px;
  opacity: 0;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
.FloatingBanner_wrapper_sp{
  position: relative;
  overflow: hidden;
}
.FloatingBanner-close_sp{
  position: absolute;
  z-index: 999;
  top: -14px;
  right: -8px;
}
.img-FloatingBanner-close_sp{
  cursor: pointer;
}
.top_reflection_sp {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -190px;
  left: 0;
  opacity: 0;
}
.jbk-FloatingBannerArea_none{
  display: none !important;
}


/***************************************************/

.note{
  color: #d73d3f;
  display: flex;
  justify-content: center;
  align-items: center;
}
.note{
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}
.note p {
  border-bottom: solid 7px #fff25c;
  margin-bottom: 10px;
}
.note em {
  font-size: 75px;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .note{
    font-size: 30px;
  }
  .note em {
    font-size: 50px;
  }
}


.content_01{
  position:relative;
  margin: 30px auto 0 auto;
  background:#678ed7;
  text-align:center;
  border:3px solid #678ed7;
  color:#fff;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
}
.content_01:after,.content_01:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  bottom:100%;
  left:50%;
}
.content_01:after{
  border-color: rgba(247, 221, 51, 0);
  border-top-width:20px;
  border-bottom-width:20px;
  border-left-width:10px;
  border-right-width:10px;
  margin-left: -10px;
  border-bottom-color:#678ed7;
}

@media only screen and (max-width: 640px){
  .content_01{
    width:250px;
    font-size: 17px;
    margin-top: 20px;
  }
  .content_01 p span{
    font-size: 25px;
  }
}
@media only screen and (min-width: 641px){
  .content_01{
    width:600px;
    font-size: 25px;
  }
  .content_01 p span{
    font-size: 35px;
  }
}

.sty-list-01--blue {
  color:#274a89;
}

/*アンカーリンク 矢印の向き*/
.c-anchorList-01.sty-arrow-up a:before {
  transform: rotate(-90deg);
}

  /* ========== movie ========== */
.movie {
  height: 0;
  margin: 3vw auto 0 auto;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  aspect-ratio: 9 / 16;
}
@media only screen and (max-width: 640px) {
  .movie {
    height: unset;
    aspect-ratio: 9 / 16;
    margin: 3vw auto 0 auto;
    overflow: hidden;
    padding-bottom: 56.25%;
  }
}

.movie iframe {
  border: #000 solid 1px;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


.sty-tab_cont {
  border-bottom: 2px solid #eb5505;
}
.sty-tab__inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  max-width: 978px;
  margin: auto;
}
.sty-tab__item {
  width: calc(50% - 15px);
  background-color: #d4d5d5;
  border: 2px solid #d4d5d5;
  border-radius: 15px 15px 0 0;
}
.sty-tab__item--active {
  background-color: #eb5505;
  border: 2px solid #eb5505;
}
.sty-tab__item a {
  display: block;
  color: #212426;
  padding: 15px 15px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
.sty-tab__item--active a {
  color: #fff;
  padding: 20px 15px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sty-tab__item {
    width: calc(50% - 15px);
  }
  .sty-tab__inner {
    justify-content: space-evenly;
  }
  .sty-tab__item a {
    padding: 5px 15px;
  }
  .sty-tab__item--active a {
    padding: 10px 15px;
  }
}
/* ========== sty-cvfixd ========== */
.sty-cvfixd {
  position: fixed;
  z-index: 11;
  bottom: 0;
  width: 100%;
}
.sty-cvfixd .c-cnvBlock-01 {
  background-color: rgba(0, 0, 0, 0.6);
}
.sty-cvfixd .c-cnvBlock-01 .cnvBlock-pull-left+.cnvBlock-pull-right:before {
  content: none;
}
.sty-cnvBlock-inner {
  max-width: 960px;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .sty-cvfixd .c-cnvBlock-01 .cnvBlock-pull-left {
    width: 46%;
    padding-right: 4%;
  }
  .sty-cvfixd .c-cnvBlock-01 {
    padding: 10px 14px;
}
  .sty-cvfixd .c-cnvBlock-01 .cnvBlock-pull-left+.cnvBlock-pull-right {
    width: 46%;
    padding-left: 4%;
  }
  .sty-cvfixd .c-cnvBlock-01 .cnvBlock-pull-left+.cnvBlock-pull-right:before {
    content: none;
}
  .sty-cvfixd .c-or_area.entry a.c-btn-account,.sty-cvfixd a.c-btn-account {
    padding-right: 0;
  }
  .sty-cvfixd .c-cnvBlock-01 .cnvBlock-pull-left+.cnvBlock-pull-right {
    margin-top: 0px;
    padding-top: 0px
  }
}


@media (max-width: 960px) {
  .sty-cvfixd .sty-cnvBlock-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sty-cvfixd .sty-cnvBlock-inner .cnvBlock-pull-left,.sty-cvfixd .sty-cnvBlock-inner .cnvBlock-pull-right {
    width: 48%;
  }
  .sty-cvfixd .sty-cnvBlock-inner .cnvBlock-pull-left+.cnvBlock-pull-right {
      margin-top: 0;
      padding-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .sty-cvfixd .sty-cnvBlock-inner {
    justify-content: center;
  }
  .sty-cvfixd .sty-cnvBlock-inner .cnvBlock-pull-left,.sty-cvfixd .sty-cnvBlock-inner .cnvBlock-pull-right {
    width: 46%;
  }
}

/* ========== simulation ========== */
ul, li {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}

label {
  font-weight: normal;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

input[type='text'] {
  font-size: 16px;
  touch-action: manipulation;
}


.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 30px solid #eee;;
  border-bottom: 0;
  margin: 0 auto;
}
.arrow--type02 {
  margin: 20px auto;
  border-right: 83px solid transparent;
  border-left: 83px solid transparent;
  border-top: 40px solid #fb808e;
}
@media only screen and (max-width: 640px) {
  .arrow--type02 {
      margin: 10px auto;
      border-right: 61px solid transparent;
      border-left: 61px solid transparent;
      border-top: 30px solid #fb808e;
  }
}

/* ========== result ========== */
.result {
  background-color: #ffdfdb;
}
@media only screen and (max-width: 640px) {
  .result {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 641px) {
  .result {
    padding: 25px;
  }
}

/* ========== simulation__input-item ========== */
@media only screen and (min-width: 821px) {
  .simulation__input-unit {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.simulation__input-unit p {
  margin-top: 0;
}

/* ========== simulation__textbox ========== */
.simulation__textbox {
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 641px) {
  .simulation__textbox {
    margin-left: 10px;
  }
}
.simulation__textbox input {
  margin-right: 5px;
  width: 280px;
  height: 38px;
  text-align: right;
}

.c-heading-simulation_result {
  background-color: #ed4255;
  border-radius: 15px;
  margin-right: 0;
  margin-left: 0;
}
.c-heading-simulation_result.c-heading4-01 {
  box-shadow: none;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 20px;
}
.c-heading-simulation_result.c-heading4-01 h3 {
  color: #fff;
  border-bottom: none;
  padding-bottom: 0;
}

.result__calc-item {
  border: 2px solid #d4d5d5;
  border-radius: 10px;
}
.result__calc-head {
  background-color: #eee;
  border-bottom: 1px solid #d4d5d5;
  border-radius: 8px 8px 0 0;
}
.result__calc-content {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
@media only screen and (max-width: 640px) {
  .result__calc-head, .result__calc-content {
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 641px) {
  .result__calc-head, .result__calc-content {
    padding: 30px 20px;
  }
}

/* ========== button ========== */
input[type="button"] {
  border-radius: 30px;
  padding: 18px 0 18px 10px;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
@media only screen and (max-width: 640px) {
  input[type="button"] {
    width: 300px;
  }
}
@media only screen and (min-width: 641px) {
  input[type="button"] {
    width: 335px;
  }
}
.btn-calc {
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ed7b00),color-stop(100%,#e76400));
  background: -webkit-linear-gradient(top,#ed7b00 0,#e76400 100%);
  background: -o-linear-gradient(top,#ed7b00 0,#e76400 100%);
  background: -ms-linear-gradient(top,#ed7b00 0,#e76400 100%);
  background: linear-gradient(to bottom,#ed7b00 0,#e76400 100%);
  color: #fff;
  border: 1px solid #9F9F9F;
}
.btn-calc-parent {
  position: relative;
}
.btn-calc-parent:before {
  position: absolute;
  width: 28px;
  height: 28px;
  mask: url(/landing/kinri_up_tokuten_bundle/simulator/img/icon_calc.svg) no-repeat center center/contain;
  -webkit-mask: url(/landing/kinri_up_tokuten_bundle/simulator/img/icon_calc.svg) no-repeat center center/contain;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 85px;
  content: "";
  pointer-events: none;
}
.btn-calc:disabled ~ .btn-calc-parent:before {
  pointer-events: none;
}
.btn-calc-parent#js-btn-calc-parent:before {
  background-color: #eb7000;
}
.btn-calc.btn-calc_return, .btn-calc_scrolltop {
  background: -moz-linear-gradient(top,#fff 0,#f3f3f3 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f3f3f3));
  background: -webkit-linear-gradient(top,#fff 0,#f3f3f3 100%);
  background: -o-linear-gradient(top,#fff 0,#f3f3f3 100%);
  background: -ms-linear-gradient(top,#fff 0,#f3f3f3 100%);
  background: linear-gradient(to bottom,#fff 0,#f3f3f3 100%);
  border: 1px solid #EB7000;
  color: #eb7000;
}
.btn-calc.btn-calc_scrolltop {
  padding-left: 40px;
  padding-right: 15px;
  white-space: normal;
}
@media only screen and (min-width: 641px) {
  .btn-calc.btn-calc_scrolltop {
    width: auto;
  }
}
.link_scrolltop {
  position: relative;
}
.link_scrolltop:before {
  position: absolute;
  width: 18px;
  height: 18px;
  mask: url(/landing/kinri_up_tokuten_bundle/simulator/img/icon_reset.svg) no-repeat center center/contain;
  -webkit-mask: url(/landing/kinri_up_tokuten_bundle/simulator/img/icon_reset.svg) no-repeat center center/contain;
  background-color: #eb7000;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  content: "";
}
.btn-calc:disabled {
  color: #fff;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#C7C8C8),color-stop(100%,#9D9D9D));
  background: -webkit-linear-gradient(top,#C7C8C8 0,#9D9D9D 100%);
  background: -o-linear-gradient(top,#C7C8C8 0,#9D9D9D 100%);
  background: -ms-linear-gradient(top,#C7C8C8 0,#9D9D9D 100%);
  background: linear-gradient(to bottom,#C7C8C8 0,#9D9D9D 100%);
  border: 1px solid #CCCCCC;
}

/* ========== result__output-list ========== */
@media only screen and (min-width: 821px) {
  .result__output-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .result__output-item {
    width: 47%;
  }
}

/* ========== plus ========== */
@media only screen and (min-width: 821px) {
  .plus-parent {
    width: 4%;
    margin: 0 10px;
  }
}
.plus {
  position: relative;
  display: block;
  height: 35px;
  margin: 1em 0;
}
.plus:before, .plus:after {
  position: absolute;
  content: "";
  left: 50%;
  background-color: #ed4255;
  width: 35px;
  height: 4px;
  top: 50%;
  transform: translate(-50%);
}
.plus:after {
  transform: translate(-50%) rotate(90deg);
}


/* ========== result__output-sum ========== */
.result__output-sum .result__output-unit {
  border-color: #ed4255;
}
.result__output-sum .output-common {
  font-size: 300%;
}

/* ========== result__output-unit ========== */
.result__output-unit {
  border: 4px solid #eee;
  background-color: #fff;
}
@media only screen and (min-width: 641px) {
  .result__output-unit {
    padding: 24px 10px;
  }
}
@media only screen and (max-width: 640px) {
  .result__output-unit {
    padding: 16px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .result__output-unit {
    padding: 24px 30px;
  }
}

.result__output-unit .arrow {
  border-top-color: #eee;
}
.result__output-unit hr {
  border-top: 2px solid #d4d5d5;
}
.output-common {
  font-weight: bold;
  color: #ed4255;
}

/* ========== result__calc ========== */
.c-accordion-01.result__calc, .c-accordion-01.result__calc>.item {
border-color: #707070;
}
.c-accordion-01.result__calc>.item>.head{
  padding-left: 1em;
  position: relative;
}
.c-accordion-01.result__calc>.item>.head:before{
  right: 10px;
}
.c-accordion-01.result__calc>.item>.head:after{
  right: 19px;
}
.c-accordion-01.result__calc:last-child{
  margin-bottom: 0;
}
.c-accordion-01.result__calc .item .head:before {
  content: none;
}
.c-accordion-01.result__calc .item .head:after {
  content: none;
}

.c-accordion-01.result__calc .item .head {
  padding: 17px 44px 13px 18px;
  background: url(/campaign/2025/20250604_summer_yen_deposit/img/icon-chevron-down-black.png);
  background-repeat: no-repeat;
  background-size: auto 1.125em;
  background-position: right 1em center;
}

@media only screen and (max-width: 640px) {
  .c-accordion-01.result__calc .item .head {
    padding: 17px 44px 13px 10px;
    background-position: right 6px center;
  }
}

.c-accordion-01.result__calc .item .head.opened {
  background: url(/campaign/2025/20250604_summer_yen_deposit/img/icon-chevron-up-black.png);
  background-repeat: no-repeat;
  background-size: auto 1.125em;
  background-position: right 1em center;
}

@media only screen and (max-width: 640px) {
  .c-accordion-01.result__calc .item .head.opened {
    background-position: right 6px center;
  }
}

@media only screen and (min-width: 641px) {
  .c-accordion-01.result__calc>.item>.body {
    margin: 0 27px;
  }
}

@media only screen and (min-width: 768px) {
  .c-accordion-01.result__calc>.item>.body {
    margin: 0 54px;
  }
}



/* ========== login ========== */
.c-step--item {
  border: 4px solid #d4d5d5;
  border-radius: 10px;
  padding: 45px 30px;
}

.c-step--item:not(:last-child) {
  margin-bottom: 30px;
}

.c-step--item:not(:first-child) {
  margin-top: 30px;
}

@media only screen and (min-width: 961px) {
  .c-step--item--content, .c-step--item--inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .c-step--item--inner {
    flex-direction: row-reverse;
  }
  .c-step--title p {
    margin: 0 10px;
    color: #212426;
    font-size: 20px;
  }
  .c-step--item--content.c-step2--item--content {
    justify-content: space-around;
  }
}
.c-step--title {
  margin-top: 15px;
}
.c-step--title p {
  margin: 0 10px;
  color: #212426;
  font-size: 20px;
  font-weight: bold;
}
.c-step--num p {
  color: #eb5505;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-top: 0;
}
.c-step--num p span {
  font-size: 28px;
}
@media only screen and (max-width: 640px) {
  .c-step--title p {
    color: #212426;
    font-size: 15px;
    text-align: center;
  }
  .c-step--num p {
    font-size: 15px;
  }
  .c-step--num p span {
    font-size: 22px;
  }
}
a.c-btn-account--blank {
  padding: 16px 60px 16px 38px;
}
a.c-btn-account--blank:not(.c-btn-mail):before {
  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;
  left: inherit;
  right: 30px;
  width: 20px;
}
@media only screen and (max-width: 640px) {
  a.c-btn-account--blank {
    padding: 16px 60px 16px 38px;
  }
  a.c-btn-account--blank:not(.c-btn-mail):before {
    content: "";
    display: inline-block;

    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;
    left: inherit;
    height: 17px;
    width: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.sty-figure-01--nm {
  margin: -30px -54px 0!important;
}
@media only screen and (max-width: 640px) {
  .sty-figure-01--nm {
    margin: -16px -10px 0!important;
  }
}
.jbk-frametype-1col-rwd:has(.sty-cvfixd){
  padding-bottom: 105px;
}
@media only screen and (max-width: 640px) {
  .jbk-frametype-1col-rwd:has(.sty-cvfixd){
    padding-bottom: 83px;
  }
}