@charset "UTF-8";
/* ------------------------------
- base
------------------------------ */
@media screen and (min-width: 1024px) {
  .visible-md, .visible-sm {
    display: none;
  }
  .visible-lg {
    display: inherit;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .visible-lg, .visible-sm {
    display: none;
  }
  .visible-md {
    display: inherit;
  }
}
@media screen and (max-width: 749px) {
  .visible-lg, .visible-md {
    display: none;
  }
  .visible-sm {
    display: inherit;
  }
}

@media screen and (min-width: 750px) {
  .l-inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .l-inner {
    padding: 0 15px;
  }
}

/* ------------------------------
- sim_N_mycar_limit
------------------------------ */
/* ------------------------------
- base
------------------------------ */
@media screen and (min-width: 1024px) {
  .visible-md, .visible-sm {
    display: none;
  }
  .visible-lg {
    display: inherit;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .visible-lg, .visible-sm {
    display: none;
  }
  .visible-md {
    display: inherit;
  }
}
@media screen and (max-width: 749px) {
  .visible-lg, .visible-md {
    display: none;
  }
  .visible-sm {
    display: inherit;
  }
}

@media screen and (min-width: 750px) {
  .l-inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .l-inner {
    padding: 0 15px;
  }
}

/* ------------------------------
- simulation forms toggle
------------------------------ */
@media screen and (min-width: 750px) {
  .container._loan_limit .estimateHead {
    width: 80%;
  }
}

.form._monthly_payment[style*="display: none"],
.form._loan_limit[style*="display: none"] {
  display: none !important;
}
@media screen and (max-width: 749px) {
  .form._monthly_payment .button._submit::before,
  .form._loan_limit .button._submit::before {
    width: 14px;
  }
}

.form._loan_limit .submit_icon.-estimate::before {
  content: none;
}
.form._loan_limit .button_input {
  padding-left: 0;
}
.form._loan_limit .formControl_note {
  display: flex;
}
.form._loan_limit .formControl_note::before {
  content: "※";
  margin-right: 0.2rem;
}

/* ------------------------------
- loan limit form style
------------------------------ */
.form._loan_limit .form_control._otherLoans {
  padding-bottom: 2rem;
}
.form._loan_limit .form_control._otherLoans .radioInput {
  align-items: baseline;
}
@media screen and (max-width: 749px) {
  .form._loan_limit .form_control._otherLoans .radioInput_input {
    top: 0.8px;
  }
}
.form._loan_limit .form_subForm {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 10px;
  position: relative;
}
.form._loan_limit .form_subForm .form_control {
  padding: 0;
}
.form._loan_limit .form_subForm .form_control + .form_control {
  border-top: none;
}
@media screen and (max-width: 749px) {
  .form._loan_limit .form_subForm {
    margin-top: 20px;
    padding: 20px 15px;
    margin-bottom: 3rem;
  }
}
.form._loan_limit .form_subForm .formControl:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 749px) {
  .form._loan_limit .form_subForm .formControl:not(:last-child) {
    margin-bottom: 20px;
  }
}
.form._loan_limit .form_subForm::before {
  content: "";
  width: 28px;
  height: 10px;
  clip-path: polygon(50% 0%, 0% 10px, 28px 10px);
  background-color: #fff;
  position: absolute;
  top: -10px;
  right: 34.0789473684%;
}
@media screen and (max-width: 1023px) {
  .form._loan_limit .form_subForm::before {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.results2 .results_body {
  background-color: #f2f2f2;
  padding: 0;
}
.results2 .heading._secondary {
  padding-bottom: 1.5rem;
}

.result_amount_wrap {
  border-radius: 2rem;
  overflow: hidden;
  text-align: center;
  border: 2px solid #e60000;
}

.result_amout_head {
  background-color: #e60000;
  color: #fff;
  padding: 0.55rem 0;
  font-weight: bold;
}
@media screen and (min-width: 750px) {
  .result_amout_head {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 749px) {
  .result_amout_head {
    font-size: 1.8rem;
  }
}

.result_amount_value {
  font-weight: bold;
  padding: 1.4rem 0;
  background-color: #fff;
}

@media screen and (min-width: 750px) {
  .result_amount_num {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 749px) {
  .result_amount_num {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 750px) {
  .result_amount_unit {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 749px) {
  .result_amount_unit {
    font-size: 1.4rem;
  }
}

.result_notification {
  display: flex;
  margin-top: 2rem;
}

.result_notification::before {
  content: "";
  display: flex;
  width: 25px;
  height: 25px;
  background-image: url(/sim/images/nsimulation_caution_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
@media screen and (min-width: 750px) {
  .result_notification::before {
    margin-right: 1.6rem;
  }
}
@media screen and (max-width: 749px) {
  .result_notification::before {
    margin-right: 1.2rem;
  }
}

.results2.container_results {
  position: relative;
}
@media screen and (min-width: 750px) {
  .results2.container_results {
    margin-top: 10rem;
  }
  .results2.container_results::before {
    top: -6rem;
  }
}
@media screen and (max-width: 749px) {
  .results2.container_results {
    margin-top: 7rem;
    margin-bottom: 2rem;
  }
  .results2.container_results::before {
    top: -4.6rem;
  }
}
.results2.container_results::before {
  content: "";
  width: 41px;
  height: 29px;
  background-image: url(/sim/images/nsimulation_result_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.formControl_error[aria-hidden=true] {
  display: none;
}
.formControl_error[aria-hidden=false] {
  display: block;
}

.formControl_error-message::before {
  background: url(/sim/images/icon_error.svg) no-repeat contain 50%;
}

@media screen and (min-width: 750px) {
  .container_form {
    margin-bottom: 0;
  }
}

.section_reasons + .section_carLoanMenu {
  margin-top: 8rem;
}

@media screen and (max-width: 749px) {
  .section_interest:has(+ .section_reasons) {
    padding-bottom: 0;
  }
  .section_interest:has(+ .section_reasons) .o-section {
    margin-top: 4rem !important;
  }
}

/* ------------------------------
- style
------------------------------ */
*,
.modal,
.modal_contents,
.modal_contents * {
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "Droid Sans", sans-serif;
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  .container_inner._estimate .radioGroup {
    gap: 0 20px;
  }
}
@media screen and (max-width: 749px) {
  .container_inner {
    padding: 36px 15px 40px;
  }
  .container_inner._estimate .radioGroup {
    gap: 1.2rem;
  }
}

@media screen and (max-width: 749px) {
  .o-heading {
    margin-bottom: 2rem;
  }
}

.heading._primary {
  text-align: center;
}
.container._loan_limit .heading._primary {
  line-height: 1.389;
}
@media screen and (min-width: 750px) {
  .container._loan_limit .heading._primary {
    width: 100%;
  }
}

.form {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form::before {
  content: none;
}

.textLink_icon {
  width: 8px;
  height: 8px;
}
.textLink_icon::before {
  display: block;
  content: "";
  left: 0.8rem;
  width: 100%;
  height: 100%;
  margin: auto 0;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transform: rotate(-45deg);
  flex-shrink: 0;
}

.button {
  box-shadow: none;
}

@media screen and (max-width: 749px) {
  .button._icon-apply .button_icon {
    width: 8px;
  }
}

@media screen and (max-width: 749px) {
  .applyButton {
    gap: 1.6rem;
  }
  .applyButton.results_apply {
    margin-top: 2.8rem;
  }
}

@media screen and (min-width: 750px) {
  .modal._free-rate .modal_contents {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .modal._free-rate .modal_contents {
    padding-top: 0;
  }
}

@media screen and (min-width: 750px) {
  .heading._modal.rateCourse_heading {
    font-size: 2.4rem;
    padding: 1rem 2.6rem 1.2rem;
  }
}
@media screen and (max-width: 749px) {
  .heading._modal.rateCourse_heading {
    font-size: 2rem;
    padding: 1.2rem 0.8rem 0.4rem;
    width: 98%;
    text-align: center;
  }
  .heading._modal.rateCourse_heading::before {
    height: 3px;
  }
}

.rateCourse_scroll {
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .rateCourse_scroll {
    padding: 0 2.8rem;
  }
}
@media screen and (max-width: 749px) {
  .rateCourse_scroll {
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 750px) {
  .rateCourse_head + .rateCourse_body {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 749px) {
  .rateCourse_head + .rateCourse_body {
    margin-top: 2rem;
  }
}

.rateCourse_item.-is_active {
  background-color: #E7E7E7;
}
@media screen and (min-width: 750px) {
  .rateCourse_item + .rateCourse_item {
    margin-top: 0;
  }
}
@media screen and (max-width: 749px) {
  .rateCourse_item + .rateCourse_item {
    margin-top: 0.4rem;
  }
}

@media screen and (min-width: 750px) {
  .rateItem_label {
    padding: 1.3rem 0 1.1rem;
  }
}
@media screen and (max-width: 749px) {
  .rateItem_label {
    line-height: 1.5;
    padding: 0.4rem 0 0.2rem;
  }
}

.rateItem_input {
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 750px) {
  .rateItem_input {
    margin: auto 0.4rem;
  }
}
@media screen and (max-width: 749px) {
  .rateItem_input {
    margin: auto 0 auto 0.4rem;
    padding-left: 0.4rem;
  }
}

@media screen and (max-width: 749px) {
  .rateItem_body {
    margin: 0;
  }
}

.rateCourse_title + .rateCourse_list {
  margin-top: 2px;
}

.rateCourse_group + .rateCourse_group {
  margin-top: 2rem;
}

.rateItem_value {
  font-size: 2rem;
}

.rateItem_year {
  margin-right: 0.4rem;
}

.modal._free-rate {
  overflow: visible !important;
}
.modal._free-rate .modal_wrap {
  overflow: visible !important;
}
@media screen and (max-width: 749px) {
  .modal._free-rate .modal_wrap {
    max-width: 94.6666666667%;
  }
}
.modal._free-rate .modal_body {
  position: relative;
  background-color: #fff;
  padding-bottom: 80px;
  border-radius: 10px;
  overflow: visible !important;
}
.modal._free-rate .modal_scroll {
  max-height: calc(100vh - 200px);
}

.rateCourse_btnWrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 2.8rem 20px;
  background-color: #fff;
  text-align: center;
  z-index: 10;
  border-radius: 0 0 10px 10px;
}

.rateCourse_btn.button._large {
  padding: 12px 0;
  position: relative;
}
.rateCourse_btn.button._large::before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

.estimateHead_text {
  font-size: 1.6rem;
}
@media screen and (min-width: 750px) {
  .estimateHead_heading + .estimateHead_text {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 749px) {
  .estimateHead_heading + .estimateHead_text {
    margin-top: 2rem;
  }
}
.estimateHead_text {
  color: #333333;
}

.formTab_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}

.formTab {
  border: 1px solid #D4D4D4;
  border-bottom-color: #E60000;
  transition: all 0.5s;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  font-weight: bold;
  line-height: 1.4;
}
.formTab.-is_active {
  background-color: #E60000;
  border-color: #E60000;
  color: #fff;
}
.formTab.-is_active:visited {
  color: #fff;
}
@media screen and (min-width: 750px) {
  .formTab {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 749px) {
  .formTab {
    margin-top: 2rem;
  }
}

.formTab_anc {
  text-decoration: none;
  background-color: #fff;
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
@media screen and (min-width: 750px) {
  .formTab_anc {
    padding: 1.3rem 0;
  }
}
@media screen and (max-width: 749px) {
  .formTab_anc {
    padding: 0.6rem 0 0.2rem;
  }
}
@media (hover: hover) {
  .formTab_anc:hover {
    color: #E60000;
  }
  .formTab_anc:hover:visited {
    color: #E60000;
  }
}
.formTab_anc:visited {
  color: #000;
}

@media screen and (max-width: 749px) {
  .section_interest {
    padding-bottom: 8rem;
  }
}
.section_interest ._bold {
  font-weight: bold;
}

.modal_interest {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border: 1px solid #D4D4D4;
  padding: 1rem 1.6rem;
  position: relative;
}
@media (hover: hover) {
  .modal_interest:hover {
    color: #E60000;
    border: 1px solid #E60000;
    text-decoration: none;
  }
  .modal_interest:hover .textLink_icon::before {
    border-color: #E60000;
  }
}

.modal_interest + .formItem {
  justify-content: flex-end;
  margin-top: 2rem;
}
@media screen and (max-width: 749px) {
  .formItem {
    gap: 0 8px;
  }
}

@media screen and (max-width: 749px) {
  .formControl {
    gap: 1rem 0;
  }
}
@media screen and (min-width: 750px) {
  .formControl._sueoki .radioInput {
    align-items: baseline;
  }
}
@media screen and (max-width: 749px) {
  .formControl._sueoki .radioInput {
    align-items: center;
  }
}
@media screen and (min-width: 750px) {
  .formControl._sueoki .radioInput_input {
    top: 1px;
  }
}
@media screen and (max-width: 749px) {
  .formControl._sueoki .radioInput_input {
    top: -2.8px;
  }
}
@media screen and (min-width: 750px) {
  .formControl._freeRate .textInput_field {
    max-width: 120px;
  }
}
@media screen and (min-width: 750px) {
  .formControl._calculationError {
    justify-content: center;
  }
}
@media screen and (min-width: 750px) {
  .formControl._calculationError .formControl_error {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .formControl._calculationError .formControl_error {
    margin-top: 1rem;
  }
}

.formControl_highlight {
  color: #E60000;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .formControl_highlight .-line {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin: 0 -1.5rem;
    justify-content: center;
  }
  .formControl_highlight .-line::before, .formControl_highlight .-line::after {
    display: block;
    content: "";
    width: 1px;
    height: 1em;
    background-color: #E60000;
  }
  .formControl_highlight .-line::before {
    transform: rotate(-45deg);
  }
  .formControl_highlight .-line::after {
    transform: rotate(45deg);
  }
}

.formControl_heading {
  padding-left: 0;
}

.formControl_button {
  margin-left: 0;
}

@media screen and (max-width: 749px) {
  .formControl_item + .formControl_note {
    margin-top: 1rem;
  }
}

.button_inputWrap {
  position: relative;
  display: block;
  width: 100%;
  height: 72px;
}
.button_inputWrap .button_input {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  color: #E60000;
  padding-left: 44px;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .button_inputWrap .button_input {
    font-size: 1.8rem;
    padding-top: 10px;
    padding-bottom: 9px;
  }
}

.submit_icon {
  width: 33px;
  height: 33px;
  display: flex;
  pointer-events: none;
  z-index: 1;
}
.submit_icon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.submit_icon.-estimate {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% - 83px);
}
@media print, screen and (min-width: 769px) {
  .submit_icon.-estimate {
    left: calc(50% - 78px);
  }
}
.submit_icon.-estimate::before {
  background-image: url(/sim/images/nsimulation_btn_icon01.png);
}
.submit_icon.-recalculate {
  position: relative;
}
.submit_icon.-recalculate::before {
  background-image: url(/sim/images/nsimulation_btn_icon02.png);
}

@media screen and (min-width: 750px) {
  .results_footer.-mt {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 749px) {
  .results_footer.-mt {
    margin-top: 7rem;
  }
}

.results_value._red {
  color: #E60000;
}
.results_value {
  font-size: 2.4rem;
}

.results_list._monthly,
.results_group {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 749px) {
  .results_group {
    align-items: center;
  }
}

@media screen and (min-width: 750px) {
  .results_list._monthly {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 749px) {
  .results_list._monthly {
    padding-bottom: 0.8rem;
  }
}

@media screen and (min-width: 750px) {
  .results_list {
    padding: 2.7rem 0;
  }
}
@media screen and (max-width: 749px) {
  .results_list {
    padding: 1.8rem 0 1.4rem;
  }
}

@media screen and (min-width: 750px) {
  .results_inputted {
    width: 420px;
  }
}

.inputted {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
}

@media screen and (min-width: 750px) {
  .inputted_group,
  .results_term {
    font-size: 1.6rem;
  }
}

.inputted_group {
  padding: 10px 0;
}
.inputted_group + .inputted_group {
  border-style: solid;
}

.inputted_heading {
  font-size: 1.8rem;
}

@media screen and (min-width: 750px) {
  .results_body {
    padding: 56px 30px 30px;
  }
}
@media screen and (max-width: 749px) {
  .results_body {
    padding: 2rem 1rem;
  }
}

.results_list + .results_inputted {
  margin-top: 1.4rem;
}
@media screen and (max-width: 749px) {
  .results_list + .results_inputted {
    padding: 1.3rem 2rem 0.4rem;
  }
}

.form_button {
  border-radius: 4rem;
}

.recalculate_anc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  text-decoration: none;
}
.recalculate_anc .button_label {
  color: #333333;
}

.button_Wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.button._recalculate {
  padding: 0;
  position: relative;
}
.button._recalculate::before {
  content: "";
  display: block;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-135deg) translateY(-50%);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 750px) {
  .button._recalculate::before {
    width: 10px;
    height: 10px;
    left: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .button._recalculate::before {
    width: 8px;
    height: 8px;
    left: 2rem;
  }
}

.results_link {
  max-width: 480px;
}

.reason_content .n_note_list {
  font-size: 1.4rem;
  grid-column: 1/-1;
}
@media screen and (max-width: 749px) {
  .reason_content .n_note_list {
    margin-top: 1rem;
  }
}
.reason_content .n_note_list_item.-kome {
  display: flex;
}
.reason_content .n_note_list_item.-kome::before {
  content: "（*）";
  padding-right: 5px;
  white-space: nowrap;
}

.reason_contentWrap {
  display: grid;
}
@media screen and (min-width: 750px) {
  .reason_contentWrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 749px) {
  .reason_contentWrap {
    grid-template-columns: 1fr;
  }
}

.reason_contentItem {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 750px) {
  .reason_contentItem {
    flex-direction: column;
    padding: 2rem;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 749px) {
  .reason_contentItem {
    flex-direction: row;
    justify-content: flex-start;
    gap: 2rem;
  }
  .reason_contentItem:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}

.reason_contentImg {
  height: auto;
}
@media screen and (min-width: 750px) {
  .reason_contentImg {
    width: 86px;
  }
}
@media screen and (max-width: 749px) {
  .reason_contentImg {
    width: 55px;
  }
}

.reason_contentText {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .reason_contentText {
    text-align: left;
  }
}

.reason_contentTextWrap {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .reason_contentTextWrap {
    justify-content: center;
  }
}
@media screen and (max-width: 749px) {
  .reason_contentTextWrap {
    justify-content: flex-start;
  }
}

._center {
  text-align: center;
}

@media screen and (min-width: 750px) {
  .table_interest table {
    table-layout: fixed;
  }
}
.table_interest table th, .table_interest table td {
  padding: 0;
}
.table_interest table thead th {
  text-align: center;
}
.table_interest table thead th:last-of-type {
  background-color: #F8DEDE;
}
@media screen and (max-width: 749px) {
  .table_interest table thead th:last-of-type {
    padding: 0.8rem 0rem;
  }
}
.table_interest tbody tr th {
  background-color: #F2F2F2;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .table_interest tbody tr th {
    padding: 0.6rem;
    line-height: 1.3;
  }
}
.table_interest tbody tr td:last-of-type {
  border-color: #F8DEDE;
  border-width: 2px;
  border-right: 2px solid #F8DEDE;
}

@media screen and (max-width: 749px) {
  .interest_rate {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 749px) {
  .interest_num {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 749px) {
  .interest_heading {
    font-size: 1.6rem;
  }
}

.comp-table {
  margin-top: 2rem;
}
@media screen and (max-width: 749px) {
  .comp-table .m-table--scroll {
    overflow-x: auto;
    white-space: normal;
  }
}

@media screen and (min-width: 750px) {
  .formControl_head-inner + .formControl_button,
  .formControl_highlight,
  .n_note_list {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .formControl_head-inner + .formControl_button,
  .formControl_highlight,
  .n_note_list {
    margin-top: 1rem;
  }
}

.n_note_item {
  display: flex;
}
.n_note_item::before {
  flex-shrink: 0;
  content: "※";
  margin-right: 2px;
}

.loanMenu-title .o-heading {
  position: relative;
}
.loanMenu-title .o-heading::before {
  position: absolute;
  left: 0;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 750px) {
  .loanMenu-title .o-heading::before {
    top: -180%;
    width: 55.5555555556%;
    height: 62px;
    background-image: url(/sim/images/nsimulation_heading_hukidashi.png);
  }
}
@media screen and (max-width: 749px) {
  .loanMenu-title .o-heading::before {
    bottom: calc(100% + 1rem);
    aspect-ratio: 693/182;
    background-image: url(/sim/images/nsimulation_heading_hukidashi_sp.png);
  }
}
@media screen and (min-width: 391px) and (max-width: 749px) {
  .loanMenu-title .o-heading::before {
    width: min(80%, 380px);
  }
}
@media screen and (max-width: 390px) {
  .loanMenu-title .o-heading::before {
    width: 100%;
  }
}

.section_carLoanMenu .note_title {
  margin-bottom: 2rem;
}
.section_carLoanMenu .o-heading {
  margin-bottom: 2rem;
}

.loanMenu_list {
  display: grid;
  margin-bottom: 5.5rem;
}
@media screen and (min-width: 750px) {
  .loanMenu_list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 749px) {
  .loanMenu_list {
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 1px solid #D4D4D4;
  }
}
.loanMenu_list.-mb0 {
  margin-bottom: 0;
}

.loanMenu_item {
  text-align: center;
  border: 1px solid #D4D4D4;
  position: relative;
}
@media screen and (min-width: 750px) {
  .loanMenu_item {
    height: 90px;
  }
  .loanMenu_item:not(:last-of-type) {
    border-right-width: 0;
  }
}
@media screen and (max-width: 749px) {
  .loanMenu_item {
    height: 78px;
    border-bottom: 0;
  }
  .loanMenu_item:nth-child(even) {
    border-left: 0;
  }
}

.loanMenu_anc {
  color: #333333;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .loanMenu_anc {
    padding: 2.6rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .loanMenu_anc {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 749px) {
  .loanMenu_anc {
    padding: 0 2.6rem;
  }
}
.loanMenu_anc:visited {
  color: #333333;
}
.loanMenu_anc::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transform: rotate(-45deg);
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .loanMenu_anc::before {
    left: 0.8rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .loanMenu_anc::before {
    left: 0.5rem;
  }
}
@media screen and (max-width: 749px) {
  .loanMenu_anc::before {
    left: 0.8rem;
  }
}
@media (hover: hover) {
  .loanMenu_anc:hover {
    color: #E60000;
  }
  .loanMenu_anc:hover::before {
    border-color: #E60000;
  }
}

@media screen and (max-width: 749px) {
  .results_note {
    padding: 0;
  }
}

@media screen and (max-width: 749px) {
  .note_item::before {
    width: 4px;
    height: 4px;
    top: 0.5em;
    left: -0.2em;
  }
}

._simCTA {
  padding-top: 0;
}
._simCTA .button._large {
  border-radius: 6px;
}
._simCTA .ctaText {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 749px) {
  ._simCTA .ctaText {
    width: 100%;
    justify-content: flex-start;
  }
}
._simCTA .ctaText::before {
  content: "";
  width: 43px;
  height: 43px;
  background-image: url(/sim/images/nsimulation_cta_icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
._simCTA .navContents_body {
  border-radius: 0;
}
._simCTA .n_note_list {
  text-align: center;
}
._simCTA .n_note_item {
  justify-content: center;
}

.bonusRepayment_title {
  line-height: 1.5;
}
@media screen and (min-width: 750px) {
  .bonusRepayment_title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 749px) {
  .bonusRepayment_title {
    font-size: 1.8rem;
  }
}

.modal._bonus-repayment .modal_contents {
  padding: 30px 0 24px;
}

.bonusRepayment_text {
  text-align: center;
}
@media screen and (max-width: 749px) {
  .bonusRepayment_text {
    font-size: 1.35rem;
  }
}
.bonusRepayment_text._note {
  font-size: 1.4rem;
}
@media screen and (max-width: 749px) {
  .bonusRepayment_text._note {
    text-align: left;
  }
}
.bonusRepayment_text._colorRed {
  color: #E60000;
}
.bonusRepayment_text._result {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.4rem;
}
@media screen and (max-width: 749px) {
  .bonusRepayment_text._result {
    font-size: 1.6rem;
    padding-left: 0;
    text-indent: 0;
  }
}
.bonusRepayment_text._result::before {
  content: "";
  width: 38px;
  height: 22px;
  background-image: url(/sim/images/nsimulation_modal_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.bonusRepayment_title + .bonusRepayment_text {
  margin-top: 2rem;
}

.bonusRepayment_example {
  margin: 2rem 0;
  border: 1px solid #333333;
  border-radius: 6px;
}
@media screen and (min-width: 750px) {
  .bonusRepayment_example {
    padding: 1.8rem;
  }
}
@media screen and (max-width: 749px) {
  .bonusRepayment_example {
    padding: 1rem;
  }
}

.bonusRepayment_exampleHeading {
  font-weight: bold;
  display: flex;
}
.bonusRepayment_exampleHeading::before {
  content: "例：";
  margin-right: 4px;
  flex-shrink: 0;
}
@media screen and (min-width: 750px) {
  .bonusRepayment_exampleHeading {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 749px) {
  .bonusRepayment_exampleHeading {
    font-size: 1.4rem;
  }
}

.bonusRepayment_exampleHeadingFomula {
  font-weight: bold;
  margin: 1.6rem 0 1rem;
  border: 1px solid #D4D4D4;
}
.bonusRepayment_exampleHeadingFomula ._lineRed {
  border-bottom: 3px solid #E60000;
}
@media screen and (min-width: 750px) {
  .bonusRepayment_exampleHeadingFomula {
    font-size: 1.8rem;
    padding: 1.6rem;
  }
}
@media screen and (max-width: 749px) {
  .bonusRepayment_exampleHeadingFomula {
    font-size: 1.6rem;
    padding: 1.6rem 0;
  }
}

@media screen and (min-width: 750px) {
  .modal_contents {
    width: 450px;
  }
}

@media screen and (min-width: 750px) {
  .bonusRepayment_scroll {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 749px) {
  .bonusRepayment_scroll {
    padding: 0 1.5rem;
  }
}

.n_closeButton_wrap {
  position: absolute;
  right: 0;
  top: -2em;
}

.n_closeButton {
  position: relative;
  display: flex;
  color: #fff;
  padding-right: 1.2em;
  top: 0;
  left: 0;
  right: unset;
}
.n_closeButton::before, .n_closeButton::after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  background-color: #fff;
}
.n_closeButton::before {
  transform: rotate(-45deg);
}
.n_closeButton::after {
  transform: rotate(45deg);
}
.n_closeButton:active::before, .n_closeButton:active::after {
  background-color: #000;
}

.modal.interest .modal_contents {
  padding-top: 3rem;
}

.modal_interestImage {
  margin-top: 2rem;
}

.modal_interestText {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 2rem;
  line-height: 1.5;
}
.modal_interestText ._bold {
  font-weight: bold;
}
.modal_interestText ._red {
  color: #E60000;
}
.modal_interestText ._large {
  font-size: 2rem;
}

.container_results {
  position: relative;
  margin-top: 0;
}
@media screen and (min-width: 750px) {
  .container_results:has(.results_contents[aria-hidden=false]) {
    margin-top: 10rem;
  }
  .container_results:has(.results_contents[aria-hidden=false])::before {
    top: -6rem;
  }
}
@media screen and (max-width: 749px) {
  .container_results:has(.results_contents[aria-hidden=false]) {
    margin-top: 7rem;
  }
  .container_results:has(.results_contents[aria-hidden=false])::before {
    top: -4.5rem;
  }
}
.container_results:has(.results_contents[aria-hidden=false])::before {
  content: "";
  width: 41px;
  height: 29px;
  background-image: url(/sim/images/nsimulation_result_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .navContents_link._icon-recalculate {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .navContents_link._icon-recalculate {
    margin-top: 1rem;
  }
}