@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-cp ========== */
.c-ground-03.c-ground-cp{
  padding: 0 54px;
}
.c-accordion-cp,
.c-accordion-cp>.item{
  border: none;
}
.c-accordion-cp:last-child{
  margin-bottom: 0;
}
.c-accordion-cp>.item>.body{
  padding: 20px 0 40px;
}
.c-accordion-cp>.item>.head{
  font-weight: normal;
  text-align: center;
  padding: 25px 54px 21px 0;
  font-size: 135%;
}
.c-accordion-cp>.item>.head span{
  position: relative;
}

.c-accordion-cp>.item>.head span em{
  display: inline;
  background: none;
  color: #eb7000;
  font-weight: bold;
}
.c-accordion-cp .c-heading2-02{
  margin-top: 1.875em;
}
.c-accordion-cp .c-heading2-02 .heading-main h2 span{
  background-color: #002060;
  box-shadow: 12px 0 0 #002060, -12px 0 0 #002060;
}
.c-accordion-cp .c-btn-04,
.c-accordion-cp .c-btn-05{
  padding: 21px 20px 19px 50px;
}
.c-accordion-cp .c-copy-01 p em{
  color: #eb7000;
}
.c-accordion-cp>.item>.head:hover{
  background-color: #fff;
}
.c-accordion-cp>.item>.head:after{
  background: url(/campaign/2025/20250604_summer_yen_deposit/img/icon-chevron-down-black.png) no-repeat 0 0;
  background-size: 22px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  right: 4px;
}
.c-accordion-cp>.item>.head.opened:after{
  background: url(/campaign/2025/20250604_summer_yen_deposit/img/icon-chevron-up-black.png) no-repeat 0 0;
}
.c-accordion-cp>.item>.head:before{
  border: none;
  background: none;
}
@media only screen and (max-width: 640px){
  .c-ground-03.c-ground-cp{
    padding: 0 10px;
  }
  .c-accordion-cp>.item>.body{
    padding: 10px 0 20px;
  }
  .c-accordion-cp>.item>.head{
    text-align: left;
    margin-left: 40px;
  }
}

/* ========== c-btn-mail ========== */
a.c-btn-account.c-btn-mail::before {
  background-image: url(/assets/img/icon_mail_01.png)
}


/* ========== section-readmore ========== */

.c-readmore-outer {
  border: 1px solid #ffdfe6;
}
.c-readmore-outer hr {
  border-color: #ffdfe6;
}
@media only screen and (min-width: 641px) {
  .c-readmore-outer {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 640px) {
  .c-readmore-outer {
    padding: 15px 10px;
  }
}

.section-readmore{
  background-color: #fff;
}
.section-readmore .section-title {
  background-color: #3e4045;
  color: #fff;
  font-size: 1.875em;
  text-align: center;
  padding: 1em 0;
  margin-bottom: 1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .section-readmore .section-title {
    font-size: 1em;
  }
}
.section-readmore .section-title .em {
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-readmore ul.readmore {
    padding: 0;
  }
}
.section-readmore ul.readmore{
padding: 0;
}
.section-readmore ul.readmore > li{
  list-style: none;
}
.section-readmore ul.readmore > li + li {
  margin-top: 1em;
}
.section-readmore .question{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.section-readmore .toggle-readmore.opened .answer{
  opacity: 1;
}
.section-readmore .text {
  padding: 15px 30px;
  font-size: 1em;
}
.section-readmore .text .em {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-readmore .text {
    width: 90%;
  }
}
.section-readmore .question{
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.section-readmore .question:before{
  content: "";
  position: absolute;
  top: 0;
  background: url(/campaign/2025/20250604_summer_yen_deposit/img/btn_plus.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 640px){
  .section-readmore .question{
    width: 40px;
    height: 40px;
  }
  .section-readmore .question:before{
    width: 40px;
    height: 40px;
  }
}
.section-readmore .readmore.opened .question:before{
  background: url(/campaign/2025/20250604_summer_yen_deposit/img/btn_minus.png);
  background-size: cover;
}
.section-readmore .toggle-readmore .answer-wrap {
  max-height: 130px;
  overflow: hidden;
  position: relative;
}
.section-readmore .toggle-readmore .answer-wrap:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.7) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.7) 100%);
  z-index: 2;
}
.section-readmore .toggle-readmore.opened .answer-wrap {
  display: block;
  max-height: 100%;
}
.section-readmore .toggle-readmore.opened .answer-wrap:after{
  display: none;
  background: -webkit-none;
  background: -webkit-none;
  background: -moz-none;
  background: -o-none;
  background: -ms-none;
  background: none;
}
.section-readmore .answer .text {
  color: #222;
  margin-bottom: 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 .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/20250604_summer_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/20250604_summer_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;
}




/* ========== 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;
}

/* h2 */
.c-accordion-01.bundle-acc .c-heading2-01 {
  margin-left: 2px;
}
.c-accordion-01.bundle-acc .c-heading2-01 h2{
  font-size: 150%;
}
.c-accordion-01.bundle-acc .c-heading2-01 h2 span{
  color: #535252;
  font-weight: bold;
  background-color: #fff;
  box-shadow: 12px 0 0 #fff, -12px 0 0 #fff;
  border-left: 6px solid #eb7000;
  padding: 0 0 0 10px;
}
.c-accordion-01.bundle-acc .c-heading2-01 h2 span{
  box-shadow: 12px 0 0 #fff, -12px 0 0 #fff;
}
.c-accordion-01.bundle-acc .c-heading2-01 h2 span{
  box-shadow: 12px 0 0 #fff, -12px 0 0 #fff;
}
@media only screen and (max-width: 640px){
  .c-accordion-01.bundle-acc .c-heading2-01 h2{
      font-size: 125%;
    }
  .c-accordion-01.bundle-acc .c-heading2-01 h2 span{
      border-left: 3px solid #eb7000;
    }
}



/* ========== bundle-acc ========== */
.c-accordion-01.bundle-acc>.item{
  border-left: 1px solid #d4d5d5;
  border-right: 1px solid #d4d5d5;
}
.c-accordion-01.bundle-acc>.item>.head{
  padding-left: 1em;
  position: relative;
}
.c-accordion-01.bundle-acc>.item>.head.opened{
  border-bottom: 1px solid #d4d5d5;
}
.c-accordion-01.bundle-acc>.item>.head:before{
  right: 10px;
}
.c-accordion-01.bundle-acc>.item>.head:after{
  right: 19px;
}
.c-accordion-01.bundle-acc:last-child{
  margin-bottom: 0;
}
.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/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.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/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.bundle-acc .item .head.opened {
    background-position: right 6px center;
  }
}

.acc-closed img.img-responsive:hover{
  cursor: pointer;
}

/* ヘッダーアイコン */
.c-accordion-01.bundle-acc .item .head.head-icon {
  padding-left: 3.5em;

}

.c-accordion-01.bundle-acc .item .head.head-icon:after {
  content: "";
  width: 45px;
  height: 45px;
  top: 14px;
  left: 14px;
}



@media only screen and (max-width: 640px){
  .c-accordion-01.bundle-acc .item .head.head-icon {
    padding: 17px 30px 10px 50px;
  }
  .c-accordion-01.bundle-acc .item .head.head-icon:after {
    width: 40px;
    height: 40px;
    top: 34%;
    left: 5px;
  }
}


/* ========== note ========== */
.note{
  color: #D0A546;
}

@media only screen and (max-width: 640px){
  .note{
    font-size: 50px;
  }
}
@media only screen and (min-width: 641px){
  .note{
    font-size: 75px;
  }
}

/* ========== content_01 ========== */

.content_01{
  position:relative;
  margin: 0 auto;
  background:#D12E30;
  text-align:center;
  border:3px solid #D12E30;
  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:#D12E30;
}



@media only screen and (max-width: 640px){
  .content_01{
    width:250px;
    font-size: 17px;
    margin-top: 7px;
  }
  .content_01 p span{
    font-size: 25px;
  }
}
@media only screen and (min-width: 641px){
  .content_01{
    width:400px;
    font-size: 25px;
  }
  .content_01 p span{
    font-size: 35px;
  }
}


.btn_detail{
background: #254fb3;
border-bottom:#254fb3;
border-top:#254fb3;
}

/* ========== step-area ========== */
.step-area {
  border: solid 6px #ffdfdb;
  padding: 20px 15px;
  border-radius: 15px;
}
.step-area .c-anchorLinks-01 {
  margin: 0;
}
.step-area .c-anchorLinks-01 li {
  margin-bottom: 0;
}
.c-alertBlock-01.step-area-inner{
  border: none;
  border-radius: 20px;
  background-color: #ffdfdb;
}
.step-area.step-area-cpn02{
  border: solid 6px #ffdfdb;
  border-radius: 0;
}
@media screen and (max-width: 640px) {
  .step-area {
    border: solid 3px #ffdfdb;
    padding: 15px 10px;
    border-radius: 15px;
  }
  .step-area.step-area-cpn02 {
    border: solid 3px #ffdfdb;
    border-radius: 0;
  }
}

/* ========== value-area ========== */
.value-area{
  display: flex;
  justify-content: space-around;
  width: 70%;
  margin:0 auto;
  margin-top: 20px;
}

@media only screen and (min-width: 641px) {

  .benefits-txt-01{
    font-size: 20px;
  }
  .benefits-txt-02{
    font-weight: bold;
    font-size: 23px;
  }
  .num-01{
    font-size: 28px;
  }
  .num-02{
    font-size: 44px;
    color: #ed4255;
  }
}
@media only screen and (max-width: 640px) {

  .value-area{
    display: block;
    text-align: center;
  }
  .benefits-txt-01{
    font-size: 15px;
  }
  .benefits-txt-02{
    font-weight: bold;
    font-size: 17px;
  }
  .num-01{
    font-size: 22px;
  }
  .num-02{
    font-size: 30px;
    color: #ed4255;
  }
}

/* ========== accordion ========== */
.charge-accordion>.item>.head {
  background-image: url(/campaign/2025/20250604_summer_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 0.5em center;
}
.charge-accordion>.item>.head.opened {
  background-image: url(/campaign/2025/20250604_summer_yen_deposit/img/icon-chevron-up-black.png);
  background-repeat: no-repeat;
}
.charge-accordion>.item>.head:before {
  content: none;
}
.charge-accordion>.item>.head:after {
  content: none;
}

/* ========== icon ========== */
.icon-search {
  position: relative;
  padding-left: 22px;
}
@media screen and (min-width: 640px) {
  .icon-search {
      padding-left: 46px;
  }
}

.icon-search:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background-size: 17px;
  background-position: 0 0;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  margin-top: 4px;
  background-image: url(/campaign/2025/20250604_summer_yen_deposit/img/icon_search.png);
}
@media screen and (min-width: 640px) {
  .icon-search:before {
      width: 30px;
      height: 30px;
      background-size: 30px;
      margin-top: -2px;
  }
}


/* ========== 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 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .arrow {
    margin: 10px 0;
    border-right: 61px solid transparent;
    border-left: 61px solid transparent;
    border-top: 30px solid #fb808e;
  }
}
@media only screen and (min-width: 641px) {
  .arrow {
    margin: 20px 0;
    border-right: 83px solid transparent;
    border-left: 83px solid transparent;
    border-top: 40px 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;
}

.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;
  }
}

@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: block;
  width: 28px;
  height: 20px;
  background-image: url(/assets/img/icon_mail_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 38px;
  margin: auto;
  }
}


.sty-benefits-col2 {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  margin-bottom: 15px;
}
.sty-benefits__item {
  width: 48%;
  border: solid #2183a7 2px;
  border-radius: 10px;
  text-align: center;
}
.sty-benefits__item--purple {
  border: solid #8255a4 2px;
}
.sty-benefits__title {
  background-color: #2183a7;
  border-radius: 6px 6px 0 0;
  color: #fff;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: bold;
}
.sty-benefits__item--purple .sty-benefits__title {
  background-color: #8255a4;
}
.sty-benefits__text {
  padding: 10px;
}
@media only screen and (max-width: 640px) {
  .sty-benefits-col2 {
    width: 100%;
  }
  .sty-benefits__item {
    width: 49%;
  }
  .sty-benefits__title {
    padding: 5px;
    font-size: 16px;
  }
  .sty-benefits__text {
    padding: 5px;
  }
  .sty-benefits__text .benefits-txt-01 {
    font-size: 14px;
  }
  .sty-benefits__text .num-01 {
    font-size: 20px;
  }
}

/* ========== 特典例 ========== */

.sty-benefit-head {
  display: flex;
  align-items: center;
  gap: 9px;
}
.sty-case-icon {
  background-color: #C83A49;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding: 3px;
}


/* ========== sty-fixedBtn ========== */

.sty-fixedBtn {
  position: fixed;
  padding: 20px 0;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  opacity: 1;
  z-index: 900;
}

.sty-fixedBtn .inner {
  width: fit-content;
  margin: 0 auto;
}

.sty-fixedBtn a:hover {
  opacity: 0.7;
}

.sty-footer-height {
  height: 110px;
}
@media only screen and (max-width: 640px) {
  .sty-footer-height {
  height: 100px;
}
}

/* ========== sty-fixed-account-btn ========== */
.sty-fixed-account-btn {
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 10px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  .sty-fixed-account-btn {
    padding-bottom: 10px;
  }
}
.sty-fixed-account-btn .c-linkList-01 a {
  color: #fff;
}
.sty-fixed-account-btn .c-linkList-01 a:before {
  background-color: #fff!important;
}
.sty-account-btn {
  display: inline-block;
  width: 330px;
}
.sty-fixed-account-btn .c-linkList-01, .sty-fixed-account-btn .c-linkList-01 li {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .sty-account-btn {
    width: 327px;
  }
  .sty-fixed-account-btn .c-linkList-01 li {
    margin-top: 10px;
  }
}
.sty-account-footer-height {
  height: 120px;
}
@media only screen and (max-width: 640px) {
  .sty-account-footer-height {
  height: 122px;
  }
}
.sty-account-footer-app-height {
  height: 50px;
}
@media only screen and (max-width: 640px) {
  .sty-account-footer-app-height {
  height: 42px;
  }
}

/* ========== sty-fixedBtnWebview ========== */
.sty-fixedBtn.webview {
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 10px;
  padding-bottom: 10px;
}
.sty-account-footer-webview-height {
  height: 79px;
}