.c5-fc-cyan {
  color: #15A8B0;
}

.c5-fc-gray {
  color: #666;
}

.c5-fc-orange {
  color: #ED9537;
}

.c5-fw-b {
  font-weight: bold;
}

.c5-sim-wrap {
  border: 1px solid #00B0B8;
  border-radius: 10px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .c5-sim-wrap {
    border: none;
    padding: 0;
  }
}

.c5-sim-modelPrice {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c5-sim-modelPrice {
    display: block;
  }
}
.c5-sim-modelPrice + .c5-sim-modelPrice {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .c5-sim-modelPrice + .c5-sim-modelPrice {
    padding-top: 30px;
    margin-top: 30px;
    border-image: linear-gradient(to right, #fff 0 10%, #ccc 10% 90%, #fff 90% 100%) 1;
  }
}
.c5-sim-modelPrice__note {
  flex: 100%;
  margin-top: 15px;
}
.c5-sim-modelPrice__l {
  flex: 0 1 52%;
  padding-right: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c5-sim-modelPrice__l {
    text-align: center;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .c5-sim-modelPrice__l .c5-fs28 {
    font-size: 24px;
  }
}
.c5-sim-modelPrice__l::after {
  position: absolute;
  right: 0;
  top: 35%;
  content: '';
  width: 31px;
  height: 14px;
  background: url("../images/icon_arrows.png") no-repeat;
}
@media screen and (max-width: 768px) {
  .c5-sim-modelPrice__l::after {
    display: none;
  }
}
.c5-sim-modelPrice__r {
  flex: 0 1 40%;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
.c5-sim-modelPrice label {
  width: 150px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .c5-sim-modelPrice label .c5-fs20 {
    font-size: 16px;
  }
}
.c5-sim-modelPrice .input {
  width: 50%;
  margin-right: 10px;
}
.c5-sim-modelPrice .input .c5-error {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .c5-sim-modelPrice .input {
    width: 65%;
  }
}
.c5-sim-modelPrice input {
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 5px;
  padding: 5px 10px 2px 10px;
  text-align: right;
  -moz-appearance: textfield;
}
.c5-sim-modelPrice input.error {
  border-color: #CC0000;
}
.c5-sim-modelPrice input::-webkit-outer-spin-button, .c5-sim-modelPrice input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c5-sim-modelPrice input {
    font-size: 24px;
  }
}

.c5-sim-listDots {
  margin: 0;
  padding: 0;
}
.c5-sim-listDots li {
  position: relative;
  padding-left: 13px;
  list-style: none;
  margin: 0;
  color: #666;
}
.c5-sim-listDots li::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #00B0B8;
  position: absolute;
  top: 5px;
  left: 0;
}

.c5-sim-button {
  text-align: center;
  margin-bottom: 50px;
}
.c5-sim-button::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 50px 0 50px;
  border-color: #15A8B0 transparent transparent transparent;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 768px) {
  .c5-sim-button::before {
    border-width: 18px 30px 0 30px;
  }
}
.c5-sim-button button {
  transition: .5s ease;
  border-radius: 2em;
  color: #15a8b0;
  background-color: #e5f5f5;
  min-width: 460px;
  border: 2px solid #15a8b0;
  font-weight: bold;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .c5-sim-button button {
    min-width: 0;
    width: 100%;
    font-size: 16px;
  }
}
.c5-sim-button button:hover {
  opacity: .7;
}
.c5-sim-button button + .c5-error {
  margin-top: 10px;
}

.c5-sim-result {
  border-radius: 5px;
  background-color: #FFF8E5;
  padding: 40px 50px;
  margin-bottom: 40px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c5-sim-result {
    padding: 30px 10px;
    display: block;
    margin-bottom: 30px;
  }
}
.c5-sim-result__l {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .c5-sim-result__l {
    padding-top: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .c5-sim-result__l .c5-fs28 {
    font-size: 24px;
  }
}
.c5-sim-result__r {
  flex: 0 1 67%;
  margin-left: auto;
}

.c5-sim-result__load {
  border: 2px solid #ED9537;
  border-radius: 5px;
  background-color: #fff;
  padding: 15px 40px;
  display: flex;
  position: relative;
  margin-bottom: 40px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c5-sim-result__load {
    padding: 15px 20px;
  }
  .c5-sim-result__load .c5-fs28 {
    font-size: 16px;
  }
}
.c5-sim-result__load::after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 30px 0 30px;
  border-color: #ED9637 transparent transparent transparent;
  margin: 10px auto;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.c5-sim-result__load > div:last-child {
  line-height: 1;
  margin-left: auto;
  text-align: right;
  font-weight: bold;
}

.c5-sim-result__loan {
  border: 1px solid #ED9537;
  border-radius: 5px;
  background-color: #fff;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .c5-sim-result__loan {
    padding: 15px;
  }
}
.c5-sim-result__loan table {
  width: 100%;
}
.c5-sim-result__loan th, .c5-sim-result__loan td {
  border-bottom: 1px solid #ccc;
  padding: 16px 0;
}
.c5-sim-result__loan th {
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c5-sim-result__loan th {
    font-size: 14px;
    vertical-align: top;
  }
}
.c5-sim-result__loan td {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c5-sim-result__loan td {
    text-align: right;
    vertical-align: top;
    line-height: 1.2;
    white-space: nowrap;
  }
}
.c5-sim-result__loan tr:last-child th, .c5-sim-result__loan tr:last-child td {
  border-bottom: none;
}
.c5-sim-result__loan .rate {
  padding-left: 10px;
  text-align: right;
}
.c5-sim-result__loan .rate img {
  display: inline;
}
@media screen and (max-width: 768px) {
  .c5-sim-result__loan .rate img {
    width: 40px;
  }
}

.load_price {
  font-size: 45px;
  color: #CC0000;
}
@media screen and (max-width: 768px) {
  .load_price {
    font-size: 6.5vw;
  }
}

.bundle_price,
.loan_price {
  font-size: 20px;
  color: #CC0000;
  font-weight: bold;
  display: inline-block;
  min-width: 5em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .bundle_price,
  .loan_price {
    font-size: 18px;
    min-width: 0;
  }
}

@media screen and (max-width: 768px) {
  ._negative {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}

.c5-error {
  color: #CC0000;
  margin-top: 5px;
}
