@charset "UTF-8";

/* splus_simulation - common
----------------------------------------------- */
table th,
table thead th,
table.table--th-left tbody th {
  padding: 4px 8px;
}
table td, table.table--th-left tbody td {
  padding: 8px;
}
.disnon {
  display: none;
  margin-bottom: 20px;
}

.error {
  display: block;
  color: #d70d38;
}
.caution02 {
  margin-top: 30px;
}
.caution02 .ttlTxt {
  font-weight: bold !important;
  display: block;
  margin-bottom: 10px;
}

/* splus_simulation - index
----------------------------------------------- */

.inputOuter {
  margin: 30px 0 25px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}
.inputOuter dt,
.inputOuter dd {
  display: table-cell;
  vertical-align: middle;
}
.inputOuter dt {
  background-color: #f2f9ff;
  font-weight: bold;
  padding: .5em 10px;
  font-size: 16px;
  width: 180px;
  text-align: center;
  line-height: 1.8;
}
.inputOuter .requiredTxt {
  border-radius: 50px;
  border: 1px solid #e3215a;
  background-color: #e3215a;
  color: #fff;
  font-size: .8rem;
  font-weight: normal;
  padding: 3px 5px;
}
.inputOuter dd {
  width: auto;
  padding: 10px;
  border-left: 1px solid #dbe3e8;
}
.inputOuter .inputP {
  font-size: 16px;
  margin-bottom: 5px;
}
 #inputVal {
  border: 1px solid #B0BDCC;
  font-size: 110%;
  padding: 3px 5px;
}
.rateTable {
  text-align: center;
  margin: 10px 0 15px;
}
.rateTable,
.rateTable th,
.rateTable td {
  border: 1px solid #dbe3e8;
}
.rateTable th {
  background-color: #d0e8fa;
}
p.inputSubmit {
  text-align: center;
  margin-bottom: 80px;
}
.inputSubmit #inputBtn {
  cursor: pointer;
}
.inputSubmit #inputBtn:hover {
  opacity: .7;
}

@media screen and (max-width: 1019px) {
  .h1, .h2 {
    margin-bottom: 20px;
  }
  .inputOuter dt {
    padding: .5em 10px;
    font-size: 14px;
    width: 100px;
    text-align: left;
  }
}

/* splus_simulation - result
----------------------------------------------- */
.resultOuter {
  margin: 0 0 80px;
}

.leadTxt {
  margin: 30px 0 15px;
}
.resultTable {
  text-align: center;
  margin: 10px 0 15px;
  font-size: 110%;
}
.resultTable,
.repaymentTable,
.resultTable th,
.repaymentTable th,
.resultTable td,
.repaymentTable td {
  border: 1px solid #dbe3e8;
}
.resultTable th {
  width: 260px;
  text-align: center;
  background-color: #d0e8fa;
}
.toggleBtn {
  background-color: #2076c7;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 110%;
  padding: 10px;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
}
.toggleBtn:hover {
  opacity: .7;
}
.toggleBtn:after {
  content: "";
  width: 14px;
  height: 8px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  background-image: url(../imgs/ico_arw_toggle.png);
  background-repeat: no-repeat;
  background-position: top left;
}
.toggleBtn span {
  display: none;
}
.toggleBtn.open span {
  display: inline-block;
}
.toggleBtn.open:after {
  background-position: bottom left;
}
.repaymentTable {
  text-align: right;
  font-size: 110%;
}
.repaymentTable .tdCount {
  text-align: center;
}
.repaymentTable th {
  text-align: center;
}
.repaymentTable td {
  padding: 7px 15px;
}
.repaymentTable .mainTh {
  border-right: 1px solid #d0e8fa !important;
}
.repaymentTable .subTh2 {
  padding: 0;
  margin: 0;
  background-color: #e6f4fe;
}
.repaymentTable .subThInner {
  position: relative;
  width: 100%;
  height: 100%;
}
.repaymentTable .subThInner:after {
  content: "";
  width: 100%;
  height: 100%;
  border-left: 1px solid #dbe3e8;
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
}
.printBtn,
.backBtn {
  display: block;
  border: solid 1px #cdd6dd;
  text-align: center;
  background-color: #fff;
  width: 280px;
  padding: 10px 10px 10px 25px;
  background-repeat: no-repeat;
  background-position: 15px center;
  margin: 15px auto 20px;
  cursor: pointer;
}
.printBtn {
  background-image: url(../imgs/ico_print.png);
}
.backBtn {
  background-image: url(../imgs/ico_arw_back.png);
}
.printBtn:hover,
.backBtn:hover {
  text-decoration: none;
  background-color: #d0e8fa;
}
.linkOuter {
  text-align: center;
  margin-top: 30px;
}
.linkOuter .ttlTxt {
  font-weight: bold;
  font-size: 110%;
}
.linkOuter .btnOuter {
  overflow: hidden;
  margin: 10px auto 0;
  width: 410px;
}
.linkOuter .btnL {
  float: left;
}
.linkOuter .btnR {
  float: right;
}
.linkOuter .pdfTxt {
  margin-top: 10px;
}
.linkOuter .pdfTxt span {
  margin-left: 1em;
}
.diagnosis__cell--has_badge {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.table__cell--has_badge,
table.table--th-left-switch th.table__cell--has_badge {
  padding-right: 50px;
  vertical-align: middle;
  position: relative;
}
.table__cell--has_badge .badge {
  min-width: 40px;
  text-align: center;
  margin-top: 2px;
  padding: 2px 4px;
  position: absolute;
  top: 4px;
  right: 8px;
}
#input-simulation table.table--th-left-switch th {
  width: 25%;
}

@media screen and (max-width: 1019px) {
  #repayment_front table {
    table-layout: auto;
  }
  #repayment_front table th {
    font-size: 11px;
    padding: 5px;
    text-align: center;
  }
  #repayment_front table td {
    padding: 7px 5px;
  }
  .diagnosis__cell--has_badge {
    width: 100%;
  }
  #input-simulation table.table--th-left-switch th {
    width: 100%;
  }
  table.table--th-left-switch td {
    padding: 10px 0 0;
  }
}

