@charset "UTF-8";
/**
 * color
 */
/**
 * font名
 * sohogothicproregular
 * sohogothicpromedium
 * sohogothicprolight
 */
.font-sgp-regular {
  font-family: Arial,Helvetica,sans-serif;
}

.font-sgp-medium {
  font-family: Arial,Helvetica,sans-serif;
}

.font-sgp-light {
  font-family: Arial,Helvetica,sans-serif;
}

/* common */
*:focus {
  outline: none;
}

html {
  width: 100%;
}

html, body {
  height: 100%;
}

html.model {
  background-color: #F0F0F0;
}

a, input {
  transition: all .4s ease 0s;
}

@media screen and (max-width: 600px) {
  html {
    min-width: 320px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial,Helvetica,sans-serif;
  box-sizing: border-box;
  background-color: #fff;
  color: #4a4d52;
  width: 100%;
  min-width: 1080px;
}

body#print {
  background-color: #fff;
}

@media screen and (max-width: 600px) {
  body {
    min-width: 320px;
  }
}

div#modelDiv, div#planDiv, div#resultDiv {
  background-color: #fff;
  padding-bottom: 50px;
}

section.message {
  display: inline-block;
  width: 100%;
  min-width: 1080px;
}

section.message p {
  padding: 80px 0 0px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #4a4d52;
}

section.payment.message p {
  padding: 40px 0 60px;
}

@media screen and (max-width: 600px) {
  section.message {
    min-width: 320px;
  }
}

section#modelMain, section#planMain, section#resultMain {
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}

section#modelMain h3, section#planMain h3,
section#modelMain h4, section#planMain h4 {
  display: block;
  position: relative;
  width: auto;
  max-width: 540px;
  margin: auto;
  font-size: 21px;
  font-weight: normal;
  line-height: 2em;
  color: #e1b334;
  text-align: left;
}

section#resultMain h3 {
  display: block;
  position: relative;
  width: auto;
  max-width: 100%;
  margin: auto;
  font-size: 21px;
  font-weight: normal;
  line-height: 2em;
  color: #e1b334;
  text-align: left;
}

section#modelMain h3::after, section#planMain h3::after, section#resultMain h3::after,
section#modelMain h4::after, section#planMain h4::after, section#resultMain h4::after {
  position: absolute;
  content: '';
  border-bottom: 1px solid #e1b334;
  width: 100%;
  left: 0px;
  bottom: 0px;
}

@media screen and (max-width: 600px) {
  section#modelMain, section#planMain, section#resultMain {
    min-width: 300px;
  }
}

div.content-wrap {
  margin: 0 auto;
  padding: 0 60px;
  width: 960px;
}

a.btn-back {
  transition: all .4s ease 0s;
  position: relative;
  display: block;
  margin: 0 auto;
  padding-left: 50px;
  width: 98px;
  height: 48px;
  font-size: 14px;
  font-weight: normal;
  line-height: 48px;
  text-decoration: none;
  color: #fff;
  background-color: #4a4d52;
}

a.btn-back:hover {
  color: #fff;
  background-color: #000000;
}

a.btn-back::before {
  z-index: 2;
  position: absolute;
  margin: auto;
  width: 12px;
  height: 20px;
  left: 20px;
  top: 0;
  bottom: 0;
  content: '';
  background-image: url(../../../img/car-simulation/common/img_arrow_left.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

a.w180 {
  margin-top: 60px;
  padding-left: 45px;
  width: 135px;
}

.unit {
  padding-left: 6px;
  font-size: 14px;
}

.red {
  color: #F00;
}

.total {
  font-size: 16px;
  font-weight: bold;
}

.sp {
  display: none;
}

/* list */
dl dt.hl,
dl dd.hl,
ul li.hl {
  color: #fff !important;
  background-color: #e1b334 !important;
}

/* form */
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: solid 1px #f7f8f8;
}

/* input text */
label input[type="text"] {
  vertical-align: bottom;
}

label.yen {
  position: relative;
}

label.yen::after {
  display: block;
  position: absolute;
  content: '\5186';
  margin: auto 0;
  width: 1em;
  height: 1em;
  font-size: 12px;
  line-height: 12px;
  right: 10px;
  top: 0;
  bottom: 0;
  padding-top: 2px;
}

label.yen input[type="text"] {
  position: relative;
  box-sizing: border-box;
  padding: 0px;
  padding-right: 36px;
  width: 256px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  text-align: right;
}

_:-ms-lang(x)::-ms-backdrop, label.yen input[type="text"] {
  /* IE11 のみ適用される */
}

label.percent {
  position: relative;
}

label.percent::after {
  display: block;
  position: absolute;
  content: '\FF05';
  margin: auto 0;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  right: 10px;
  top: 0;
  bottom: 0;
}

label.percent input[type="text"] {
  position: relative;
  padding: 0px;
  padding-right: 36px;
  width: 86px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  text-align: right;
}

label.term {
  position: relative;
}

label.term::after {
  display: block;
  position: absolute;
  content: '\0056de';
  margin: auto 0;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  right: 10px;
  top: 0;
  bottom: 0;
}

label.term input[type="text"] {
  position: relative;
  padding: 0px;
  padding-right: 36px;
  width: 86px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  text-align: right;
}

/* select */
.select-full,
.select-half {
  position: relative;
  height: 40px;
  display: block;
}

.select-full::before,
.select-half::before {
  z-index: 1;
  position: absolute;
  width: 30px;
  height: 40px;
  top: 0;
  right: 0;
  content: '';
  background-image: url(../../../img/car-simulation/common/img_arrow_down.svg);
  background-repeat: no-repeat;
  background-size: 9px 9px;
  background-position: center center;
  pointer-events: none;
}

.select-full select {
  outline: none;
  padding-left: 0.75em;
  text-indent: 0.1px;
  text-overflow: '';
  width: 256px;
  height: 40px;
  background-color: #fff;
  vertical-align: top;
  font-size: 14px;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

_:-ms-lang(x)::-ms-backdrop, .select-full select {
  /* IE11 のみ適用される */
}

.select-full select option {
  background-color: #fff;
  color: #c9caca;
}

.select-full select::-ms-expand {
  display: none;
}

.select-full select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.select-full select:hover {
  cursor: pointer;
}

.select-half select {
  outline: none;
  padding-left: 0;
  padding-right: 36px;
  text-overflow: '';
  width: 124px;
  height: 40px;
  background-color: #fff;
  vertical-align: top;
  font-size: 14px;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-half select option {
  background-color: #fff;
  color: #c9caca;
}

.select-half select::-ms-expand {
  display: none;
}

.select-half select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.select-half select:hover {
  cursor: pointer;
}

.onoff {
  flex: 0 0 auto;
  width: 128px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.onoff + .onoff {
  margin-left: 1px;
  width: 127px;
}

.onoff input[type="radio"] {
  display: none;
}

.onoff input[type="radio"]:checked + .lever {
  color: #FFF;
  background-color: #e1b334;
}

.onoff .lever {
  display: inline-block;
  width: 128px;
  height: 40px;
  text-align: center;
  color: #4a4d52;
  background-color: #fff;
}

#bonusAvailable_y + span {
  transition: all .4s ease 0s;
}

#bonusAvailable_n + span:hover,
#bonusAvailable_y + span:hover {
  color: #fff;
  background-color: #e1b334;
}

/* input */
input[type="submit"].btn-trial,
input[type="button"].btn-trial {
  display: block;
  width: 256px;
  height: 40px;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  color: #FFF;
  background-color: #e1b334;
  border: 0;
}

input[type="submit"].btn-trial:hover,
input[type="button"].btn-trial:hover {
  color: #fff;
  background-color: #e1b334;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  cursor: pointer;
}

.btn-caliculate {
  position: relative;
  display: block;
}

.btn-caliculate input[type="submit"],
.btn-caliculate input[type="button"] {
  width: 176px;
  height: 40px;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  color: #e1b334;
  background-color: #fff;
  border: solid 1px #c9caca;
  vertical-align: bottom;
  transition: all 0.4s ease 0s;
}

.btn-caliculate input[type="submit"]:hover,
.btn-caliculate input[type="button"]:hover {
  border: solid 2px #e1b334;
}

.btn-caliculate::after {
  position: absolute;
  content: '';
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 10px;
  width: 24px;
  height: 24px;
  background-image: url(../../../img/car-simulation/chevrolet/img_reload.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  pointer-events: none;
}

input:disabled,
input:disabled + label.yen::after {
  color: #c9caca;
  cursor: not-allowed;
}

@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
  div.content-wrap {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  label.yen {
    width: 100%;
  }
  label.yen input[type="text"] {
    padding-left: 0;
    width: 100%;
  }
  input[type="submit"].btn-trial,
  input[type="button"].btn-trial {
    margin: 0 auto;
    display: block;
    /*width: 218px;*/
    width: 100%;
    height: 40px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #FFF;
    background-color: #e1b334;
    border: 0;
  }
  .select-full {
    width: 100%;
  }
  .select-full select {
    width: 100%;
  }
  .onoff {
    width: 50%;
  }
  .onoff + .onoff {
    margin-left: 0;
    width: 50%;
  }
  .onoff .lever {
    width: 100%;
  }
}

/* header */
header {
  width: 100%;
  min-width: 1080px;
  color: #4a4d52;
  background-color: #fff;
}

header h1 {
  margin: 0 auto;
  padding: 0;
  display: block;
  width: 100%;
  background-color: #fff;
  text-align: right;
  border-bottom: solid 1px #f7f8f8;
}

header h1 a {
  display: inline-block;
  width: 150px;
}

header h1 img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

header p {
  font-style: italic;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  padding: 44px 0;
  border-bottom: solid 1px #f7f8f8;
}

@media screen and (max-width: 600px) {
  header {
    min-width: 320px;
  }
  header h1 {
    text-align: center;
  }
}

/* footer */
footer {
  display: block;
  width: 100%;
  min-width: 1080px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  line-height: 1;
}

footer p:nth-of-type(1) {
  display: none;
  width: 100%;
  height: 128px;
  line-height: 14px;
  background-color: #fff;
}

footer p:nth-of-type(1) img {
  width: 90px;
  height: 15px;
  padding-bottom: 10px;
}

footer p:nth-of-type(2) {
  width: 100%;
  height: 160px;
  background-color: #fff;
  border-bottom: 0px solid #f7f8f8;
}

footer p:nth-of-type(2) small {
  display: none;
  font-size: 11px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  footer {
    min-width: 320px;
  }
}

/* model */
section.model-select {
  background-color: #fff;
  border-bottom: solid 1px #f7f8f8;
}

section.model-select ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 20px 0 100px;
  font-size: 0;
  list-style: none;
  max-width: 1080px;
  height: auto;
}

section.model-select ul li {
  position: relative;
  display: inline-block;
  margin: 0 15px 5px;
  padding: 0;
  background-color: #fff;
}

section.model-select ul li a {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  min-height: 240px;
  text-align: center;
  cursor: inherit;
}

section.model-select ul li:nth-of-type(3n+1) {
  margin-left: 60px;
}

section.model-select ul li:nth-of-type(3n) {
  margin-right: 60px;
}

section.model-select ul li img {
  width: 100%;
  height: auto;
  transition-duration: 0.3s;
  cursor: pointer;
}

section.model-select ul li img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

section.model-select ul li h2 {
  font-style: italic;
  font-size: 18px;
  line-height: 1.25;
  width: 100%;
}

section.model-select ul li h2 img {
  height: 24px;
  width: auto;
  opacity: 1.0;
}

@media screen and (max-width: 600px) {
  section.model-select ul {
    width: 100%;
    padding: 0;
    padding: 0 0 100px 0;
    max-width: 600px;
    min-width: 320px;
  }
  section.model-select ul li {
    display: block;
    margin: auto !important;
    padding: 0;
    width: 90%;
    height: auto;
    background-color: #fff;
  }
  section.model-select ul li a {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  section.model-select ul li:nth-of-type(3n+1), section.model-select ul li:nth-of-type(3n), section.model-select ul li:nth-of-type(4), section.model-select ul li:nth-of-type(6) {
    margin: 0;
  }
  section.model-select ul li h2 {
    font-size: 18px;
    bottom: 0%;
    left: 0px;
  }
}

/* plan */
section.plan-config {
  padding: 0 60px;
  max-width: 960px;
}

section.plan-config .selected-model {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  width: 300px;
  height: auto;
  text-align: center;
}

section.plan-config .selected-model img {
  width: 100%;
  height: auto;
}

section.plan-config .selected-model h2 {
  font-style: italic;
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
  width: 100%;
  bottom: 10px;
}

section.plan-config .selected-model h2 img {
  max-height: 33px;
  padding: 0;
  width: auto;
}

section.plan-config .selected-model p {
  font-size: 15px;
  line-height: 24px;
  color: #304497;
}

section.plan-config .selected-form {
  display: inline-block;
  vertical-align: top;
  padding: 50px 0px;
  width: 620px;
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
}

section.plan-config .selected-form > div.opt_step-payment,
section.plan-config .selected-form > div.opt_partial-prepayment {
  margin: 0;
}

section.plan-config .selected-form div#step_payment,
section.plan-config .selected-form div#partial_prepayment {
  margin-top: 60px;
}

section.plan-config .selected-form div#step_payment > div,
section.plan-config .selected-form div#partial_prepayment > div {
  margin: 30px auto 0;
}

section.plan-config .selected-form div#step_payment div:first-of-type,
section.plan-config .selected-form div#partial_prepayment div:first-of-type {
  margin-top: 0px;
}

section.plan-config dl.stripe-e dt:not(.no-bgcolor):nth-of-type(even),
section.plan-config dl.stripe-e dd:not(.no-bgcolor):nth-of-type(even),
section.plan-result dl.stripe-e dt:not(.no-bgcolor):nth-of-type(even),
section.plan-result dl.stripe-e dd:not(.no-bgcolor):nth-of-type(even),
section.plan-result ul.stripe-e li:not(.no-bgcolor):not(.no-bgcolor):nth-of-type(even) {
  background-color: #f7f7f7;
}

section.plan-config dl.stripe-o dt:not(.no-bgcolor):nth-of-type(odd),
section.plan-config dl.stripe-o dd:not(.no-bgcolor):nth-of-type(odd),
section.plan-result dl.stripe-o dt:not(.no-bgcolor):nth-of-type(odd),
section.plan-result dl.stripe-o dd:not(.no-bgcolor):nth-of-type(odd),
section.plan-result ul.stripe-o li:not(.no-bgcolor):nth-of-type(odd) {
  background-color: #f7f7f7;
}

section.plan-config .selected-form dl {
  /*--- IE10 ---*/
  /*--- safari（PC）用 ---*/
  display: flex;
  /*--- IE10用 ---*/
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  margin: auto;
  width: 540px;
  height: auto;
  font-size: 14px;
}

section.plan-config .selected-form dl dt {
  /*--- IE10 ---*/
  /*--- safari（PC）用 ---*/
  flex: 0 0 auto;
  width: 272px;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  text-indent: 1em;
  padding-top: 6px;
  padding-bottom: 6px;
}

section.plan-config .selected-form dl#bonus_inner dt {
  text-indent: 2em;
}

section.plan-config .selected-form div.term-block dl dt {
  text-indent: 3em;
}

section.plan-config .selected-form dl dd {
  /*--- IE10 ---*/
  /*--- safari（PC）用 ---*/
  flex: 0 0 auto;
  width: 258px;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  text-align: right;
  padding: 6px 10px 6px 0;
}

section.plan-config .selected-form dl dd strong {
  font-size: 21px;
  padding-right: 0.5em;
}

section.plan-config .selected-form dl dd label.select-half:last-child {
  margin-left: 8px;
}

section.plan-config .selected-form dl.price dd label.yen input[type="text"],
section.plan-config .selected-form dl.price dd label.percent input[type="text"] {
  font-size: 16px;
}

section.plan-config .selected-form dl.calculate dd {
  /*--- IE10 ---*/
  /*--- safari（PC）用 ---*/
  display: flex;
  /*--- IE10用 ---*/
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  /*--- IE10 ---*/
  /*--- safari（PC）用 ---*/
  justify-content: flex-end;
}

section.plan-config .selected-form dl.calculate dd label.yen input[type="text"],
section.plan-config .selected-form dl.calculate dd label.percent input[type="text"] {
  font-size: 16px;
}

section.plan-config .selected-form dl.ammount,
section.plan-config .selected-form dl.fn_button {
  padding-top: 10px;
  padding-bottom: 0;
  height: auto;
  border-top: 1px solid #f7f8f8;
  font-weight: bold;
}

section.plan-config .selected-form dl.ammount dt, section.plan-config .selected-form dl.ammount dd,
section.plan-config .selected-form dl.fn_button dt, section.plan-config .selected-form dl.fn_button dd {
  margin-bottom: 0;
  line-height: 40px;
  color: #e1b334;
}

section.plan-config .selected-form dl.mb60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
  section.plan-config {
    padding: 0;
    max-width: 600px;
  }
  section.plan-config .selected-model {
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    padding: 0 10px;
    width: calc(100% - 20px);
    height: auto;
  }
  section.plan-config .selected-model h2 {
    position: relative;
    padding-bottom: 18px;
    margin-top: 0px;
    width: 100%;
  }
  section.plan-config .selected-model p {
    padding-bottom: 40px;
  }
  section.plan-config .selected-form {
    padding: 20px 10px 40px 10px !important;
    width: 100%;
  }
  section.plan-config .selected-form dl {
    padding-left: 0;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 40px;
  }
  section.plan-config .selected-form dl dt {
    margin-bottom: 0;
    width: 94%;
    padding: 10px 3% 0px 3%;
    text-indent: 0 !important;
    height: 25px;
    line-height: 25px;
  }
  section.plan-config .selected-form dl dd {
    /*--- IE10 ---*/
    /*--- safari（PC）用 ---*/
    justify-content: flex-end;
    margin-bottom: 0px;
    width: 94%;
    padding: 5px 3% 15px 3%;
    height: 40px;
    text-align: right;
  }
  section.plan-config .selected-form dl.fn_button dd {
    width: 100%;
    padding: 0px;
  }
  section.plan-config .selected-form dl dd strong {
    font-size: 21px;
    padding-right: 0.5em;
  }
  section.plan-config .selected-form dl dd label.select-half {
    /*--- IE10 ---*/
    /*--- safari（PC）用 ---*/
    flex: 0 1 auto;
    width: 126px;
  }
  section.plan-config .selected-form dl dd label.select-half:last-child {
    margin-left: 6px;
  }
  section.plan-config .selected-form dl.ammount {
    padding-top: 5px;
    padding-bottom: 0;
  }
  section.plan-config .selected-form dl.ammount dt {
    height: 25px;
  }
}

/* result */
section#payment {
  display: flex;
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: auto;
  margin: 0 auto;
  padding: 0 60px 20px 60px;
  width: 960px;
  height: auto;
  /* 600以下 */
}

@media screen and (max-width: 600px) {
  section#payment {
    box-sizing: border-box;
    flex-direction: row;
  }
}

section#payment img {
  width: 300px;
  height: 200px;
  margin: 0px 30px;
}

section#payment h2 {
  font-style: italic;
  position: relative;
  margin: 0 0 12px 24px;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.25;
}

section#payment h2::after {
  position: absolute;
  content: '';
  border-bottom: 4px solid #e1b334;
  width: 1.6em;
  left: 0px;
  top: -19px;
}

section#payment dl {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 16px 24px;
  width: 574px;
  width: 576px;
  height: 60px;
  background-color: #e1b334;
  border: 1px solid #e1b334;
}

section#payment dl dt {
  display: inline-block;
  width: 126px;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 18px;
  line-height: 58px;
  text-align: left;
  color: #e1b334;
  background-color: #fff;
}

section#payment dl dd {
  display: inline-block;
  width: 393px;
  font-size: 21px;
  line-height: 46px;
  font-weight: bold;
  text-align: right;
  vertical-align: sub;
  color: #e1b334;
  color: #fff;
}

_:-ms-lang(x)::-ms-backdrop, section#payment dl dd {
  /* IE11 のみ適用される */
  vertical-align: middle;
}

section#payment dl dd strong {
  font-size: 30px;
  padding-right: 8px;
}

section#payment p {
  font-size: 16px;
  text-align: right;
  color: #4a4d52;
  margin-right: 15px;
}

section#payment p span {
  padding-left: 30px;
}

section#payment p span br {
  display: none;
}

section#payment::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

section.plan-result {
  padding: 20px 0 75px 0;
  background-color: #fff;
  min-width: 1080px;
}

section.plan-result div.title_row {
  position: relative;
  height: 42px;
  line-height: 42px;
}

section#resultMain.plan-result div.title_row h3 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

section.plan-result p.compare-print {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: right;
}

section#resultMain.plan-result div.title_row p.compare-print {
  padding-top: 10px;
}

section.plan-result p.compare-print a {
  display: inline-block;
  position: relative;
  padding: 0 15px 0 35px;
  color: #555;
  text-decoration: none;
}

section.plan-result p.compare-print a:nth-child(2) {
  border-left: solid 1px #555;
}

section.plan-result p.compare-print a:hover {
  color: #e1b334;
}

section.plan-result p.compare-print a::before {
  position: absolute;
  content: '';
  width: 11px;
  height: 20px;
  left: 15px;
  top: 1px;
  bottom: 0;
  background-image: url(../../../img/car-simulation/common/img_paper.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
}

section.plan-result .flex-container {
  /*--- IE10 ---*/
  /*--- safari（PC）用 ---*/
  display: flex;
  /*--- IE10 ---*/
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  margin-bottom: 65px;
  width: 960px;
  height: auto;
}

section.plan-result .flex-container ul {
  /*--- IE10 ---*/
  /*--- safari（PC）用 ---*/
  flex: 1 1 auto;
  margin-top: 30px;
  list-style: none;
  height: auto;
  padding: 2px 0;
}

section.plan-result .flex-container ul li,
.residualLi1, .residualLi2 {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 52px;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

section.plan-result .flex-container ul li.border {
  border-bottom: 1px solid #f7f8f8;
}

section.plan-result .flex-container ul li:last-child {
  border-bottom: 0;
}

section#resultMain.plan-result .flex-container ul li.em {
  font-size: 18px;
  font-weight: bold;
}

section.plan-result .flex-container ul.detail-head {
  width: 175px;
}

section.plan-result .flex-container ul.detail-head li {
  font-size: 14px;
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
}

section.plan-result .flex-container ul.detail-result {
  width: 212px;
  border: solid 2px #e1b334;
  border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
  padding: 0px;
}

section.plan-result .flex-container ul.detail-result li {
  font-size: 14px;
  padding-right: 10px;
  padding-left: 10px;
  justify-content: flex-end;
}

section.plan-result .flex-container ul.detail-result li:first-child {
  font-size: 14px;
  color: #e1b334;
}

section.plan-result .flex-container ul.detail-result li.center {
  justify-content: center;
}

section.plan-result .flex-container ul.detail-plan {
  width: 247px;
}

section.plan-result .flex-container ul.detail-plan#topCompare1 {
  width: 257px;
}

section.plan-result .flex-container ul.detail-plan li,
.residualLi1, .residualLi2 {
  justify-content: flex-end;
}

section.plan-result .flex-container ul.detail-plan li:first-child {
  font-size: 14px;
}

section.plan-result .flex-container ul.detail-plan li.center {
  justify-content: center;
  font-weight: normal;
  padding-right: 0;
  width: 100%;
}

section.plan-result .flex-container ul.detail-plan li.form-parts {
  width: 100%;
}

section.plan-result .flex-container ul.detail-plan#topCompare1 li {
  padding-left: 8px !important;
  padding-right: 9px !important;
}

section.plan-result .flex-container ul.detail-plan#topCompare2 li {
  padding-right: 10px !important;
}

section.plan-result .flex-container ul.detail-plan li.no-border {
  border-bottom: none;
}

section.plan-result ul.attention {
  display: inline-block;
  padding-left: 15px;
  font-size: 12px;
  line-height: 18px;
  list-style: none;
  list-style-position: inside;
}

section.plan-result ul.attention li {
  position: relative;
  margin-bottom: 5px;
}

section.plan-result ul.attention li::before {
  position: absolute;
  content: '※';
  left: -15px;
}

@media screen and (max-width: 600px) {
  section#payment {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0 10px;
    width: calc(100% - 20px);
    max-width: 580px;
    min-width: 300px;
    height: auto;
  }
  section#payment img {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
  }
  section#payment h2 {
    margin: 0 auto 2em;
    font-size: 22px;
    line-height: 1.25;
    width: 100%;
    text-align: center;
  }
  section#payment h2::after {
    border: none;
  }
  section#payment h2 img {
    display: block;
    width: 100%;
    height: 48px;
    float: none;
  }
  section#payment dl {
    display: block;
    margin: 0 0 8px 0;
    padding: 0;
    width: 100%;
    min-height: 100px;
    float: none;
  }
  section#payment dl dt {
    display: block;
    width: calc(100% - 38px);
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
  }
  section#payment dl dd {
    display: block;
    width: calc(100% - 13px);
    margin-top: 5px;
    line-height: 44px;
  }
  section#payment dl dd strong {
    font-size: 30px;
    padding-right: 8px;
  }
  section#payment p {
    font-size: 16px;
    line-height: 24px;
    float: none;
  }
  section#payment p span {
    padding-left: 0;
  }
  section#payment p span br {
    display: inline;
  }
  section.plan-result {
    padding: 50px 10px 75px 10px;
    max-width: 580px;
    width: calc(100% - 20px);
  }
  section.plan-result h3 span.pc {
    display: none;
  }
  section.plan-result p.compare-print {
    display: none;
  }
  section.plan-result small {
    width: 100%;
    word-wrap: break-word;
  }
  section.plan-result .flex-container {
    display: none;
  }
  section.plan-result dl {
    /*--- IE10 ---*/
    /*--- safari（PC）用 ---*/
    display: flex;
    /*--- IE10用 ---*/
    /*--- safari（PC）用 ---*/
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 40px;
  }
  section.plan-result dl.plan {
    padding: 35px 0 0 0;
  }
  section.plan-result dl.plan dt {
    /*--- IE10 ---*/
    /*--- safari（PC）用 ---*/
    flex: 0 0 auto;
    vertical-align: top;
    width: 94%;
    padding: 10px 3% 0px 3%;
    height: 25px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 25px;
  }
  section.plan-result dl.plan dd {
    /*--- IE10 ---*/
    /*--- safari（PC）用 ---*/
    display: flex;
    /*--- IE10 ---*/
    /*--- safari（PC）用 ---*/
    justify-content: flex-end;
    /*--- IE10 ---*/
    /*--- safari（PC）用 ---*/
    flex: 0 0 auto;
    vertical-align: top;
    margin-bottom: 0;
    width: 94%;
    padding: 5px 3% 15px 3%;
    height: 40px;
    text-align: right;
  }
  section.plan-result dl.plan dd:last-child {
    border-bottom: 2px solid #AEAEAE;
  }
  section.plan-result dl.plan dd strong {
    font-size: 21px;
    padding-right: 0.5em;
  }
  section.plan-result dl.plan dd .select-full select,
  section.plan-result dl.plan dd .select-half select {
    font-size: 16px;
  }
  section.plan-result dl.plan dd label.select-half {
    /*--- IE10 ---*/
    /*--- safari（PC）用 ---*/
    flex: 0 1 auto;
  }
  section.plan-result dl.plan dd label.select-half:last-child {
    margin-left: 6px;
  }
  section.plan-result dl.plan dd label.yen input[type="text"],
  section.plan-result dl.plan dd label.percent input[type="text"] {
    font-size: 16px;
  }
  section.plan-result div.form-parts {
    padding-top: 15px;
    height: 45px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  section.plan-result dl.price {
    padding: 35px 0 50px 0;
  }
  section.plan-result dl.price dt {
    /*--- IE10 ---*/
    /*--- safari（PC）用 ---*/
    display: flex;
    -ms-align-items: center;
    /*--- IE10 ---*/
    /*--- safari（PC）用 ---*/
    align-items: center;
    /*--- IE10 ---*/
    /*--- safari（PC）用 ---*/
    flex: 0 0 auto;
    width: 42%;
    height: 50px;
    padding-left: 3%;
    font-size: 14px;
    line-height: 16px;
  }
  section.plan-result dl.price dt:nth-last-of-type(2) {
    margin-bottom: 7px;
    border-bottom: 1px solid #CCC;
  }
  section.plan-result dl.price dt:nth-last-of-type(1) {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 0;
  }
  section.plan-result dl.price dd {
    /*--- IE10 ---*/
    /*--- safari（PC）用 ---*/
    display: flex;
    -ms-align-items: center;
    /*--- IE10 ---*/
    /*--- safari（PC）用 ---*/
    align-items: center;
    /*--- IE10 ---*/
    /*--- safari（PC）用 ---*/
    justify-content: flex-end;
    /*--- IE10 ---*/
    /*--- safari（PC）用 ---*/
    flex: 0 0 auto;
    width: 52%;
    height: 50px;
    padding-right: 3%;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-align: right;
  }
  section.plan-result dl.price dd:nth-last-of-type(2) {
    margin-bottom: 7px;
    border-bottom: 1px solid #CCC;
  }
  section.plan-result dl.price dd:nth-last-of-type(1) {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 0;
  }
  section.plan-result dl.price dd strong {
    font-size: 21px;
    padding-right: 0.5em;
  }
  label.btn-caliculate::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    top: 2px;
    right: 10px;
    width: 24px;
    height: 24px;
    background-image: url(../../../img/car-simulation/common/img_reload_white.svg);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    pointer-events: none;
  }
  .btn-caliculate input.recalc[type="submit"],
  .btn-caliculate input.recalc[type="button"],
  .btn-caliculate input.recalc[type="submit"]:hover,
  .btn-caliculate input.recalc[type="button"]:hover {
    width: 100%;
    height: 40px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #FFF;
    background-color: #e1b334;
    border: none;
    vertical-align: middle;
  }
}

/* estimate */
body#print {
  min-width: 750px;
}

section.estimate {
  margin: 0 auto;
  padding: 30px 0px 60px;
  width: 710px;
  background-color: #fff;
}

section.estimate h1 {
  margin-bottom: 0px;
  border-bottom: 1px solid #f7f8f8;
  text-align: right;
}

section.estimate h1 img {
  display: inline;
  width: 100px;
  height: auto;
  float: none;
}

section.estimate img {
  display: block;
  width: 288px;
  height: 192px;
  float: left;
}

section.estimate h1 + P > img {
  display: inline-block;
  width: auto;
  max-height: 16px;
  float: none;
}

section.estimate p {
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

section.estimate p span {
  font-size: 20px;
  line-height: 24px;
}

section.estimate p.compare-print {
  width: 100%;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 10px;
  padding: 0 20px;
  box-sizing: border-box;
}

@media print {
  @page {
    size: A4 portrait;
    margin: 0;
  }
  section.estimate p.compare-print {
    display: none;
  }
  #printDiv h1 img {
    border: none !important;
  }
}

#printDiv h1 img {
  border: none !important;
}

section.estimate p.compare-print a {
  display: block;
  position: relative;
  padding-left: 20px;
  padding-right: 18px;
  color: #555;
  text-decoration: none;
  float: left;
}

section.estimate p.compare-print a:hover {
  color: #e1b334;
}

section.estimate p.compare-print a::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 20px;
  left: 0;
  top: 0;
  background-image: url(../../../img/car-simulation/common/img_paper.svg);
  background-repeat: no-repeat;
  background-size: 15px 20px;
}

section.estimate p.compare-print a:nth-child(2) {
  padding-left: 36px;
  border-left: 1px solid #555;
}

section.estimate p.compare-print a:nth-child(2)::before {
  left: 16px;
}

section.estimate p.compare-print a:nth-child(3) {
  padding-left: 40px;
  border-left: 1px solid #555;
}

section.estimate p.compare-print a:nth-child(3)::before {
  left: 12px;
}

section.estimate p.compare-print a:nth-child(3)::before {
  background-image: url(../../../img/car-simulation/common/web_save.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
}

section.estimate p.compare-print a:nth-child(4) {
  padding-left: 0;
  padding-right: 23px;
  float: right;
}

section.estimate p.compare-print a:nth-child(4)::before {
  background: none;
  width: 0;
  height: 0;
}

section.estimate p.compare-print a:nth-child(4)::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
  background-image: url(../../../img/car-simulation/common/img_close.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 0 0;
}

section.estimate h2 {
  font-size: 32px;
  padding: 5px 0;
  line-height: 1.25;
  text-align: center;
}

@media print {
  section.estimate h2 {
    font-size: 28px;
    line-height: 1.15;
  }
}

section.estimate h2 img {
  float: none;
  margin: 16px auto;
  max-height: 50px;
  width: auto;
}

section.estimate h2.docName {
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  color: #999;
}

section.estimate dl {
  display: block;
  margin: 0;
  padding: 0;
  width: 345px;
  font-size: 12px;
  line-height: 38px;
  float: right;
}

section.estimate dl dt {
  display: block;
  width: 200px;
  height: 38px;
  float: left;
  text-align: left;
  color: #151515;
  text-indent: 2em;
}

section.estimate dl dt.ammount {
  text-indent: 1em;
}

section.estimate dl dd {
  display: block;
  float: left;
  padding-right: 10px;
  width: 135px;
  height: 38px;
  text-align: right;
}

section.estimate dl dd.ammount {
  font-size: 18px;
}

section.estimate dl dd span.unit {
  font-size: 12px;
  padding-left: 4px;
}

section.estimate dl.stripe-e dt:not(.no-bgcolor):nth-of-type(even),
section.estimate dl.stripe-e dd:not(.no-bgcolor):nth-of-type(even),
section.estimate ul.stripe-e li:not(.no-bgcolor):nth-of-type(even) {
  background-color: #f7f7f7;
}

section.estimate dl.stripe-o dt:not(.no-bgcolor):nth-of-type(odd),
section.estimate dl.stripe-o dd:not(.no-bgcolor):nth-of-type(odd),
section.estimate ul.stripe-o li:not(.no-bgcolor):nth-of-type(odd) {
  background-color: #f7f7f7;
}

section.estimate::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

section.estimate .flex-container {
  /*--- IE10 ---*/
  /*--- safari（PC）用 ---*/
  display: flex;
  /*--- IE10 ---*/
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  margin-bottom: 5px;
  width: 100%;
  height: auto;
}

section.estimate .flex-container ul {
  /*--- IE10 ---*/
  /*--- safari（PC）用 ---*/
  flex: 1 1 auto;
  margin-top: 10px;
  list-style: none;
  height: auto;
}

section.estimate .flex-container ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 37px;
  font-size: 14px;
  line-height: 37px;
}

section.estimate .flex-container ul li.border {
  border-bottom: 1px solid #f7f8f8;
}

section.estimate .flex-container ul li:last-child {
  border-bottom: 0;
}

section.estimate .flex-container ul li span.unit {
  font-size: 9px;
  padding-left: 4px;
}

section.estimate .flex-container ul.detail-head li {
  font-size: 11px;
  text-align: left;
}

section.estimate .flex-container ul.detail-head li:first-child {
  font-weight: bold;
}

section.estimate .flex-container ul.detail-head li.total {
  font-size: 13px;
}

section.estimate .flex-container ul.detail-result li {
  padding-right: 10px;
  width: calc(100% - 10px);
  font-size: 14px;
  text-align: right;
  justify-content: flex-end;
}

section.estimate .flex-container ul.detail-result li:first-child {
  font-size: 11px;
  font-weight: bold;
  color: #e1b334;
}

section.estimate .flex-container ul.detail-result li.center {
  text-align: center;
  padding-right: 0;
  width: 100%;
}

section.estimate .flex-container ul.detail-result li.total {
  font-size: 16px;
}

section.estimate .flex-container ul.detail-plan li {
  padding-right: 10px;
  width: calc(100% - 10px);
  font-size: 13px;
  text-align: right;
}

section.estimate .flex-container ul.detail-plan li:first-child {
  font-size: 11px;
  font-weight: bold;
}

section.estimate .flex-container ul.detail-plan li.center {
  text-align: center;
  padding-right: 0;
  width: 100%;
}

section.estimate .flex-container ul.detail-head li.em,
section.estimate .flex-container ul.detail-result li.em,
section.estimate .flex-container ul.detail-plan li.em {
  font-size: 16px;
  font-weight: bold;
}

section.estimate .plan1 ul.detail-head {
  width: 450px;
  padding-top: 2px;
  padding-bottom: 18px;
  text-indent: 1em;
}

section.estimate .plan1 ul.detail-result {
  width: 216px;
  border: solid 2px #e1b334;
  border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
  padding-top: 0px;
  padding-bottom: 16px;
}

section.estimate .plan3 ul.detail-head {
  width: 167px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: 1em;
}

section.estimate .plan3 ul.detail-result {
  width: 165px;
  border: solid 2px #e1b334;
  border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
  padding-top: 6px;
  padding-bottom: 6px;
}

section.estimate .plan3 ul.detail-plan {
  width: 167px;
  padding-top: 8px;
  padding-bottom: 8px;
}

section.estimate ul.attention {
  padding-left: 10px;
  padding-bottom: 0px;
  font-size: 10px;
  line-height: 14px;
  color: #959595;
  list-style: none;
  list-style-position: inside;
  -webkit-text-size-adjust: 100%;
}

section.estimate ul.attention li {
  position: relative;
}

section.estimate #printDiv {
  padding: 10px;
}

.pt1 {
  padding-top: 1px !important;
}

a {
  cursor: pointer;
}

/* Animation */
section#payment dl {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  position: relative;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 0;
}

.message {
  position: relative;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

#modelMain, #planMain, #resultMain {
  position: relative;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  border-bottom: solid 1px #f7f8f8;
}

@-webkit-keyframes slideUp {
  from {
    bottom: -20px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    bottom: -20px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

.opt-block .term-block::before {
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  line-height: 48px;
  min-width: 65px;
  display: block;
  border-bottom: solid 1px #f7f8f8;
  width: 540px;
  margin: 0 auto;
  text-align: left;
  text-indent: 1em;
}

.opt_step-payment .term-block {
  counter-increment: opt_step-num;
}

.opt_step-payment .term-block::before {
  content: "期間 " counter(opt_step-num);
}

.opt_partial-prepayment .term-block {
  counter-increment: opt_partial-num;
}

.opt_partial-prepayment .term-block::before {
  content: counter(opt_partial-num) " 回目";
}

/**
 * add:2020-08-21
 * ipadでボーナス月加算分割支払金が落ちる対策
 */
.tabfix {
  /*line-height: 1.2 !important;*/
  /*text-indent: 0 !important;*/
  /*padding-left: 1em !important;*/
}

.tabfix div {
  /*display: table-cell;*/
  /*vertical-align: middle;*/
}

.ifsp {
  display: none;
}

/**
 * sp
 */
@media screen and (max-width: 600px) {
  section.plan-config .selected-form {
    width: 100%;
  }
  section.plan-config .selected-form .opt-block {
    display: none;
  }
  .ifsp {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
