
@charset "UTF-8"; 
.fs18 {
  font-size: 18px;
  font-weight: bold;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.sim_form td {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #d1d1d1;
  border-left: none;
  max-width: 402px;
  padding: 18px 21px;
}
.sim_form tr:last-child td {
  border-bottom: none;
}
.sim_form .input_cell {
  align-items: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 359px;
  white-space: nowrap;
}
.sim_form .input_cell input {
  background-image: none;
  border: 1px solid #aaa;
  font-size: 14px;
  -ms-flex-negative:1;
	flex-shrink:1;
  padding: 6px 8px;
  text-align: right;
  min-width: 0; /* firefox bugfix */
  width: 100%;
}
.sim_form .input_cell select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/foreign_deposit/installment_deposit/images/bg_arrow_02.png") calc(100% - 9px) 50% / 14px 7px no-repeat;
  border: 1px solid #aaa;
  font-size: 14px;
  padding: 7px 8px;
  width: 100%;
}
.sim_form .input_cell select::-ms-expand {
  display: none;
}
.sim_form .input_cell .input_txt {
  box-sizing: border-box;
  min-width: 30px;
}
.sim_form .input_cell .input_txt.right {
  padding-left: 21px;
}
.sim_form .input_cell .input_txt.left {
  padding-right: 21px;
}
.sim_form .input_cell + .link-01 {
  margin-top: 10px;
  width: 100%;
}
.btn-box-lay.w720.simulate .deco-btn {
  font-size: 24px;
}
.simulate .deco-btn.btn-reset {
  border: 1px solid #9e9e9e;
  box-shadow: 0 3px 0 0 #e5e5e5;
  color: #1f1f1f;
  padding: 25px 0 17px;
}
.simulate .deco-btn.calc-btn-enTate {
  border: 2px solid #b60081;
  box-shadow: 0 3px 0 0 #720051;
  color: #b60081;
  padding: 23px 0 17px;
}
.unused-cell {
  display: none!important;
}
.tbl-bg01 {
  background: #f8f0f6;
}
.tm-text_balloonCell {
  padding-left: 75px!important;
  position: relative;
}
.tm-text_balloonCell .balloon {
  background: #fff;
  border: 2px solid #b60081;
  border-radius: 50%;
  box-sizing: border-box;
  color: #b60081;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.26;
  padding: 10px 5px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  text-align: center;
  width: 59px;
  height: 59px;
}
.tm-text_balloonCell .balloon::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: calc(100% - -1px);
  border: 5px solid transparent;
  border-left: 9px solid #b60081;
}
.tm-text_balloonCell .balloon::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: calc(100% - 4px);
  border: 5px solid transparent;
  border-left: 10px solid #fff;
}
.tm-category_fod_partitionTable {
}
.tm-category_fod_partitionTable .partition {
  background: #b60081;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  height: 30px;
  padding: 4px 10px;
  text-align: center;
}
.result_table .result_details {
  padding: 18px 26px;
  text-align: right;
}
.entate-refund-d,
.refund-amount-doru {
  border-bottom: 1px dotted #d4d4d4;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 3px;
}
.details_wrap {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
  padding-top: 8px;
}
.details_list {
  text-align: left;
}
.details_value {
  margin-left: 10px;
  text-align: right;
  word-break: break-all;
}
.simulation-result .plus {
  color: #cb2333;
}
.simulation-result .minus {
  color: #009900;
}



