@charset "utf-8";
.c58 {
  color: #585858;
}
.cot1 {
  color: #AB1A13;
}
.cot8 {
  color: #0F6BB8;
}
.cot6 {
  color: #1A7EC7;
}
.coff {
  color: #ffffff;
}
.co00 {
  color: #000000;
}
.co33 {
  color: #333333;
}
.co3b {
  color: #3b3b3b;
}
.co6e {
  color: #6e6e6e;
}
.co66 {
  color: #666666;
}
.co99 {
  color: #999999;
}
.bgf9 {
  background-color: #f9f9f9;
}
.bgf3 {
  background-color: #f3f3f3;
}
.bgf8 {
  background-color: #f8f8f8;
}
@keyframes gelatine {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.94, 1.02);
    transform: scale(0.94, 1.02);
  }
  50% {
    -webkit-transform: scale(1.1, 0.98);
    transform: scale(1.1, 0.98);
  }
  75% {
    -webkit-transform: scale(0.95, 1);
    transform: scale(0.95, 1);
  }
}
@-webkit-keyframes gelatine {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.94, 1.02);
    transform: scale(0.94, 1.02);
  }
  50% {
    -webkit-transform: scale(1.1, 0.98);
    transform: scale(1.1, 0.98);
  }
  75% {
    -webkit-transform: scale(0.95, 1);
    transform: scale(0.95, 1);
  }
}
.calculator ul {
  list-style: none;
}
[view] {
  display: none;
}
[view]:first-child {
  display: block;
}
.big-switch-tabs ul {
  display: flex;
  border-bottom: 1px solid #dddddd;
}
.big-switch-tabs li {
  padding: 1rem 0 2rem;
  margin-right: 5%;
  cursor: pointer;
}
.big-switch-tabs li:last-child {
  margin-right: 0;
}
.big-switch-tabs li.select-tab {
  color: #AB1A13;
}
.big-switch-tabs li.select-tab .txt {
  font-size: 2.6rem;
}
.big-switch-tabs .txt {
  height: 2.8rem;
  display: flex;
  align-items: flex-end;
  font-size: 2rem;
  line-height: 1;
}
.field-wrap {
  display: flex;
}
.field-wrap > label {
  width: 30%;
}
.field {
  flex: 1;
  width: 65%;
}
.long-field {
  width: 35%;
}
.short-field {
  width: 25%;
  margin-left: 3%;
}
.mid-field {
  width: 32%;
}
.field-mb20 {
  margin-bottom: 2rem;
}
.ui-text {
  position: relative;
}
.ui-text::after {
  position: absolute;
  color: #666;
  content: attr(data-tail);
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.ui-txt1 {
  border: 1px solid #858585;
  border-radius: 6px;
  height: 5rem;
  line-height: 1;
  width: 100%;
  text-indent: 1.6rem;
}
.ui-txt2 {
  text-indent: 2.6rem;
}
.ui-select {
  position: relative;
}
.ui-select::after {
  position: absolute;
  color: #666;
  content: attr(data-tail);
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.ui-se {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 0 1.6rem;
  font-size: 1.6rem;
}
.value-bar {
  position: relative;
  display: flex;
  align-items: center;
}
.rate-text::before {
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  content: "=";
}
.ui-btn {
  display: block;
  border-radius: 6px;
  background-color: #AB1A13;
  color: #ffffff;
  font-size: 2rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
}
.ui-btn:hover {
  background-color: #1A7EC7;
}
.hide {
  display: none;
}
.repay-method {
  cursor: pointer;
  position: relative;
  display: flex;
}
.repay-method input {
  margin: 0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.repay-method input:checked + .radio-ico {
  border-color: #AB1A13;
}
.repay-method input:checked + .radio-ico::before {
  opacity: 1;
}
.repay-method .radio-ico {
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #4d4d4d;
  box-sizing: inherit;
  border-radius: 50%;
  display: block;
  margin-right: 1rem;
  flex-shrink: 0;
  position: relative;
  margin-top: 0.5rem;
}
.repay-method .radio-ico::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #AB1A13;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.repay-method .txt {
  position: relative;
}
.calculate-end-tabs ul {
  display: flex;
  border-radius: 6px;
  border: 1px solid #dddddd;
}
.calculate-end-tabs li {
  flex: 1;
  border-left: 1px solid #dddddd;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
}
.calculate-end-tabs li:first-child {
  border-left: 0 none;
}
.calculate-end-tabs li.select-tab {
  background-color: #f8f8f8;
}
.result-list > li {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 2rem;
  border-bottom: 1px solid #dddddd;
}
.group-tit {
  background-color: rgba(171, 26, 19, 0.1);
  border-radius: 6px;
}
.data-container .group-tit {
  padding: 0.8rem 2rem;
}
.data-table {
  width: 100%;
  display: table;
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
}
.data-table tbody > tr > td,
.data-table thead > tr > th {
  padding: 1rem 4px;
  line-height: 1.42857143;
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
  text-align: center;
}
.data-table thead > tr > th {
  padding: 1rem 4px;
  vertical-align: bottom;
  color: #4d4d4d;
  border-bottom: 1px solid #ddd;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  color: #AB1A13;
  background-color: #f9f9f9;
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  color: #1A7EC7;
}
.view-more {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 3rem;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.view-more .ico {
  font-style: inherit;
}
.view-more:hover {
  background-color: #f9f9f9;
  color: #AB1A13;
}
@media screen and (max-width: 1180px) {
  .big-switch-tabs li {
    padding: 0.8rem 0 1rem;
    margin-right: 10px;
  }
  .big-switch-tabs li.select-tab .txt {
    font-size: 2rem;
  }
  .big-switch-tabs .txt {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 750px) {
  .field-wrap > label {
    width: 26%;
  }
  .ui-txt1 {
    text-indent: 0.5rem;
    height: 4.4rem;
  }
  .ui-text::after {
    right: 0.5rem;
    font-size: 12px;
  }
  .ui-select::after {
    right: 0.5rem;
    font-size: 12px;
  }
  .rate-text::before {
    left: 0.5rem;
  }
  .ui-txt2 {
    text-indent: 1.5rem;
  }
  .big-switch-tabs .txt {
    font-size: 1.4rem;
  }
}
