@media only screen and (max-width: 640px) {
  .c-hide-sp {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  .c-hide-pc {
    display: none;
  }
}

hr {
  border-color: #d4d5d5;
}

label {
  font-weight: normal;
  margin-bottom: 0;
}

.c-hidden {
  display: none;
}

@media only screen and (max-width: 640px) {
.c-column-group .col-unit-1\/2.c-space-e1-5_sp {
  margin-top: 1.5em;
}
}

@media only screen and (max-width: 640px) {
  .modaal-content-container {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 641px) {
.modaal-content-container {
  padding-top: 60px;
  padding-bottom: 60px;
}
}
@media only screen and (max-width: 640px) {
  .heading__simulation {
    padding: 13px 0;
    background: #EB7000;
  }
  .heading-group.heading__simulation .c-heading1-01 {
    padding-bottom: 0;
    background: #EB7000;
  }
  .heading-group.heading__simulation h1 {
    color: #fff;
  }
}
@media only screen and (min-width: 641px) {
  .heading__simulation {
    padding: 22px 0;
  }
}
[type="text"], [type="checkbox"] {
  border: 1px solid #D4D5D5;
}

.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;
  }
}

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

/* ========== modaal ========== */
.c-modaal_link:hover {
  opacity: .7;
}

.c-modaal_link .icon img {
  margin: 0 4px;
  width: 16px;
}

/* ========== js-amount ========== */
#js-amount {
  font-size: 16px;
}

/* ========== c-textbox-item ========== */
.c-textbox-item {
  display: flex;
  align-items: flex-end;
}
.c-textbox-item input {
  margin-right: 5px;
}

/* ========== checkbox ========== */
.c-checkbox-item {
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
}
input[type="checkbox"]:hover {
  cursor: pointer;
}
input[type="checkbox"]:disabled:hover {
  cursor: not-allowed;
}
input[type="checkbox"] {
  position: absolute;
  left: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #EB7000;
  background-color: #fff;
  vertical-align: -5px;
}
@media only screen and (min-width: 641px) {
  input[type="checkbox"] {
    top: 6px;
  }
}
@media only screen and (max-width: 640px) {
  input[type="checkbox"] {
    top: 0;
  }
}
input[type="checkbox"]:focus {
  outline-offset: 2px;

}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0px;
  left: 4px;
  transform: rotate(50deg);
  width: 6px;
  height: 12px;
  border-right: 2px solid #EB7000;
  border-bottom: 2px solid #EB7000;
  content: '';
}
#checkbox-money_activity_goldcard:disabled {
  background-color: #d4d5d5;
}
#checkbox-money_activity_goldcard:disabled + label:hover {
  cursor: default;
}
@media only screen and (min-width: 641px) {
  .c-checkbox-item label {
    margin-top: 8px;
  }
}

input[type="text"] {
  width: 280px;
  height: 38px;
}

@media only screen and (max-width: 640px) {
  input[type="text"] {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 641px) {
  input[type="text"] {
    margin-top: 20px;
  }
}

.amount_alertMessage {
  display: none;
}


/* ========== c-step_simulation ========== */
.c-step_simulation {
  border: 2px solid #eb7000;
}
@media only screen and (max-width: 640px) {
  .c-step_simulation {
    padding: 16px 20px 20px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 641px) {
  .c-step_simulation {
    padding: 32px 40px 40px;
    margin-top: 32px;
  }
}

/* ========== 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: #FFF3E5;
}
.c-checkbox-wrapper .c-checkbox-money_activity {
  background-color: #F8EFD9;
}

.c-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-flex-item {
  width: 50%;
}
.c-simulation_result-wrapper {
  background-color: #fce7cd;
}
@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: #eb7000;
  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(/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: "";
}
.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: 28px;
}
.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: 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 #eb7000;
  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(/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.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(/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.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 ========== */
div#footer {
  background-color: #ffffff;
}

.footer_logo{
  margin: 2em auto 50px auto;
  padding-top: 50px;
  text-align: center;
}

.footer_top{
  padding: 40px 10px;
  background-color: #898989;
  text-align: center;
  color: #ffffff;
  font-weight: 900;
}

.footer_text{
  font-size: 24px;
  line-height: calc(34/24);
}

.footer_notes{
  font-weight: normal;
  margin-top: 10px;
  font-size: 14px;
  line-height: calc(24/18);
}

.footer_bottom{
  padding: 20px 10px;
  background-color: #747474;
  text-align: center;
  color: #ffffff;
}

.footer_address{
    font-size: 14px;
    line-height: calc(24/18);
}

.footer_copy{
  margin-top: 10px;
  font-size: 14px;
  line-height: calc(24/18);
}

@media screen and (max-width: 750px){
  div#footer {
    background-color: #ffffff;
  }
  .footer_logo{
    margin: 1em auto calc(50vw / 750 * 100) auto;
    padding-top: 2em;
    text-align: center;
  }
  .footer_logo a{
    width: calc(235vw / 750 * 100);
  }
  .footer_top{
    padding: calc(40vw / 750 * 100) 0;
  }
  .footer_text{
    font-size: calc(24vw / 750 * 100);
    line-height: calc(50/28);
  }
  .footer_notes{
    width:  calc(690vw / 750 * 100);
    margin: calc(35vw / 750 * 100) auto 0;
    text-align: left;
    font-size: calc(18vw / 750 * 100);
    line-height: calc(24/18);
  }
  .footer_bottom{
    padding: calc(20vw / 750 * 100) 0;
    font-weight: 900;
  }
  .footer_address{
    font-size: calc(18vw / 750 * 100);
    line-height: calc(24/18);
  }
  .footer_copy{
    margin-top: calc(10vw / 750 * 100);
    font-size: calc(18vw / 750 * 100);
    line-height: calc(24/18);
  }
}