@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);
ul, li {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
/* ========== c-figure-tit ========== */
.c-figure-01.c-figure-tit {
  margin: -31px -54px 0 -54px;
}
@media only screen and (max-width:640px) {
  .c-figure-01.c-figure-tit {
    margin: -16px -10px 0 -10px;
  }
}

/* ========== c-accordion-01 ========== */
.c-accordion-01 .c-heading3-01:first-of-type {
  margin-top: 1.5em;
}
.c-accordion-01>.item>.head {
  padding: 17px 44px 13px 0;
}
.c-accordion-01>.item>.body {
  padding: 20px 0 40px;
}
@media only screen and (max-width: 640px){
  .c-accordion-01 .c-heading3-01:first-of-type {
    margin-top: 1em;
  }
  .c-accordion-01>.item>.body {
    padding: 10px 0 20px;
  }
}

/* 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/2024/20241003_yen_deposit/img/icon_05.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/2024/20241003_yen_deposit/img/icon_06.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;
  }
}

/* ========== section-readmore ========== */
.c-readmore-outer {
  border: 1px solid #98DBD8;
}
.c-readmore-outer hr {
  border-color: #98DBD8;
}
.c-readmore-outer img{
  max-width: 560px;
}
@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 .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;
}

/* ========== c-btn-mail ========== */
a.c-btn-square {
	border-radius: 10px;
}
a.c-btn-account.c-btn-mail::before {
  height: 20px;
  top: 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;
  }
}


/* ========== 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;
}
@media screen and (min-width: 640px) {
    .icon-search:before {
        width: 30px;
        height: 30px;
        background-size: 30px;
        margin-top: -2px;
    }
}


.icon-search:before {
    background-image: url(/campaign/2024/20241003_yen_deposit/img/icon_02.png);
}



@media only screen and (max-width: 640px) {
.table-scroll {
	overflow-x: scroll;
	white-space: nowrap;
}
.table-scroll .c-table-01 {
	table-layout: auto;
	width: 100%;
}
}



/* ========== section-readmore ========== */
.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 .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 .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-readmore_example ========== */
.section-readmore.section-readmore_example .toggle-readmore .answer-wrap:after{
  content: none;
}
.section-readmore.section-readmore_example .toggle-readmore .answer-wrap{
  display: none;
}
.section-readmore.section-readmore_example .toggle-readmore .answer-wrap.answer-wrap_example{
  max-height: 100%;
}
/* pc */
.section-readmore .question.toggle-dropdown-button_example_pc{
  position: relative;
  width: 180px;
  height: 40px;
  margin: 0 auto;
}
.section-readmore .question.toggle-dropdown-button_example_pc:before{
  content: "";
  position: absolute;
  top: 0;
  background: url(/campaign/2024/20241003_yen_deposit/img/btn_readmore_01.png);
  background-repeat: no-repeat;
  background-size: 180px auto;
  width: 180px;
  height: 45px;
}



.section-readmore .question.toggle-dropdown-button_example_pc:hover{
  cursor: pointer;
}
.section-readmore .readmore .question.toggle-dropdown-button_example_pc.opened{
  margin-top: 20px;
}
.section-readmore .readmore .question.toggle-dropdown-button_example_pc.opened:before{
  background: url(/campaign/2024/20241003_yen_deposit/img/btn_readmore_02.png);
  background-size: 180px auto;
}
/* sp */
.section-readmore .question.toggle-dropdown-button_example_sp{
  position: relative;
  width: 100px;
  height: 25px;
  margin: 0 auto;
}
.section-readmore .question.toggle-dropdown-button_example_sp:before{
  content: "";
  position: absolute;
  top: 0;
  background: url(/campaign/2024/20241003_yen_deposit/img/btn_readmore_01.png);
  background-repeat: no-repeat;
  background-size: 100px auto;
  width: 100px;
  height: 25px;
}
.section-readmore .readmore .question.toggle-dropdown-button_example_sp.opened{
  margin-top: 12.5px;
}
.section-readmore .readmore .question.toggle-dropdown-button_example_sp.opened:before{
  background: url(/campaign/2024/20241003_yen_deposit/img/btn_readmore_02.png);
  background-size: 100px auto;
}

/* ========== 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/2021/20210929_aupay_charge/img/icon_06.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/2021/20210929_aupay_charge/img/icon_05.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: #e8f5e4;
}
.section-faq .answer .text {
  color: #222;
  margin-bottom: 0;
}

/* ========== step-area ========== */
.step-area {
  border: solid 6px #71bd55;
  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: #eb5505;
}
.step-area.step-area-cpn02{
  border: solid 6px #eb5505;
  border-radius: 0;
}
@media screen and (max-width: 640px) {
  .step-area {
    border: solid 3px #71bd55;
    padding: 15px 10px;
    border-radius: 15px;
  }
  .step-area.step-area-cpn02 {
    border: solid 3px #eb5505;
    border-radius: 0;
  }
}

/* ========== value-area ========== */
.value-area{
  display: flex;
  justify-content: space-around;
  width: 80%;
  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: #FF587C;
  }
}
@media only screen and (max-width: 640px) {

  .value-area{
    /* display: block;
    text-align: center; */
    width: 100%;
  }
  .benefits-txt-01{
    font-size: 12px;
  }
  .benefits-txt-02{
    font-weight: bold;
    font-size: 15px;
  }
  .num-01{
    font-size: 17px;
  }
  .num-02{
    font-size: 36px;
    color: #FF587C;
  }
}
















.sty-benefit-head {
  display: flex;
  align-items: center;
  gap: 9px;
}
.charge-accordion>.item>.head {
  background-image: url(/campaign/2024/20240604_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/2024/20240604_summer_yen_deposit/img/icon-chevron-up-black.png);
  background-repeat: no-repeat;
}

.charge-accordion>.item>.head:before,.charge-accordion>.item>.head:after {
  content: none;
}




.sty-case-icon {
  background-color: #71bd55;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding: 3px;
}



.sty-benefits-col2 {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  margin-bottom: 15px;
}
.sty-benefits__item {
  width: 48%;
  border: solid #eb5505 2px;
  border-radius: 10px;
  text-align: center;
}
.sty-benefits__item--purple {
  border: solid #71bd55 2px;
}
.sty-benefits__title {
  background-color: #eb5505;
  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: #71bd55;
}
.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;
  }
}


/* ----- color-05 (Emerald Green) ----- */
body.color-05 .cpn-heading-01 span,
body.color-05 .cpn-step-02 .heading-main h2 span,
body.color-05 .cpn-step-02 .heading-main h3 span,
body.color-05 .cpn-step-02 .heading-main h4 span,
body.color-05 .cpn-step-02 .heading-main h5 span {
	color: #71bd55;
}

body.color-05 .cpn-step-05 > .step {
	border-color: #71bd55;
}

body.color-05 .cpn-heading-02 h3,
body.color-05 .cpn-text-01,
body.color-05 .cpn-step-04 .step-heading > .step-num,
body.color-05 .cpn-step-05 .step-heading > .step-num {
	color: #71bd55;
}
body.color-05 .cpn-step-02 .contents .step .inner,
body.color-05 .cpn-step-04,
body.color-05 .cpn-step-04 > .step {
	border-color: #71bd55;
}
/* ========== sty-fixedBtn ========== */

.sty-fixedBtn {
  display: none;
  position: fixed;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  opacity: 1;
  z-index: 1000;
}

.sty-fixedBtn .inner {
  width: 100%;
}

.sty-fixedBtn p,
.sty-fixedBtn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: min(2.571vw, 18px);
}

@media screen and (max-width: 750px) {
  .sty-fixedBtn p,
  .sty-fixedBtn a {
    font-size: min(2.933vw, 22px);
  }
  .sty-fixedBtn .btn_wrapper{
    padding-right: 15px;
    padding-left: 15px;
  }
}

.sty-fixedBtn a:hover {
  opacity: 1;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.sty-fixedBtn .link_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
.sty-fixedBtn a.size-01.sty-btn-size {
  width: 350px;
}
}













.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 #eb5505;
  }
}
@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 #eb5505;
  }
}


/* ========== result ========== */
.result {
  background-color: #faf4c8;
}
@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: #eb5505;
  border-radius: 15px;
  margin-right: 0;
  margin-left: 0;
}
.c-heading-simulation_result h2 {
  font-size: unset;
  padding: 10px;
}
.c-heading-simulation_result span {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.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-parent#js-btn-calc-parent:has(input:disabled):before {
  background-color: #fff;
}
.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 ========== */
.result__output-list {
  margin-top: 15px;
}
@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: #eb5505;
  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: #eb5505;
}
.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 5px;
  }
}
@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: #eb5505;
}

/* ========== result__calc ========== */
.c-accordion-01.result__calc>.item>.head{
  padding-left: 1em;
  position: relative;
}
.c-accordion-01.result__calc>.item>.head.opened{
  border-bottom: 1px solid #d4d5d5;
}
.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(/landing/kinri_up_tokuten_bundle/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(/landing/kinri_up_tokuten_bundle/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;
  }
}
