/* CSS Document */

.fee_block04.fee_block04_2 .simulation.form ul .input input,
.fee_block04.fee_block04_2 .simulation.form ul .input select {
  font-size: 14px;
  font-weight: 700;
}
.fee_block04.fee_block04_2 .simulation.form ul .input input[type="number"] {
  width: 185px;
  height: 40px;
  border: 1px solid #999;
  border-radius: 4px;
  text-align: center;
  -moz-appearance: textfield;
}
.fee_block04.fee_block04_2 .simulation.form ul .input input[type="number"]::-webkit-inner-spin-button,
.fee_block04.fee_block04_2 .simulation.form ul .input input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.fee_block04.fee_block04_2 .simulation.form ul .input .spin-btn {
  content: '';
  position: absolute;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #2337ff;
  background: #fff;
  cursor: pointer;
  user-select: none;
}
.fee_block04.fee_block04_2 .simulation.form ul .input .spin-btn--up {
  right: 55px;
  border: 2px solid #2337ff;
}
.fee_block04.fee_block04_2 .simulation.form ul .input .spin-btn--down {
  left: 10px;
  border: 2px solid #989898;
  cursor: unset;
}
.fee_block04.fee_block04_2 .simulation.form ul .input .spin-btn--down.active {
  cursor: pointer;
  border: 2px solid #2337ff;
}
.fee_block04.fee_block04_2 .simulation.form ul .input .spin-btn::before,
.fee_block04.fee_block04_2 .simulation.form ul .input .spin-btn::after {
  content: '';
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.fee_block04.fee_block04_2 .simulation.form ul .input .spin-btn--down::before {
  background-color: #989898;
}
.fee_block04.fee_block04_2 .simulation.form ul .input .spin-btn--down.active::before {
  background-color: #2337ff;
}
.fee_block04.fee_block04_2 .simulation.form ul .input .spin-btn--up::before,
.fee_block04.fee_block04_2 .simulation.form ul .input .spin-btn--up::after {
  background-color: #2337ff;
}
.fee_block04.fee_block04_2 .simulation.form ul .input .spin-btn--up::before {
  transform: rotate(90deg) translateX(-1px) translateY(5px);
}

.fee_block04.fee_block04_2 .simulation ul.list01.list02 li.long .input a {
  color: #999999;
  border-color: #999999;
}
.fee_block04.fee_block04_2 .simulation ul.list01.list02 li.long .input a:hover {
  color: #2337ff;
  border-color: #2337ff;
  opacity: 1;
}
.fee_block04.fee_block04_2 .simulation ul.list01.list02 li.long .input a.active {
  color: #fff;
  border-color: #2337ff;
  background-color: #2337ff;
}
.fee_block04 .simulation ul.list01 .input.number span.txt {
  margin-left: 8px;
}

.fee_block04 .simulation .btn2 ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  width: auto;
}
.fee_block04 .simulation .btn2 ul li a.common_btn {
  width: 400px;
  height: 53px;
}
.fee_block04 .simulation .btn2 ul li a.common_btn > span {
  font-size: 18px;
}

/* 結果画面 */
.fee_block04 .sim_result .sim_result_content h3 {
  width: fit-content;
  font-size: 24px;
  text-align: center;
  margin: 24px auto 32px;
  padding: 0 4px;
  background: linear-gradient(to top, #ffea83, #ffea83 30%, transparent 30%, transparent)
}
.fee_block04 .sim_result .sim_result_content .inner {
  display: flex;
  justify-content: space-between;
  border: #2337ff 2px solid;
  border-radius: 16px;
  padding: 32px 48px 56px 64px;
}
.fee_block04 .sim_result .sim_result_content .inner .sim_result_fee ul {
  width: 100%;
}
.fee_block04 .sim_result .sim_result_content .inner .sim_result_fee ul li {
  padding-top: 16px;
}
.fee_block04 .sim_result .sim_result_content .inner .sim_result_fee ul li:nth-child(1) {
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.fee_block04 .sim_result .sim_result_content .inner .sim_result_fee ul li .txt01 {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  line-height: 1;
  margin-bottom: 24px;
}
.fee_block04 .sim_result .sim_result_content .inner .sim_result_fee ul li .txt02 {
  width: 100%;
  margin-left: 0;
}
.fee_block04 .sim_result .sim_result_content .inner .sim_result_fee ul li .txt02 span.small {
  display: block;
  font-size: 85%;
  margin-top: 6px;
}
.fee_block04 .sim_result .sim_result_content .inner .sim_result_fee ul li .txt02 .table_area {
  background-color: #f5f6fa;
  font-size: 14px;
  padding: 24px 32px 14px;
  margin-top: 12px;
}
.fee_block04 .sim_result .sim_result_content .inner .sim_result_fee ul li .txt02 .table_area table {
  margin: 0;
}
.fee_block04 .sim_result .sim_result_content .inner .sim_result_fee ul li .txt02 table th {
  width: 60%;
  padding-left: 0;
  font-size: 14px;
}
.fee_block04 .sim_result .sim_result_content .inner .sim_result_fee ul li .txt02 table td {
  width: 40%;
  font-size: 14px;
}
.fee_block04 .sim_result .sim_result_content .inner .sim_result_calendar {
  padding-left: 48px;
  margin-left: 48px;
  border-left: 1px solid #ecedf0;
}
.fee_block04 .sim_result .sim_result_content .inner .sim_result_calendar h4 {
  position: relative;
  font-size: 16px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.fee_block04 .sim_result .sim_result_content .inner .sim_result_calendar h4::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #141414;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: rotate(-120deg);
}
.fee_block04 .sim_result .sim_result_content .inner .sim_result_calendar h4::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #141414;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: rotate(120deg);
}
.fee_block04 .sim_result .sim_result_content .inner .sim_result_calendar .l-formHubspot {
  width: 400px;
}

@media screen and (max-width: 768px) {
  .fee_block04 ul.list01 li {
    margin-bottom: 5.33vw;
    padding-bottom: 5.33vw;
  }
  .fee_block04 .simulation ul.list01 li .txt01 {
    width: 41.9vw;
    height: 12.8vw;
  }
  .fee_block04 .simulation ul.list01 li .txt01 img {
    width: 6.4vw;
    left: 4vw;
  }
  .fee_block04 .simulation ul.list01 li .txt01 p {
    font-size: 4.27vw;
    left: 12.5vw;
  }
  .fee_block04 .simulation ul.list01.list02 li .txt01_2 {
    padding-left: 24vw;
    top: 4.8vw;
  }
  .fee_block04 ul.list01.list02 li .txt01_2 span.option {
    font-size: 3.2vw;
    top: 0.8vw;
    padding: 1.2vw 2.7vw 1.4vw;
    width: fit-content;
    height: fit-content;
    border-radius: 0.53vw;
  }
  .fee_block04 .simulation ul.list01 li .txt03.txt03_2 {
    font-size: 3.2vw;
    line-height: 1;
    top: 19vw;
    padding: 1.2vw 2.7vw 1.4vw;
    width: fit-content;
    height: fit-content;
    border-radius: 0.53vw;
  }
  .fee_block04 .simulation ul.list01.list02 li .txt04.txt04_2 {
    font-size: 3.73vw;
    padding: 27vw 5.33vw 0 5.33vw;
  }
  .fee_block04 .simulation ul.list01 li .txt04 span.note {
    margin-top: 2.5vw;
  }
  .fee_block04 .simulation ul.list01 li .txt04 span.note > span {
    font-size: 3.2vw;
    text-indent: -1.3em;
    padding-left: 1.3em;
    margin-bottom: 1.3vw;
  }
  .fee_block04 .simulation ul.list01 li .txt04 span.note > span:last-of-type {
    margin-bottom: 0;
  }
  .fee_block04 .simulation ul.list01 li .txt05 {
    font-size: 3.73vw;
    padding: 16.5vw 4vw 0;
  }
  .fee_block04 .simulation ul.list01.list02 li.long .input .flex {
    width: 40.5vw;
  }
  .fee_block04 .simulation ul.list01 .input {
    position: relative;
    top: 0;
    left: 0;
    margin: 2.73vw 5.33vw 0 5.33vw;
    width: auto;
  }
  .fee_block04.fee_block04_2 .simulation.form ul .input input[type="number"],
  .fee_block04.fee_block04_2 .simulation.form ul .input select {
    width: 46.7vw;
    height: 13.3vw;
    font-size: 3.73vw;
  }
  .fee_block04.fee_block04_2 .simulation.form ul .input select {
    text-align: left;
    padding-left: 2.67vw;
  }
  .fee_block04 .simulation ul.list01.list02 li.long .input a {
    width: 18.9vw;
    height: 13.3vw;
    padding-top: 3.5vw;
  }
  .fee_block04 .simulation ul.list01 .input span.txt {
    font-size: 3.73vw;
  }
  .fee_block04.fee_block04_2 .simulation.form ul .input .spin-btn {
    width: 8vw;
    height: 8vw;
    top: 2.67vw;
  }
  .fee_block04.fee_block04_2 .simulation.form ul .input .spin-btn--down {
    left: 2.67vw;
  }
  .fee_block04.fee_block04_2 .simulation.form ul .input .spin-btn--up {
    left: 36vw;
  }

  .fee_block04.fee_block04_2 .simulation .btn2 ul {
    display: block;
    width: 89.3vw;
    margin-bottom: 8vw;
  }
  .fee_block04.fee_block04_2 .simulation .btn2 ul li:first-of-type {
    margin-bottom: 3vw;
  }
  .fee_block04.fee_block04_2 .simulation .btn2 ul li a.common_btn {
    width: auto;
    height: 11.4vw;
  }
  .fee_block04.fee_block04_2 .simulation .btn2 ul li a.common_btn > span {
    font-size: 3.73vw;
  }

  /* 結果画面 */
  .fee_block04 .sim_result .sim_result_content .inner {
    display: block;
    padding: 5.333vw;
  }
  .fee_block04 .sim_result .sim_result_content h3 {
    font-size: 5.333vw;
    margin: 6.6vw auto;
  }
  .fee_block04 .sim_result .sim_result_content .inner .sim_result_fee ul li:nth-child(1) {
    padding-bottom: 6.4vw;
    margin-bottom: 6.4vw;
  }
  .fee_block04 .sim_result .sim_result_content .inner .sim_result_fee ul li .txt01 {
    padding-bottom: 0;
    padding-left: 0;
    margin-bottom: 8.53vw;
  }
  .fee_block04 .sim_result .sim_result_content .inner .sim_result_fee ul li .txt01 > span {
    left: 24vw;
  }
  .fee_block04 .sim_result .sim_result_content .inner .sim_result_fee ul li .txt02 {
    font-size: 3.46vw;
  }
  .fee_block04 .sim_result .sim_result_content .inner .sim_result_fee ul li .txt02 .table_area {
    background-color: transparent;
    padding: 0 0 0 1.3em;
    margin-top: 4.267vw;
  }
  .fee_block04 .sim_result .sim_result_content .inner .sim_result_fee ul li .txt02 table tr {
    vertical-align: bottom;
  }
  .fee_block04 .sim_result .sim_result_content .inner .sim_result_fee ul li .txt02 table th,
  .fee_block04 .sim_result .sim_result_content .inner .sim_result_fee ul li .txt02 table td {
    font-size: 3.2vw;
  }
  .fee_block04 .sim_result .sim_result_content .inner .sim_result_fee ul li .txt02 table th {
    text-indent: -1.3em;
  }
  .fee_block04 .sim_result .sim_result_content .inner .sim_result_calendar {
    padding: 0;
    margin: 21.3vw 0 0 0;
    border: none;
  }
  .fee_block04 .sim_result .sim_result_content .inner .sim_result_calendar h4 {
    font-size: 4.267vw;
  }
  .fee_block04 .sim_result .sim_result_content .inner .sim_result_calendar h4::before,
  .fee_block04 .sim_result .sim_result_content .inner .sim_result_calendar h4::after {
    width: 5.3vw;
    height: 0.267vw;
    top: auto;
    bottom: 20%;
  }
  .fee_block04 .sim_result .sim_result_content .inner .sim_result_calendar h4::before {
    left: -5vw;
  }
  .fee_block04 .sim_result .sim_result_content .inner .sim_result_calendar h4::after {
    right: -5vw;
  }
  .fee_block04 .sim_result .sim_result_content .inner .sim_result_calendar .l-formHubspot {
    width: 100%;
    overflow-x: scroll;
    margin: 0 auto;
  }
}