@charset "utf-8";

/*----------------------------------------
  maincontents
----------------------------------------*/
.result .result_text {
  margin: 10px 0 40px 0;
  text-align: center;
  font-size: 50px;
  line-height: 1;
  color: #5b5b5b;
}
@media screen and (max-width:767px) {
  .result .result_text { 
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 25px;
  }
}

.result .head_wrapper {
  margin-top: 30px;
  padding: 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #54BF3B;
  color: #FFF;
}
.result .head_wrapper h4 {
  color: #FFF;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width:767px) {
  .result .head_wrapper {
    margin-top: 20px;
    padding: 10px 15px;
  }
  .result .head_wrapper h4 {
    font-size: 16px;
    text-align: left;
  }
}

/*----------------------------------------
  maincontents - 仕組図
----------------------------------------*/
.lyt_simu_fig {
  border: 1px solid #E2E2E2;
  padding: 40px 40px 50px;
  margin-bottom: 60px;
  background-color: #fff;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width:767px) {
  .lyt_simu_fig {
    padding: 20px;
    margin-bottom: 30px;
  }
}

.lyt_simu_fig .lyt_simu_fig_inner {
  max-width: 740px;
  margin: 0 auto;
}
.lyt_simu_fig img {
  width: 100%;
  height: auto;
}

.lyt_col {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}
.lyt_col .list_old:first-child {
  width: 43%;
}
.lyt_col .list_old:last-child {
  width: 52%;
}

.lyt_col .list_old_age {
  display: flex;
  justify-content: space-between;
}

.lyt_col .old_in {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .lyt_col .old_in {
    font-size: 10px;
    text-align: center;
  }
}

.lyt_col .old {
  color: #e50012;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 4px;
}
@media screen and (max-width:767px) {
  .lyt_col .old {
    font-size: 16px;
    margin-right: 2px;
  }
}

.result_box {
  margin: 10px 20px 0;
  padding: 25px 10px;
  border-radius: 10px;
  border: 4px solid #fff;
  filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
}
@media screen and (max-width:767px) {
  .result_box {
    margin: 10px 0 0;
    padding: 12px 5px;
    border: 1px solid #fff;
  }
}

.result_box p {
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
}
.result_box p .price {
  margin-right: 3px;
}
.result_box.total_payment {
  padding: 27px 10px;
  background-color: #7bd54a;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .result_box.total_payment {
    padding: 15px 5px;
  }

  .result_box.total_payment p {
    font-size: 12px;
    font-weight: 700;
  }
  .result_box.total_payment p .price {
    font-size: 16px;
    font-weight: 700;
  }
}
@media screen and (min-width:768px){
  .result_box.total_payment p {
    font-size: 16px;
    font-weight: 700;
  }
  .result_box.total_payment p .price {
    font-size: 26px;
    font-weight: 700;
  }
}
@media screen and (min-width:1080px){
  .result_box.total_payment p {
    font-size: 24px;
    font-weight: 700;
  }
  .result_box.total_payment p .price {
    font-size: 37px;
    font-weight: 700;
  }
}
.result_box.total_receipt {
  background-color: #54bf3b;
  color: #ffe267;
}
.result_box.total_rate {
  background-color: #ffe267;
  color: #54bf3b;
}
@media screen and (max-width:767px) {
  .result_box.total_receipt p,
  .result_box.total_rate p {
    font-size: 13px;
    font-weight: 700;
  }
  .result_box.total_receipt p .price,
  .result_box.total_rate p .price {
    font-size: 21px;
    font-weight: 700;
  }
}
@media screen and (min-width:768px){
  .result_box.total_receipt p,
  .result_box.total_rate p {
    font-size: 18px;
    font-weight: 700;
  }
  .result_box.total_receipt p .price,
  .result_box.total_rate p .price {
    font-size: 28px;
    font-weight: 700;
  }
}
@media screen and (min-width:1080px){
  .result_box.total_receipt p,
  .result_box.total_rate p {
    font-weight: 700;
    font-size: 27px;
  }
  .result_box.total_receipt p .price,
  .result_box.total_rate p .price {
    font-weight: 700;
    font-size: 41px;
  }
}

/*----------------------------------------
  maincontents - 入力内容確認
----------------------------------------*/
.result #maincontents .simu_cond_tbl {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .result #maincontents .simu_cond_tbl {
    margin-bottom: 30px;
  }
}
.result #maincontents .simu_cond_tbl th {
  padding: 20px 30px;
  text-align: left;
  font-weight: normal;
}
.result #maincontents .simu_cond_tbl td {
  padding: 20px 30px;
  font-size: 20px;
}
.result #maincontents .simu_cond_tbl td .body {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .result #maincontents .simu_cond_tbl {
    border-bottom: 1px solid #E2E2E2;
  }
  .result #maincontents .simu_cond_tbl th, 
  .result #maincontents .simu_cond_tbl td {
    display: table-cell;
    float: unset;
    font-size: 12px;
  }

  .result #maincontents .simu_cond_tbl th {
    line-height: 1.3;
    padding: 12px 14px;
    width: 140px;
  }

  .result #maincontents .simu_cond_tbl td {
    padding: 17px 10px;
    width: auto !important;
  }

  .result #maincontents .simu_cond_tbl td .heading {
    font-size: 12px;
    line-height: calc(18 / 12);
  }
  .result #maincontents .simu_cond_tbl td .body {
    font-size: 10px;
    line-height: calc(18 / 10);
  }
}
@media screen and (min-width:768px){
  .result #maincontents .simu_cond_tbl th {
    width: 300px;
  }
}
@media screen and (min-width:1080px){
  .result #maincontents .simu_cond_tbl th {
    width: 436px;
  }
}

/*----------------------------------------
  maincontents - シミュレーター
----------------------------------------*/
.simu_list {
  margin-bottom: 20px;
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
}
@media screen and (max-width:767px) {
  .simu_list {
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}

.simu_list .header {
  border: 1px solid #E2E2E2;
  border-top: none;
  height: 97px;
  height: 4.25em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px;
  color: #414141;
  font-size: 16px;
  background-color: #FFF7EB
}
.simu_list .header + .header.period {
  border-left: none;
}
@media screen and (max-width:767px) {
  .simu_list .header {
    height: auto;
    font-size: 12px;
    line-height: calc(15 / 12);
    padding: 7px;
  }
}

.simu_list .header.period {
  justify-content: center;
  text-align: center;
}

@media screen and (min-width:768px){
  .simu_list .header.period br {
    display: none;
  }
}

.simu_list .body {
  background-color: #fff;
  border: 1px solid #E2E2E2;
  border-top: none;
  border-left: none;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width:767px) {
  .simu_list .body {
    font-size: 12px;
    line-height: calc(15 / 12);
  }
}

@media screen and (min-width:768px){
  .simu_list br.-tablet {
    display: block;
  }
}
@media screen and (min-width:1080px){
  .simu_list br.-tablet {
    display: none;
  }
}

.simu_list .body .simu_num {
  color: #C6061C;
  font-size: inherit;
  margin-right: 4px;
}
@media screen and (max-width:767px) {
  .simu_list .body .simu_num {
    font-size: 13px;
  }
}

.simu_list .body .simu_return_num {
  color: #C6061C;
  font-size: inherit;
  font-weight: 700;
  margin-right: 4px;
}
@media screen and (max-width:767px) {
  .simu_list .body .simu_return_num {
    font-size: 13px;
  }
}

/*----------------------------------------
  maincontents - 注意書き
----------------------------------------*/
.result .list_notice {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .result .list_notice {
    margin-bottom: 30px;
  }
}
.result .list_notice li {
  font-size: 14px;
  line-height: calc(27 / 14);
  color: #5b5b5b;
  display: flex;
  column-gap: 5px;
}
@media screen and (max-width: 767px) {
  .result .list_notice li {
    font-size: 12px;
    line-height: calc(20 / 12);
    letter-spacing: 0.05em;
  }
}

.result .link_back {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .result .link_back {
    font-size: 12px;
  }
}

.result .link_back a {
  color: #54bf3b;
  text-decoration: none;
  display: inline-flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}

.result .link_back_arrow {
  position: relative;
  width: 15px;
}

.result .link_back_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: rotate(225deg);
  margin-top: -6px;
  transition: all 0.2s ease-in-out;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 10px;
  height: 10px;
  border-color: #54bf3b;
  border-width: 3px;
}
@media screen and (max-width: 767px) {
  .result .link_back_arrow::after {
    width: 7px;
    height: 7px;
    margin-top: -4px;
  }
}