@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ========== hidden ========== */
@media only screen and (min-width: 641px) {
  .c-hide-pc {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .c-hide-sp {
    display: none;
  }
}

.c-hidden {
  display: none;
}


/* ========== c-column-payment ========== */
.c-column-payment .col-unit-1\/3 .c-copy-01{
  display: table-cell;
  vertical-align: middle;
}
.c-column-group.c-column-payment .col-unit-1\/3{
  width: 33.333%;
  margin: 0;
  padding: 0 2%;
  border-right: 2px dotted #d4d5d5;
}
.c-column-group.c-column-payment .col-unit-1\/3:first-child{
  padding-left: 0;
}
.c-column-group.c-column-payment .col-unit-1\/3:last-child{
  padding-right: 0;
  border-right: none;
}
@media only screen and (max-width: 640px){
  .c-column-group.c-column-payment .col-unit-1\/3{
    width: 100%;
    border-right: none;
    border-bottom: 2px dotted #d4d5d5;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .c-column-group.c-column-payment .col-unit-1\/3:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

/* =======
simulation 
========== */
.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 20px;
    border-right: 61px solid transparent;
    border-left: 61px solid transparent;
    border-top: 30px solid #d3adcf;
  }
}
@media only screen and (min-width: 641px) {
  .arrow {
    margin: 20px 0 52px;
    border-right: 83px solid transparent;
    border-left: 83px solid transparent;
    border-top: 40px solid #d3adcf;
  }
}

.c-additional_rate-wrapper {
  border: 4px solid #D4D5D5;
}
@media only screen and (max-width: 640px) {
  .c-additional_rate-wrapper {
    padding: 24px;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 641px) {
  .c-additional_rate-wrapper {
    padding: 24px 30px;
    margin: 32px 0 30px;
  }
}

/* ========== c-checkbox-wrapper ========== */
.c-checkbox-wrapper .c-checkbox-bundle, .c-checkbox-wrapper .c-checkbox-money_activity {
  padding: 20px;
  border-radius: 25px;
}
.c-checkbox-wrapper .c-checkbox-bundle {
  background-color: #f7e7f6;
}
.c-checkbox-wrapper .c-checkbox-money_activity {
  background-color: #f7e7f6;
}

.c-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-flex-item {
  width: 50%;
}
.c-simulation_result-wrapper {
  background-color: #f7e7f6;
}
@media only screen and (max-width: 640px) {
  .c-simulation_result-wrapper {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 641px) {
  .c-simulation_result-wrapper {
    padding: 25px;
  }
}
.c-simulation_result-wrapper .c-heading-simulation_result {
  background-color: #820487;
  border-radius: 15px;
  margin-right: 0;
  margin-left: 0;
}
.c-simulation_result-wrapper .c-heading-simulation_result.c-heading2-01 span {
  box-shadow: none;
  font-weight: bold;
  color: #fff;
}

.c-result-item {
  border: 2px solid #d4d5d5;
  border-radius: 10px;
}
.c-result-head {
  background-color: #eee;
  border-bottom: 1px solid #d4d5d5;
  border-radius: 8px 8px 0 0;
}
.c-result-content {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
@media only screen and (max-width: 640px) {
  .c-result-head, .c-result-content {
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 641px) {
  .c-result-head, .c-result-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(/program/premium_stage/img/icon_calc.svg) no-repeat center center/contain;
  -webkit-mask: url(/program/premium_stage/img/icon_calc.svg) no-repeat center center/contain;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 85px;
  content: "";
}
.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 #820487;
  color: #820487;
}
.link_scrolltop {
  position: relative;
}
.link_scrolltop:before {
  position: absolute;
  width: 18px;
  height: 18px;
  mask: url(/program/premium_stage/img/icon_reset.svg) no-repeat center center/contain;
  -webkit-mask: url(/program/premium_stage/img/icon_reset.svg) no-repeat center center/contain;
  background-color: #820487;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  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;
}

/* ========== c-simulation_result-item ========== */
.c-simulation_result-item {
  border: 4px solid #820487;
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  .c-simulation_result-item {
    padding: 24px;
  }
}
@media only screen and (min-width: 641px) {
  .c-simulation_result-item {
    padding: 24px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .c-simulation_result-item {
    padding: 24px 30px;
  }
}
/* ========== c-simulation-acc ========== */
.c-accordion-01.c-simulation-acc>.item>.head{
  padding-left: 1em;
  position: relative;
}
.c-accordion-01.c-simulation-acc>.item>.head.opened{
  border-bottom: 1px solid #d4d5d5;
}
.c-accordion-01.c-simulation-acc>.item>.head:before{
  right: 10px;
}
.c-accordion-01.c-simulation-acc>.item>.head:after{
  right: 19px;
}
.c-accordion-01.c-simulation-acc:last-child{
  margin-bottom: 0;
}
.c-accordion-01.c-simulation-acc .item .head:before {
  content: none;
}
.c-accordion-01.c-simulation-acc .item .head:after {
  content: none;
}

.c-accordion-01.c-simulation-acc .item .head {
  padding: 17px 44px 13px 18px;
  background: url(/program/premium_stage/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.c-simulation-acc .item .head {
    padding: 17px 44px 13px 10px;
    background-position: right 6px center;
  }
}

.c-accordion-01.c-simulation-acc .item .head.opened {
  background: url(/program/premium_stage/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.c-simulation-acc .item .head.opened {
    background-position: right 6px center;
  }
}

@media only screen and (min-width: 641px) {
  .c-accordion-01.c-simulation-acc>.item>.body {
    margin: 0 27px;
  }
}

@media only screen and (min-width: 768px) {
  .c-accordion-01.c-simulation-acc>.item>.body {
    margin: 0 54px;
  }
}

/* ====
footer 
======= */
#jbk-footer-area.jbk-footer-au_pay{
  font-size: 100%;
  margin-top: 2em;
  text-align: center;
}
.jbk-footer-au_pay .jbk-footer-logo{
  background-color: #fff;
}
.jbk-footer-au_pay .jbk-footer-logo img{
  width: 260px;
}
.jbk-footer-au_pay .jbk-footer-top,
.jbk-footer-au_pay .jbk-footer-top .c-noteList-01 li,
.jbk-footer-au_pay .jbk-footer-bot{
  color: #fff;
}
.jbk-footer-au_pay .jbk-footer-top{
  background-color: #898989;
  padding: 40px 10px;
}
.jbk-footer-au_pay .jbk-footer-top .c-copy-01 p:first-child{
  font-size: 150%;
}
.jbk-footer-au_pay .jbk-footer-top .c-noteList-01 li{
  display: inline-block;
  text-align: left;
}
.jbk-footer-au_pay .jbk-footer-bot{
  background-color: #747474;
  padding: 40px 10px;
}
@media only screen and (max-width: 640px){
  .jbk-footer-au_pay .jbk-footer-logo img{
    width: 130px;
  }
  .jbk-footer-au_pay .jbk-footer-top{
    padding: 20px 10px;
  }
  .jbk-footer-au_pay .jbk-footer-top .c-copy-01 p:first-child{
    font-size: 125%;
  }
  .jbk-footer-au_pay .jbk-footer-bot{
    padding: 20px 10px;
  }
}

/* ========== 
よくあるご質問 
============= */
.c-accordion-01.c-accordion-qa>.item{
  border-left: 1px solid #d4d5d5;
  border-right: 1px solid #d4d5d5;
}
.c-accordion-01.c-accordion-qa>.item>.head{
  padding-left: 35px;
  position: relative;
}
.c-accordion-01.c-accordion-qa>.item>.head.opened{
  border-bottom: 1px solid #d4d5d5;
}
.c-accordion-01.c-accordion-qa>.item>.head span{
  color: #888;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-accordion-01.c-accordion-qa>.item>.head:before{
  right: 10px;
}
.c-accordion-01.c-accordion-qa>.item>.head:after{
  right: 19px;
}
.c-accordion-01.c-accordion-qa:last-child{
  margin-bottom: 0;
}

/* accordion */
.c-accordion-01.c-accordion-premium_stage .item:not(:first-child) .head {
  border-top: none;
}
.c-accordion-01.c-accordion-premium_stage .item .head {
  border: 1px solid #d4d5d5;
}
@media only screen and (min-width: 641px) {
  .c-accordion-01.c-accordion-premium_stage .item .head {
    padding: 24px 20px 22px;
  }
}
@media only screen and (max-width: 640px) {
  .c-accordion-01.c-accordion-premium_stage .item .head {
    padding: 1.5em 2.5em 1.5em 0.7em;
  }
}
.c-accordion-01.c-accordion-premium_stage .item .body {
  margin: 0;
}
@media only screen and (min-width: 641px) {
  .c-accordion-01.c-accordion-premium_stage .item .body {
    padding: 40px 30px 25px;
  }
}
@media only screen and (max-width: 640px) {
  .c-accordion-01.c-accordion-premium_stage .item .body {
    padding: 20px 10px 15px;
  }
}

.c-accordion-01.c-accordion-premium_stage .item .head.opened {
  background: #eee;
}
.c-accordion-01.c-accordion-premium_stage>.item>.head:before {
  background: url("/program/premium_stage/img/icon-chevron-down-black.png") no-repeat center / cover;
  border: none;
  right: 10px;
  width: 22px;
  height: 22px;
}
.c-accordion-01.c-accordion-premium_stage>.item>.head:after {
  display: none;
}
.c-accordion-01.c-accordion-premium_stage>.item>.head.opened:before {
  background-image: url("/program/premium_stage/img/icon-chevron-up-black.png");
  
}

.acc-closed img.img-responsive:hover{
  cursor: pointer;
}
.c-accordion-premium_stage .c-ground-contact .c-column-group .col-unit-1\/2:first-child{
  padding-left: 0;
}
.c-accordion-premium_stage .c-ground-contact .c-column-group .col-unit-1\/2:last-child{
  padding-right: 0;
}

/* ======== 
sty-cvfixd 
=========== */
.sty-cvfixd {
  position: fixed;
  z-index: 2;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px 0;
}
@media only screen and (max-width: 640px) {
.sty-cvfixd a.c-btn-account.size-01 {
  width: 350px;
}
}

.sty-account-footer-height {
  height: 107px;
}
.sty-account-footer-height-app {
  height: 99px;
}
@media only screen and (max-width: 640px) {
  .sty-account-footer-height {
  height: 103px;
  }
}